moodle/lang/zh_cn/enrol_flatfile.php
2005-06-10 15:13:42 +00:00

21 lines
668 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP // $Id$
$string['description'] = '在这种方式中Moodle重复地检查并处理一个特殊格式的文本文件它的位置由您指定。文件格式如下
<pre>
add, student, 5, CF101
add, teacher, 6, CF101
add, teacheredit, 7, CF101
del, student, 8, CF101
del, student, 17, CF101
add, student, 21, CF101, 1091115000, 1091215000
</pre>';
$string['enrolname'] = '普通文件';
$string['filelockedmail'] = 'cron进程无法删除您用于选课的文本文件。请设置好权限以便Moodle删除这个文件否则它将会被重复处理。';
$string['filelockedmailsubject'] = '重要错误:选课文件';
$string['location'] = '文件位置';
$string['mailadmin'] = '通过E-mail提醒管理员';
$string['mailusers'] = '通过E-mail提醒用户';
?>