annotate src/win32/nsis/translations/czech.nsh @ 12764:657895c5f3f2

[gaim-migrate @ 15111] Bleeter pointed out that this causes all accounts to go idle when you set just one of them idle committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Jan 2006 19:09:47 +0000
parents 8b955ffe9584
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7626
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; czech.nsh
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Czech language strings for the Windows Gaim NSIS installer.
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Jan Kolar <jan@e-kolar.net>
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ;; Version 2
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 ;;
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 ; Startup GTK+ check
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12 !define GTK_INSTALLER_NEEDED "GTK+ runtime buďto chybí, nebo je potřeba provést upgrade.$\rProveďte instalaci verze${GTK_VERSION} nebo vyšší."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14 ; License Page
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 !define GAIM_LICENSE_BUTTON "Další >"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 !define GAIM_LICENSE_BOTTOM_TEXT "K použití $(^Name) se vztahuje GPL licence. Licence je zde uvedena pouze pro Vaší informaci. $_CLICK"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
17
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 ; Components Page
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19 !define GAIM_SECTION_TITLE "Gaim Instant Messaging Client (nutné)"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 !define GTK_SECTION_TITLE "GTK+ Runtime Environment (nutné)"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21 !define GTK_THEMES_SECTION_TITLE "GTK+ témata"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22 !define GTK_NOTHEME_SECTION_TITLE "Bez témat"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 !define GTK_WIMP_SECTION_TITLE "Wimp téma"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
24 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve téma"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue téma"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26 !define GAIM_SECTION_DESCRIPTION "Základní soubory a DLL pro Gaim"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 !define GTK_SECTION_DESCRIPTION "Multi-platform GUI toolkit používaný Gaimem"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ témata umožňují měnit vzhled a způsob ovládání GTK+ aplikací."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
29 !define GTK_NO_THEME_DESC "Neinstalovat GTK+ téma"
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) je GTK téma které zapadne do Vašeho pracovního prostředí ve Windows."
7626
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31 !define GTK_BLUECURVE_THEME_DESC "Bluecurve téma."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Lighthouseblue téma."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34 ; GTK+ Directory Page
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 !define GTK_UPGRADE_PROMPT "Byla nalezena starší verze GTK+ runtime. Chcete provést upgrade?$\rUpozornění: Bez upgradu Gaim nemusí pracovat správně."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 ; Installer Finish Page
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
38 !define GAIM_FINISH_VISIT_WEB_SITE "Navštívit Windows Gaim Web Page"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
39
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; Gaim Section Prompts and Texts
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41 !define GAIM_UNINSTALL_DESC "Gaim (odinstalovat)"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
42 !define GAIM_PROMPT_WIPEOUT "Váš starý adresář pro Gaim bude vymazán. Chcete pokračovat?$\r$\rUpozornění: Jakákoli nestandardní rozšíření (plugin) , která máte nainstalována budou ztracena.$\rUživatelská nastavení pro Gaim budou zachována."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 !define GAIM_PROMPT_DIR_EXISTS "Adresář který byl zadán pro instalaci již existuje. Veškerý obsah$\rbude smazán. Chcete pokračovat?"
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 ; GTK+ Section Prompts
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46 !define GTK_INSTALL_ERROR "Chyba při instalaci GTK+ runtime."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 !define GTK_BAD_INSTALL_PATH "Zadaná cesta je nedostupná, nebo ji nelze vytvořit."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; GTK+ Themes section
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
50 !define GTK_NO_THEME_INSTALL_RIGHTS "Nemáte oprávnění k instalaci GTK+ tématu."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; Uninstall Section Prompts
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
53 !define un.GAIM_UNINSTALL_ERROR_1 "Odinstalční proces nemůže najít záznamy pro Gaim v registrech.$\rPravděpodobně instalaci této aplikace provedl jiný uživatel."
2fb83607becf [gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
54 !define un.GAIM_UNINSTALL_ERROR_2 "Nemáte oprávnění k odinstalaci této aplikace."