diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/2052/wixpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/2052/wixpreq.wxl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/2052/wixpreq.wxl b/src/ext/Bal/stdbas/Resources/2052/wixpreq.wxl new file mode 100644 index 00000000..43ed19fe --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/2052/wixpreq.wxl | |||
@@ -0,0 +1,29 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | |||
3 | |||
4 | <WixLocalization Culture="zh-ch" Language="2052" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <String Id="Caption" Value="[WixBundleName] 安装" /> | ||
6 | <String Id="Title" Value="[WixBundleName] 安装需要 Microsoft .NET Framework" /> | ||
7 | <String Id="ConfirmCancelMessage" Value="是否确实要取消?" /> | ||
8 | <String Id="HelpHeader" Value="安装程序帮助" /> | ||
9 | <String Id="HelpText" Value="/passive | /quiet - 显示最小的 UI 且无提示,或者不显示 UI 且
 无提示。默认情况下显示 UI 和所有提示。

/norestart - 隐藏任何重启提示。默认情况下 UI 会在重启前提示。
/log log.txt - 记录到特定文件。默认情况下在 %TEMP% 中创建日志文件。" /> | ||
10 | <String Id="HelpCloseButton" Value="关闭(&C)" /> | ||
11 | <String Id="InstallLicenseTerms" Value="单击“接受并安装”按钮以接受 Microsoft .NET Framework <a href="#">许可证条款</a>。" /> | ||
12 | <String Id="InstallAcceptAndInstallButton" Value="接受并安装(&A)" /> | ||
13 | <String Id="InstallDeclineButton" Value="拒绝(&D)" /> | ||
14 | <String Id="ProgressHeader" Value="安装进度" /> | ||
15 | <String Id="ProgressLabel" Value="正在处理:" /> | ||
16 | <String Id="ProgressCancelButton" Value="取消(&C)" /> | ||
17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> | ||
18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
19 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
20 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
21 | <String Id="FailureHeader" Value="安装失败" /> | ||
22 | <String Id="FailureLogLinkText" Value="一个或多个问题导致安装失败。请解决问题,然后重新尝试安装。有关详情,请查看<a href="#">日志文件</a>。" /> | ||
23 | <String Id="FailureRestartText" Value="必须重启计算机才能完成软件的回滚。" /> | ||
24 | <String Id="FailureRestartButton" Value="重启(&R)" /> | ||
25 | <String Id="FailureCloseButton" Value="关闭(&C)" /> | ||
26 | <String Id="NET452WIN7RTMErrorMessage" Value="[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment." /> | ||
27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> | ||
28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> | ||
29 | </WixLocalization> | ||