moodle/lang/hr_utf8/lesson.php
2005-12-18 14:55:56 +00:00

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