moodle/lang/en/choice.php
2003-01-01 06:40:55 +00:00

22 lines
857 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Choice";
$string['modulenameplural'] = "Choices";
#------------------------------------------------------------
$string['answered'] = "Answered";
$string['choice'] = "Choice \$a";
$string['choicename'] = "Choice name";
$string['choicetext'] = "Choice text";
$string['notanswered'] = "Not answered yet";
$string['publish'] = "Publish results";
$string['publishanonymous'] = "Publish anonymous results, do not show student names";
$string['publishnames'] = "Publish full results, showing names and their choices";
$string['publishnot'] = "Do not publish results to students";
$string['responses'] = "Responses";
$string['responsesto'] = "Responses to \$a";
$string['savemychoice'] = "Save my choice";
$string['viewallresponses'] = "View \$a responses";
?>