diff --git a/install/lang/pt/error.php b/install/lang/pt/error.php index 5878a6f9069..2f084ad3593 100644 --- a/install/lang/pt/error.php +++ b/install/lang/pt/error.php @@ -33,11 +33,11 @@ $string['cannotcreatedboninstall'] = '
Não é possível criar a base de dados $string['cannotcreatelangdir'] = 'Não é possível criar a pasta de pacotes linguísticos'; $string['cannotcreatetempdir'] = 'Não é possível criar a pasta de ficheiros temporários'; $string['cannotdownloadcomponents'] = 'Não é possível descarregar os componentes.'; -$string['cannotdownloadzipfile'] = 'Não é possível descarregar o ficheiro ZIP.'; +$string['cannotdownloadzipfile'] = 'Não é possível descarregar o ficheiro Zip.'; $string['cannotfindcomponent'] = 'Não é possível encontrar o componente'; $string['cannotsavemd5file'] = 'Não é possível guardar o ficheiro md5'; -$string['cannotsavezipfile'] = 'Não é possível guardar o ficheiro ZIP'; -$string['cannotunzipfile'] = 'Não é possível descompactar o ficheiro ZIP'; +$string['cannotsavezipfile'] = 'Não é possível guardar o ficheiro Zip'; +$string['cannotunzipfile'] = 'Não é possível descompactar o ficheiro Zip'; $string['componentisuptodate'] = 'O componente está atualizado.'; $string['dmlexceptiononinstall'] = '
Ocorreu um erro de base de dados [{$a->errorcode}].
{$a->debuginfo}