moodle/lang/en/choice.php

18 lines
560 B
PHP
Raw Normal View History

<?PHP // $Id$
#------------------------------------------------------------
$string[modulename] = "Choice";
$string[modulenameplural] = "Choices";
#------------------------------------------------------------
2002-08-12 08:28:04 +00:00
$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[savemychoice] = "Save my choice";
$string[viewallresponses] = "View all responses";
?>