mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
62 lines
2.6 KiB
PHP
62 lines
2.6 KiB
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['abandoned'] = 'zru¹ený';
|
|
$string['allattempts'] = 'v¹etky pokusy';
|
|
$string['allmycourses'] = 'v¹etky moje kurzy';
|
|
$string['average'] = 'Priemer';
|
|
$string['bestattempt'] = 'najlep¹í pokus';
|
|
$string['checks'] = 'Kontroly';
|
|
$string['clues'] = 'Návody';
|
|
$string['copiedtoclipboard'] = 'Obsahy tejto stránky boli skopírované do schránky (clipboard)';
|
|
$string['copytoclipboard'] = 'Kopírova» do schránky';
|
|
$string['correct'] = 'Správny';
|
|
$string['deleteabandoned'] = 'Vymaza» zru¹ené';
|
|
$string['deleteabandonedcheck'] = 'Naozaj chcete vymaza» v¹etky $a zru¹ené pokusy?';
|
|
$string['deletedattempts'] = '$a pokusy boli vymazané';
|
|
$string['deletedresponses'] = '$a odpovede boli vymazané';
|
|
$string['enterafilename'] = 'Prosím, uveïte názov súboru';
|
|
$string['filetype'] = 'Názov súboru';
|
|
$string['forceplugins'] = 'Preferova» urèité médiá (pluginy)';
|
|
$string['giveup'] = 'Vzda» sa ';
|
|
$string['hints'] = 'Pokyny';
|
|
$string['ignored'] = 'Ignorované';
|
|
$string['inprogress'] = 'práve prebieha';
|
|
$string['location'] = 'Umiestnenie súboru';
|
|
$string['modulename'] = 'Test Hot Potatoes';
|
|
$string['modulenameplural'] = 'Testy Hot Potatoes';
|
|
$string['navigation'] = 'Navigácia';
|
|
$string['navigation_bar'] = 'Navigaèný riadok Moodle';
|
|
$string['navigation_buttons'] = 'Tlaèidlá pre test Hot Potatoes';
|
|
$string['navigation_frame'] = 'Navigaèný rámec Moodle';
|
|
$string['navigation_give_up'] = 'Tlaèidlo \"Vzda» sa\"';
|
|
$string['navigation_iframe'] = 'S mo¾nos»ou výberu odpovedí <IFRAME>';
|
|
$string['navigation_none'] = '®iaden';
|
|
$string['noactivity'] = '®iadna aktivita';
|
|
$string['noresponses'] = 'O jednotlivých otázkach a odpovediach neboli nájdené ¾iadne informácie.';
|
|
$string['outputformat'] = 'Formát výstupu';
|
|
$string['outputformat_best'] = 'najlep¹í';
|
|
$string['outputformat_flash'] = 'Záblesk';
|
|
$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'] = 'Tresty';
|
|
$string['questionshort'] = 'O-$a';
|
|
$string['quiztype'] = 'Typ testu';
|
|
$string['resultssaved'] = 'Výsledky testu boli ulo¾ené';
|
|
$string['score'] = 'Skóre';
|
|
$string['selectattempt'] = 'Prosím, vyberte si pokus';
|
|
$string['showhtmlsource'] = 'Ukazá» HTML zdroj';
|
|
$string['shownextquiz'] = 'Ukáza» nasledujúci test';
|
|
$string['showxmlsource'] = 'Ukáza» XML zdroj';
|
|
$string['showxmltree'] = 'Ukáza» XML strom';
|
|
$string['thiscourse'] = 'tento kurz';
|
|
$string['weighting'] = 'Vá¾enie';
|
|
$string['wrong'] = 'Nesprávny';
|
|
|
|
?>
|