54 lines
3.4 KiB
PHP
54 lines
3.4 KiB
PHP
<?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['dbprefix'] = 'Прэфікс табліцаў';
|
|
$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'] = 'Інтэрнэт адрас';
|