moodle/lang/zh_cn_utf8/choice.php
2005-04-23 12:43:18 +00:00

34 lines
1.5 KiB
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
$string['allowupdate'] = '允许更新投票';
$string['answered'] = '已答';
$string['choice'] = '投票{$a}';
$string['choiceclose'] = '直到';
$string['choicename'] = '投票名称';
$string['choiceopen'] = '开启';
$string['choicetext'] = '投票本文';
$string['havetologin'] = '只有登录后才能提交您的选择';
$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['timerestrict'] = '必须在此时间之间回答';
$string['viewallresponses'] = '查看{$a}回复';
?>