mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
10 lines
334 B
PHP
10 lines
334 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.4.3 + (2004083132)
|
|
|
|
|
|
$string['allcourses'] = '管理员可看到所有课程';
|
|
$string['blockname'] = '课程列表';
|
|
$string['configadminview'] = '管理员在课程列表中应当看到什么?';
|
|
$string['owncourses'] = '管理员可看到自己的课程';
|
|
|
|
?>
|