diff 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
line wrap: on
line diff
--- a/pidgin/win32/nsis/translations/simp-chinese.nsh	Sat Oct 31 20:03:26 2009 +0000
+++ b/pidgin/win32/nsis/translations/simp-chinese.nsh	Sun Nov 01 03:34:32 2009 +0000
@@ -11,7 +11,6 @@
 ; Startup GTK+ check
 !define INSTALLER_IS_RUNNING			"安装程序已经运行。"
 !define PIDGIN_IS_RUNNING			"Pidgin 的实例正在运行中。请退出 Pidgin 然后再试一次。"
-!define GTK_INSTALLER_NEEDED			"可能缺少 GTK+ 运行时刻环境,或者需要更新该环境。$\r请安装 v${GTK_MIN_VERSION} 或更高版本的 GTK+ 运行时刻环境"
 
 ; License Page
 !define PIDGIN_LICENSE_BUTTON			"下一步 >"
@@ -31,14 +30,11 @@
 !define PIDGIN_STARTMENU_SHORTCUT_DESC   "在开始菜单中创建 Pidgin 的快捷方式"
 
 ; GTK+ Directory Page
-!define GTK_UPGRADE_PROMPT			"发现了旧版本的 GTK+ 运行时刻。您想要升级吗?$\r注意: 除非您进行升级,否则 $(^Name) 可能无法工作。"
 
 ; Finish Page
 !define PIDGIN_FINISH_VISIT_WEB_SITE		"浏览 Windows Pidgin 网页"
 
 ; GTK+ Section Prompts
-!define GTK_INSTALL_ERROR			"安装 GTK+ 运行时刻失败。"
-!define GTK_BAD_INSTALL_PATH			"无法访问或创建您输入的路径。"
 
 ; Uninstall Section Prompts
 !define un.PIDGIN_UNINSTALL_ERROR_1         "卸载程序找不到 Pidgin 的注册表项目。$\r可能是另外的用户安装了此程序。"