From bab839a451cdfdf08d898348a7a11dfbe8a76229 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Thu, 12 Jun 2014 00:43:56 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/es/langconfig.php | 1 + install/lang/pt_br/error.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/install/lang/es/langconfig.php b/install/lang/es/langconfig.php index 4deb64a259c..dd7ca28231c 100644 --- a/install/lang/es/langconfig.php +++ b/install/lang/es/langconfig.php @@ -30,5 +30,6 @@ defined('MOODLE_INTERNAL') || die(); +$string['parentlanguage'] = 'Idioma padre'; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Español - Internacional'; diff --git a/install/lang/pt_br/error.php b/install/lang/pt_br/error.php index 0eb6298836a..4eac84f80af 100644 --- a/install/lang/pt_br/error.php +++ b/install/lang/pt_br/error.php @@ -30,6 +30,9 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '

Não é possível criar o banco de dados.

+

O banco de dados especificado não existe e o determinado usuário não tem permissão para criar o banco de dados.

+

O administrador do site deve verificar a configuração do banco de dados.

'; $string['cannotcreatelangdir'] = 'Impossível criar diretório lang'; $string['cannotcreatetempdir'] = 'Impossível criar diretório temp'; $string['cannotdownloadcomponents'] = 'Impossível fazer download dos componentes'; @@ -39,6 +42,7 @@ $string['cannotsavemd5file'] = 'Impossível salvar arquivo md5'; $string['cannotsavezipfile'] = 'Impossível salvar arquivo ZIP'; $string['cannotunzipfile'] = 'Impossível descompactar arquivo ZIP'; $string['componentisuptodate'] = 'Componente está atualizado'; +$string['dmlexceptiononinstall'] = '

Ocorreu um erro no banco de dados [{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = 'A verificação do arquivo baixado falhou'; $string['invalidmd5'] = 'A variável de verificação estava errada - tente novamente'; $string['missingrequiredfield'] = 'Faltam informações obrigatórias';