Automatically generated installer lang files
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['clianswerno'] = 'n';
|
||||
$string['cliansweryes'] = 'i';
|
||||
$string['cliincorrectvalueerror'] = 'Gwall, gwerth anghywir "{$a->value}" ar gyfer "{$a->option}"';
|
||||
$string['cliincorrectvalueretry'] = 'Gwerth anghywir, rhowch gynnig arall arni';
|
||||
$string['clitypevalue'] = 'math o werth';
|
||||
|
||||
@@ -40,6 +40,7 @@ $string['databasehost'] = 'Database host';
|
||||
$string['databasename'] = 'Database name';
|
||||
$string['databasetypehead'] = 'Choose database driver';
|
||||
$string['dataroot'] = 'Data directory';
|
||||
$string['datarootpermission'] = 'Data directories permission';
|
||||
$string['dbprefix'] = 'Tables prefix';
|
||||
$string['dirroot'] = 'Moodle directory';
|
||||
$string['environmenthead'] = 'Checking your environment ...';
|
||||
|
||||
@@ -44,5 +44,5 @@ $string['invalidmd5'] = 'Tarkistusmuuttuja oli väärin - yritä uudelleen';
|
||||
$string['missingrequiredfield'] = 'Joitakin vaadituista kentistä puuttuu';
|
||||
$string['remotedownloaderror'] = 'Komponentin lataaminen palvelimelle epäonnistui, ole hyvä ja varmista välityspalvelimen asetukset, PHP cURL -laajennus on suositeltu.<br /><br />Sinun täytyy ladata <a href="{$a->url}">{$a->url}</a> -tiedosto manuaalisesti, kopioi se kohteeseen "{$a->dest}" serverilläsi ja pura se sinne.';
|
||||
$string['wrongdestpath'] = 'Virheellinen kohdekansio';
|
||||
$string['wrongsourcebase'] = 'Väärä lähteen URL-osoitteen kanta';
|
||||
$string['wrongsourcebase'] = 'Väärä lähteen web-osoitteen kanta';
|
||||
$string['wrongzipfilename'] = 'Virheellinen zip-tiedoston nimi';
|
||||
|
||||
@@ -40,6 +40,7 @@ $string['databasehost'] = 'Serveur de base de données';
|
||||
$string['databasename'] = 'Nom de la base de données';
|
||||
$string['databasetypehead'] = 'Sélectionner un pilote de base de données';
|
||||
$string['dataroot'] = 'Dossier de données';
|
||||
$string['datarootpermission'] = 'Permissions du dossier de données';
|
||||
$string['dbprefix'] = 'Préfixe des tables';
|
||||
$string['dirroot'] = 'Dossier Moodle';
|
||||
$string['environmenthead'] = 'Vérification de l\'environnement...';
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle 2.1 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['thislanguage'] = 'नेपाली';
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle 2.1 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['parentlanguage'] = 'sv';
|
||||
$string['thislanguage'] = 'Finlandssvenska';
|
||||
@@ -34,7 +34,7 @@ $string['admindirname'] = '管理目录';
|
||||
$string['availablelangs'] = '可用的语言包';
|
||||
$string['chooselanguagehead'] = '选择一种语言';
|
||||
$string['chooselanguagesub'] = '请选择在安装过程中使用的语言。这个语言也会成为网站的缺省语言,不过以后可以随时更改。';
|
||||
$string['clialreadyinstalled'] = '文件config.php已存在。如果您想升级网站,请使用admin/cli/upgrade.php';
|
||||
$string['clialreadyinstalled'] = '文件config.php已存在。如果您想升级网站,请使用admin/cli/upgrade.php。';
|
||||
$string['cliinstallheader'] = 'Moodle {$a}命令行安装程序';
|
||||
$string['databasehost'] = '数据库主机';
|
||||
$string['databasename'] = '数据库名';
|
||||
|
||||
Reference in New Issue
Block a user