annotate src/win32/nsis/translations/simp-chinese.nsh @ 6274:b6c883e1d5a1

[gaim-migrate @ 6771] a few corrections committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 22 Jul 2003 16:49:03 +0000
parents 3620ea7eb76c
children b9fbc80ca9bd
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>
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ;;
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 ; Startup GTK+ check
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 LangString GTK_INSTALLER_NEEDED ${LANG_SIMPCHINESE} "可能缺少 GTK+ 运行时刻环境,或者需要更新该环境。$\r请安装 v${GTK_VERSION} 或更高版本的 GTK+ 运行时刻环境"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 ; Components Page
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14 LangString GAIM_SECTION_TITLE ${LANG_SIMPCHINESE} "Gaim 即时通讯程序(必需)"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 LangString GTK_SECTION_TITLE ${LANG_SIMPCHINESE} "GTK+ 运行时刻环境(必需)"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 LangString GTK_THEMES_SECTION_TITLE ${LANG_SIMPCHINESE} "GTK+ 主题"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
17 LangString GTK_NOTHEME_SECTION_TITLE ${LANG_SIMPCHINESE} "无主题"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 LangString GTK_WIMP_SECTION_TITLE ${LANG_SIMPCHINESE} "Wimp 主题"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19 LangString GTK_BLUECURVE_SECTION_TITLE ${LANG_SIMPCHINESE} "Bluecurve 主题"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 LangString GTK_LIGHTHOUSEBLUE_SECTION_TITLE ${LANG_SIMPCHINESE} "Light House Blue 主题"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21 LangString GAIM_SECTION_DESCRIPTION ${LANG_SIMPCHINESE} "Gaim 核心文件和 DLLs"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22 LangString GTK_SECTION_DESCRIPTION ${LANG_SIMPCHINESE} "Gaim 所用的多平台 GUI 工具包"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 LangString GTK_THEMES_SECTION_DESCRIPTION ${LANG_SIMPCHINESE} "GTK+ 主题可以更改 GTK+ 程序的观感。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
24 LangString GTK_NO_THEME_DESC ${LANG_SIMPCHINESE} "不安装 GTK+ 主题"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
25 LangString GTK_WIMP_THEME_DESC ${LANG_SIMPCHINESE} "GTK-Wimp (Windows impersonator)是 is a GTK theme that blends well into the Windows desktop environment."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26 LangString GTK_BLUECURVE_THEME_DESC ${LANG_SIMPCHINESE} "Bluecurve 主题。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC ${LANG_SIMPCHINESE} "Lighthouseblue 主题。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
29 ; Extra GTK+ Dir Selector Page
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
30 LangString GTK_PAGE_TITLE ${LANG_SIMPCHINESE} "选择安装位置"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31 LangString GTK_PAGE_SUBTITLE ${LANG_SIMPCHINESE} "选择将 GTK+ 安装到哪个文件夹"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 LangString GTK_PAGE_INSTALL_MSG1 ${LANG_SIMPCHINESE} "安装程序将把 GTK+ 安装到下列文件夹"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33 LangString GTK_PAGE_INSTALL_MSG2 ${LANG_SIMPCHINESE} "要安装到不同的文件夹,请单击“浏览”并选择其它的文件夹。单击“下一步”继续。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34 LangString GTK_PAGE_UPGRADE_MSG1 ${LANG_SIMPCHINESE} "安装程序将升级在下列文件夹中发现的 GTK+"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 LangString GTK_UPGRADE_PROMPT ${LANG_SIMPCHINESE} "发现了旧版本的 GTK+ 运行时刻。您想要升级吗?$\r注意: 除非您进行升级,否则 Gaim 可能无法工作。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 ; Gaim Section Prompts and Texts
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
38 LangString GAIM_UNINSTALL_DESC ${LANG_SIMPCHINESE} "Gaim (只能删除)"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
39 LangString GAIM_PROMPT_WIPEOUT ${LANG_SIMPCHINESE} "即将删除您的旧 Gaim 目录。您想要继续吗?$\r$\r注意: 您所安装的任何非标准的插件都将被删除。$\r但是不会影响 Gaim 用户设置。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 LangString GAIM_PROMPT_DIR_EXISTS ${LANG_SIMPCHINESE} "您指定的安装目录已经存在。$\r所有内容都将被删除。您想要继续吗?"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
42 ; GTK+ Section Prompts
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 LangString GTK_INSTALL_ERROR ${LANG_SIMPCHINESE} "安装 GTK+ 运行时刻失败。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44 LangString GTK_BAD_INSTALL_PATH ${LANG_SIMPCHINESE} "无法访问或创建您输入的路径。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46 ; GTK+ Themes section
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 LangString GTK_NO_THEME_INSTALL_RIGHTS ${LANG_SIMPCHINESE} "您没有权限安装 GTK+ 主题。"
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 ; Uninstall Section Prompts
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
50 LangString un.GAIM_UNINSTALL_ERROR_1 ${LANG_SIMPCHINESE} "卸载程序找不到 Gaim 的注册表项目。$\r可能是另外的用户安装了此程序。"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51 LangString un.GAIM_UNINSTALL_ERROR_2 ${LANG_SIMPCHINESE} "您没有权限卸载此程序。"