moodle/lang/en/choice.php
2002-08-18 09:43:39 +00:00

19 lines
603 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string[modulename] = "Choice";
$string[modulenameplural] = "Choices";
#------------------------------------------------------------
$string[answered] = "Answered";
$string[choice1] = "First choice";
$string[choice2] = "Second choice";
$string[choicename] = "Choice name";
$string[choicetext] = "Choice text";
$string[notanswered] = "Not answered yet";
$string[responses] = "Responses";
$string[responsesto] = "Responses to \$a";
$string[savemychoice] = "Save my choice";
$string[viewallresponses] = "View all responses";
?>