diff options
Diffstat (limited to 'src/ext/Msmq')
-rw-r--r-- | src/ext/Msmq/test/WixToolsetTest.Msmq/TestData/UsingMessageQueue/Package.en-us.wxl | 8 | ||||
-rw-r--r-- | src/ext/Msmq/wixlib/en-us.wxl | 11 | ||||
-rw-r--r-- | src/ext/Msmq/wixlib/ja-jp.wxl | 11 |
3 files changed, 13 insertions, 17 deletions
diff --git a/src/ext/Msmq/test/WixToolsetTest.Msmq/TestData/UsingMessageQueue/Package.en-us.wxl b/src/ext/Msmq/test/WixToolsetTest.Msmq/TestData/UsingMessageQueue/Package.en-us.wxl index 38c12ac1..f1df1234 100644 --- a/src/ext/Msmq/test/WixToolsetTest.Msmq/TestData/UsingMessageQueue/Package.en-us.wxl +++ b/src/ext/Msmq/test/WixToolsetTest.Msmq/TestData/UsingMessageQueue/Package.en-us.wxl | |||
@@ -1,11 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <!-- |
2 | |||
3 | <!-- | ||
4 | This file contains the declaration of all the localizable strings. | 2 | This file contains the declaration of all the localizable strings. |
5 | --> | 3 | --> |
6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
7 | 5 | ||
8 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
9 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
10 | 8 | ||
11 | </WixLocalization> | 9 | </WixLocalization> |
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> |