blob: 41832b136d1ac4a3d4cb7145cc229f6dad2e2727 (
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
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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">Instalator programu [WixBundleName]</String>
<String Id="Title">Do zainstalowania programu [WixBundleName] jest wymagany program Microsoft .NET Framework</String>
<String Id="ConfirmCancelMessage">Czy na pewno chcesz anulować?</String>
<String Id="HelpHeader">Pomoc instalatora</String>
<String Id="HelpText">/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>
<String Id="HelpCloseButton">&Zamknij</String>
<String Id="InstallLicenseTerms">Kliknij przycisk Zaakceptuj i zainstaluj, aby zaakceptować <a href="#">warunki licencji</a> programu Microsoft .NET Framework.</String>
<String Id="InstallAcceptAndInstallButton">&Zaakceptuj i zainstaluj</String>
<String Id="InstallDeclineButton">&Odrzuć</String>
<String Id="ProgressHeader">Postęp instalacji</String>
<String Id="ProgressLabel">Trwa przetwarzanie:</String>
<String Id="ProgressCancelButton">&Anuluj</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">Instalacja nie powiodła się</String>
<String Id="FailureLogLinkText">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>
<String Id="FailureRestartText">Aby zakończyć wycofywanie oprogramowania, musisz ponownie uruchomić komputer.</String>
<String Id="FailureRestartButton">&Uruchom ponownie</String>
<String Id="FailureCloseButton">&Zamknij</String>
<String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String>
<String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|