Wed, 28 Feb 2007 17:27:30 +0000
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
| 6649 | 1 | ;; |
| 2 | ;; trad-chinese.nsh | |
| 3 | ;; | |
| 4 | ;; Traditional Chineese language strings for the Windows Gaim NSIS installer. | |
|
14438
b552f0964484
[gaim-migrate @ 17082]
Daniel Atallah <datallah@pidgin.im>
parents:
14253
diff
changeset
|
5 | ;; Windows Code page:950 |
| 6649 | 6 | ;; |
| 7 | ;; Author: Paladin R. Liu <paladin@ms1.hinet.net> | |
| 9694 | 8 | ;; Minor updates: Ambrose C. Li <acli@ada.dhs.org> |
| 6649 | 9 | ;; |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
10 | ;; Last Updated: July 5, 2005 |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
11 | ;; |
| 6649 | 12 | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
13 | ; Startup Checks |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
14 | !define INSTALLER_IS_RUNNING "安裝程式正在執行中。" |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
15 | !define PIDGIN_IS_RUNNING "Gaim 正在執行中,請先結束這個程式後再行安裝。" |
|
14929
a71c59193f9d
[gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents:
14438
diff
changeset
|
16 | !define GTK_INSTALLER_NEEDED "找不到符合的 GTK+ 執行環境或是需要被更新。$\r請安裝 v${GTK_MIN_VERSION} 以上版本的 GTK+ 執行環境。" |
| 6649 | 17 | |
| 9694 | 18 | ; License Page |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
19 | !define PIDGIN_LICENSE_BUTTON "下一步 >" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
20 | !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) 採用 GNU General Public License (GPL) 授權發佈。在此列出授權書,僅作為參考之用。$_CLICK" |
| 9694 | 21 | |
| 6649 | 22 | ; Components Page |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
23 | !define PIDGIN_SECTION_TITLE "Gaim 主程式 (必需)" |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
24 | !define GTK_SECTION_TITLE "GTK+ 執行環境 (必需)" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
25 | !define GTK_THEMES_SECTION_TITLE "GTK+ 佈景主題" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
26 | !define GTK_NOTHEME_SECTION_TITLE "不安裝佈景主題" |
|
14438
b552f0964484
[gaim-migrate @ 17082]
Daniel Atallah <datallah@pidgin.im>
parents:
14253
diff
changeset
|
27 | !define GTK_WIMP_SECTION_TITLE "Wimp 佈景主題" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
28 | !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve 佈景主題" |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
29 | !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue 佈景主題" |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
30 | !define PIDGIN_SHORTCUTS_SECTION_TITLE "捷徑" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
31 | !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "桌面捷徑" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
32 | !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "開始功能表" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
33 | !define PIDGIN_SECTION_DESCRIPTION "Gaim 核心檔案及動態函式庫" |
|
14438
b552f0964484
[gaim-migrate @ 17082]
Daniel Atallah <datallah@pidgin.im>
parents:
14253
diff
changeset
|
34 | !define GTK_SECTION_DESCRIPTION "Gaim 所使用的跨平台圖形介面函式庫" |
|
b552f0964484
[gaim-migrate @ 17082]
Daniel Atallah <datallah@pidgin.im>
parents:
14253
diff
changeset
|
35 | !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ 佈景主題可以用來改變 GTK+ 應用程式的外觀。" |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
36 | !define GTK_NO_THEME_DESC "不安裝 GTK+ 佈景主題" |
| 10814 | 37 | !define GTK_WIMP_THEME_DESC "「GTK-Wimp」(Windows impersonator) 主題可讓 GTK+ 融入 Windows 卓面環環之中。" |
| 9694 | 38 | !define GTK_BLUECURVE_THEME_DESC "「Bluecurve」主題" |
|
14438
b552f0964484
[gaim-migrate @ 17082]
Daniel Atallah <datallah@pidgin.im>
parents:
14253
diff
changeset
|
39 | !define GTK_LIGHTHOUSEBLUE_THEME_DESC "「Lighthouseblue」主題。" |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
40 | !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "建立 Gaim 捷徑" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
41 | !define PIDGIN_DESKTOP_SHORTCUT_DESC "在桌面建立捷徑" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
42 | !define PIDGIN_STARTMENU_SHORTCUT_DESC "在開始功能表建立捷徑" |
| 6649 | 43 | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
44 | ; GTK+ Directory Page |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
45 | !define GTK_UPGRADE_PROMPT "發現一個舊版的 GTK+ 執行環境。您要將它升級嗎?$\r請注意:如果您不升級,Gaim 可能無法正確的被執行。" |
| 6649 | 46 | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
47 | ; Installer Finish Page |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
48 | !define PIDGIN_FINISH_VISIT_WEB_SITE "拜訪 Windows Gaim 網頁" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
49 | |
| 6649 | 50 | ; Gaim Section Prompts and Texts |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
51 | !define PIDGIN_UNINSTALL_DESC "Gaim v${PIDGIN_VERSION} (只供移除)" |
| 6649 | 52 | |
| 53 | ; GTK+ Section Prompts | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
54 | !define GTK_INSTALL_ERROR "安裝 GTK+ 執行環境時發生錯誤。" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
55 | !define GTK_BAD_INSTALL_PATH "您所輸入的安裝目錄無法存取或建立。" |
| 6649 | 56 | |
| 57 | ; GTK+ Themes section | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
6649
diff
changeset
|
58 | !define GTK_NO_THEME_INSTALL_RIGHTS "您目前的權限無法安裝 GTK+ 佈景主題。" |
| 6649 | 59 | |
| 60 | ; Uninstall Section Prompts | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
61 | !define un.PIDGIN_UNINSTALL_ERROR_1 "移除程式無法找到 Gaim 的安裝資訊。$\r這應該是有其他的使用者重新安裝了這個程式。" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
62 | !define un.PIDGIN_UNINSTALL_ERROR_2 "您目前的權限無法移除 Gaim。" |