mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00

Jasmin Klindzic jasmin@ffzg.hr Dragan Dosen ddosen@ffzg.hr An utf-8 version is also on it's way - just some cleaning to do ;-)
9 lines
196 B
PHP
9 lines
196 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5.2 + (2005060220)
|
|
|
|
|
|
$string['labeltext'] = 'Tekst oznake';
|
|
$string['modulename'] = 'Oznaka';
|
|
$string['modulenameplural'] = 'Oznake';
|
|
|
|
?>
|