moodle/lang/en/choice.php
martin 1774e33325 Added single quotes around all the keys ... even though PHP works
without them, it will flag errors when errorlevel is turned up, and
I suspect this slows it all down a bit.
2002-09-21 07:18:16 +00:00

18 lines
586 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";
?>