10 lines
201 B
PHP
10 lines
201 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2.1 (2004032500)
|
|
|
|
|
|
$string['labeltext'] = 'Teksti i etiketës';
|
|
$string['modulename'] = 'Etiketë';
|
|
$string['modulenameplural'] = 'Etiketa';
|
|
|
|
?>
|