blob: 19e79bac306f5abfaa92701a770b4c00570be4a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<WixLocalization Culture="zh-tw" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">[WixBundleName] 安裝程式</String>
<String Id="Title">[WixBundleName] 安裝程式需要 Microsoft .NET Framework</String>
<String Id="ConfirmCancelMessage">您確定要取消嗎?</String>
<String Id="HelpHeader">安裝程式說明</String>
<String Id="HelpText">/passive | /quiet - 顯示最基本的 UI 但不顯示提示,或者不顯示 UI 也
不顯示提示。預設會顯示 UI 和所有提示。
/norestart - 隱藏任何重新啟動嘗試。根據預設,UI 會在重新啟動之前提示。
/log log.txt - 記錄至特定檔案。預設會在 %TEMP% 建立記錄檔。</String>
<String Id="HelpCloseButton">關閉(&C)</String>
<String Id="InstallLicenseTerms">請按一下 「接受並安裝」5D; 按鈕,接受 Microsoft .NET Framework <a href="#">授權合約</a>。</String>
<String Id="InstallAcceptAndInstallButton">接受並安裝(&A)</String>
<String Id="InstallDeclineButton">拒絕(&D)</String>
<String Id="ProgressHeader">安裝進度</String>
<String Id="ProgressLabel">正在處理:</String>
<String Id="ProgressCancelButton">取消(&)</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">安裝失敗</String>
<String Id="FailureLogLinkText">一或多個問題導致安裝失敗。請修正這些問題,然後再重試安裝。如需詳細資訊,請查看<a href="#">記錄檔</a>。</String>
<String Id="FailureRestartText">必須重新啟動電腦,才能完成軟體的復原。</String>
<String Id="FailureRestartButton">重新啟動(&R)</String>
<String Id="FailureCloseButton">關閉(&C)</String>
<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>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|