moodle/lang/hr/lesson.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

58 lines
2.4 KiB
PHP

<?PHP // $Id$
// lesson.php - created with Moodle 1.5.2 + (2005060220)
$string['actionaftercorrectanswer'] = 'Akcija nakon toènog odgovora';
$string['answer'] = 'Odgovor';
$string['attempt'] = 'Pokušaj: $a';
$string['attempts'] = 'Pokušaja';
$string['available'] = 'Dostupno od';
$string['completed'] = 'Završeno';
$string['continue'] = 'Nastavak';
$string['deadline'] = 'Krajnji rok';
$string['deleting'] = 'Brisanje';
$string['deletingpage'] = 'Brisanje stranice: $a';
$string['description'] = 'Opis';
$string['endoflesson'] = 'Kraj lekcije';
$string['fileformat'] = 'Oblik datoteke (format)';
$string['grade'] = 'Ocjena';
$string['gradeis'] = 'Ocjena: $a';
$string['here'] = 'ovdje';
$string['jump'] = 'Predji na';
$string['maximumnumberofanswersbranches'] = 'Maksimalni broj odgovora/grananja';
$string['maximumnumberofattempts'] = 'Maksimalni broj pokusaja';
$string['minimumnumberofquestions'] = 'Maksimalni broj odgovora';
$string['modulename'] = 'Lekcija';
$string['modulenameplural'] = 'Lekcije';
$string['multipleanswer'] = 'Višestruki odgovori';
$string['nextpage'] = 'Sljedeæa stranica';
$string['notdefined'] = 'Nije definirano';
$string['notitle'] = 'Bez naslova';
$string['numberofcorrectanswers'] = 'Broj toènih odgovora: $a';
$string['numberofcorrectmatches'] = 'Number of Correct Matches: $a';
$string['numberofpagestoshow'] = 'Broj stranica (kartica) koje æe biti prikazane';
$string['numberofpagesviewed'] = 'Broj pregledanih stranica: $a';
$string['ordered'] = 'Ordered';
$string['outof'] = 'Od $a';
$string['page'] = 'Stranica: $a';
$string['pagecontents'] = 'Sadržaj stranice';
$string['pages'] = 'Stranice';
$string['pagetitle'] = 'Naslov stranice';
$string['pleasecheckoneanswer'] = 'Molimo odaberite jedan odgovor';
$string['pleasecheckoneormoreanswers'] = 'Molimo odaberite jedan ili više toènih odgovora';
$string['pleaseenteryouranswerinthebox'] = 'Molimo unesite svoj odgovor u polje za unos teksta';
$string['questiontype'] = 'Vrsta pitanja';
$string['redisplaypage'] = 'Redisplay Page';
$string['response'] = 'Odgovor';
$string['savepage'] = 'Spremi stranicu';
$string['thatsthecorrectanswer'] = 'Toèan odgovor';
$string['thatsthewronganswer'] = 'Netoèan odgovor';
$string['thispage'] = 'Ova stranica';
$string['welldone'] = 'Bravo!';
$string['wrongresponse'] = 'Pogrešan odgovor';
$string['youranswer'] = 'Vaš odgovor';
$string['yourcurrentgradeis'] = 'Vasa trenutna ocjena je $a';
$string['yourresponse'] = 'Vaš odgovor';
?>