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.php - created with Moodle 1.4 development (2004080300)
|
|
|
|
|
|
$string['analysisoptions'] = 'Elemzési lehetõségek';
|
|
$string['analysistitle'] = 'Tételes elemzési táblázat';
|
|
$string['attemptsall'] = 'minden próbálkozás';
|
|
$string['attemptselection'] = 'Felhasználónként elemezendõ próbálkozások';
|
|
$string['attemptsfirst'] = 'elsõ próbálkozás';
|
|
$string['attemptshighest'] = 'legmagasabb pontszám';
|
|
$string['attemptslast'] = 'utolsó próbálkozás';
|
|
$string['dicsindextitle'] = 'Diszkr.<br />index';
|
|
$string['disccoefftitle'] = 'Diszkr.<br />együtth.';
|
|
$string['downloadooo'] = 'OpenOffice formában letöltendõ';
|
|
$string['facilitytitle'] = '%% helyes<br />megoldás';
|
|
$string['lowmarkslimit'] = 'Ne elemezze a pontszámot, ha kisebb, mint:';
|
|
$string['pagesize'] = 'Kérdés oldalanként:';
|
|
$string['qcounttitle'] = 'K. szám';
|
|
$string['qidtitle'] = 'K';
|
|
$string['qnametitle'] = 'Kérdés neve';
|
|
$string['qtexttitle'] = 'Kérdés szövege';
|
|
$string['qtypetitle'] = 'K.típus';
|
|
$string['quizreportdir'] = 'teszt_jelentes';
|
|
$string['rcounttitle'] = 'H.<br />szám';
|
|
$string['reportanalysis'] = 'Tételes elemzési jelentés';
|
|
$string['responsestitle'] = 'Válasz szövege';
|
|
$string['rfractiontitle'] = 'rész<br />pont';
|
|
$string['rpercenttitle'] = 'H.%%';
|
|
$string['stddevtitle'] = 'SD';
|
|
|
|
?>
|