1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of Moodle - https://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
* Automatically generated strings for Moodle installer
|
|
|
19 |
*
|
|
|
20 |
* Do not edit this file manually! It contains just a subset of strings
|
|
|
21 |
* needed during the very first steps of installation. This file was
|
|
|
22 |
* generated automatically by export-installer.php (which is part of AMOS
|
1441 |
ariadna |
23 |
* {@link https://moodledev.io/general/projects/api/amos}) using the
|
|
|
24 |
* list of strings defined in install/stringnames.txt file.
|
1 |
efrain |
25 |
*
|
|
|
26 |
* @package installer
|
1441 |
ariadna |
27 |
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
1 |
efrain |
28 |
*/
|
|
|
29 |
|
|
|
30 |
defined('MOODLE_INTERNAL') || die();
|
|
|
31 |
|
|
|
32 |
$string['admindirname'] = '管理目录';
|
1441 |
ariadna |
33 |
$string['availablelangs'] = '可用语言包';
|
1 |
efrain |
34 |
$string['chooselanguagehead'] = '选择一种语言';
|
|
|
35 |
$string['chooselanguagesub'] = '请选择在安装过程中使用的语言。这个语言也会成为网站的缺省语言,不过以后可以随时更改。';
|
1441 |
ariadna |
36 |
$string['clialreadyconfigured'] = '配置文件 config.php 已存在。请使用 admin/cli/install_database.php 为此站点安装 Moodle。';
|
|
|
37 |
$string['clialreadyinstalled'] = '配置文件 config.php 已存在。请使用 admin/cli/install_database.php 升级此站点的 Moodle。';
|
1 |
efrain |
38 |
$string['cliinstallheader'] = 'Moodle {$a}命令行安装程序';
|
1441 |
ariadna |
39 |
$string['clitablesexist'] = '数据库表已经存在,命令行安装无法继续。';
|
1 |
efrain |
40 |
$string['databasehost'] = '数据库主机';
|
|
|
41 |
$string['databasename'] = '数据库名';
|
|
|
42 |
$string['databasetypehead'] = '选择数据库驱动';
|
|
|
43 |
$string['dataroot'] = '数据目录';
|
|
|
44 |
$string['datarootpermission'] = '数据目录权限';
|
|
|
45 |
$string['dbprefix'] = '表格名称前缀';
|
1441 |
ariadna |
46 |
$string['dirroot'] = 'Moodle 目录';
|
1 |
efrain |
47 |
$string['environmenthead'] = '检测您的运行环境...';
|
|
|
48 |
$string['environmentsub2'] = '每个Moodle的发行版都有一些对PHP版本的最低要求和几个必须安装的PHP扩展。在每次安装和升级前会做完整的环境检查。如果您不知道如何安装新版或启用PHP扩展,请与服务器管理员联系。';
|
|
|
49 |
$string['errorsinenvironment'] = '环境检查失败!';
|
|
|
50 |
$string['installation'] = '安装';
|
|
|
51 |
$string['langdownloaderror'] = '很不幸,无法下载“{$a}”语言包。安装过程将以英文继续。';
|
|
|
52 |
$string['paths'] = '路径';
|
|
|
53 |
$string['pathserrcreatedataroot'] = '安装程序无法建立数据目录({$a->dataroot})。';
|
|
|
54 |
$string['pathshead'] = '确认路径';
|
|
|
55 |
$string['pathsrodataroot'] = '数据目录不可写';
|
|
|
56 |
$string['pathsroparentdataroot'] = '父目录({$a->parent})不可写。安装程序无法建立数据目录({$a->dataroot})。';
|
|
|
57 |
$string['pathssubadmindir'] = '有些网络主机使用/admin这个URL来访问控制面板或其它功能。很不幸,这个设置和Moodle管理页面的标准路径冲突。这个问题可以解决,只需在您的安装目录中把admin目录换名,然后把新名字输入到这里。例如<em>moodleadmin</em>。这么做会改变Moodle中的管理链接。';
|
1441 |
ariadna |
58 |
$string['pathssubdataroot'] = '<p>Moodle 将在其中存储用户上传的所有文件内容的目录。</p>
|
|
|
59 |
<p>此目录应可由 Web 服务器用户(通常为 \'www-data\'、\'nobody\' 或 \'apache\')读取和写入。</p>
|
|
|
60 |
<p>它不能通过 Web 直接访问。</p>
|
|
|
61 |
<p>如果该目录当前不存在,则在安装过程中将尝试创建该目录。</p>';
|
|
|
62 |
$string['pathssubdirroot'] = '<p>包含 Moodle 代码的目录的完整路径。</p>';
|
|
|
63 |
$string['pathssubwwwroot'] = '<p>将访问 Moodle 的完整地址,即用户在浏览器的地址栏中输入以访问Moodle 的地址。</p>
|
|
|
64 |
<p>无法使用多个地址访问 Moodle。如果您的网站可以通过多个地址访问,请选择最简单的地址并为其他每个地址设置永久重定向。</p>
|
|
|
65 |
<p>如果您的网站可以从 Internet 和内部网络(有时称为 Intranet)访问,请使用此处的公共地址。</p>
|
|
|
66 |
<p>如果当前地址不正确,请更改浏览器地址栏中的 URL 并重新开始安装。</p>';
|
1 |
efrain |
67 |
$string['pathsunsecuredataroot'] = '数据目录所在位置不安全';
|
|
|
68 |
$string['pathswrongadmindir'] = '管理目录不存在';
|
|
|
69 |
$string['phpextension'] = '{$a} PHP扩展';
|
|
|
70 |
$string['phpversion'] = 'PHP版本';
|
|
|
71 |
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
|
|
|
72 |
$string['welcomep20'] = '您看到这个页面表明您已经成功地在您的计算机上安装并启用了<strong>{$a->packname} {$a->packversion}</strong>软件包。恭喜您!';
|
|
|
73 |
$string['welcomep30'] = '<strong>{$a->installername}</strong>的此发行版包含了可以创建<strong>Moodle</strong>运行环境的应用程序:';
|
|
|
74 |
$string['welcomep40'] = '这个软件包还包含了<strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>。';
|
1441 |
ariadna |
75 |
$string['welcomep50'] = '此软件包中所有应用程序的使用均受其各自许可证的约束。完整的 <strong>{$a->installername}</strong> 软件包是 <a href="https://www.opensource.org/docs/definition_plain.html">开源</a>的,并在 <a href="https://www.gnu.org/copyleft/gpl.html">GPL </a>许可证下分发。';
|
1 |
efrain |
76 |
$string['welcomep60'] = '接下来的页面会引导您通过一系列步骤在您的计算机上安装并配置好<strong>Moodle</strong>。您可以接受缺省的设置,或者根据需要修改它们。';
|
|
|
77 |
$string['welcomep70'] = '点击“向后”按钮以继续<strong>Moodle</strong>的安装过程。';
|
|
|
78 |
$string['wwwroot'] = '网站地址';
|