diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl | 55 |
1 files changed, 25 insertions, 30 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl index f574bb9b..1ab287e4 100644 --- a/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl +++ b/src/ext/Bal/wixstdba/Resources/1028/mbapreq.wxl | |||
@@ -1,34 +1,29 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 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 | <!-- 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 | 2 | ||
4 | 3 | ||
5 | <WixLocalization Culture="zh-tw" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | 4 | <WixLocalization Culture="zh-tw" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
6 | <String Id="Caption">[WixBundleName] 安裝程式</String> | 5 | <String Id="Caption" Value="[WixBundleName] 安裝程式" /> |
7 | <String Id="Title">[WixBundleName] 安裝程式需要 Microsoft .NET Framework</String> | 6 | <String Id="Title" Value="[WixBundleName] 安裝程式需要 Microsoft .NET Framework" /> |
8 | <String Id="ConfirmCancelMessage">您確定要取消嗎?</String> | 7 | <String Id="ConfirmCancelMessage" Value="您確定要取消嗎?" /> |
9 | <String Id="HelpHeader">安裝程式說明</String> | 8 | <String Id="HelpHeader" Value="安裝程式說明" /> |
10 | <String Id="HelpText">/passive | /quiet - 顯示最基本的 UI 但不顯示提示,或者不顯示 UI 也 | 9 | <String Id="HelpText" Value="/passive | /quiet - 顯示最基本的 UI 但不顯示提示,或者不顯示 UI 也
 不顯示提示。預設會顯示 UI 和所有提示。

/norestart - 隱藏任何重新啟動嘗試。根據預設,UI 會在重新啟動之前提示。
/log log.txt - 記錄至特定檔案。預設會在 %TEMP% 建立記錄檔。" /> |
11 | 不顯示提示。預設會顯示 UI 和所有提示。 | 10 | <String Id="HelpCloseButton" Value="關閉(&C)" /> |
12 | 11 | <String Id="InstallLicenseTerms" Value="請按一下 「接受並安裝」5D; 按鈕,接受 Microsoft .NET Framework <a href="#">授權合約</a>。" /> | |
13 | /norestart - 隱藏任何重新啟動嘗試。根據預設,UI 會在重新啟動之前提示。 | 12 | <String Id="InstallAcceptAndInstallButton" Value="接受並安裝(&A)" /> |
14 | /log log.txt - 記錄至特定檔案。預設會在 %TEMP% 建立記錄檔。</String> | 13 | <String Id="InstallDeclineButton" Value="拒絕(&D)" /> |
15 | <String Id="HelpCloseButton">關閉(&C)</String> | 14 | <String Id="ProgressHeader" Value="安裝進度" /> |
16 | <String Id="InstallLicenseTerms">請按一下 「接受並安裝」5D; 按鈕,接受 Microsoft .NET Framework <a href="#">授權合約</a>。</String> | 15 | <String Id="ProgressLabel" Value="正在處理:" /> |
17 | <String Id="InstallAcceptAndInstallButton">接受並安裝(&A)</String> | 16 | <String Id="ProgressCancelButton" Value="取消(&)" /> |
18 | <String Id="InstallDeclineButton">拒絕(&D)</String> | 17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> |
19 | <String Id="ProgressHeader">安裝進度</String> | 18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> |
20 | <String Id="ProgressLabel">正在處理:</String> | 19 | <String Id="SuccessRestartButton" Value="&Restart" /> |
21 | <String Id="ProgressCancelButton">取消(&)</String> | 20 | <String Id="SuccessCloseButton" Value="&Close" /> |
22 | <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> | 21 | <String Id="FailureHeader" Value="安裝失敗" /> |
23 | <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> | 22 | <String Id="FailureLogLinkText" Value="一或多個問題導致安裝失敗。請修正這些問題,然後再重試安裝。如需詳細資訊,請查看<a href="#">記錄檔</a>。" /> |
24 | <String Id="SuccessRestartButton">&Restart</String> | 23 | <String Id="FailureRestartText" Value="必須重新啟動電腦,才能完成軟體的復原。" /> |
25 | <String Id="SuccessCloseButton">&Close</String> | 24 | <String Id="FailureRestartButton" Value="重新啟動(&R)" /> |
26 | <String Id="FailureHeader">安裝失敗</String> | 25 | <String Id="FailureCloseButton" Value="關閉(&C)" /> |
27 | <String Id="FailureLogLinkText">一或多個問題導致安裝失敗。請修正這些問題,然後再重試安裝。如需詳細資訊,請查看<a href="#">記錄檔</a>。</String> | 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." /> |
28 | <String Id="FailureRestartText">必須重新啟動電腦,才能完成軟體的復原。</String> | 27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> |
29 | <String Id="FailureRestartButton">重新啟動(&R)</String> | 28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> |
30 | <String Id="FailureCloseButton">關閉(&C)</String> | ||
31 | <String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String> | ||
32 | <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String> | ||
33 | <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String> | ||
34 | </WixLocalization> | 29 | </WixLocalization> |