comparison pidgin/win32/nsis/translations/simp-chinese.nsh @ 29619: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 bfd44bbb5909
children daa02d44df13
comparison
equal deleted inserted replaced
29618:3be6a18e0bcb 29619:3f33a8fbf871
9 ;; 9 ;;
10 10
11 ; Startup GTK+ check 11 ; Startup GTK+ check
12 !define INSTALLER_IS_RUNNING "安装程序已经运行。" 12 !define INSTALLER_IS_RUNNING "安装程序已经运行。"
13 !define PIDGIN_IS_RUNNING "Pidgin 的实例正在运行中。请退出 Pidgin 然后再试一次。" 13 !define PIDGIN_IS_RUNNING "Pidgin 的实例正在运行中。请退出 Pidgin 然后再试一次。"
14 !define GTK_INSTALLER_NEEDED "可能缺少 GTK+ 运行时刻环境,或者需要更新该环境。$\r请安装 v${GTK_MIN_VERSION} 或更高版本的 GTK+ 运行时刻环境"
15 14
16 ; License Page 15 ; License Page
17 !define PIDGIN_LICENSE_BUTTON "下一步 >" 16 !define PIDGIN_LICENSE_BUTTON "下一步 >"
18 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) 以 GPL 许可发布。在此提供此许可仅为参考。$_CLICK" 17 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) 以 GPL 许可发布。在此提供此许可仅为参考。$_CLICK"
19 18
29 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "启动 Pidgin 的快捷方式" 28 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "启动 Pidgin 的快捷方式"
30 !define PIDGIN_DESKTOP_SHORTCUT_DESC "在桌面上创建 Pidgin 的快捷方式" 29 !define PIDGIN_DESKTOP_SHORTCUT_DESC "在桌面上创建 Pidgin 的快捷方式"
31 !define PIDGIN_STARTMENU_SHORTCUT_DESC "在开始菜单中创建 Pidgin 的快捷方式" 30 !define PIDGIN_STARTMENU_SHORTCUT_DESC "在开始菜单中创建 Pidgin 的快捷方式"
32 31
33 ; GTK+ Directory Page 32 ; GTK+ Directory Page
34 !define GTK_UPGRADE_PROMPT "发现了旧版本的 GTK+ 运行时刻。您想要升级吗?$\r注意: 除非您进行升级,否则 $(^Name) 可能无法工作。"
35 33
36 ; Finish Page 34 ; Finish Page
37 !define PIDGIN_FINISH_VISIT_WEB_SITE "浏览 Windows Pidgin 网页" 35 !define PIDGIN_FINISH_VISIT_WEB_SITE "浏览 Windows Pidgin 网页"
38 36
39 ; GTK+ Section Prompts 37 ; GTK+ Section Prompts
40 !define GTK_INSTALL_ERROR "安装 GTK+ 运行时刻失败。"
41 !define GTK_BAD_INSTALL_PATH "无法访问或创建您输入的路径。"
42 38
43 ; Uninstall Section Prompts 39 ; Uninstall Section Prompts
44 !define un.PIDGIN_UNINSTALL_ERROR_1 "卸载程序找不到 Pidgin 的注册表项目。$\r可能是另外的用户安装了此程序。" 40 !define un.PIDGIN_UNINSTALL_ERROR_1 "卸载程序找不到 Pidgin 的注册表项目。$\r可能是另外的用户安装了此程序。"
45 !define un.PIDGIN_UNINSTALL_ERROR_2 "您没有权限卸载此程序。" 41 !define un.PIDGIN_UNINSTALL_ERROR_2 "您没有权限卸载此程序。"
46 42