annotate gtk/win32/nsis/translations/trad-chinese.nsh @ 14376:b2d0b4ca2cf3

[gaim-migrate @ 17082] It really isn't smart for us to blow away the previous install directory (we do ask nicely, but it still isn't good) if the uninstaller for the previous version fails, so now we offer the choice between "continue regardless" or "cancel installing". It would really be ideal if we could get these translations done through gettext or something. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 30 Aug 2006 02:40:56 +0000
parents 009db0b357b5
children 1072720fc35f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
1 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
2 ;; trad-chinese.nsh
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
3 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
4 ;; Traditional Chineese language strings for the Windows Gaim NSIS installer.
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
5 ;; Windows Code page:950
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
6 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
7 ;; Author: Paladin R. Liu <paladin@ms1.hinet.net>
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
8 ;; Minor updates: Ambrose C. Li <acli@ada.dhs.org>
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
9 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
10 ;; Last Updated: July 5, 2005
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
11 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
12
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
13 ; Startup Checks
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
14 !define INSTALLER_IS_RUNNING "安裝程式正在執行中。"
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
15 !define GAIM_IS_RUNNING "Gaim 正在執行中,請先結束這個程式後再行安裝。"
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
16 !define GTK_INSTALLER_NEEDED "找不到符合的 GTK+ 執行環境或是需要被更新。$\r請安裝 v${GTK_VERSION} 以上版本的 GTK+ 執行環境。"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
17
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
18 ; License Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
19 !define GAIM_LICENSE_BUTTON "下一步 >"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
20 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) 採用 GNU General Public License (GPL) 授權發佈。在此列出授權書,僅作為參考之用。$_CLICK"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
21
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
22 ; Components Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
23 !define GAIM_SECTION_TITLE "Gaim 主程式 (必需)"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
24 !define GTK_SECTION_TITLE "GTK+ 執行環境 (必需)"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
25 !define GTK_THEMES_SECTION_TITLE "GTK+ 佈景主題"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
26 !define GTK_NOTHEME_SECTION_TITLE "不安裝佈景主題"
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
27 !define GTK_WIMP_SECTION_TITLE "Wimp 佈景主題"
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
28 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve 佈景主題"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
29 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue 佈景主題"
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
30 !define GAIM_SHORTCUTS_SECTION_TITLE "捷徑"
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
31 !define GAIM_DESKTOP_SHORTCUT_SECTION_TITLE "桌面捷徑"
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
32 !define GAIM_STARTMENU_SHORTCUT_SECTION_TITLE "開始功能表"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
33 !define GAIM_SECTION_DESCRIPTION "Gaim 核心檔案及動態函式庫"
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
34 !define GTK_SECTION_DESCRIPTION "Gaim 所使用的跨平台圖形介面函式庫"
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
35 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ 佈景主題可以用來改變 GTK+ 應用程式的外觀。"
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
36 !define GTK_NO_THEME_DESC "不安裝 GTK+ 佈景主題"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
37 !define GTK_WIMP_THEME_DESC "「GTK-Wimp」(Windows impersonator) 主題可讓 GTK+ 融入 Windows 卓面環環之中。"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
38 !define GTK_BLUECURVE_THEME_DESC "「Bluecurve」主題"
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
39 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "「Lighthouseblue」主題。"
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
40 !define GAIM_SHORTCUTS_SECTION_DESCRIPTION "建立 Gaim 捷徑"
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
41 !define GAIM_DESKTOP_SHORTCUT_DESC "在桌面建立捷徑"
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
42 !define GAIM_STARTMENU_SHORTCUT_DESC "在開始功能表建立捷徑"
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
43
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
44 ; GTK+ Directory Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
45 !define GTK_UPGRADE_PROMPT "發現一個舊版的 GTK+ 執行環境。您要將它升級嗎?$\r請注意:如果您不升級,Gaim 可能無法正確的被執行。"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
46
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
47 ; Installer Finish Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
48 !define GAIM_FINISH_VISIT_WEB_SITE "拜訪 Windows Gaim 網頁"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
49
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
50 ; Gaim Section Prompts and Texts
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
51 !define GAIM_UNINSTALL_DESC "Gaim v${GAIM_VERSION} (只供移除)"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
52
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
53 ; GTK+ Section Prompts
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
54 !define GTK_INSTALL_ERROR "安裝 GTK+ 執行環境時發生錯誤。"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
55 !define GTK_BAD_INSTALL_PATH "您所輸入的安裝目錄無法存取或建立。"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
56
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
57 ; GTK+ Themes section
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
58 !define GTK_NO_THEME_INSTALL_RIGHTS "您目前的權限無法安裝 GTK+ 佈景主題。"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
59
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
60 ; Uninstall Section Prompts
14376
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
61 !define un.GAIM_UNINSTALL_ERROR_1 "移除程式無法找到 Gaim 的安裝資訊。$\r這應該是有其他的使用者重新安裝了這個程式。"
b2d0b4ca2cf3 [gaim-migrate @ 17082]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14191
diff changeset
62 !define un.GAIM_UNINSTALL_ERROR_2 "您目前的權限無法移除 Gaim。"