main
wxl 9 lines 719 Bytes
Raw
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
3
4 <WixLocalization Culture="en-us" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl">
5 <String Id="MessageQueuingExecuteInstall" Overridable="yes" Value="Configuring message queues" />
6 <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes" Value="Queue: [1]" />
7 <String Id="MessageQueuingExecuteUninstall" Overridable="yes" Value="Configuring message queues" />
8 <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes" Value="Queue: [1]" />
9 </WixLocalization>