Mercurial > pidgin
annotate src/win32/nsis/translations/polish.nsh @ 12820:cb3cbd69284d
[gaim-migrate @ 15168]
Oops, typos.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 11 Jan 2006 05:01:45 +0000 |
parents | 8b955ffe9584 |
children |
rev | line source |
---|---|
8126
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
1 ;; |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
2 ;; polish.nsh |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
3 ;; |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
4 ;; Polish language strings for the Windows Gaim NSIS installer. |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
5 ;; Windows Code page: 1250 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
6 ;; |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
7 ;; Author: Jan Eldenmalm <jan.eldenmalm@amazingports.com> |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 ;; Version 2 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
9 ;; |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
10 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
11 ; Startup GTK+ check |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
12 !define GTK_INSTALLER_NEEDED "Runtime środowiska GTK+ został zagubiony lub wymaga upgrade-u.$\r Proszę zainstaluj v${GTK_VERSION} albo wyższą wersję runtime-u GTK+." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
14 ; License Page |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
15 !define GAIM_LICENSE_BUTTON "Dalej >" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) jest wydzielone w licencji GPL. Udziela się licencji wyłącznie do celów informacyjnych. $_CLICK" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
17 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
18 ; Components Page |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
19 !define GAIM_SECTION_TITLE "Wymagany jest Gaim Instant Messaging Client" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
20 !define GTK_SECTION_TITLE "Wymagany jest runtime środowiska GTK+" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
21 !define GTK_THEMES_SECTION_TITLE "Temat GTK+" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
22 !define GTK_NOTHEME_SECTION_TITLE "Brak tematów" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
23 !define GTK_WIMP_SECTION_TITLE "Temat Wimp" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
24 !define GTK_BLUECURVE_SECTION_TITLE "Temat Bluecurve " |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Temat Light House Blue" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
26 !define GAIM_SECTION_DESCRIPTION "Zbiory Core Gaim oraz dll" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
27 !define GTK_SECTION_DESCRIPTION "Wieloplatformowe narzędzie GUI, używane w Gaim" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
28 !define GTK_THEMES_SECTION_DESCRIPTION "Tematy GTK+ mogą zmienić wygląd i działanie aplikacji GTK+ ." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
29 !define GTK_NO_THEME_DESC "Nie instaluj tematów GTK+" |
11578
8b955ffe9584
[gaim-migrate @ 13847]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10814
diff
changeset
|
30 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows impersonator) to temat GTK który doskonale wkomponowuje się w środowisko systemu Windows." |
8126
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
31 !define GTK_BLUECURVE_THEME_DESC "Temat The Bluecurve." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Temat Lighthouseblue." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
33 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
34 ; GTK+ Directory Page |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
35 !define GTK_UPGRADE_PROMPT "Znaleziono starą wersję runtime-u GTK+. Czy chcesz upgrade-ować?$\rNote: Gaim może nie działać jeśli nie wykonasz procedury." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
36 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
37 ; Installer Finish Page |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
38 !define GAIM_FINISH_VISIT_WEB_SITE "Wejdź na stronę Gaim Web Page" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
39 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
40 ; Gaim Section Prompts and Texts |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
41 !define GAIM_UNINSTALL_DESC "Gaim (usuń program)" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
42 !define GAIM_PROMPT_WIPEOUT "Stary katalog Gaim został usunięty. Czy chcesz kontunuować?$\r$\rNote: Wszystkie stare - niestandardowe plugin-y zostały usunięte.$\r Ustawienia użutkownika Gaim będą wyłączone." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
43 !define GAIM_PROMPT_DIR_EXISTS "Wybrany katalog instalacyjny już istnieje. Jego zawartość $\r zostanie skasowana. Czy chcesz kontunuować?" |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
44 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
45 ; GTK+ Section Prompts |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
46 !define GTK_INSTALL_ERROR "Błąd instalacji runtime-a GTK+." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
47 !define GTK_BAD_INSTALL_PATH "Nie ma dostępu do wybranej ścieżki / łaty." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
48 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
49 ; GTK+ Themes section |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
50 !define GTK_NO_THEME_INSTALL_RIGHTS "Nie masz uprawnień do zainstalowania tematu GTK+." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
51 |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
52 ; Uninstall Section Prompts |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
53 !define un.GAIM_UNINSTALL_ERROR_1 "Deinstalator nie może znaleźć rejestrów dla Gaim.$\r Wskazuje to na to, że instalację przeprowadził inny użytkownik." |
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
54 !define un.GAIM_UNINSTALL_ERROR_2 "Nie masz uprawnień do deinstalacji tej aplikacji." |