mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-22059 Installer strings exported from AMOS
This commit is contained in:
parent
c94fc98c87
commit
c0fb582d26
385 changed files with 11804 additions and 3091 deletions
52
install/lang/be/install.php
Normal file
52
install/lang/be/install.php
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?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/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['admindirname'] = 'Каталог адміністратара';
|
||||
$string['dataroot'] = 'Каталог дадзеных';
|
||||
$string['dirroot'] = 'Каталог Moodle';
|
||||
$string['installation'] = 'Ладаванне';
|
||||
$string['memorylimithelp'] = '<p>Ліміт памяці PHP для вашага сэрвера выстаўлены на {$a}.</p>
|
||||
<p>Надалей гэта можа выклікаць праблемы з памяццю, асабліва, калі адначасова актывізавана шмат модуляў іабо ёсць шмат карыстальнікаў.</p>
|
||||
<p>Мы рэкамендуем надаць PHP большы ліміт пры магчымасці, скажам, 16M.
|
||||
Можна зрабіць гэта па-рознаму:</p>
|
||||
<ol>
|
||||
<li>Калі здолееце, перааформіце PHP з <i>--enable-memory-limit</i>.
|
||||
Гэта дазволіць Moodle самому выстаўляць ліміты памяці.</li>
|
||||
<li>Калі маеце доступ да php.ini file, можна памяняць <b>memory_limit</b> устаноўку на прыкладна 16M. Калі доступу няма, папрасіце адміністратара зрабіць гэта.</li>
|
||||
<li>На некаторых сэрверах PHP можна стварыць.htaccess файл у дырэкторыі Moodle, якая ўтрымлівае радок:
|
||||
<p><blockquote>php_value memory_limit 16M</blockquote></p>
|
||||
<p>Аднак, на некаторых сэрверах, гэта створыць перашкоды <b>all</b> для працы PHP старонак
|
||||
(на старонках будуць памылкі) так, што Вам давядзецца выдаліць .htaccess файл.</p></li>
|
||||
</ol>';
|
||||
$string['phpversion'] = 'PHP версія';
|
||||
$string['phpversionhelp'] = '<p>Moodle патрабуе версію PHP па меншай меры 4.1.0.</p>
|
||||
<p>Ваша версія зараз {$a}</p>
|
||||
<p>Трэба актуалізаваць PHP або перайсці на сэрвер з пазнейшай версіяй PHP!</p>';
|
||||
$string['wwwroot'] = 'Інтэрнэт адрас';
|
|
@ -1,18 +0,0 @@
|
|||
<?php
|
||||
/// Please, do not edit this file manually! It's auto generated from
|
||||
/// contents stored in your standard lang pack files:
|
||||
/// (langconfig.php, install.php, moodle.php, admin.php and error.php)
|
||||
///
|
||||
/// If you find some missing string in Moodle installation, please,
|
||||
/// keep us informed using http://moodle.org/bugs Thanks!
|
||||
///
|
||||
/// File generated by cvs://contrib/lang2installer/installer_builder
|
||||
/// using strings defined in stringnames.txt (same dir)
|
||||
|
||||
$string['dataroot'] = 'Каталог дадзеных';
|
||||
$string['dirroot'] = 'Каталог Moodle';
|
||||
$string['installation'] = 'Ладаванне';
|
||||
$string['language'] = 'Мова';
|
||||
$string['thischarset'] = 'UTF-8';
|
||||
$string['thislanguage'] = 'Беларуская';
|
||||
?>
|
32
install/lang/be/langconfig.php
Normal file
32
install/lang/be/langconfig.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 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['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Беларуская';
|
33
install/lang/be/moodle.php
Normal file
33
install/lang/be/moodle.php
Normal file
|
@ -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 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['language'] = 'Мова';
|
||||
$string['next'] = 'Далей';
|
||||
$string['previous'] = 'Папярэдні';
|
Loading…
Add table
Add a link
Reference in a new issue