mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
9 lines
214 B
PHP
9 lines
214 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2 Beta +++ (2004031300)
|
|
|
|
|
|
$string['labeltext'] = 'Otsikon teksti';
|
|
$string['modulename'] = 'Otsikko';
|
|
$string['modulenameplural'] = 'Otsikot';
|
|
|
|
?>
|