From: moodler Date: Sun, 6 Aug 2006 02:50:52 +0000 (+0000) Subject: Automatic installer.php lang files by installer_builder (20060806) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=214f1402ac632822c91e1cda3b1b36226a94101c;p=moodle.git Automatic installer.php lang files by installer_builder (20060806) --- diff --git a/install/lang/pt_br_utf8/installer.php b/install/lang/pt_br_utf8/installer.php index cfc30a3f7c..9c957ba24d 100644 --- a/install/lang/pt_br_utf8/installer.php +++ b/install/lang/pt_br_utf8/installer.php @@ -129,6 +129,7 @@ $string['next'] = 'Próximo'; $string['ok'] = 'OK'; $string['pass'] = 'OK'; $string['password'] = 'Senha'; +$string['php50restricted'] = 'O PHP 5.0.x apresenta muitos problemas conhecidos, faça o upgrade para a versão 5.1.x ou faça o downgrade para a versão 4.3.x ou 4.4.x'; $string['phpversion'] = 'Versão do PHP'; $string['phpversionerror'] = 'A versão do PHP não deve ser inferior a 4.1.0'; $string['phpversionhelp'] = '

Moodle requer a versão 4.1.0 de PHP ou posterior.

@@ -137,6 +138,7 @@ $string['phpversionhelp'] = '

Moodle requer a versão 4.1.0 de PHP ou posterio $string['previous'] = 'Anterior'; $string['remotedownloadnotallowed'] = 'Não é permitido baixar componentes no seu servidor (allow_url_fopen está desabilitado).).

Você deve baixar o arquivo url\">$a->url manualmente, copiar em \"$a->dest\" no seu servidor e descomprimir o arquivo nesta posição.'; $string['report'] = 'Relatório'; +$string['restricted'] = 'Restringido'; $string['safemode'] = 'Modalidade segura'; $string['safemodeerror'] = 'Moodle pode ter problemas se a modalidade segura estiver ativa'; $string['sessionautostart'] = 'Início da sessão automático';