diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl new file mode 100644 index 00000000..63cdb418 --- /dev/null +++ b/src/ext/Bal/wixstdba/Resources/2052/mbapreq.wxl | |||
@@ -0,0 +1,27 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <WixLocalization Culture="zh-ch" Language="2052" xmlns="http://schemas.microsoft.com/wix/2006/localization"> | ||
6 | <String Id="Caption">[WixBundleName] 安装</String> | ||
7 | <String Id="Title">[WixBundleName] 安装需要 Microsoft .NET Framework</String> | ||
8 | <String Id="ConfirmCancelMessage">是否确实要取消?</String> | ||
9 | <String Id="HelpHeader">安装程序帮助</String> | ||
10 | <String Id="HelpText">/passive | /quiet - 显示最小的 UI 且无提示,或者不显示 UI 且 | ||
11 | 无提示。默认情况下显示 UI 和所有提示。 | ||
12 | |||
13 | /norestart - 隐藏任何重启提示。默认情况下 UI 会在重启前提示。 | ||
14 | /log log.txt - 记录到特定文件。默认情况下在 %TEMP% 中创建日志文件。</String> | ||
15 | <String Id="HelpCloseButton">关闭(&C)</String> | ||
16 | <String Id="InstallLicenseTerms">单击“接受并安装”按钮以接受 Microsoft .NET Framework <a href="#">许可证条款</a>。</String> | ||
17 | <String Id="InstallAcceptAndInstallButton">接受并安装(&A)</String> | ||
18 | <String Id="InstallDeclineButton">拒绝(&D)</String> | ||
19 | <String Id="ProgressHeader">安装进度</String> | ||
20 | <String Id="ProgressLabel">正在处理:</String> | ||
21 | <String Id="ProgressCancelButton">取消(&C)</String> | ||
22 | <String Id="FailureHeader">安装失败</String> | ||
23 | <String Id="FailureLogLinkText">一个或多个问题导致安装失败。请解决问题,然后重新尝试安装。有关详情,请查看<a href="#">日志文件</a>。</String> | ||
24 | <String Id="FailureRestartText">必须重启计算机才能完成软件的回滚。</String> | ||
25 | <String Id="FailureRestartButton">重启(&R)</String> | ||
26 | <String Id="FailureCloseButton">关闭(&C)</String> | ||
27 | </WixLocalization> | ||