mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
9 lines
211 B
PHP
9 lines
211 B
PHP
<?PHP // $Id$
|
|
// wiki.php - created with Moodle 1.4 development (2004072500)
|
|
|
|
|
|
$string['action'] = '-- Toiminto --';
|
|
$string['administration'] = 'Ylläpito';
|
|
$string['attachments'] = 'Sivun liitteet';
|
|
|
|
?>
|