blob: 1e57ec2fb706392847d0a27aedf3c29f275263ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!-- 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="pt-pt" Language="2070" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption" Value="Configuração do [WixBundleName]" />
<String Id="Title" Value="O Microsoft .NET Framework é necessário para a configuração do [WixBundleName]" />
<String Id="ConfirmCancelMessage" Value="Tem a certeza de que pretende cancelar?" />
<String Id="HelpHeader" Value="Ajuda da Configuração" />
<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%." />
<String Id="HelpCloseButton" Value="&Fechar" />
<String Id="InstallLicenseTerms" Value="Clique no botão "Aceitar e Instalar" para aceitar os <a href="#">termos de licenciamento</a> do Microsoft .NET Framework." />
<String Id="InstallAcceptAndInstallButton" Value="&Aceitar e Instalar" />
<String Id="InstallDeclineButton" Value="&Recusar" />
<String Id="ProgressHeader" Value="Progresso da Configuração" />
<String Id="ProgressLabel" Value="A processar:" />
<String Id="ProgressCancelButton" Value="&Cancelar" />
<String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" />
<String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
<String Id="SuccessRestartButton" Value="&Restart" />
<String Id="SuccessCloseButton" Value="&Close" />
<String Id="FailureHeader" Value="Falha da Configuração" />
<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>." />
<String Id="FailureRestartText" Value="Tem de reiniciar o computador para concluir a reversão do software." />
<String Id="FailureRestartButton" Value="&Reiniciar" />
<String Id="FailureCloseButton" Value="&Fechar" />
<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." />
<String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." />
<String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." />
</WixLocalization>
|