mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
1774e33325
without them, it will flag errors when errorlevel is turned up, and I suspect this slows it all down a bit.
18 lines
586 B
PHP
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";
|
|
?>
|