| 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="es-es" Language="3082" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 5 | <String Id="Caption" Value="Instalación de [WixBundleName]" /> |
| 6 | <String Id="Title" Value="La instalación de [WixBundleName] requiere Microsoft .NET Framework" /> |
| 7 | <String Id="ConfirmCancelMessage" Value="¿Está seguro de que desea cancelar?" /> |
| 8 | <String Id="HelpHeader" Value="Ayuda del programa de instalación" /> |
| 9 | <String Id="HelpText" Value="/passive | /quiet - muestra una interfaz de usuario mínima y no realiza
 preguntas, o bien no muestra interfaz de usuario y no realiza preguntas.
 De manera predeterminada se muestra la interfaz de usuario completa y se
 realizan todas las preguntas necesarias.

/norestart - suprime cualquier intento de reinicio. De manera predeterminada,
 la interfaz de usuario preguntará si se desea reiniciar.
/log log.txt - registra los datos de instalación en un archivo específico.
 De manera predeterminada se crea un archivo de registro en %TEMP%." /> |
| 10 | <String Id="HelpCloseButton" Value="&Cerrar" /> |
| 11 | <String Id="InstallLicenseTerms" Value="Haga clic en el botón "Aceptar e instalar" para aceptar los <a href="#">términos de licencia</a> de Microsoft .NET Framework." /> |
| 12 | <String Id="InstallAcceptAndInstallButton" Value="&Aceptar e instalar" /> |
| 13 | <String Id="InstallDeclineButton" Value="&Rechazar" /> |
| 14 | <String Id="ProgressHeader" Value="Progreso de la instalación" /> |
| 15 | <String Id="ProgressLabel" Value="Procesando:" /> |
| 16 | <String Id="ProgressCancelButton" Value="&Cancelar" /> |
| 17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> |
| 18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> |
| 19 | <String Id="SuccessRestartButton" Value="&Restart" /> |
| 20 | <String Id="SuccessCloseButton" Value="&Close" /> |
| 21 | <String Id="FailureHeader" Value="Error de la instalación" /> |
| 22 | <String Id="FailureLogLinkText" Value="No se pudo completar la instalación a causa de uno o varios problemas. Corrija los problemas y vuelva a intentar la instalación. Para más información, vea el <a href="#">archivo de registro</a>." /> |
| 23 | <String Id="FailureRestartText" Value="Debe reiniciar el equipo para completar la reversión del software." /> |
| 24 | <String Id="FailureRestartButton" Value="&Reiniciar" /> |
| 25 | <String Id="FailureCloseButton" Value="&Cerrar" /> |
| 26 | <String Id="NET452WIN7RTMErrorMessage" Value="[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment." /> |
| 27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> |
| 28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> |
| 29 | </WixLocalization> |