53 lines
2.9 KiB
PHP
53 lines
2.9 KiB
PHP
<?php
|
|
// This file is part of Moodle - https://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* 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/dev/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
|
|
*/
|
|
|
|
defined('MOODLE_INTERNAL') || die();
|
|
|
|
$string['cannotcreatedboninstall'] = '<p>Non pote crear le base de datos.</p>
|
|
<p>Le base de datos specificate non existe e le date usator non ha le permission a crear le base de datos.</p>
|
|
<p>Le administrator de sito deberea verificar le configuration de base de datos.</p>';
|
|
$string['cannotcreatelangdir'] = 'Non pote crear directorio de linguage (lang)';
|
|
$string['cannotcreatetempdir'] = 'Non pote crear directorio temp';
|
|
$string['cannotdownloadcomponents'] = 'Non pote discargar componentes';
|
|
$string['cannotdownloadzipfile'] = 'Non pote discargar file ZIP';
|
|
$string['cannotfindcomponent'] = 'Non pote trovar componente';
|
|
$string['cannotsavemd5file'] = 'Non pote salveguardar file md5';
|
|
$string['cannotsavezipfile'] = 'Non pote salveguardar file ZIP';
|
|
$string['cannotunzipfile'] = 'Non pote extraher (unzip) file Zip';
|
|
$string['componentisuptodate'] = 'Componente es actualisate';
|
|
$string['dmlexceptiononinstall'] = '<p>Un error de base de datos ha occurrite [{$a->errorcode}].<br />{$a->debuginfo}</p>';
|
|
$string['downloadedfilecheckfailed'] = 'Verifica de file discargate falleva';
|
|
$string['invalidmd5'] = 'Le variabile de verifica esseva errate - essaya novemente';
|
|
$string['missingrequiredfield'] = 'Alcun campo requirite es mancante';
|
|
$string['remotedownloaderror'] = '<p>Le discargamento delcomponente sur tu servitor falleva. Per favor verifica preferentias de proxy; le extension de PHP cURL ed fortemente recommendate.</p>
|
|
<p>Tu debe discargar le file <a href="{$a->url}">{$a->url}</a> manualmente, copiar lo a "{$a->dest}" in tu servitor e extraher lo (unzip) illac.</p>';
|
|
$string['wrongdestpath'] = 'Percurso de destination errate';
|
|
$string['wrongsourcebase'] = 'Base de URL de fonte errate';
|
|
$string['wrongzipfilename'] = 'Nomine de file ZIP errate';
|