mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
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<65>s';
|
|||
|
$string['modulename'] = 'Etiket<65>';
|
|||
|
$string['modulenameplural'] = 'Etiketa';
|
|||
|
|
|||
|
?>
|