From: moodler Date: Thu, 1 Jul 2004 12:53:04 +0000 (+0000) Subject: New strings for new arrangement of choice module. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c1f1664dd3f061d12da80b0818928a23dea6019e;p=moodle.git New strings for new arrangement of choice module. THANKS TO SHANE FOR ALL HIS HELP ON THIS! --- diff --git a/lang/en/choice.php b/lang/en/choice.php index 662a22815c..3be5e60b30 100644 --- a/lang/en/choice.php +++ b/lang/en/choice.php @@ -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';