diff options
Diffstat (limited to 'src/ext/Sql/wixlib/pt-br.wxl')
-rw-r--r-- | src/ext/Sql/wixlib/pt-br.wxl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ext/Sql/wixlib/pt-br.wxl b/src/ext/Sql/wixlib/pt-br.wxl new file mode 100644 index 00000000..74c53313 --- /dev/null +++ b/src/ext/Sql/wixlib/pt-br.wxl | |||
@@ -0,0 +1,16 @@ | |||
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-br" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <String Id="msierrSQLFailedCreateDatabase" Overridable="yes">Error [2]: falha ao criar o Banco de Dados: [3], detalhes: [4].</String> | ||
6 | <String Id="msierrSQLFailedDropDatabase" Overridable="yes">Error [2]: falha ao remover o Banco de Dados: [3], detalhes: [4].</String> | ||
7 | <String Id="msierrSQLFailedConnectDatabase" Overridable="yes">Falhou a ligação ao Banco de Dados. ([2] [3] [4] [5])</String> | ||
8 | <String Id="msierrSQLFailedExecString" Overridable="yes">Erro [2]: falha ao executar o comando de SQL, detalhes: [3], Comando: [4] Conteúdo: [5]</String> | ||
9 | <String Id="msierrSQLDatabaseAlreadyExists" Overridable="yes">O Banco de Dados [3] já existe. Deseja continuar?</String> | ||
10 | |||
11 | <String Id="ConfigureSql" Overridable="yes">Configurando o Servidor de SQL</String> | ||
12 | <String Id="CreateDatabase" Overridable="yes">Criando os Bancos de Dados</String> | ||
13 | <String Id="DropDatabase" Overridable="yes">Removendo os Bancos de Dados</String> | ||
14 | <String Id="ExecuteSqlStrings" Overridable="yes">Executando comandos de SQL</String> | ||
15 | <String Id="RollbackExecuteSqlStrings" Overridable="yes">Revertendo os comandos de SQL</String> | ||
16 | </WixLocalization> | ||