moodle/lang/en/choice.php
moodler 892a80dc63 New, speedier English translation. All files and every line has changed.
This is working OK in my testing, but please contact me immediately
if you find any errors.
2003-11-18 07:28:46 +00:00

22 lines
803 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.2 development (2003111400)
$string['answered'] = 'Answered';
$string['choice'] = 'Choice $a';
$string['choicename'] = 'Choice name';
$string['choicetext'] = 'Choice text';
$string['modulename'] = 'Choice';
$string['modulenameplural'] = 'Choices';
$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';
?>