mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
22 lines
691 B
PHP
Executable File
22 lines
691 B
PHP
Executable File
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.9 development (2003042801)
|
|
|
|
|
|
$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 应答";
|
|
|
|
?>
|