main
wxl 12 lines 1.18 KB
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 <WixLocalization Culture="es-es" xmlns="http://wixtoolset.org/schemas/v4/wxl">
4 <String Id="msierrFirewallCannotConnect" Overridable="yes" Value="No se puede conectar al Firewall de Windows. ([2] [3] [4] [5])" />
5
6 <String Id="WixSchedFirewallExceptionsInstall" Overridable="yes" Value="Configurando el Firewall de Windows" />
7 <String Id="WixSchedFirewallExceptionsUninstall" Overridable="yes" Value="Configurando el Firewall de Windows" />
8 <String Id="WixRollbackFirewallExceptionsInstall" Overridable="yes" Value="Regresando la configuración del Firewall de Windows" />
9 <String Id="WixExecFirewallExceptionsInstall" Overridable="yes" Value="Instalando la configuración del Firewall de Windows" />
10 <String Id="WixRollbackFirewallExceptionsUninstall" Overridable="yes" Value="Regresando la configuración del Firewall de Windows" />
11 <String Id="WixExecFirewallExceptionsUninstall" Overridable="yes" Value="Desinstalando la configuración del Firewall de Windows" />
12 </WixLocalization>