mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 13:28:17 +01:00
14 lines
438 B
PHP
14 lines
438 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';
|
|
$string['thischarset'] = 'iso-8859-1';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Suomi';
|
|
|
|
?>
|