Skip to content

Commit

Permalink
Automatically generated installer lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
AMOS bot committed Feb 10, 2022
1 parent e3bf738 commit 612b39c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install/lang/pt/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
$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'] = '<p>Ocorreu um erro de base de dados [{$a->errorcode}].<br />{$a->debuginfo}</p>';
$string['downloadedfilecheckfailed'] = 'A verificação do ficheiro descarregado falhou.';
Expand All @@ -46,4 +46,4 @@
$string['remotedownloaderror'] = 'Não foi possível descarregar o componente para o servidor. Verifique as configurações do proxy. É altamente recomendado a instalação da extensão cURL do PHP.<br /><br />Terá de descarregar manualmente o ficheiro <a href="{$a->url}">{$a->url}</a>, copiá-lo para a pasta "{$a->dest}" no seu servidor e descompactá-lo.';
$string['wrongdestpath'] = 'Caminho de destino errado';
$string['wrongsourcebase'] = 'Base do URL de origem errada';
$string['wrongzipfilename'] = 'Nome de ficheiro ZIP errado';
$string['wrongzipfilename'] = 'Nome de ficheiro Zip errado';

0 comments on commit 612b39c

Please sign in to comment.