annotate src/win32/nsis/translations/simp-chinese.nsh @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 6300424eafbf
children 8b955ffe9584
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; simp-chinese.nsh
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Simplified Chinese language strings for the Windows Gaim NSIS installer.
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 936
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Funda Wang" <fundawang@linux.net.cn>
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
8 ;; Version 2
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 ; Startup GTK+ check
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
12 !define GTK_INSTALLER_NEEDED "可能缺少 GTK+ 运行时刻环境,或者需要更新该环境。$\r请安装 v${GTK_VERSION} 或更高版本的 GTK+ 运行时刻环境"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
14 ; License Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
15 !define GAIM_LICENSE_BUTTON "下一步 >"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) 以 GPL 许可发布。在此提供此许可仅为参考。$_CLICK"
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
17
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 ; Components Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
19 !define GAIM_SECTION_TITLE "Gaim 即时通讯程序(必需)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
20 !define GTK_SECTION_TITLE "GTK+ 运行时刻环境(必需)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
21 !define GTK_THEMES_SECTION_TITLE "GTK+ 主题"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
22 !define GTK_NOTHEME_SECTION_TITLE "无主题"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
23 !define GTK_WIMP_SECTION_TITLE "Wimp 主题"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
24 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve 主题"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue 主题"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
26 !define GAIM_SECTION_DESCRIPTION "Gaim 核心文件和 DLLs"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
27 !define GTK_SECTION_DESCRIPTION "Gaim 所用的多平台 GUI 工具包"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
28 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ 主题可以更改 GTK+ 程序的观感。"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
29 !define GTK_NO_THEME_DESC "不安装 GTK+ 主题"
10814
364a2ef907ae [gaim-migrate @ 12468]
Luke Schierer <lschiere@pidgin.im>
parents: 7572
diff changeset
30 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows impersonator)是 is a GTK+ theme that blends well into the Windows desktop environment."
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
31 !define GTK_BLUECURVE_THEME_DESC "Bluecurve 主题。"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Lighthouseblue 主题。"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
34 ; GTK+ Directory Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
35 !define GTK_UPGRADE_PROMPT "发现了旧版本的 GTK+ 运行时刻。您想要升级吗?$\r注意: 除非您进行升级,否则 Gaim 可能无法工作。"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
37 ; Finish Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
38 !define GAIM_FINISH_VISIT_WEB_SITE "浏览 Windows Gaim 网页"
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
39
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; Gaim Section Prompts and Texts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
41 !define GAIM_UNINSTALL_DESC "Gaim (只能删除)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
42 !define GAIM_PROMPT_WIPEOUT "即将删除您的旧 Gaim 目录。您想要继续吗?$\r$\r注意: 您所安装的任何非标准的插件都将被删除。$\r但是不会影响 Gaim 用户设置。"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
43 !define GAIM_PROMPT_DIR_EXISTS "您指定的安装目录已经存在。$\r所有内容都将被删除。您想要继续吗?"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 ; GTK+ Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
46 !define GTK_INSTALL_ERROR "安装 GTK+ 运行时刻失败。"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
47 !define GTK_BAD_INSTALL_PATH "无法访问或创建您输入的路径。"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; GTK+ Themes section
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
50 !define GTK_NO_THEME_INSTALL_RIGHTS "您没有权限安装 GTK+ 主题。"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; Uninstall Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
53 !define un.GAIM_UNINSTALL_ERROR_1 "卸载程序找不到 Gaim 的注册表项目。$\r可能是另外的用户安装了此程序。"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
54 !define un.GAIM_UNINSTALL_ERROR_2 "您没有权限卸载此程序。"