10 lines
217 B
PHP
10 lines
217 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['labeltext'] = 'Otsikon teksti';
|
|
$string['modulename'] = 'Otsikko';
|
|
$string['modulenameplural'] = 'Otsikot';
|
|
|
|
?>
|