diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl new file mode 100644 index 00000000..be185502 --- /dev/null +++ b/src/ext/Bal/wixstdba/Resources/1046/mbapreq.wxl | |||
@@ -0,0 +1,29 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <WixLocalization Culture="pt-br" Language="1046" xmlns="http://schemas.microsoft.com/wix/2006/localization"> | ||
6 | <String Id="Caption">[WixBundleName] Instalação</String> | ||
7 | <String Id="Title">Microsoft .NET Framework é necessário para instalação do [WixBundleName]</String> | ||
8 | <String Id="ConfirmCancelMessage">Tem certeza de que deseja cancelar?</String> | ||
9 | <String Id="HelpHeader">Ajuda da Instalação</String> | ||
10 | <String Id="HelpText">/passive | /quiet - exibe UI mínima sem avisos ou exibe sem UI e | ||
11 | sem avisos. Por padrão a UI e todos avisos são exibidos. | ||
12 | |||
13 | /norestart - suprime qualquer tentativa de reinicialização. Por padrão a UI | ||
14 | irá solicitar antes de reiniciar. | ||
15 | /log log.txt - logs para um arquivo específico. Por padrão um arquivo de log é | ||
16 | criado em %TEMP%.</String> | ||
17 | <String Id="HelpCloseButton">&Fechar</String> | ||
18 | <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> | ||
19 | <String Id="InstallAcceptAndInstallButton">&Aceitar e Instalar</String> | ||
20 | <String Id="InstallDeclineButton">&Recusar</String> | ||
21 | <String Id="ProgressHeader">Progresso da Instalação</String> | ||
22 | <String Id="ProgressLabel">Processando:</String> | ||
23 | <String Id="ProgressCancelButton">&Cancelar</String> | ||
24 | <String Id="FailureHeader">Falha na Instalação</String> | ||
25 | <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> | ||
26 | <String Id="FailureRestartText">Você deve reiniciar o computador para completar a reversão do software. </String> | ||
27 | <String Id="FailureRestartButton">&Reiniciar</String> | ||
28 | <String Id="FailureCloseButton">&Fechar</String> | ||
29 | </WixLocalization> | ||