mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
11 lines
261 B
PHP
11 lines
261 B
PHP
<?PHP // $Id$
|
|
// multilang.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['filtername'] = 'Monikieliset sisällöt';
|
|
$string['thischarset'] = 'iso-8859-1';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Suomi';
|
|
|
|
?>
|