main
wxl 9 lines 747 Bytes
Raw
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="ja-jp" xmlns="http://wixtoolset.org/schemas/v4/wxl">
5 <String Id="MessageQueuingExecuteInstall" Overridable="yes" Value="メッセージ キューを構成しています" />
6 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes" Value="キュー: [1]" />
7 <String Id="MessageQueuingExecuteUninstall" Overridable="yes" Value="メッセージ キューを構成しています" />
8 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes" Value="キュー: [1]" />
9 </WixLocalization>