mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
62 lines
2.6 KiB
PHP
62 lines
2.6 KiB
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.5 + (2005060201)
|
|
|
|
|
|
$string['abandoned'] = 'zanecháno';
|
|
$string['allattempts'] = 'v¹echny pokusy';
|
|
$string['allmycourses'] = 'v¹echny moje kurzy';
|
|
$string['average'] = 'Prùmìr';
|
|
$string['bestattempt'] = 'nejlep¹í pokus';
|
|
$string['checks'] = 'Kontroly';
|
|
$string['clues'] = 'Vodítka';
|
|
$string['copiedtoclipboard'] = 'Obsah této stránky byl zkopírován do schránky';
|
|
$string['copytoclipboard'] = 'Zkopírovat do schránky';
|
|
$string['correct'] = 'Správnì';
|
|
$string['deleteabandoned'] = 'Odstranit zanechané';
|
|
$string['deleteabandonedcheck'] = 'Opravdu chcete odstranit v¹echny ($a) zanechané pokusy?';
|
|
$string['deletedattempts'] = '$a zanechaných pokusù bylo odstranìno';
|
|
$string['deletedresponses'] = '$a odpovìdí bylo odstranìno';
|
|
$string['enterafilename'] = 'Prosím, vlo¾te název souboru';
|
|
$string['filetype'] = 'Typ souboru';
|
|
$string['forceplugins'] = 'Vnutit multimediální pluginy';
|
|
$string['giveup'] = 'Vzdát to';
|
|
$string['hints'] = 'Nápovìdy';
|
|
$string['ignored'] = 'Ignorováno';
|
|
$string['inprogress'] = 'v øe¹ení';
|
|
$string['location'] = 'Umístìní souboru';
|
|
$string['modulename'] = 'Test Hot Potatoes';
|
|
$string['modulenameplural'] = 'Testy Hot Potatoes';
|
|
$string['navigation'] = 'Navigace';
|
|
$string['navigation_bar'] = 'Navigaèní li¹ta Moodlu';
|
|
$string['navigation_buttons'] = 'Tlaèítka testu Hot Potatoes';
|
|
$string['navigation_frame'] = 'Navigaèní rám (frame) Moodlu';
|
|
$string['navigation_give_up'] = 'Jediné tlaèítko "Vzdát to"';
|
|
$string['navigation_iframe'] = 'Vnoøený <IFRAME>';
|
|
$string['navigation_none'] = '®ádná';
|
|
$string['noactivity'] = '®ádná èinnost';
|
|
$string['noresponses'] = 'Nebyly nalezeny ¾ádné informace o individuálních otázkách a odpovìdích.';
|
|
$string['outputformat'] = 'Výstupní formát';
|
|
$string['outputformat_best'] = 'nejvhodnìj¹í';
|
|
$string['outputformat_flash'] = 'Flash';
|
|
$string['outputformat_mobile'] = 'mobil';
|
|
$string['outputformat_v3'] = 'v3';
|
|
$string['outputformat_v4'] = 'v4';
|
|
$string['outputformat_v5'] = 'v5';
|
|
$string['outputformat_v6'] = 'v6';
|
|
$string['outputformat_v6_plus'] = 'v6+';
|
|
$string['penalties'] = 'Penále';
|
|
$string['questionshort'] = 'O-$a';
|
|
$string['quiztype'] = 'Typ testu';
|
|
$string['resultssaved'] = 'Výsledky testu byly ulo¾eny';
|
|
$string['score'] = 'Skór';
|
|
$string['selectattempt'] = 'Prosím, vyberte pokus';
|
|
$string['showhtmlsource'] = 'Zobrazit HTML zdroj';
|
|
$string['shownextquiz'] = 'Zobrazit dal¹í test';
|
|
$string['showxmlsource'] = 'Zobrazit XML zdroj';
|
|
$string['showxmltree'] = 'Zobrazit XML strom';
|
|
$string['thiscourse'] = 'tento kurz';
|
|
$string['weighting'] = 'Váhy';
|
|
$string['wrong'] = '©patnì';
|
|
|
|
?>
|