mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
24 lines
911 B
PHP
24 lines
911 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.3 (2004052500)
|
|
|
|
|
|
$string['answered'] = 'µÍºáÅéÇ';
|
|
$string['choice'] = 'µÑÇàÅ×Í¡·Õè $a';
|
|
$string['choicename'] = 'ª×èͧ͢â¾ÅÅì';
|
|
$string['choicetext'] = '¢éͤÇÒÁ';
|
|
$string['modulename'] = 'â¾ÅÅì';
|
|
$string['modulenameplural'] = 'â¾ÅÅì';
|
|
$string['mustchooseone'] = '¤Ø³µéͧµÍº¤Ó¶ÒÁ¡è͹·Ó¡Òúѹ·Ö¡¤èÐ ¢³Ð¹ÕéÂѧäÁèä´éºÑ¹·Ö¡¤ÓµÍº';
|
|
$string['notanswered'] = 'ÂѧäÁèä´éµÍº';
|
|
$string['publish'] = 'ÊÒÁÒö´Ù¼ÅÅѾ¸ì¢Í§â¾ÅÅìä´é';
|
|
$string['publishanonymous'] = 'ãËé´Ù¼ÅÅѾ¸ìâ´ÂäÁèÃкت×èͧ͢¼ÙéàÅ×Í¡';
|
|
$string['publishnames'] = 'ãËé´Ù¼Å·ÕèáÊ´§·Ñ駪×èÍáÅеÑÇàÅ×Í¡¢Í§¼ÙéàÅ×Í¡';
|
|
$string['publishnot'] = 'äÁèãËé´Ù¼ÅÅѾ¸ì';
|
|
$string['responses'] = 'µÍº¡ÅѺ';
|
|
$string['responsesto'] = 'µÍº¡ÅѺ $a';
|
|
$string['savemychoice'] = 'ºÑ¹·Ö¡¼Å¡ÒÃàÅ×Í¡';
|
|
$string['showunanswered'] = 'áÊ´§¤ÍÅÑÁ¹ìÊÓËÃѺ¼ÙéäÁèµÍº¤Ó¶ÒÁ';
|
|
$string['viewallresponses'] = '´ÙàÊÕ§µÍºÃѺ·Ñé§ËÁ´ $a ¤¹';
|
|
|
|
?>
|