mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Automatically generated installer lang files
This commit is contained in:
parent
9ba87c6c8c
commit
e97eaa907e
4 changed files with 38 additions and 2 deletions
32
install/lang/bg/error.php
Normal file
32
install/lang/bg/error.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?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/en/Development: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
|
||||
*/
|
||||
|
||||
$string['cannotcreatetempdir'] = 'Не може да създаде временна директория';
|
||||
$string['cannotfindcomponent'] = 'Не можа да намери компонент';
|
|
@ -30,3 +30,7 @@
|
|||
|
||||
$string['availablelangs'] = 'Списък на наличните езици';
|
||||
$string['chooselanguagehead'] = 'Изберете език';
|
||||
$string['chooselanguagesub'] = 'Моля, изберете език за инсталацията. Този език ще бъде, също така, език по подразбиране на сайта, но може да бъде променен и по-късно след инсталирането.';
|
||||
$string['installation'] = 'Инсталиране';
|
||||
$string['paths'] = 'Пътища';
|
||||
$string['pathshead'] = 'Потвърждаване на пътищата';
|
||||
|
|
|
@ -38,5 +38,5 @@ $string['cliunknowoption'] = '错误选项:
|
|||
{$a}
|
||||
请使用 --help 选项。';
|
||||
$string['cliyesnoprompt'] = '输入y(表示是)或n(表示否)';
|
||||
$string['environmentrequireinstall'] = '必需安装并启用';
|
||||
$string['environmentrequireinstall'] = '必须安装并启用';
|
||||
$string['environmentrequireversion'] = '需要 {$a->needed} 版本,而您的是 {$a->current}';
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
*/
|
||||
|
||||
$string['language'] = '语言';
|
||||
$string['next'] = '向后';
|
||||
$string['next'] = '下一步';
|
||||
$string['previous'] = '向前';
|
||||
$string['reload'] = '重新载入';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue