mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
32 lines
1.3 KiB
PHP
32 lines
1.3 KiB
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['analysisoptions'] = 'Mo¾nosti analýzy';
|
|
$string['analysistitle'] = 'Tabuµka analyzovaných polo¾iek';
|
|
$string['attemptsall'] = 'v¹etky pokusy';
|
|
$string['attemptselection'] = 'Pokusy, ktoré sa najú analyzova» u u¾ívateµa';
|
|
$string['attemptsfirst'] = 'prvý pokus';
|
|
$string['attemptshighest'] = 'najvy¹¹ia známka';
|
|
$string['attemptslast'] = 'posledný pokus';
|
|
$string['dicsindextitle'] = 'Disc.<br/>Zoznam';
|
|
$string['disccoefftitle'] = 'Disc.<br/>Koef.';
|
|
$string['downloadooo'] = 'Stiahnu» vo formáte OpenOffice';
|
|
$string['facilitytitle'] = '%% Spávnych<br>Mo¾nos»';
|
|
$string['lowmarkslimit'] = 'Neanalyzujte toto, ak je skóre men¹ie ako:';
|
|
$string['pagesize'] = 'Poèet otázok na jednej stránke:';
|
|
$string['qcounttitle'] = 'O. poèet';
|
|
$string['qidtitle'] = 'O#';
|
|
$string['qnametitle'] = 'Názov otázky';
|
|
$string['qtexttitle'] = 'Znenie otázky';
|
|
$string['qtypetitle'] = 'yp otázky';
|
|
$string['quizreportdir'] = 'správy_o_testoch';
|
|
$string['rcounttitle'] = 'Index korelácie<br>Súèty';
|
|
$string['reportanalysis'] = 'Správa o analyzovaných polo¾kách';
|
|
$string['responsestitle'] = 'Znenie odpovede';
|
|
$string['rfractiontitle'] = 'èiastoèný<br>body';
|
|
$string['rpercenttitle'] = 'Index korelácie %%';
|
|
$string['stddevtitle'] = '©tandardná odchýlka';
|
|
|
|
?>
|