]> git.mjollnir.org Git - moodle.git/commitdiff
New strings for new arrangement of choice module.
authormoodler <moodler>
Thu, 1 Jul 2004 12:53:04 +0000 (12:53 +0000)
committermoodler <moodler>
Thu, 1 Jul 2004 12:53:04 +0000 (12:53 +0000)
THANKS TO SHANE FOR ALL HIS HELP ON THIS!

lang/en/choice.php

index 662a22815c194cfa9c12ecef184f5b3438f474eb..3be5e60b3086bd7fd8029eb3d5faf2d0f0bd249a 100644 (file)
@@ -2,20 +2,29 @@
       // choice.php - created with Moodle 1.2 development (2003111400)
 
 
+$string['allowupdate'] = 'Allow choice to be updated';
 $string['answered'] = 'Answered';
 $string['choice'] = 'Choice $a';
+$string['choiceclose'] = 'Until';
 $string['choicename'] = 'Choice name';
+$string['choiceopen'] = 'Open';
 $string['choicetext'] = 'Choice text';
 $string['modulename'] = 'Choice';
 $string['modulenameplural'] = 'Choices';
 $string['mustchooseone'] = 'You must choose an answer before saving.  Nothing was saved.';
 $string['notanswered'] = 'Not answered yet';
+$string['notopenyet'] = 'Sorry, this activity is not available until $a';
 $string['publish'] = 'Publish results';
+$string['publishafteranswer'] = 'Show results to a student after they answer';
+$string['publishafterclose'] = 'Show results to students only after the choice is closed';
+$string['publishalways'] = 'Always show results to students';
 $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['privacy'] = 'Privacy of results';
 $string['responses'] = 'Responses';
 $string['responsesto'] = 'Responses to $a';
+$string['timerestrict'] = 'Restrict answering to this time period';
 $string['savemychoice'] = 'Save my choice';
 $string['showunanswered'] = 'Show column for unanswered';
 $string['viewallresponses'] = 'View $a responses';