moodle/lang/zh_cn/choice.php

18 lines
537 B
PHP
Executable File

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "选择";
$string['modulenameplural'] = "选择";
#------------------------------------------------------------
$string['answered'] = "已答";
$string['choice'] = "选择 \$a";
$string['choicename'] = "选择名称";
$string['choicetext'] = "选择本文";
$string['notanswered'] = "未答";
$string['responses'] = "应答";
$string['responsesto'] = "应答 \$a";
$string['savemychoice'] = "保存我的选择";
$string['viewallresponses'] = "查看 \$a 应答";
?>