Línea 18... |
Línea 18... |
18 |
* Automatically generated strings for Moodle installer
|
18 |
* Automatically generated strings for Moodle installer
|
19 |
*
|
19 |
*
|
20 |
* Do not edit this file manually! It contains just a subset of strings
|
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
|
21 |
* needed during the very first steps of installation. This file was
|
22 |
* generated automatically by export-installer.php (which is part of AMOS
|
22 |
* generated automatically by export-installer.php (which is part of AMOS
|
23 |
* {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
|
23 |
* {@link https://moodledev.io/general/projects/api/amos}) using the
|
24 |
* list of strings defined in /install/stringnames.txt.
|
24 |
* list of strings defined in install/stringnames.txt file.
|
25 |
*
|
25 |
*
|
26 |
* @package installer
|
26 |
* @package installer
|
27 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
27 |
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
28 |
*/
|
28 |
*/
|
Línea 29... |
Línea 29... |
29 |
|
29 |
|
Línea 30... |
Línea 30... |
30 |
defined('MOODLE_INTERNAL') || die();
|
30 |
defined('MOODLE_INTERNAL') || die();
|
31 |
|
31 |
|
32 |
$string['cannotcreatedboninstall'] = '<p>无法建立数据库</p>
|
32 |
$string['cannotcreatedboninstall'] = '<p>无法建立数据库</p>
|
33 |
<p>指定数据库不存在。使用者没有权限建立数据库</p>
|
33 |
<p>指定数据库不存在。使用者没有权限建立数据库</p>
|
34 |
<p>网站管理员需查明数据库状态.</p>';
|
34 |
<p>网站管理员需查明数据库状态.</p>';
|
35 |
$string['cannotcreatelangdir'] = '无法创建 lang 目录。';
|
35 |
$string['cannotcreatelangdir'] = '无法创建lang目录。';
|
36 |
$string['cannotcreatetempdir'] = '无法创建 temp 目录。';
|
36 |
$string['cannotcreatetempdir'] = '无法创建temp目录。';
|
37 |
$string['cannotdownloadcomponents'] = '无法下载组件';
|
37 |
$string['cannotdownloadcomponents'] = '无法下载组件';
|
38 |
$string['cannotdownloadzipfile'] = '无法下载 ZIP 文件。';
|
38 |
$string['cannotdownloadzipfile'] = '无法下载 ZIP 文件。';
|
39 |
$string['cannotfindcomponent'] = '找不到组件。';
|
39 |
$string['cannotfindcomponent'] = '找不到组件';
|
40 |
$string['cannotsavemd5file'] = '无法保存 md5 文件';
|
40 |
$string['cannotsavemd5file'] = '无法保存 md5 文件';
|
41 |
$string['cannotsavezipfile'] = '无法保存 ZIP 文件';
|
41 |
$string['cannotsavezipfile'] = '无法保存 ZIP 文件';
|
42 |
$string['cannotunzipfile'] = '无法解压文件';
|
42 |
$string['cannotunzipfile'] = '无法解压文件';
|