mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 17:18:28 +01:00
18 lines
544 B
PHP
18 lines
544 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.7 (2002121000)
|
|
|
|
|
|
$string['answered'] = "µÍºáÅéÇ";
|
|
$string['choice'] = "µÑÇàÅ×Í¡·Õè \$a";
|
|
$string['choicename'] = "ª×èͧ͢µÑÇàÅ×Í¡";
|
|
$string['choicetext'] = "¢éͤÇÒÁ";
|
|
$string['modulename'] = "µÑÇàÅ×Í¡";
|
|
$string['modulenameplural'] = "µÑÇàÅ×Í¡·Ñé§ËÁ´";
|
|
$string['notanswered'] = "ÂѧäÁèä´éµÍº";
|
|
$string['responses'] = "µÍº¡ÅѺ";
|
|
$string['responsesto'] = "µÍº¡ÅѺ \$a";
|
|
$string['savemychoice'] = "¤ÅÔ¡·Õè¹Õè ËÅѧ¨Ò¡àÅ×Í¡";
|
|
$string['viewallresponses'] = "´ÙàÊÕ§µÍºÃѺ·Ñé§ËÁ´ \$a ";
|
|
|
|
?>
|