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:
kichik 2008-11-08 14:56:43 +00:00
parent d2d0bd0a67
commit 412485144b

View file

@ -15,7 +15,7 @@ Nullsoft Install System %s
# ^SetupCaption # ^SetupCaption
$(^Name) 安装 $(^Name) 安装
# ^UninstallCaption # ^UninstallCaption
$(^Name) 解除安装 $(^Name) 卸载
# ^LicenseSubCaption # ^LicenseSubCaption
: 许可证协议 : 许可证协议
# ^ComponentsSubCaption # ^ComponentsSubCaption
@ -27,13 +27,13 @@ $(^Name)
# ^CompletedSubCaption # ^CompletedSubCaption
: 已完成 : 已完成
# ^UnComponentsSubCaption # ^UnComponentsSubCaption
: 解除安装选项 : 卸载选项
# ^UnDirSubCaption # ^UnDirSubCaption
: 解除安装文件夹 : 卸载文件夹
# ^ConfirmSubCaption # ^ConfirmSubCaption
: 确认 : 确认
# ^UninstallingSubCaption # ^UninstallingSubCaption
: 正在解除安装 : 正在卸载
# ^UnCompletedSubCaption # ^UnCompletedSubCaption
: 完成 : 完成
# ^BackBtn # ^BackBtn
@ -49,7 +49,7 @@ $(^Name)
# ^InstallBtn # ^InstallBtn
安装(&I) 安装(&I)
# ^UninstallBtn # ^UninstallBtn
移除(&U) 卸载(&U)
# ^CancelBtn # ^CancelBtn
取消(&C) 取消(&C)
# ^CloseBtn # ^CloseBtn
@ -63,7 +63,7 @@ $(^Name)
# ^ClickInstall # ^ClickInstall
单击 [安装(I)] 开始安装进程。 单击 [安装(I)] 开始安装进程。
# ^ClickUninstall # ^ClickUninstall
单击 [解除安装(U)] 开始解除安装进程。 单击 [卸载(U)] 开始解除安装进程。
# ^Name # ^Name
名称 名称
# ^Completed # ^Completed
@ -75,11 +75,11 @@ $(^Name)
# ^LicenseTextRB # ^LicenseTextRB
在安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK 在安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK
# ^UnLicenseText # ^UnLicenseText
解除安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击 [我接受(I)] 。 卸载 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击 [我接受(I)] 。
# ^UnLicenseTextCB # ^UnLicenseTextCB
解除安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击下方的勾选框。 $_CLICK 卸载 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,单击下方的勾选框。 $_CLICK
# ^UnLicenseTextRB # ^UnLicenseTextRB
解除安装 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK 卸载 $(^NameDA) 之前请检阅许可证协议。如果你接受协议中所有条款,选择下方的第一个选项。 $_CLICK
# ^Custom # ^Custom
自定义 自定义
# ^ComponentsText # ^ComponentsText
@ -91,13 +91,13 @@ $(^Name)
# ^ComponentsSubText2 # ^ComponentsSubText2
或者,自定义选定想安装的组件: 或者,自定义选定想安装的组件:
# ^UnComponentsText # ^UnComponentsText
勾选你想要解除安装的组件,并解除勾选你不希望解除安装的组件。 $_CLICK 勾选你想要卸载的组件,并解除勾选你不希望卸载的组件。 $_CLICK
# ^UnComponentsSubText1 # ^UnComponentsSubText1
选择解除安装的类型: 选择卸载的类型:
# ^UnComponentsSubText2_NoInstTypes # ^UnComponentsSubText2_NoInstTypes
选择要解除安装的组件: 选择要卸载的组件:
# ^UnComponentsSubText2 # ^UnComponentsSubText2
或是,选择想要解除安装的可选项组件: 或是,选择想要卸载的可选项组件:
# ^DirText # ^DirText
Setup 将安装 $(^NameDA) 在下列文件夹。要安装到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK Setup 将安装 $(^NameDA) 在下列文件夹。要安装到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK
# ^DirSubText # ^DirSubText
@ -105,19 +105,19 @@ Setup
# ^DirBrowseText # ^DirBrowseText
选择要安装 $(^NameDA) 的文件夹位置: 选择要安装 $(^NameDA) 的文件夹位置:
# ^UnDirText # ^UnDirText
Setup 将解除安装 $(^NameDA) 在下列文件夹。要解除安装到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK Setup 将卸载 $(^NameDA) 在下列文件夹。要卸载到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK
# ^UnDirSubText # ^UnDirSubText
"" ""
# ^UnDirBrowseText # ^UnDirBrowseText
选择要解除安装 $(^NameDA) 的文件夹位置: 选择要卸载 $(^NameDA) 的文件夹位置:
# ^SpaceAvailable # ^SpaceAvailable
"可用空间: " "可用空间: "
# ^SpaceRequired # ^SpaceRequired
"所需空间: " "所需空间: "
# ^UninstallingText # ^UninstallingText
这个向导将从你的计算机解除安装 $(^NameDA) 。 $_CLICK 这个向导将从你的计算机卸载 $(^NameDA) 。 $_CLICK
# ^UninstallingSubText # ^UninstallingSubText
解除安装目录: 卸载目录:
# ^FileError # ^FileError
不能打开要写入的文件: \r\n\t"$0"\r\n单击 [Abort] 放弃安装,\r\n [Retry] 重新尝试写入文件,或\r\n [Ignore] 忽略这个文件。 不能打开要写入的文件: \r\n\t"$0"\r\n单击 [Abort] 放弃安装,\r\n [Retry] 重新尝试写入文件,或\r\n [Ignore] 忽略这个文件。
# ^FileError_NoIgnore # ^FileError_NoIgnore
@ -141,7 +141,7 @@ Setup
# ^CreateShortcut # ^CreateShortcut
"创建快捷方式: " "创建快捷方式: "
# ^CreatedUninstaller # ^CreatedUninstaller
"创建解除安装程序: " "创建卸载程序: "
# ^Delete # ^Delete
"删除文件: " "删除文件: "
# ^DeleteOnReboot # ^DeleteOnReboot