moodle/lang/en/block_course_list.php

9 lines
252 B
PHP

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