Skip to content

Commit

Permalink
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and danpoltawski committed Jan 15, 2015
2 parents cb2456c + 8dbde91 commit 03ab756
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
6 changes: 3 additions & 3 deletions install/lang/ru/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<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}).';
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 03ab756

Please sign in to comment.