mirror of
https://github.com/moodle/moodle.git
synced 2025-02-04 15:18:58 +01:00
24 lines
908 B
PHP
24 lines
908 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2004021500)
|
|
|
|
|
|
$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 ';
|
|
|
|
?>
|