NSIS/Contrib/Language files/Polish.nlf

191 lines
4.9 KiB
Text
Raw Normal View History

# Header, don't edit
NLF v6
# Language ID
1045
# Font and size - dash (-) means default
-
-
# Codepage - dash (-) means ANSI code page
1250
* PageEx - every page can be used everywhere and as many times as needed * DirVar - easy way to add another dir page * default strings in the language file (Page directory is enough, no need for DirText) * strings from the language file are now LangStrings that can be used in the script * no more /LANG - one string for all languages * any lang strings can be used everywhere, installer or uninstaller (no un.) * no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey) * DirText parm for browse dialog text * SetBkColor -> SetCtlColors - can now set text color too * fixed SetOutPath and File /r bug * fixed File /a /oname bug * added $_CLICK for pages * added quotes support in lang files (patch #752620) * extraction progress * separate RTL dialogs for RTL langs (improved RTL too) * InstallOptions RTL * StartMenu RTL * fixed RegDLL? * added IfSilent and SetSilent (SetSilent only works from .onInit) * fixed verify window (it never showed) (bug #792494) * fixed ifnewer readonly file problem (patch #783782) * fixed wininit.ini manipulation when there is another section after [rename] * fixed some ClearType issues * fixed a minor bug in the resource editor * fixed !ifdef/!endif stuff, rewritten * lots of code and comments clean ups * got rid of some useless exceptions handling and STL classes (still much more to go) * lots of optimizations, of course ;) * updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready) * minor bug fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
# RTL - anything else than RTL means LTR
-
# Translation by Piotr Murawski & Rafa<66> Lampe <ppiter@skrzynka.pl> - www.lomsel.prv.pl
# Translation corrections, additions, updates since 2.0 a7 by cube cube(at)lp.net.pl
# ^Branding
Nullsoft Install System %s
# ^SetupCaption
Instalator $(^Name)
# ^UninstallCaption
Deinstalator $(^Name)
# ^LicenseSubCaption
: Warunki licencji
# ^ComponentsSubCaption
: Opcje instalacji
# ^DirSubCaption
: Folder instalacji
# ^InstallingSubCaption
: Instaluje pliki
# ^CompletedSubCaption
: Zako<6B>czono
# ^UnComponentsSubCaption
: Opcje deinstalacji
# ^UnDirSubCaption
: Folder deinstalacji
# ^ConfirmSubCaption
: Potwierdzenie
# ^UnDirSubCaption
: Deinstaluje pliki
# ^UnCompletedSubCaption
: Zako<6B>czono
# ^BackBtn
< &Cofnij
# ^NextBtn
&Dalej >
# ^AgreeBtn
&Zgadzam si<73>
# ^AcceptBtn
&Akceptuj<75> warunki licencji
# ^DontAcceptBtn
&Nie akceptuj<75> warunk<6E>w licencji
# ^InstallBtn
&Instaluj
# ^UninstallBtn
&Odinstaluj
# ^CancelBtn
&Anuluj
# ^CloseBtn
&Zamknij
# ^BrowseBtn
&Przegl<67>daj...
# ^ShowDetailsBtn
Poka<EFBFBD> &szczeg<65><67>y
# ^ClickNext
Kliknij Dalej aby kontynuowa<77>.
# ^ClickInstall
Kliknij Instaluj aby rozpocz<63><7A> instalacj<63>.
# ^ClickUninstall
Kliknij Odinstaluj aby rozpocz<63><7A> deinstalacj<63>.
# ^Name
Nazwa
# ^Completed
Zako<EFBFBD>czono
# ^LicenseText
Przed zainstalowaniem $(^Name) przeczytaj licencj<63>. Je<4A>li akceptujesz wszystkie warunki umowy, kliknij Zgadzam si<73>.
# ^LicenseTextCB
Przed zainstalowaniem $(^Name) przeczytaj licencj<63>. Je<4A>li akceptujesz wszystkie warunki umowy, kliknij pole poni<6E>ej. $_CLICK.
# ^LicenseTextRB
Przed zainstalowaniem $(^Name) przeczytaj licencj<63>. Je<4A>li akceptujesz wszystkie warunki umowy, wybierz pierwsz<73> opcj<63> poni<6E>ej. $_CLICK.
# ^UnLicenseText
Przed odinstalowaniem $(^Name) przeczytaj licencj<63>. Je<4A>li akceptujesz wszystkie warunki umowy, kliknij Zgadzam si<73>.
# ^UnLicenseTextCB
Przed odinstalowaniem $(^Name) przeczytaj licencj<63>. Je<4A>li akceptujesz wszystkie warunki umowy, kliknij pole poni<6E>ej. $_CLICK.
# ^UnLicenseTextRB
Przed odinstalowaniem $(^Name) przeczytaj licencj<63>. Je<4A>li akceptujesz wszystkie warunki umowy, wybierz pierwsz<73> opcj<63> poni<6E>ej. $_CLICK.
# ^Custom
U<EFBFBD>ytkownika
# ^ComponentsText
Zaznacz komponenty kt<6B>re chcesz zainstalowa<77> i odznacz te, kt<6B>rych nie chcesz zainstalowa<77>. $_CLICK
# ^ComponentsSubText1
Wybierz typ instalacji:
# ^ComponentsSubText2_NoInstTypes
Wybierz komponenty do zainstalowania:
# ^ComponentsSubText2
Lub wybierz opcjonalne komponenty, kt<6B>re chcesz zainstalowa<77>:
# ^UnComponentsText
Zaznacz komponenty kt<6B>re chcesz odinstalowa<77> i odznacz te, kt<6B>rych nie chcesz odinstalowa<77>. $_CLICK
# ^UnComponentsSubText1
Wybierz typ deinstalacji:
# ^UnComponentsSubText2_NoInstTypes
Wybierz komponenty do odinstalowania:
# ^UnComponentsSubText2
Lub wybierz opcjonalne komponenty, kt<6B>re chcesz odinstalowa<77>:
# ^DirText
Instalator zainstaluje $(^Name) w nast<73>puj<75>cym folderze. Aby zainstalowa<77> w innym folderze, kliknij Przegl<67>daj i wybierz folder. $_CLICK
# ^DirSubText
Folder docelowy
# ^DirBrowseText
* PageEx - every page can be used everywhere and as many times as needed * DirVar - easy way to add another dir page * default strings in the language file (Page directory is enough, no need for DirText) * strings from the language file are now LangStrings that can be used in the script * no more /LANG - one string for all languages * any lang strings can be used everywhere, installer or uninstaller (no un.) * no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey) * DirText parm for browse dialog text * SetBkColor -> SetCtlColors - can now set text color too * fixed SetOutPath and File /r bug * fixed File /a /oname bug * added $_CLICK for pages * added quotes support in lang files (patch #752620) * extraction progress * separate RTL dialogs for RTL langs (improved RTL too) * InstallOptions RTL * StartMenu RTL * fixed RegDLL? * added IfSilent and SetSilent (SetSilent only works from .onInit) * fixed verify window (it never showed) (bug #792494) * fixed ifnewer readonly file problem (patch #783782) * fixed wininit.ini manipulation when there is another section after [rename] * fixed some ClearType issues * fixed a minor bug in the resource editor * fixed !ifdef/!endif stuff, rewritten * lots of code and comments clean ups * got rid of some useless exceptions handling and STL classes (still much more to go) * lots of optimizations, of course ;) * updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready) * minor bug fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
Wybierz folder instalacji $(^Name):
# ^UnDirText
Deinstalator usunie $(^Name) z nast<73>puj<75>cego folderu. Aby odinstalowa<77> z innego folderu, kliknij Przegl<67>daj i wybierz folder. $_CLICK
# ^UnDirSubText
""
# ^UnDirBrowseText
Wybierz folder z kt<6B>rego zostanie odinstalowany $(^Name):
# ^SpaceAvailable
Dost<EFBFBD>pne miejsce:
# ^SpaceRequired
Wymagane miejsce:
# ^UninstallingText
Ten kreator odinstaluje $(^Name) z twojego komputera. $_CLICK
# ^UninstallingSubText
Deinstaluje z:
# ^FileError
B<EFBFBD><EFBFBD>d otwarcia pliku do zapisu: \r\n\t"$0"\r\nWybierz anuluj, aby przerwa<77> instalacj<63>,\r\npon<6F>w, aby ponowi<77> zapis do pliku lub\r\nignoruj, aby pomin<69><6E> ten plik
# ^FileError_NoIgnore
B<EFBFBD><EFBFBD>d otwarcia pliku do zapisu: \r\n\t"$0"\r\nWybierz pon<6F>w, aby ponowi<77> zapis do pliku lub\r\nanuluj, aby przerwa<77> instalacj<63>
# ^CantWrite
Nie mo<6D>na zapisa<73>:
# ^CopyFailed
B<EFBFBD><EFBFBD>d kopiowania
# ^CopyTo
"Kopiuj do"
# ^Registering
"Rejestrowanie: "
# ^Unregistering
"Odrejestrowanie:"
# ^SymbolNotFound
"Nie mo<6D>na by<62>o znale<6C><65> symbolu: "
# ^CouldNotLoad
"Nie mo<6D>na by<62>o wczyta<74>: "
#^CreateFolder
"Tw<54>rz folder: "
# ^CreateShortcut
"Tw<54>rz skr<6B>t: "
# ^CreatedUninstaller
"Utworzono deinstalator: "
# ^Delete
"Usu<73> plik: "
# ^DeleteOnReboot
"Usu<73> przy restarcie: "
# ^ErrorCreatingShortcut
"B<><42>d tworzenia skr<6B>tu: "
# ^ErrorCreating
"B<><42>d tworzenia: "
# ^ErrorDecompressing
B<EFBFBD><EFBFBD>d rozpakowania danych! Uszkodzony instalator?
# ^ErrorRegistering
B<EFBFBD><EFBFBD>d rejestracji DLL
# ^ExecShell
"ExecShell: "
# ^Exec
"Uruchom: "
# ^Extract
"Rozpakuj: "
# ^ErrorWriting
"Rozpakuj: b<><62>d zapisu do pliku "
# ^InvalidOpcode
Instalator uszkodzony: z<>y kod operacji
# ^NoOLE
"Brak OLE dla:
# ^OutputFolder
"Folder wyj<79>ciowy:
# ^RemoveFolder
"Usu<73> folder:
# ^RenameOnReboot
"Zmie<69> nazw<7A> przy restarcie:
# ^Rename
"Zmie<69> nazw<7A>:
# ^Skipped
"Pomini<6E>te:
# ^CopyDetails
Kopiuj szczeg<65><67>y do schowka
# ^LogInstall
Loguj przebieg instalacji
# ^Byte
B
# ^Kilo
K
# ^Mega
M
# ^Giga
G