moodle/lang/en_utf8/block_course_list.php

13 lines
562 B
PHP

<?PHP // $Id$
// block_course_list.php - created with Moodle 1.7 beta + (2006101003)
$string['adminview'] = 'Admin view';
$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['hideallcourseslink'] = 'Hide All courses link';
$string['owncourses'] = 'Admin user sees own courses';
?>