mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
17 lines
683 B
PHP
17 lines
683 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.5 unstable development (2004083000)
|
|
|
|
|
|
$string['alreadyfilled'] = '¤Ø³¡Ã͡Ẻ¿ÍÃìÁẺÊͺ¶ÒÁàÃÕºÃéÍÂáÅéÇ ¢Íº¤Ø³¤èÐ';
|
|
$string['modulename'] = 'ẺÊͺ¶ÒÁ';
|
|
$string['modulenameplural'] = 'ẺÊͺ¶ÒÁ';
|
|
$string['mustcomplete'] = '¤Ø³µéͧ·ÓẺ·´ÊͺãËéàÊÃç¨à´ÕëÂǹÕéà¾×èͺѹ·Ö¡¼Å¢Í§¤Ø³ ¤Ø³äÁèÊÒÁÒö·ÓẺÊͺ¶ÒÁ㹤ÃÑ駵èÍä»';
|
|
$string['notavail'] = 'ẺÊͺ¶ÒÁ¹ÕéÂѧäÁèÊÒÁÒö·Óä´é ¡ÃسÒÅͧãËÁèÍÕ¡¤ÃÑé§';
|
|
$string['qmanage'] = '¨Ñ´¡ÒÃẺÊͺ¶ÒÁ';
|
|
$string['qmanagetitle'] = '¡ÒèѴ¡ÒÃẺÊͺ¶ÒÁ phpESP';
|
|
$string['qtype'] = '»ÃÐàÀ·';
|
|
$string['questionnaireid'] = 'ẺÊͺ¶ÒÁ';
|
|
$string['respondenttype'] = '»ÃÐàÀ·¢Í§¡ÒõͺẺÊͺ¶ÒÁ';
|
|
|
|
?>
|