Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nsis/translations/trad-chinese.nsh
blob: de3821e7f50ec93ffd81263e590e6372d1e486ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;;
;;  trad-chinese.nsh
;;
;;  Traditional Chineese language strings for the Windows GCompris NSIS installer.
;;  Windows Code page:950
;;
;;  Author: Paladin R. Liu <paladin@ms1.hinet.net>
;;  Minor updates: Ambrose C. Li <acli@ada.dhs.org>
;;


; 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         "您目前的權限無法移除 GCompris。"