mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
24 lines
807 B
PHP
Executable File
24 lines
807 B
PHP
Executable File
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2004021700)
|
|
|
|
|
|
$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 应答';
|
|
|
|
?>
|