10 lines
199 B
PHP
10 lines
199 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2 (2004032000)
|
|
|
|
|
|
$string['labeltext'] = 'Tekst i etikett';
|
|
$string['modulename'] = 'Etikett';
|
|
$string['modulenameplural'] = 'Etiketter';
|
|
|
|
?>
|