Skip to content

Commit

Permalink
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot…
Browse files Browse the repository at this point in the history
…/moodle-install into MOODLE_26_STABLE
  • Loading branch information
stronk7 committed Jan 30, 2015
2 parents cc496f5 + 43da95c commit 23c00f5
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 5 deletions.
1 change: 1 addition & 0 deletions install/lang/ar/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
$string['cannotsavemd5file'] = 'لم يتم حفظ ملف md5';
$string['cannotsavezipfile'] = 'لم يتم حفظ الملف المضغوط';
$string['cannotunzipfile'] = 'لم يتم فك الملف المضغوط';
$string['componentisuptodate'] = 'العنصر محدث';
$string['missingrequiredfield'] = 'بعض الحقول المطلوبة مفقودة';
5 changes: 3 additions & 2 deletions install/lang/eu/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@
$string['pathswrongadmindir'] = 'Kudeaketa direktorioa ez da existitzen';
$string['phpextension'] = '{$a} PHP luzapena';
$string['phpversion'] = 'PHP bertsioa';
$string['phpversionhelp'] = '<p>Moodle-k PHP 4.1.0 edo geroagoko bertsioa behar du.</p>
$string['phpversionhelp'] = '<p>Moodle-k gutxienez PHP 4.3.0 edo 5.1.0 (5.0.x errore batzuk ditu). </p>
<p>Zure bertsioa: {$a}</p>
<p>PHP eguneratu edo PHP bertsio berriagoa duen zerbitzari batera jo</p>';
<p>PHP eguneratu edo PHP bertsio berriagoa duen zerbitzari batera jo</p>
<p>5.0.x baduzu, nahi izanez gero, 4.4.x. bertsiora jaitsi dezakezu</p>';
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
$string['welcomep20'] = 'Orri hau ikusten baduzu <strong>{$a->packname} {$a->packversion}</strong> paketea
zure ordenadorean instalatu ahal izan duzu. Zorionak!';
Expand Down
4 changes: 2 additions & 2 deletions install/lang/ja/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

$string['clianswerno'] = 'n';
$string['cliansweryes'] = 'y';
$string['cliincorrectvalueerror'] = 'エラー「 {$a->option} 」の値「 {$a->value} 」が正しくありません。';
$string['cliincorrectvalueretry'] = '値が正しくありません、再度お試しください';
$string['cliincorrectvalueerror'] = 'エラー: 「 {$a->option} 」の値「 {$a->value} 」が正しくありません。';
$string['cliincorrectvalueretry'] = '値が正しくありません、再度入力してください';
$string['clitypevalue'] = '値を入力してください。';
$string['clitypevaluedefault'] = '値を入力してください。デフォルト値 ({$a}) を使用するにはEnterキーを押してください。';
$string['cliunknowoption'] = '不明なオプション:
Expand Down
35 changes: 35 additions & 0 deletions install/lang/se/langconfig.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?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 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'] = 'no';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Davvisámegiella';
2 changes: 1 addition & 1 deletion install/lang/zh_cn/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$string['cliincorrectvalueretry'] = '不正确的值,请重试';
$string['clitypevalue'] = '输入值';
$string['clitypevaluedefault'] = '输入值,按回车使用缺省值({$a})';
$string['cliunknowoption'] = '错误选项
$string['cliunknowoption'] = '未识别的选项
{$a}
请使用 --help 选项。';
$string['cliyesnoprompt'] = '输入y(表示是)或n(表示否)';
Expand Down

0 comments on commit 23c00f5

Please sign in to comment.