moodle/lang/en_utf8/block_course_list.php
2007-03-30 21:11:45 +00:00

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';
?>