mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01: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 ;-)
28 lines
904 B
PHP
28 lines
904 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.5.2 + (2005060220)
|
|
|
|
|
|
$string['average'] = 'Prosjeèno';
|
|
$string['correct'] = 'Toèno';
|
|
$string['filetype'] = 'Vrsta datoteke';
|
|
$string['hints'] = 'Pomoæ';
|
|
$string['location'] = 'Lokacija datoteke';
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
|
$string['navigation'] = 'Navigacija';
|
|
$string['outputformat_flash'] = 'Flash';
|
|
$string['outputformat_v3'] = 'v3';
|
|
$string['outputformat_v4'] = 'v4';
|
|
$string['outputformat_v5'] = 'v5';
|
|
$string['outputformat_v6'] = 'v6';
|
|
$string['outputformat_v6_plus'] = 'v6+';
|
|
$string['quiztype'] = 'Tip testa';
|
|
$string['score'] = 'Rezultat';
|
|
$string['showhtmlsource'] = 'Prikaži HTML kod';
|
|
$string['shownextquiz'] = 'Prikaži sljedeæi test';
|
|
$string['showxmlsource'] = 'Prikaži XML kod';
|
|
$string['showxmltree'] = 'Prikaži XML tree';
|
|
$string['wrong'] = 'Netoèno';
|
|
|
|
?>
|