mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
This cause also some empty files (because they didn't contain anything else) wich I also deleted
11 lines
330 B
PHP
11 lines
330 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['allcourses'] = 'Ylläpitäjä näkee kaikki kurssit';
|
|
$string['blockname'] = 'Kurssilista';
|
|
$string['configadminview'] = 'kokoonpanon ylläpitäjän näkymä';
|
|
$string['owncourses'] = 'Ylläpitäjä näkee omat kursssit';
|
|
|
|
?>
|