mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
11 lines
468 B
PHP
11 lines
468 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['confighideallcourseslink'] = 'Hide \"All courses\" link at the bottom of the block. Link hiding does not affects Admin\'s view';
|
|
$string['owncourses'] = 'Admin user sees own courses';
|
|
|
|
?>
|