moodle/lang/en/block_course_list.php

9 lines
252 B
PHP
Raw Normal View History

2004-09-12 13:21:01 +00:00
<?php // $Id$
$string['blockname'] = 'Course List';
$string['allcourses'] = 'Admin user sees all courses';
$string['configadminview'] = 'What should the admin see in the course list block?';
$string['owncourses'] = 'Admin user sees own courses';
?>