mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
20 lines
1.1 KiB
PHP
20 lines
1.1 KiB
PHP
<?PHP // $Id$
|
|
// error.php - created with Moodle 1.3 development (2004032800)
|
|
|
|
|
|
$string['coursegroupunknown'] = '發生錯誤於第 $a 行';
|
|
$string['erroronline'] = '!!$a!! 是必需的';
|
|
$string['fieldrequired'] = '$a 是必填的欄位';
|
|
$string['groupalready'] = '使用者已隸屬於群組 $a';
|
|
$string['groupunknown'] = '群組 $a 不相關於指定的課程';
|
|
$string['invalidfieldname'] = '!!$a!! 不是合法的欄位名稱';
|
|
$string['missingfield'] = '欄位 !!$a!! 不存在';
|
|
$string['modulerequirementsnotmet'] = '模組 $a->modulename ($a->moduleversion)安裝失敗.它需要更新版本的Moodle支援(目前你使用的是 $a->currentmoodle, 你需要 $a->requiremoodle).';
|
|
$string['notavailable'] = '目前無法使用';
|
|
$string['restricteduser'] = '抱歉,你的目前帳號 $a 無權進行上述操作.';
|
|
$string['unknowncourse'] = '未知的課程名稱: $a';
|
|
$string['usernotaddederror'] = '使用者 $a 新增失敗- 未知的錯誤';
|
|
$string['usernotaddedregistered'] = '使用者 $a 新增失敗- 該帳號已註冊';
|
|
|
|
?>
|