mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
19 lines
603 B
PHP
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";
|
|
?>
|