mirror of
https://github.com/moodle/moodle.git
synced 2025-02-26 04:52:33 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.6 development (2005101200)
|
|
|
|
|
|
$string['analysisoptions'] = 'µÑÇàÅ×Í¡¡ÒÃÇÔà¤ÃÒÐËì';
|
|
$string['analysistitle'] = 'µÒÃÒ§ÇÔà¤ÃÒÐËì¢éÍÊͺ';
|
|
$string['attemptsall'] = '·Ø¡¤ÃÑé§';
|
|
$string['attemptselection'] = '¨Ó¹Ç¹¤ÃÑ駷Õèµéͧ¡ÒÃÇÔà¤ÃÒÐËìµèͤ¹';
|
|
$string['attemptsfirst'] = '¤ÃÑé§áá';
|
|
$string['attemptshighest'] = '¤Ðá¹¹ÊÙ§ÊØ´';
|
|
$string['attemptslast'] = '¤ÃÑé§ÊØ´·éÒÂ';
|
|
$string['dicsindextitle'] = 'àÃÕ¡ÊÒúÒ';
|
|
$string['disccoefftitle'] = 'àÃÕ§¤èÒÊÑÁ»ÃÐÊÔ·¸Ôì';
|
|
$string['downloadooo'] = '´ÒǹìâËÅ´ÃٻẺ open office';
|
|
$string['facilitytitle'] = '%% ·Õè¶Ù¡µéͧ';
|
|
$string['lowmarkslimit'] = 'äÁèµéͧÇÔà¤ÃÒÐËì¤Ðá¹¹·Õè¹éÍ¡ÇèÒ';
|
|
$string['pagesize'] = '¤Ó¶ÒÁµèÍ˹éÒ';
|
|
$string['qcounttitle'] = '¨Ó¹Ç¹¤Ó¶ÒÁ';
|
|
$string['qidtitle'] = '¢éÍ·Õè ';
|
|
$string['qnametitle'] = 'ª×èͤӶÒÁ';
|
|
$string['qtexttitle'] = '⨷Âì';
|
|
$string['qtypetitle'] = '»ÃÐàÀ·¤Ó¶ÒÁ';
|
|
$string['quizreportdir'] = 'ÃÒ§ҹặ´Êͺ';
|
|
$string['rcounttitle'] = 'R.<br />¤ÃÑé§';
|
|
$string['reportanalysis'] = 'ÃÒ§ҹ¡ÒÃÇÔà¤ÃÒÐËì¢éÍÊͺ';
|
|
$string['responsestitle'] = '¤ÓµÍº';
|
|
$string['rfractiontitle'] = 'à¤Ã´Ôµ¤ÃÖè§à´ÕÂÇ';
|
|
$string['rpercenttitle'] = 'R.%%';
|
|
$string['stddevtitle'] = ' SD ';
|
|
|
|
?>
|