mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
This commit is contained in:
commit
03ab756eb1
@ -58,13 +58,13 @@ $string['memorylimithelp'] = '<p>Сейчас ограничение памят
|
||||
<p>Мы рекомендуем, если возможно, установить в PHP более высокое ограничение памяти, например 40M.
|
||||
Это можно попробовать сделать следующими способами:</p>
|
||||
<ol>
|
||||
<li>Если есть возможность, перекомпилируете PHP с ключом <i>--enable-memory-limit</i>.
|
||||
В этом случае Moodle сможет самостоятельна установить ограничение памяти.</li>
|
||||
<li>Если есть возможность, перекомпилируйте PHP с ключом <i>--enable-memory-limit</i>.
|
||||
В этом случае Moodle сможет самостоятельно установить ограничение памяти.</li>
|
||||
<li>Если у Вас есть доступ к файлу php.ini, Вы можете изменить параметр <b>memory_limit</b>
|
||||
на что-нибудь типа 40M. Если доступа у Вас нет, может быть у Вас есть возможность попросить администратора сделать это.</li>
|
||||
<li>На некоторых серверах PHP можно создать в каталоге Moodle файл .htaccess содержащий следующую строку:
|
||||
<blockquote><div>php_value memory_limit 40M</div></blockquote>
|
||||
<p>Тем не менее, на некоторых серверах из-за этого могут перестать работать <b>все</b> страницы PHP (Вы увидите ошибки на страницах). В этом случае файл придется удалить файл .htaccess.</p></li>
|
||||
<p>Тем не менее, на некоторых серверах из-за этого могут перестать работать <b>все</b> страницы PHP (Вы увидите ошибки на страницах). В этом случае Вам придется удалить файл .htaccess.</p></li>
|
||||
</ol>';
|
||||
$string['paths'] = 'Пути';
|
||||
$string['pathserrcreatedataroot'] = 'Программа установки не может создать каталог данных ({$a->dataroot}).';
|
||||
|
35
install/lang/se/langconfig.php
Normal file
35
install/lang/se/langconfig.php
Normal file
@ -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';
|
@ -36,7 +36,7 @@ $string['cliincorrectvalueerror'] = '错误,将“{$a->option}”的值设为
|
||||
$string['cliincorrectvalueretry'] = '不正确的值,请重试';
|
||||
$string['clitypevalue'] = '输入值';
|
||||
$string['clitypevaluedefault'] = '输入值,按回车使用缺省值({$a})';
|
||||
$string['cliunknowoption'] = '错误选项:
|
||||
$string['cliunknowoption'] = '未识别的选项:
|
||||
{$a}
|
||||
请使用 --help 选项。';
|
||||
$string['cliyesnoprompt'] = '输入y(表示是)或n(表示否)';
|
||||
|
Loading…
x
Reference in New Issue
Block a user