aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/pt-br.wxl
blob: 74c53313ecb5a1d1c41b8193ba5a84eecef0fa22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- 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" xmlns="http://wixtoolset.org/schemas/v4/wxl">
	<String Id="msierrSQLFailedCreateDatabase" Overridable="yes">Error [2]: falha ao criar o Banco de Dados: [3], detalhes: [4].</String>
	<String Id="msierrSQLFailedDropDatabase" Overridable="yes">Error [2]: falha ao remover o Banco de Dados: [3], detalhes: [4].</String>
	<String Id="msierrSQLFailedConnectDatabase" Overridable="yes">Falhou a ligação ao Banco de Dados.  ([2]   [3]   [4]   [5])</String>
	<String Id="msierrSQLFailedExecString" Overridable="yes">Erro [2]: falha ao executar o comando de SQL, detalhes: [3], Comando: [4] Conteúdo: [5]</String>
	<String Id="msierrSQLDatabaseAlreadyExists" Overridable="yes">O Banco de Dados [3] já existe. Deseja continuar?</String>

	<String Id="ConfigureSql" Overridable="yes">Configurando o Servidor de SQL</String>
	<String Id="CreateDatabase" Overridable="yes">Criando os Bancos de Dados</String>
	<String Id="DropDatabase" Overridable="yes">Removendo os Bancos de Dados</String>
	<String Id="ExecuteSqlStrings" Overridable="yes">Executando comandos de SQL</String>
	<String Id="RollbackExecuteSqlStrings" Overridable="yes">Revertendo os comandos de SQL</String>
</WixLocalization>