blob: 3252fc17b078b9c660c9de2782c5823515a8ead5 (
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" 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>
|