diff --git a/install/lang/ia/error.php b/install/lang/ia/error.php new file mode 100644 index 00000000000..7f826d7fe2d --- /dev/null +++ b/install/lang/ia/error.php @@ -0,0 +1,52 @@ +. + +/** + * 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'] = '

Non pote crear le base de datos.

+

Le base de datos specificate non existe e le date usator non ha le permission a crear le base de datos.

+

Le administrator de sito deberea verificar le configuration de base de datos.

'; +$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'] = '

Un error de base de datos ha occurrite [{$a->errorcode}].
{$a->debuginfo}

'; +$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'] = '

Le discargamento delcomponente sur tu servitor falleva. Per favor verifica preferentias de proxy; le extension de PHP cURL ed fortemente recommendate.

+

Tu debe discargar le file {$a->url} manualmente, copiar lo a "{$a->dest}" in tu servitor e extraher lo (unzip) illac.

'; +$string['wrongdestpath'] = 'Percurso de destination errate'; +$string['wrongsourcebase'] = 'Base de URL de fonte errate'; +$string['wrongzipfilename'] = 'Nomine de file ZIP errate';