1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3250 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dff2e4afaf
commit
e15be55ca7
2 changed files with 16 additions and 8 deletions
|
@ -1,17 +1,20 @@
|
|||
;NSIS Modern User Interface - Language File
|
||||
;Compatible with Modern UI 1.67
|
||||
;Compatible with Modern UI 1.68
|
||||
|
||||
;Language: 'Chinese (Simplified)' (2052)
|
||||
;Translator: Kii Ali <kiiali@cpatch.org>
|
||||
;Revision date: 2003-10-23
|
||||
;Revision date: 2003-12-04
|
||||
;--------------------------------
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_BEGIN "SIMPCHINESE"
|
||||
|
||||
!define MUI_LANGNAME "Chinese (Simplified)" ;(以语言本身的方式,写下语言名称) Use only ASCII characters (if this is not possible, use the English name)
|
||||
|
||||
!define MUI_FONT "宋体"
|
||||
!define MUI_FONTSIZE "9"
|
||||
|
||||
!define MUI_TEXT_WELCOME_INFO_TITLE "欢迎使用 $(^Name) 安装向导"
|
||||
!define MUI_TEXT_WELCOME_INFO_TEXT "这将会在你的计算机,安装 $(^Name) 。\r\n\r\n在开始安装之前,建议先关闭其他所有应用程序。这将允许“安装程序”更新指定的系统文件,而不需要重新启动你的计算机。\r\n\r\n$_CLICK"
|
||||
!define MUI_TEXT_WELCOME_INFO_TEXT "这个向导将指引你完成 $(^Name) 的安装进程。\r\n\r\n在开始安装之前,建议先关闭其他所有应用程序。这将允许“安装程序”更新指定的系统文件,而不需要重新启动你的计算机。\r\n\r\n$_CLICK"
|
||||
|
||||
!define MUI_TEXT_LICENSE_TITLE "许可证协议"
|
||||
!define MUI_TEXT_LICENSE_SUBTITLE "在安装 $(^Name) 之前,请检阅授权条款。"
|
||||
|
@ -83,7 +86,8 @@
|
|||
|
||||
!define MUI_UNTEXT_FINISH_INFO_TITLE "正在完成 $(^Name) 解除安装向导"
|
||||
!define MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) 已从你的计算机解除安装。\r\n\r\n单击 [完成] 关闭这个向导。"
|
||||
|
||||
!define MUI_UNTEXT_FINISH_INFO_REBOOT "计算机需要重新启动,以便完成 $(^Name) 的解除安装。现在想要重新启动吗?"
|
||||
|
||||
!define MUI_UNTEXT_ABORTWARNING "你确实要退出 $(^Name) 解除安装吗?"
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_END
|
||||
|
|
|
@ -1,17 +1,20 @@
|
|||
;NSIS Modern User Interface - Language File
|
||||
;Compatible with Modern UI 1.67
|
||||
;Compatible with Modern UI 1.68
|
||||
|
||||
;Language: 'Chinese (Traditional)' (1028)
|
||||
;Translator: Kii Ali <kiiali@cpatch.org>
|
||||
;Revision date: 2003-10-23
|
||||
;Revision date: 2003-12-04
|
||||
;--------------------------------
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_BEGIN "TRADCHINESE"
|
||||
|
||||
!define MUI_LANGNAME "Chinese (Traditional)" ;(以語言本身的方式,寫下語言名稱) Use only ASCII characters (if this is not possible, use the English name)
|
||||
|
||||
!define MUI_FONT "新細明體"
|
||||
!define MUI_FONTSIZE "9"
|
||||
|
||||
!define MUI_TEXT_WELCOME_INFO_TITLE "歡迎使用 $(^Name) 安裝精靈"
|
||||
!define MUI_TEXT_WELCOME_INFO_TEXT "這將會在你的電腦,安裝 $(^Name) 。\r\n\r\n在開始安裝之前,建議先關閉其他所有應用程式。這將允許\「安裝程式」更新指定的系統檔案,而不需要重新啟動你的電腦。\r\n\r\n$_CLICK"
|
||||
!define MUI_TEXT_WELCOME_INFO_TEXT "這個精靈將指引你完成 $(^Name) 的安裝進程。\r\n\r\n在開始安裝之前,建議先關閉其他所有應用程式。這將允許\「安裝程式」更新指定的系統檔案,而不需要重新啟動你的電腦。\r\n\r\n$_CLICK"
|
||||
|
||||
!define MUI_TEXT_LICENSE_TITLE "授權協議"
|
||||
!define MUI_TEXT_LICENSE_SUBTITLE "在安裝 $(^Name) 之前,請檢閱授權條款。"
|
||||
|
@ -83,7 +86,8 @@
|
|||
|
||||
!define MUI_UNTEXT_FINISH_INFO_TITLE "正在完成 $(^Name) 解除安裝精靈"
|
||||
!define MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) 已從你的電腦解除安裝。\r\n\r\n按一下 [完成] 關閉這個精靈。"
|
||||
|
||||
!define MUI_UNTEXT_FINISH_INFO_REBOOT "電腦需要重新啟動,以便完成 $(^Name) 的解除安裝。現在想要重新啟動嗎?"
|
||||
|
||||
!define MUI_UNTEXT_ABORTWARNING "你確定要離開 $(^Name) 解除安裝嗎?"
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_END
|
Loading…
Add table
Add a link
Reference in a new issue