blob: d56cd7ec3259ebfb64840dc351816769cb80551f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="MessageQueuingExecuteInstall" Overridable="yes">メッセージ キューを構成しています</String>
<String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">キュー: [1]</String>
<String Id="MessageQueuingExecuteUninstall" Overridable="yes">メッセージ キューを構成しています</String>
<String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">キュー: [1]</String>
</WixLocalization>
|