blob: 9965ca515c1689740ed6ef571c8c9adb0716a169 (
plain)
1
2
3
4
5
6
7
8
9
|
<!-- 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="en-us" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="MessageQueuingExecuteInstall" Overridable="yes" Value="Configuring message queues" />
<String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes" Value="Queue: [1]" />
<String Id="MessageQueuingExecuteUninstall" Overridable="yes" Value="Configuring message queues" />
<String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes" Value="Queue: [1]" />
</WixLocalization>
|