Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nsis/translations/simp-chinese.nsh
blob: 9c15881a50162f5332980813ebb5519697e2cd27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;;
;;  simp-chinese.nsh
;;
;;  Simplified Chinese language strings for the Windows GCompris NSIS installer.
;;  Windows Code page: 936
;;
;;  Author: Funda Wang" <fundawang@linux.net.cn>
;;  Version 2
;;


; Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE		"浏览 Windows GCompris 网页"

; GCompris Section Prompts and Texts
!define GCOMPRIS_PROMPT_WIPEOUT			"即将删除您的旧 GCompris 目录。您想要继续吗?$\r$\r注意: 您所安装的任何非标准的插件都将被删除。$\r但是不会影响 GCompris 用户设置。"
!define GCOMPRIS_PROMPT_DIR_EXISTS		"您指定的安装目录已经存在。$\r所有内容都将被删除。您想要继续吗?"



; Uninstall Section Prompts
!define un.GCOMPRIS_UNINSTALL_ERROR_1         "卸载程序找不到 GCompris 的注册表项目。$\r可能是另外的用户安装了此程序。"
!define un.GCOMPRIS_UNINSTALL_ERROR_2         "您没有权限卸载此程序。"