blob: f7d0de6a9a0e78e57cebc5d7cbeeed1ed6cc87a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<WixLocalization Culture="pl-pl" Language="1045" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption" Value="Instalator programu [WixBundleName]" />
<String Id="Title" Value="Do zainstalowania programu [WixBundleName] jest wymagany program Microsoft .NET Framework" />
<String Id="ConfirmCancelMessage" Value="Czy na pewno chcesz anulować?" />
<String Id="HelpHeader" Value="Pomoc instalatora" />
<String Id="HelpText" Value="/passive | /quiet - wyświetla minimalny interfejs użytkownika bez monitów
 lub nie wyświetla interfejsu użytkownika ani monitów. Domyślnie jest
 wyświetlany interfejs użytkownika i wszystkie monity.

/norestart - pomija wszelkie próby ponownego uruchomienia. Domyślnie
 interfejs użytkownika będzie wyświetlał monit przed ponownym uruchomieniem.
/log log.txt - zapisuje wpisy dziennika do określonego pliku.
 Domyślnie plik dziennika jest tworzony w folderze %TEMP%." />
<String Id="HelpCloseButton" Value="&Zamknij" />
<String Id="InstallLicenseTerms" Value="Kliknij przycisk Zaakceptuj i zainstaluj, aby zaakceptować <a href="#">warunki licencji</a> programu Microsoft .NET Framework." />
<String Id="InstallAcceptAndInstallButton" Value="&Zaakceptuj i zainstaluj" />
<String Id="InstallDeclineButton" Value="&Odrzuć" />
<String Id="ProgressHeader" Value="Postęp instalacji" />
<String Id="ProgressLabel" Value="Trwa przetwarzanie:" />
<String Id="ProgressCancelButton" Value="&Anuluj" />
<String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
<String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
<String Id="SuccessRestartButton" Value="&Restart" />
<String Id="SuccessCloseButton" Value="&Close" />
<String Id="FailureHeader" Value="Instalacja nie powiodła się" />
<String Id="FailureLogLinkText" Value="Co najmniej jeden problem spowodował niepowodzenie instalacji. Usuń problemy, a następnie ponów próbę instalacji. Aby uzyskać więcej informacji można znaleźć w <a href="#">pliku dziennika</a>." />
<String Id="FailureRestartText" Value="Aby zakończyć wycofywanie oprogramowania, musisz ponownie uruchomić komputer." />
<String Id="FailureRestartButton" Value="&Uruchom ponownie" />
<String Id="FailureCloseButton" Value="&Zamknij" />
<String Id="NET452WIN7RTMErrorMessage" Value="[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment." />
<String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
<String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
</WixLocalization>
|