| 1 | <!-- 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. --> |
| 2 | |
| 3 | |
| 4 | <WixLocalization Culture="pl-pl" Language="1045" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 5 | <String Id="Caption" Value="Instalator programu [WixBundleName]" /> |
| 6 | <String Id="Title" Value="Do zainstalowania programu [WixBundleName] jest wymagany program Microsoft .NET Framework" /> |
| 7 | <String Id="ConfirmCancelMessage" Value="Czy na pewno chcesz anulować?" /> |
| 8 | <String Id="HelpHeader" Value="Pomoc instalatora" /> |
| 9 | <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%." /> |
| 10 | <String Id="HelpCloseButton" Value="&Zamknij" /> |
| 11 | <String Id="InstallLicenseTerms" Value="Kliknij przycisk Zaakceptuj i zainstaluj, aby zaakceptować <a href="#">warunki licencji</a> programu Microsoft .NET Framework." /> |
| 12 | <String Id="InstallAcceptAndInstallButton" Value="&Zaakceptuj i zainstaluj" /> |
| 13 | <String Id="InstallDeclineButton" Value="&Odrzuć" /> |
| 14 | <String Id="ProgressHeader" Value="Postęp instalacji" /> |
| 15 | <String Id="ProgressLabel" Value="Trwa przetwarzanie:" /> |
| 16 | <String Id="ProgressCancelButton" Value="&Anuluj" /> |
| 17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> |
| 18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> |
| 19 | <String Id="SuccessRestartButton" Value="&Restart" /> |
| 20 | <String Id="SuccessCloseButton" Value="&Close" /> |
| 21 | <String Id="FailureHeader" Value="Instalacja nie powiodła się" /> |
| 22 | <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>." /> |
| 23 | <String Id="FailureRestartText" Value="Aby zakończyć wycofywanie oprogramowania, musisz ponownie uruchomić komputer." /> |
| 24 | <String Id="FailureRestartButton" Value="&Uruchom ponownie" /> |
| 25 | <String Id="FailureCloseButton" Value="&Zamknij" /> |
| 26 | <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." /> |
| 27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> |
| 28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> |
| 29 | </WixLocalization> |