mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
10 lines
330 B
PHP
10 lines
330 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['allcourses'] = 'Admin user sees all courses';
|
|
$string['blockname'] = 'Course List';
|
|
$string['configadminview'] = 'What should the admin see in the course list block?';
|
|
$string['owncourses'] = 'Admin user sees own courses';
|
|
|
|
?>
|