summaryrefslogtreecommitdiff
path: root/src/ext/Msmq/wixlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Msmq/wixlib')
-rw-r--r--src/ext/Msmq/wixlib/en-us.wxl11
-rw-r--r--src/ext/Msmq/wixlib/ja-jp.wxl11
2 files changed, 10 insertions, 12 deletions
diff --git a/src/ext/Msmq/wixlib/en-us.wxl b/src/ext/Msmq/wixlib/en-us.wxl
index ebe08095..3252fc17 100644
--- a/src/ext/Msmq/wixlib/en-us.wxl
+++ b/src/ext/Msmq/wixlib/en-us.wxl
@@ -1,10 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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. -->
3 2
4 3
5<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="MessageQueuingExecuteInstall" Overridable="yes">Configuring message queues</String> 5 <String Id="MessageQueuingExecuteInstall" Overridable="yes" Value="Configuring message queues" />
7 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">Queue: [1]</String> 6 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes" Value="Queue: [1]" />
8 <String Id="MessageQueuingExecuteUninstall" Overridable="yes">Configuring message queues</String> 7 <String Id="MessageQueuingExecuteUninstall" Overridable="yes" Value="Configuring message queues" />
9 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">Queue: [1]</String> 8 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes" Value="Queue: [1]" />
10</WixLocalization> 9</WixLocalization>
diff --git a/src/ext/Msmq/wixlib/ja-jp.wxl b/src/ext/Msmq/wixlib/ja-jp.wxl
index d56cd7ec..7f8cb629 100644
--- a/src/ext/Msmq/wixlib/ja-jp.wxl
+++ b/src/ext/Msmq/wixlib/ja-jp.wxl
@@ -1,10 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 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<!-- 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. -->
3 2
4 3
5<WixLocalization Culture="ja-jp" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="ja-jp" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="MessageQueuingExecuteInstall" Overridable="yes">メッセージ キューを構成しています</String> 5 <String Id="MessageQueuingExecuteInstall" Overridable="yes" Value="メッセージ キューを構成しています" />
7 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">キュー: [1]</String> 6 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes" Value="キュー: [1]" />
8 <String Id="MessageQueuingExecuteUninstall" Overridable="yes">メッセージ キューを構成しています</String> 7 <String Id="MessageQueuingExecuteUninstall" Overridable="yes" Value="メッセージ キューを構成しています" />
9 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">キュー: [1]</String> 8 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes" Value="キュー: [1]" />
10</WixLocalization> 9</WixLocalization>