view pidgin/win32/nsis/translations/trad-chinese.nsh @ 29225:3f33a8fbf871

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)
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 01 Nov 2009 03:34:32 +0000
parents 78b17bb6da24
children daa02d44df13
line wrap: on
line source

;;
;;  trad-chinese.nsh
;;
;;  Traditional Chineese language strings for the Windows Pidgin NSIS installer.
;;  Windows Code page:950
;;
;;  Author: Paladin R. Liu <paladin@ms1.hinet.net>
;;  Minor updates: Ambrose C. Li <acli@ada.dhs.org>
;;
;;  Last Updated: May 21, 2007
;;

; Startup Checks
!define INSTALLER_IS_RUNNING			"安裝程式正在執行中。"
!define PIDGIN_IS_RUNNING				"Pidgin 正在執行中,請先結束這個程式後再行安裝。"

; License Page
!define PIDGIN_LICENSE_BUTTON			"下一步 >"
!define PIDGIN_LICENSE_BOTTOM_TEXT		"$(^Name) 採用 GNU General Public License (GPL) 授權發佈。在此列出授權書,僅作為參考之用。$_CLICK"

; Components Page
!define PIDGIN_SECTION_TITLE			"Pidgin 主程式 (必需)"
!define GTK_SECTION_TITLE			"GTK+ 執行環境 (必需)"
!define PIDGIN_SHORTCUTS_SECTION_TITLE		"捷徑"
!define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE	"桌面捷徑"
!define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "開始功能表"
!define PIDGIN_SECTION_DESCRIPTION		"Pidgin 核心檔案及動態函式庫"
!define GTK_SECTION_DESCRIPTION			"Pidgin 所使用的跨平台圖形介面函式庫"

!define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION	"建立 Pidgin 捷徑"
!define PIDGIN_DESKTOP_SHORTCUT_DESC		"在桌面建立捷徑"
!define PIDGIN_STARTMENU_SHORTCUT_DESC		"在開始功能表建立捷徑"

; GTK+ Directory Page

; Installer Finish Page
!define PIDGIN_FINISH_VISIT_WEB_SITE		"拜訪 Windows Pidgin 網頁"

; Pidgin Section Prompts and Texts
!define PIDGIN_PROMPT_CONTINUE_WITHOUT_UNINSTALL	"無法移除目前已安裝的 Pidgin,新版本將在未經移除舊版本的情況下進行安裝。"

; GTK+ Section Prompts

; URL Handler section
!define URI_HANDLERS_SECTION_TITLE		"URI 處理程式"

; Uninstall Section Prompts
!define un.PIDGIN_UNINSTALL_ERROR_1		"移除程式無法找到 Pidgin 的安裝資訊。$\r這應該是有其他的使用者重新安裝了這個程式。"
!define un.PIDGIN_UNINSTALL_ERROR_2		"您目前的權限無法移除 Pidgin。"

; Spellcheck Section Prompts
!define PIDGIN_SPELLCHECK_SECTION_TITLE		"拼字檢查功能"
!define PIDGIN_SPELLCHECK_ERROR			"安裝拼字檢查途中發生錯誤"
!define PIDGIN_SPELLCHECK_DICT_ERROR		"安裝拼字檢查用的詞典途中發生錯誤"
!define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION	"拼字檢查支援(安裝須有網際網路連線)。"
!define ASPELL_INSTALL_FAILED			"安裝失敗"
!define PIDGIN_SPELLCHECK_BRETON		"布里多尼文"
!define PIDGIN_SPELLCHECK_CATALAN		"加泰隆文"
!define PIDGIN_SPELLCHECK_CZECH			"捷克文"
!define PIDGIN_SPELLCHECK_WELSH			"威爾斯文"
!define PIDGIN_SPELLCHECK_DANISH		"丹麥文"
!define PIDGIN_SPELLCHECK_GERMAN		"德文"
!define PIDGIN_SPELLCHECK_GREEK			"希臘文"
!define PIDGIN_SPELLCHECK_ENGLISH		"英文"
!define PIDGIN_SPELLCHECK_ESPERANTO		"世界語"
!define PIDGIN_SPELLCHECK_SPANISH		"西班牙文"
!define PIDGIN_SPELLCHECK_FAROESE		"法羅群島文"
!define PIDGIN_SPELLCHECK_FRENCH		"法文"
!define PIDGIN_SPELLCHECK_ITALIAN		"意大利文"
!define PIDGIN_SPELLCHECK_DUTCH			"荷蘭文"
!define PIDGIN_SPELLCHECK_NORWEGIAN		"挪威文"
!define PIDGIN_SPELLCHECK_POLISH		"波蘭文"
!define PIDGIN_SPELLCHECK_PORTUGUESE		"萄文"
!define PIDGIN_SPELLCHECK_ROMANIAN		"羅馬尼亞文"
!define PIDGIN_SPELLCHECK_RUSSIAN		"俄文"
!define PIDGIN_SPELLCHECK_SLOVAK		"斯洛伐克文"
!define PIDGIN_SPELLCHECK_SWEDISH		"瑞典文"
!define PIDGIN_SPELLCHECK_UKRAINIAN		"烏克蘭文"