| 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="pt-pt" Language="2070" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 5 | <String Id="Caption" Value="Configuração do [WixBundleName]" /> |
| 6 | <String Id="Title" Value="O Microsoft .NET Framework é necessário para a configuração do [WixBundleName]" /> |
| 7 | <String Id="ConfirmCancelMessage" Value="Tem a certeza de que pretende cancelar?" /> |
| 8 | <String Id="HelpHeader" Value="Ajuda da Configuração" /> |
| 9 | <String Id="HelpText" Value="/passive | /quiet - apresenta IU mínima sem mensagens ou não apresenta IU nem
 mensagens. Por predefinição, são apresentadas a IU e todas as mensagens.

/norestart - suprimir qualquer tentativa de reinício. Por predefinição, a IU
 avisará antes de reiniciar.
/log log.txt - regista num ficheiro específico. Por predefinição, é criado um
 ficheiro de registo em %TEMP%." /> |
| 10 | <String Id="HelpCloseButton" Value="&Fechar" /> |
| 11 | <String Id="InstallLicenseTerms" Value="Clique no botão "Aceitar e Instalar" para aceitar os <a href="#">termos de licenciamento</a> do Microsoft .NET Framework." /> |
| 12 | <String Id="InstallAcceptAndInstallButton" Value="&Aceitar e Instalar" /> |
| 13 | <String Id="InstallDeclineButton" Value="&Recusar" /> |
| 14 | <String Id="ProgressHeader" Value="Progresso da Configuração" /> |
| 15 | <String Id="ProgressLabel" Value="A processar:" /> |
| 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="Falha da Configuração" /> |
| 22 | <String Id="FailureLogLinkText" Value="Um ou mais problemas provocaram a falha da configuração. Corrija os problemas e repita a configuração. Para mais informações, consulte o <a href="#">ficheiro de registo</a>." /> |
| 23 | <String Id="FailureRestartText" Value="Tem de reiniciar o computador para concluir a reversão do software." /> |
| 24 | <String Id="FailureRestartButton" Value="&Reiniciar" /> |
| 25 | <String Id="FailureCloseButton" Value="&Fechar" /> |
| 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> |