mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
22 lines
765 B
PHP
22 lines
765 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.8 (2003010601)
|
|
|
|
|
|
$string['answered'] = "µÍºáÅéÇ";
|
|
$string['choice'] = "µÑÇàÅ×Í¡·Õè \$a";
|
|
$string['choicename'] = "ª×èͧ͢µÑÇàÅ×Í¡";
|
|
$string['choicetext'] = "¢éͤÇÒÁ";
|
|
$string['modulename'] = "µÑÇàÅ×Í¡";
|
|
$string['modulenameplural'] = "µÑÇàÅ×Í¡·Ñé§ËÁ´";
|
|
$string['notanswered'] = "ÂѧäÁèä´éµÍº";
|
|
$string['publish'] = "à»Ô´ãËé´Ù¼Å·ÕèàÅ×Í¡";
|
|
$string['publishanonymous'] = "ãËé´Ù¼Åâ´ÂäÁèÃкت×èͤ¹àÅ×Í¡";
|
|
$string['publishnames'] = "ãËé´Ù¼Å·Ñ駪×èÍáÅеÑÇàÅ×Í¡";
|
|
$string['publishnot'] = "äÁèãËé´Ù¼Å";
|
|
$string['responses'] = "µÍº¡ÅѺ";
|
|
$string['responsesto'] = "µÍº¡ÅѺ \$a";
|
|
$string['savemychoice'] = "¤ÅÔ¡·Õè¹Õè ËÅѧ¨Ò¡àÅ×Í¡";
|
|
$string['viewallresponses'] = "´ÙàÊÕ§µÍºÃѺ·Ñé§ËÁ´ \$a ";
|
|
|
|
?>
|