moodle/lang/de/block_course_list.php

11 lines
349 B
PHP
Raw Normal View History

2004-06-01 07:47:25 +00:00
<?PHP // $Id$
2005-01-09 13:26:59 +00:00
// block_course_list.php - created with Moodle 1.4.3 (2004083130)
2004-06-01 07:47:25 +00:00
$string['allcourses'] = 'Administrator/innen sehen alle Kurse';
$string['blockname'] = 'Kurs<72>bersicht';
2005-01-09 13:26:59 +00:00
$string['configadminview'] = 'Was soll dem Admin im Kursblock angezeigt werden?';
2004-06-01 07:47:25 +00:00
$string['owncourses'] = 'Administrator/innen sehen nur eigene Kurse';
?>