mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
17 lines
769 B
PHP
17 lines
769 B
PHP
<?PHP // $Id$
|
|
// error.php - created with Moodle 1.2.1 (2004032500)
|
|
|
|
|
|
$string['erroronline'] = '发生错误于行 $a';
|
|
$string['fieldrequired'] = '\"$a\" 是必需的';
|
|
$string['groupalready'] = '用户已经属于组 $a';
|
|
$string['invalidfieldname'] = '\"$a\" 不是合法的区域名';
|
|
$string['missingfield'] = '区域 \"$a\" 不存在';
|
|
$string['modulerequirementsnotmet'] = '模组 \"$a->modulename\" ($a->moduleversion)安装失败.它需要更新版本的Moodle支持(目前你使用的是 $a->currentmoodle, 你需要 $a->requiremoodle).';
|
|
$string['restricteduser'] = '抱歉,你的当前帐号 \"$a\" 无权进行上述操作.';
|
|
$string['unknowncourse'] = '未知的课程命名为: \"$a\"';
|
|
$string['usernotaddederror'] = '用户 \"$a\" 添加失败- 未知的错误';
|
|
$string['usernotaddedregistered'] = '用户 \"$a\" 添加失败- 已注册';
|
|
|
|
?>
|