blob: 08968f93af71fcbf5c82a381be7935250958cfed (
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
30
31
32
33
34
35
36
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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-br" Language="1046" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">[WixBundleName] Instalação</String>
<String Id="Title">Microsoft .NET Framework é necessário para instalação do [WixBundleName]</String>
<String Id="ConfirmCancelMessage">Tem certeza de que deseja cancelar?</String>
<String Id="HelpHeader">Ajuda da Instalação</String>
<String Id="HelpText">/passive | /quiet - exibe UI mínima sem avisos ou exibe sem UI e
sem avisos. Por padrão a UI e todos avisos são exibidos.
/norestart - suprime qualquer tentativa de reinicialização. Por padrão a UI
irá solicitar antes de reiniciar.
/log log.txt - logs para um arquivo específico. Por padrão um arquivo de log é
criado em %TEMP%.</String>
<String Id="HelpCloseButton">&Fechar</String>
<String Id="InstallLicenseTerms">Clique o botão "Aceitar e Instalar" para aceitar os termos de licença do Microsoft .NET Framework <a href="#"></a>.</String>
<String Id="InstallAcceptAndInstallButton">&Aceitar e Instalar</String>
<String Id="InstallDeclineButton">&Recusar</String>
<String Id="ProgressHeader">Progresso da Instalação</String>
<String Id="ProgressLabel">Processando:</String>
<String Id="ProgressCancelButton">&Cancelar</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">Falha na Instalação</String>
<String Id="FailureLogLinkText">Um ou mais problemas causaram falha na instalação. Corrija os problemas e tente a instalação novamente. Para mais informações consulte o <a href="#">arquivo de log</a>.</String>
<String Id="FailureRestartText">Você deve reiniciar o computador para completar a reversão do software. </String>
<String Id="FailureRestartButton">&Reiniciar</String>
<String Id="FailureCloseButton">&Fechar</String>
<String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String>
<String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|