moodle/lang/no/label.php

10 lines
199 B
PHP
Raw Normal View History

2003-12-16 13:53:41 +00:00
<?PHP // $Id$
2004-03-29 11:49:49 +00:00
// label.php - created with Moodle 1.2 (2004032000)
2003-12-16 13:53:41 +00:00
2004-03-29 11:49:49 +00:00
$string['labeltext'] = 'Tekst i etikett';
2003-12-16 13:53:41 +00:00
$string['modulename'] = 'Etikett';
$string['modulenameplural'] = 'Etiketter';
?>