diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/1028/wixpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/1028/wixpreq.wxl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/1028/wixpreq.wxl b/src/ext/Bal/stdbas/Resources/1028/wixpreq.wxl new file mode 100644 index 00000000..1ab287e4 --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/1028/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-tw" Language="1028" 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="請按一下 「接受並安裝」5D; 按鈕,接受 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="取消(&)" /> | ||
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> | ||