mirror of
https://github.com/moodle/moodle.git
synced 2025-02-26 21:13:33 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// quiz_analysis.php - created with Moodle 1.5.2 + (2005060223)
|
|||
|
|
|||
|
|
|||
|
$string['analysisoptions'] = 'Volby anal<61>zy';
|
|||
|
$string['analysistitle'] = 'Tabulka polo<6C>kov<6F> anal<61>zy';
|
|||
|
$string['attemptsall'] = 'v<>echny pokusy';
|
|||
|
$string['attemptselection'] = 'Pokusy k anal<61>ze podle u<>ivatele';
|
|||
|
$string['attemptsfirst'] = 'prvn<76> pokus';
|
|||
|
$string['attemptshighest'] = 'nejvy<76><79><EFBFBD> zn<7A>mka';
|
|||
|
$string['attemptslast'] = 'posledn<64> pokus';
|
|||
|
$string['dicsindextitle'] = 'Diskrim.<br />index';
|
|||
|
$string['disccoefftitle'] = 'Diskrim.<br />koef.';
|
|||
|
$string['downloadooo'] = 'St<53>hnout ve form<72>tu OpenOffice';
|
|||
|
$string['facilitytitle'] = '%% Spr<70>vn<76>ch<br />mo<6D>nosti';
|
|||
|
$string['lowmarkslimit'] = 'Neprov<6F>d<EFBFBD>t anal<61>zu, pokud je sk<73>r men<65><6E> ne<6E>:';
|
|||
|
$string['pagesize'] = 'Po<50>et <20>loh na str<74>nku:';
|
|||
|
$string['qcounttitle'] = '<27>l. po<70>et';
|
|||
|
$string['qidtitle'] = '<27>l. <20>.';
|
|||
|
$string['qnametitle'] = 'N<>zev <20>lohy';
|
|||
|
$string['qtexttitle'] = 'Text <20>lohy';
|
|||
|
$string['qtypetitle'] = '<27>l. typ';
|
|||
|
$string['quizreportdir'] = 'analyzy_testu';
|
|||
|
$string['rcounttitle'] = 'Od.<br />po<70>et';
|
|||
|
$string['reportanalysis'] = 'Zpr<70>va polo<6C>kov<6F> anal<61>zy';
|
|||
|
$string['responsestitle'] = 'Text odpov<6F>di';
|
|||
|
$string['rfractiontitle'] = '<27><>ste<74>n<EFBFBD><br />kredit';
|
|||
|
$string['rpercenttitle'] = 'Od.%%';
|
|||
|
$string['stddevtitle'] = 'SD';
|
|||
|
|
|||
|
?>
|