| Línea 18... | Línea 18... | 
          
            | 18 |  * Automatically generated strings for Moodle installer
 | 18 |  * Automatically generated strings for Moodle installer
 | 
          
            | 19 |  *
 | 19 |  *
 | 
          
            | 20 |  * Do not edit this file manually! It contains just a subset of strings
 | 20 |  * Do not edit this file manually! It contains just a subset of strings
 | 
          
            | 21 |  * needed during the very first steps of installation. This file was
 | 21 |  * needed during the very first steps of installation. This file was
 | 
          
            | 22 |  * generated automatically by export-installer.php (which is part of AMOS
 | 22 |  * generated automatically by export-installer.php (which is part of AMOS
 | 
          
            | 23 |  * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
 | 23 |  * {@link https://moodledev.io/general/projects/api/amos}) using the
 | 
          
            | 24 |  * list of strings defined in /install/stringnames.txt.
 | 24 |  * list of strings defined in install/stringnames.txt file.
 | 
          
            | 25 |  *
 | 25 |  *
 | 
          
            | 26 |  * @package   installer
 | 26 |  * @package   installer
 | 
          
            | 27 |  * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 27 |  * @license   https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
          
            | 28 |  */
 | 28 |  */
 | 
          
            | Línea 29... | Línea 29... | 
          
            | 29 |  
 | 29 |  
 | 
          
            | Línea 30... | Línea 30... | 
          
            | 30 | defined('MOODLE_INTERNAL') || die();
 | 30 | defined('MOODLE_INTERNAL') || die();
 | 
          
            | 31 |  
 | 31 |  
 | 
          
            | 32 | $string['cannotcreatedboninstall'] = '<p>Non é posíbel crear a base de datos.</p>
 | 32 | $string['cannotcreatedboninstall'] = '<p>Non é posíbel crear a base de datos.</p>
 | 
          
            | 33 | <p>A base de datos especificada non existe e o usuario indicado non ten permiso para crear a base de datos.</p>
 | 33 | <p>A base de datos especificada non existe e o usuario indicado non ten permiso para crear a base de datos.</p>
 | 
          
            | 34 | <p>O administrador do sitio debería verificar a configuración da base de datos.</p>';
 | 34 | <p>O administrador do sitio debería verificar a configuración da base de datos.</p>';
 | 
          
            | 35 | $string['cannotcreatelangdir'] = 'Non é posíbel crear o directorio de idioma';
 | 35 | $string['cannotcreatelangdir'] = 'Non é posíbel crear o directorio de idioma';
 | 
          
            | 36 | $string['cannotcreatetempdir'] = 'Non se pode crear un directorio temporal';
 | 36 | $string['cannotcreatetempdir'] = 'Non se pode crear un directorio temporal';
 | 
          
            | 37 | $string['cannotdownloadcomponents'] = 'Non foi posíbel descargar compoñentes';
 | 37 | $string['cannotdownloadcomponents'] = 'Non é posíbel descargar compoñentes';
 | 
          
            | 38 | $string['cannotdownloadzipfile'] = 'Non foi posíbel descargar o arquivo ZIP';
 | 38 | $string['cannotdownloadzipfile'] = 'Non é posíbel descargar o arquivo ZIP';
 | 
          
            | 39 | $string['cannotfindcomponent'] = 'Non foi posíbel atopar o compoñente';
 | 39 | $string['cannotfindcomponent'] = 'Non é posíbel atopar o compoñente';
 | 
          
            | 40 | $string['cannotsavemd5file'] = 'Non é posíbel gardar o ficheiro md5';
 | 40 | $string['cannotsavemd5file'] = 'Non é posíbel gardar o ficheiro md5';
 | 
          
            | 41 | $string['cannotsavezipfile'] = 'Non é posíbel gardar o arquivo ZIP';
 | 41 | $string['cannotsavezipfile'] = 'Non é posíbel gardar o arquivo ZIP';
 | 
          
            | 42 | $string['cannotunzipfile'] = 'Non é posíbel descomprimir o ficheiro';
 | 42 | $string['cannotunzipfile'] = 'Non é posíbel descomprimir o ficheiro';
 | 
          
            | Línea 47... | Línea 47... | 
          
            | 47 | $string['missingrequiredfield'] = 'Falta algún campo obrigatorio';
 | 47 | $string['missingrequiredfield'] = 'Falta algún campo obrigatorio';
 | 
          
            | 48 | $string['remotedownloaderror'] = '<p>Fallo a descarga do compoñente cara ao seu servidor. Recomendase encarecidamente que verifiqoe os axustes do proxy, extensión PHP cURL.</p>
 | 48 | $string['remotedownloaderror'] = '<p>Fallo a descarga do compoñente cara ao seu servidor. Recomendase encarecidamente que verifiqoe os axustes do proxy, extensión PHP cURL.</p>
 | 
          
            | 49 | <p>Debe descargar o ficheiro <a href="{$a->url}">{$a->url}</a> manualmente, copialo en «{$a->dest}» no seu servidor e descomprimilo alí.</p>';
 | 49 | <p>Debe descargar o ficheiro <a href="{$a->url}">{$a->url}</a> manualmente, copialo en «{$a->dest}» no seu servidor e descomprimilo alí.</p>';
 | 
          
            | 50 | $string['wrongdestpath'] = 'Camiño de destino errado.';
 | 50 | $string['wrongdestpath'] = 'Camiño de destino errado.';
 | 
          
            | 51 | $string['wrongsourcebase'] = 'URL da fonte errado.';
 | 51 | $string['wrongsourcebase'] = 'URL da fonte errado.';
 | 
          
            | 52 | $string['wrongzipfilename'] = 'Nome de arquivo ZIP errado';
 | 52 | $string['wrongzipfilename'] = 'Nome de arquivo ZIP errado.';
 |