mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
22 lines
857 B
PHP
22 lines
857 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['publish'] = "Publish results";
|
|
$string['publishanonymous'] = "Publish anonymous results, do not show student names";
|
|
$string['publishnames'] = "Publish full results, showing names and their choices";
|
|
$string['publishnot'] = "Do not publish results to students";
|
|
$string['responses'] = "Responses";
|
|
$string['responsesto'] = "Responses to \$a";
|
|
$string['savemychoice'] = "Save my choice";
|
|
$string['viewallresponses'] = "View \$a responses";
|
|
?>
|