applied patch #2189117 - description is not consistent with button text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5761 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d2d0bd0a67
commit
412485144b
1 changed files with 18 additions and 18 deletions
|
@ -15,7 +15,7 @@ Nullsoft Install System %s
|
|||
# ^SetupCaption
|
||||
$(^Name) 安装
|
||||
# ^UninstallCaption
|
||||
$(^Name) 解除安装
|
||||
$(^Name) 卸载
|
||||
# ^LicenseSubCaption
|
||||
: 许可证协议
|
||||
# ^ComponentsSubCaption
|
||||
|
@ -27,13 +27,13 @@ $(^Name)
|
|||
# ^CompletedSubCaption
|
||||
: 已完成
|
||||
# ^UnComponentsSubCaption
|
||||
: 解除安装选项
|
||||
: 卸载选项
|
||||
# ^UnDirSubCaption
|
||||
: 解除安装文件夹
|
||||
: 卸载文件夹
|
||||
# ^ConfirmSubCaption
|
||||
: 确认
|
||||
# ^UninstallingSubCaption
|
||||
: 正在解除安装
|
||||
: 正在卸载
|
||||
# ^UnCompletedSubCaption
|
||||
: 完成
|
||||
# ^BackBtn
|
||||
|
@ -49,7 +49,7 @@ $(^Name)
|
|||
# ^InstallBtn
|
||||
安装(&I)
|
||||
# ^UninstallBtn
|
||||
移除(&U)
|
||||
卸载(&U)
|
||||
# ^CancelBtn
|
||||
取消(&C)
|
||||
# ^CloseBtn
|
||||
|
@ -63,7 +63,7 @@ $(^Name)
|
|||
# ^ClickInstall
|
||||
单击 [安装(I)] 开始安装进程。
|
||||
# ^ClickUninstall
|
||||
单击 [解除安装(U)] 开始解除安装进程。
|
||||
单击 [卸载(U)] 开始解除安装进程。
|
||||
# ^Name
|
||||
名称
|
||||
# ^Completed
|
||||
|
@ -75,11 +75,11 @@ $(^Name)
|
|||
# ^LicenseTextRB
|
||||
在安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK
|
||||
# ^UnLicenseText
|
||||
在解除安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击 [我接受(I)] 。
|
||||
在卸载 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击 [我接受(I)] 。
|
||||
# ^UnLicenseTextCB
|
||||
在解除安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击下方的勾选框。 $_CLICK
|
||||
在卸载 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击下方的勾选框。 $_CLICK
|
||||
# ^UnLicenseTextRB
|
||||
在解除安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK
|
||||
在卸载 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK
|
||||
# ^Custom
|
||||
自定义
|
||||
# ^ComponentsText
|
||||
|
@ -91,13 +91,13 @@ $(^Name)
|
|||
# ^ComponentsSubText2
|
||||
或者,自定义选定想安装的组件:
|
||||
# ^UnComponentsText
|
||||
勾选你想要解除安装的组件,并解除勾选你不希望解除安装的组件。 $_CLICK
|
||||
勾选你想要卸载的组件,并解除勾选你不希望卸载的组件。 $_CLICK
|
||||
# ^UnComponentsSubText1
|
||||
选择解除安装的类型:
|
||||
选择卸载的类型:
|
||||
# ^UnComponentsSubText2_NoInstTypes
|
||||
选择要解除安装的组件:
|
||||
选择要卸载的组件:
|
||||
# ^UnComponentsSubText2
|
||||
或是,选择想要解除安装的可选项组件:
|
||||
或是,选择想要卸载的可选项组件:
|
||||
# ^DirText
|
||||
Setup 将安装 $(^NameDA) 在下列文件夹。要安装到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK
|
||||
# ^DirSubText
|
||||
|
@ -105,19 +105,19 @@ Setup
|
|||
# ^DirBrowseText
|
||||
选择要安装 $(^NameDA) 的文件夹位置:
|
||||
# ^UnDirText
|
||||
Setup 将解除安装 $(^NameDA) 在下列文件夹。要解除安装到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK
|
||||
Setup 将卸载 $(^NameDA) 在下列文件夹。要卸载到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK
|
||||
# ^UnDirSubText
|
||||
""
|
||||
# ^UnDirBrowseText
|
||||
选择要解除安装 $(^NameDA) 的文件夹位置:
|
||||
选择要卸载 $(^NameDA) 的文件夹位置:
|
||||
# ^SpaceAvailable
|
||||
"可用空间: "
|
||||
# ^SpaceRequired
|
||||
"所需空间: "
|
||||
# ^UninstallingText
|
||||
这个向导将从你的计算机解除安装 $(^NameDA) 。 $_CLICK
|
||||
这个向导将从你的计算机卸载 $(^NameDA) 。 $_CLICK
|
||||
# ^UninstallingSubText
|
||||
解除安装目录:
|
||||
卸载目录:
|
||||
# ^FileError
|
||||
不能打开要写入的文件: \r\n\t"$0"\r\n单击 [Abort] 放弃安装,\r\n [Retry] 重新尝试写入文件,或\r\n [Ignore] 忽略这个文件。
|
||||
# ^FileError_NoIgnore
|
||||
|
@ -141,7 +141,7 @@ Setup
|
|||
# ^CreateShortcut
|
||||
"创建快捷方式: "
|
||||
# ^CreatedUninstaller
|
||||
"创建解除安装程序: "
|
||||
"创建卸载程序: "
|
||||
# ^Delete
|
||||
"删除文件: "
|
||||
# ^DeleteOnReboot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue