Commit | Line | Data |
---|---|---|
c0fb582d DM |
1 | <?php |
2 | ||
3 | // This file is part of Moodle - http://moodle.org/ | |
4 | // | |
5 | // Moodle is free software: you can redistribute it and/or modify | |
6 | // it under the terms of the GNU General Public License as published by | |
7 | // the Free Software Foundation, either version 3 of the License, or | |
8 | // (at your option) any later version. | |
9 | // | |
10 | // Moodle is distributed in the hope that it will be useful, | |
11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | // GNU General Public License for more details. | |
14 | // | |
15 | // You should have received a copy of the GNU General Public License | |
16 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
17 | ||
18 | /** | |
19 | * Automatically generated strings for Moodle installer | |
20 | * | |
21 | * Do not edit this file manually! It contains just a subset of strings | |
22 | * needed during the very first steps of installation. This file was | |
23 | * generated automatically by export-installer.php (which is part of AMOS | |
24 | * {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the | |
25 | * list of strings defined in /install/stringnames.txt. | |
26 | * | |
27 | * @package installer | |
28 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
29 | */ | |
30 | ||
31 | $string['admindirname'] = '管理目录'; | |
32 | $string['dataroot'] = '数据目录'; | |
33 | $string['dirroot'] = 'Moodle目录'; | |
34 | $string['chooselanguagehead'] = '选择一种语言'; | |
35 | $string['chooselanguagesub'] = '请选择在安装过程中使用的语言。稍后您可以根据需要重新选择用于站点和用户的语言。'; | |
36 | $string['installation'] = '安装'; | |
37 | $string['langdownloaderror'] = '很不幸,语言“{$a}”并未安装。安装过程将以英文继续。'; | |
38 | $string['memorylimithelp'] = '<p>您的服务器的PHP内存限制是${a}。</p> | |
39 | ||
40 | <p>这会使Moodle在将来运行是碰到内存问题,特别是您安装了很多模块并且/或者有很多用户。</p> | |
41 | ||
42 | <p>我们建议可能的话把限制设定的高一些,譬如16M。有几种方法可以做到这一点:</p> | |
43 | <ol> | |
44 | <li>如果可以,重新编译PHP并使用<i>--enable-memory-limit</i>选项。这允许Moodle自己设定内存限制。</li> | |
45 | <li>如果可以访问php.ini文件,您可以修改<b>memory_limit</b>的设置为其它值如16M。如果您无法访问,可以让您的管理员帮您修改一下。</li> | |
46 | <li>在一些PHP服务器上,您可以在Moodle目录中创建一个.htaccess文件并包含如下内容: | |
47 | <blockquote>php_value memory_limit 16M</blockquote> | |
48 | <p>然而,在一些服务器上这会让<b>所有</b>PHP页面无法正常工作(在访问页面时会有错误),因此您可能不得不删除.htaccess文件。</p></li> | |
49 | </ol>'; | |
50 | $string['phpversion'] = 'PHP版本'; | |
51 | $string['phpversionhelp'] = '<p>Moodle需要PHP 4.3.0或5.1.0(5.0.x有若干已知的问题)以上的版本。</p> | |
52 | <p>您当前使用的是{$a}</p> | |
53 | <p>您必须升级PHP或者转移到一个有新版PHP的服务器上!</p>'; | |
54 | $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; | |
55 | $string['welcomep20'] = '您看到这个页面表明您已经成功地在您的计算机上安装了<strong>{$a->packname} {$a->packversion}</strong>。恭喜您!'; | |
56 | $string['welcomep30'] = '<strong>{$a->installername}</strong>包含了可以创建<strong>Moodle</strong>运行环境的应用程序:'; | |
57 | $string['welcomep40'] = '这个软件包还包含了<strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>。'; | |
58 | $string['welcomep50'] = '使用本软件包中包含的应用程序时应遵循它们各自的授权协议。整个<strong>{$a->installername}</strong>软件包都是<a href="http://www.opensource.org/docs/definition_plain.html">开源</a>的,并且遵循<a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>授权协议发布。'; | |
59 | $string['welcomep60'] = '接下来的页面会引导您通过一系列步骤在您的计算机上安装配置好<strong>Moodle</strong>。您可以接受缺省的设置后,或者根据需要修改它们。'; | |
60 | $string['welcomep70'] = '点击“下一步”按钮以继续<strong>Moodle</strong>的安装过程。'; | |
61 | $string['wwwroot'] = '网站地址'; |