mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
44 lines
1.6 KiB
PHP
Executable File
44 lines
1.6 KiB
PHP
Executable File
<?PHP // $Id$
|
|
|
|
|
|
|
|
$string['addmorechoices'] = '更多选项';
|
|
$string['allowupdate'] = '允许更新投票';
|
|
$string['answered'] = '已答';
|
|
$string['choice'] = '投票{$a}';
|
|
$string['choiceclose'] = '直到';
|
|
$string['choicename'] = '投票名称';
|
|
$string['choiceopen'] = '开启';
|
|
$string['choicetext'] = '投票本文';
|
|
$string['displayhorizontal'] = '水平显示';
|
|
$string['displaymode'] = '显示方式';
|
|
$string['displayvertical'] = '垂直显示';
|
|
$string['full'] = '(已满)';
|
|
$string['havetologin'] = '只有登录后才能提交您的选择';
|
|
$string['limit'] = '限制';
|
|
$string['limitanswers'] = '限制允许的最多次数';
|
|
$string['modulename'] = '投票';
|
|
$string['modulenameplural'] = '投票';
|
|
$string['mustchooseone'] = '保存前必须先选择一个答案。保存失败。';
|
|
$string['notanswered'] = '未答';
|
|
$string['notopenyet'] = '对于起,此活动在{$a}之后才可用';
|
|
$string['privacy'] = '结果公开/保密';
|
|
$string['publish'] = '公布结果';
|
|
$string['publishafteranswer'] = '在学生回答后向其显示结果';
|
|
$string['publishafterclose'] = '只在投票结束后向学生显示结果';
|
|
$string['publishalways'] = '总是将结果显示给学生';
|
|
$string['publishanonymous'] = '匿名公布结果,不显示学生姓名';
|
|
$string['publishnames'] = '完全公开结果,显示学生姓名及其选择';
|
|
$string['publishnot'] = '不向学生公布结果';
|
|
$string['responses'] = '回答';
|
|
$string['responsesto'] = '回答{$a}';
|
|
$string['savemychoice'] = '保存我的选择';
|
|
$string['showunanswered'] = '显示未被回答的问题的列';
|
|
$string['spaceleft'] = '个可用空间';
|
|
$string['spacesleft'] = '个可用空间';
|
|
$string['taken'] = '已选';
|
|
$string['timerestrict'] = '必须在此时间之间回答';
|
|
$string['viewallresponses'] = '查看{$a}回复';
|
|
$string['yourselection'] = '您的选择';
|
|
?>
|