summaryrefslogtreecommitdiff
path: root/src/ext/Msmq/wixlib
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-25 11:20:31 -0700
committerRob Mensching <rob@firegiant.com>2022-10-31 10:57:14 -0700
commit033f38a28c89945ce4379f5992e8f36943a125ab (patch)
tree7feb7700b4bca1c0cff5bdb85af5e2d543e226c2 /src/ext/Msmq/wixlib
parent217182f85fa737d20fb5846f395cabfa599bf1c6 (diff)
downloadwix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.gz
wix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.bz2
wix-033f38a28c89945ce4379f5992e8f36943a125ab.zip
Loc files were still using inner text, stop doing that
Fixes 6970
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>