moodle/lang/en/choice.php

18 lines
564 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[responses] = "Responses";
$string[responsesto] = "Responses to \$a";
$string[savemychoice] = "Save my choice";
$string[viewallresponses] = "View \$a responses";
?>