. /** * Automatically generated strings for Moodle installer * * Do not edit this file manually! It contains just a subset of strings * needed during the very first steps of installation. This file was * generated automatically by export-installer.php (which is part of AMOS * {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the * list of strings defined in /install/stringnames.txt. * * @package installer * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['cannotcreatelangdir'] = 'Não é possível criar o directório para pacotes linguísticos'; $string['cannotdownloadcomponents'] = 'Não é possível descarregar a cópia dos componentes'; $string['cannotdownloadzipfile'] = 'Não é possível descarregar a cópia do ficheiro ZIP'; $string['cannotfindcomponent'] = 'Não foi encontrado um componente'; $string['cannotsavemd5file'] = 'Não é possível gravar ficheiro md5'; $string['cannotsavezipfile'] = 'Não é possível gravar ficheiro ZIP'; $string['cannotunzipfile'] = 'Não é possível descompactar ficheiro ZIP'; $string['remotedownloaderror'] = 'Não foi possível descarregar algum componente para o seu servidor; verifique as definições do proxy; recomenda-se fortemente o uso da extensão cURL do PHP.

Deverá descarregar o ficheiro {$a->url} manualmente, copiá-lo para "{$a->dest}" no seu servidor, e descomprimi-lo nesse local.';