blob: 106c704a44c9f0df2f8f28dd2400847003d2c44a (
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
34
|
<?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="ja-jp" Language="1041" 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">Microsoft .NET Framework の<a href="#">ライセンス条項</a>に同意する場合は、[同意してインストール]5D; ボタンをクリックします。</String>
<String Id="InstallAcceptAndInstallButton">同意してインストール(&A)</String>
<String Id="InstallDeclineButton">同意しない(&)</String>
<String Id="ProgressHeader">セットアップの進行状況</String>
<String Id="ProgressLabel">処理中:</String>
<String Id="ProgressCancelButton">キャンセル(&C)</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">1 つ以上の問題が原因でセットアップに失敗しました。問題を解決してからセットアップをやり直してください。詳細については、<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="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|