pidgin/win32/nsis/translations/czech.nsh

Sun, 01 Nov 2009 03:34:32 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 01 Nov 2009 03:34:32 +0000
branch
next.minor
changeset 29634
80dbf6f777c4
parent 17722
0e6a85627c70
permissions
-rw-r--r--

Use a private GTK+ Runtime copy on Windows.
We've resisted doing this for a while, but this it has become the norm and is
the safest thing to do.

There are now two installers; an "offline" installer and an "online" installer.
* The "offline" installer will contain the GTK+ runtime (very similar to the
current default installer).
* The "online" installer will not contain GTK+, but will download it during
the installation process if it is selected(mandatory if not already present)
* Both installers have an option to download debug symbols during installation
(Not selected by default).

(Another set of updates to support the external debug symbols will follow)

;;
;;  czech.nsh
;;
;;  Czech language strings for the Windows Pidgin NSIS installer.
;;  Windows Code page: 1252
;;
;;  Author: Jan Kolar <jan@e-kolar.net>
;;  Version 2
;;


; License Page
!define PIDGIN_LICENSE_BUTTON			"Další >"
!define PIDGIN_LICENSE_BOTTOM_TEXT		"K použití $(^Name) se vztahuje GPL licence. Licence je zde uvedena pouze pro Vaší informaci. $_CLICK"

; Components Page
!define PIDGIN_SECTION_TITLE			"Pidgin Instant Messaging Client (nutné)"
!define GTK_SECTION_TITLE			"GTK+ Runtime Environment (nutné)"
!define PIDGIN_SECTION_DESCRIPTION		"Základní soubory a DLL pro Pidgin"
!define GTK_SECTION_DESCRIPTION		"Multi-platform GUI toolkit používaný Pidginem"


; GTK+ Directory Page

; Installer Finish Page
!define PIDGIN_FINISH_VISIT_WEB_SITE		"Navštívit Windows Pidgin Web Page"

; GTK+ Section Prompts

; Uninstall Section Prompts
!define un.PIDGIN_UNINSTALL_ERROR_1		"Odinstalční proces nemůže najít záznamy pro Pidgin v registrech.$\rPravděpodobně instalaci této aplikace provedl jiný uživatel."
!define un.PIDGIN_UNINSTALL_ERROR_2		"Nemáte oprávnění k odinstalaci této aplikace."

mercurial