moodle/lang/hr/hotpot.php
koenr cc35561b11 New langpack: Croatian from
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 ;-)
2005-12-18 00:40:16 +00:00

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';
?>