| 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="it-it" Language="1040" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 5 | <String Id="Caption" Value="Installazione di [WixBundleName]" /> |
| 6 | <String Id="Title" Value="Microsoft .NET Framework necessario per l'installazione di [WixBundleName]" /> |
| 7 | <String Id="ConfirmCancelMessage" Value="Annullare?" /> |
| 8 | <String Id="HelpHeader" Value="Guida dell'installazione" /> |
| 9 | <String Id="HelpText" Value="/passive | /quiet - visualizza l'interfaccia utente minima senza istruzioni
 oppure non visualizza né l'interfaccia utente né le istruzioni. Per
 impostazione predefinita vengono visualizzate interfaccia utente e
 istruzioni.

/norestart - elimina eventuali tentativi di riavvio. Per impostazione
 predefinita l'interfaccia utente chiede istruzioni prima del riavvio.
/log log.txt - registra in un file specifico. Per impostazione predefinita un
 file di log viene creato in %TEMP%." /> |
| 10 | <String Id="HelpCloseButton" Value="&Chiudi" /> |
| 11 | <String Id="InstallLicenseTerms" Value="Fare clic sul pulsante "Accetta e installa" per accettare le <a href="#">condizioni di licenza</a> di Microsoft .NET Framework." /> |
| 12 | <String Id="InstallAcceptAndInstallButton" Value="&Accetta e installa" /> |
| 13 | <String Id="InstallDeclineButton" Value="&Rifiuta" /> |
| 14 | <String Id="ProgressHeader" Value="Stato installazione" /> |
| 15 | <String Id="ProgressLabel" Value="Elaborazione in corso:" /> |
| 16 | <String Id="ProgressCancelButton" Value="&Annulla" /> |
| 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="Installazione non riuscita" /> |
| 22 | <String Id="FailureLogLinkText" Value="L'installazione non è riuscita a causa di uno o più problemi. Risolvere i problemi e provare di nuovo l'installazione. Per ulteriori informazioni vedere il <a href="#">file di log</a>." /> |
| 23 | <String Id="FailureRestartText" Value="È necessario riavviare il computer per completare il rollback del software." /> |
| 24 | <String Id="FailureRestartButton" Value="&Riavvia" /> |
| 25 | <String Id="FailureCloseButton" Value="&Chiudi" /> |
| 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> |