From: michaelpenne Date: Wed, 15 Sep 2004 20:23:31 +0000 (+0000) Subject: Added new lang info for lesson mod - MarkNielsen X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=728bb2a12e4214d81af82cc633d504dae471cd4f;p=moodle.git Added new lang info for lesson mod - MarkNielsen --- diff --git a/lang/en/lesson.php b/lang/en/lesson.php index 202c80bd44..f0439f7dd3 100644 --- a/lang/en/lesson.php +++ b/lang/en/lesson.php @@ -1,4 +1,4 @@ -score out of \$a->tempmaxgrade for the automatically graded questions.
Your \$a->essayquestions essay question(s) will be graded and added
into your final score at a later date.

Your current grade without the essay question(s) is \$a->score out of \$a->grade"; +$string['displayscorewithoutessays'] = "Your score is \$a->score (Out of \$a->grade)."; +$string['editlessonsettings'] = "Edit This lesson's settings"; +$string['editpagecontent'] = "Edit this page's contents"; +$string['email'] = "Email"; +$string['emailallgradedessays'] = "Email ALL
Graded Essays"; +$string['emailgradedessays'] = "Email Graded Essays"; +$string['emailsuccess'] = "Email(s) Successful"; +$string['endofclustertitle'] = "End of Cluster"; +$string['entername'] = "Enter a nickname for the high scores list"; +$string['enterpassword'] = "Please enter the password:"; +$string['eolstudentoutoftime'] = "Attention: You ran out of time for this lesson. Your last answer my not have counted if it was answered after the time was up."; +$string['eolstudentoutoftimenoanswers'] = "You did not answer any questions. You have received a 0 for this lesson."; +$string['essay'] = "Essay"; +$string['essays'] = "Essays"; +$string['essayscore'] = "Essay Score"; +$string['firstwrong'] = "Unfortunately you cannot earn this one point, because your response was not correct. Would you like to keep guessing, just for the sheer joy of learning (but for no point credit)?"; +$string['gradeessay'] = "Grade Essay Questions"; +$string['leftduringtimed'] = "You have left during a timed lesson.
Please click on Continue to restart the lesson."; +$string['leftduringtimednoretake'] = "You have left during a timed lesson and you are
not allowed to retake or continue the lesson."; +$string['lessonclosed'] = "This lesson closed on \$a."; +$string['lessondefault'] = "Use this lesson's settings as defaults"; +$string['lessonmenu'] = "Lesson Menu"; +$string['lessonopen'] = "This lesson will be open on \$a."; +$string['loginfail'] = "Login Failed, please try again..."; +$string['mainmenu'] = "Main Menu"; +$string['matchesanswer'] = "Matches with Answer"; +$string['maxhighscores'] = "Number of High Scores Displayed"; +$string['maxtime'] = "Time Limit (minutes)"; +$string['maxtimewarning'] = "You have \$a minute(s) to finish the lesson."; +$string['nameapproved'] = "Name Approved"; +$string['namereject'] = "Sorry, your name has been rejected by the filter.
Please try another name."; +$string['nohighscores'] = "No High Scores"; +$string['noretake'] = "You are not allowed to retake this lesson."; +$string['nothighscore'] = "You did not make the top \$a high scores list."; +$string['ongoing'] = "Display Ongoing Score"; +$string['ongoingcustom'] = "This is a \$a->grade point lesson. You have earned \$a->score point(s) out of \$a->currenthigh point(s) thus far."; +$string['ongoingnormal'] = "You have answered \$a->correct question(s) correctly out of \$a->viewed question(s)."; +$string['outoftime'] = "Out of Time"; +$string['password'] = "Password"; +$string['passwordprotectedlesson'] = "\$a is a password protected lesson."; +$string['postsuccess'] = "Post Successful"; +$string['practice'] = "Practice Lesson"; +$string['previouspage'] = "Previous Page"; +$string['question'] = "Question"; +$string['questionoption'] = "Question "; +$string['randombranch'] = "Random Branch Page"; +$string['randompageinbranch'] = "Random Question within a Branch"; +$string['rank'] = "Rank"; +$string['returnmainmenu'] = "Return to Main Menu"; +$string['returntocourse'] = "Return to the Course"; +$string['reviewquestionback'] = "Yes, I'd like to try again"; +$string['reviewquestioncontinue'] = "No, I just want to go on to the next question"; +$string['score'] = "Score"; +$string['scores'] = "Scores"; +$string['secondpluswrong'] = "Not quite.  Would you like to try again?"; +$string['slideshow'] = "Slide Show"; +$string['slideshowbgcolor'] = "Slide Show Background Color"; +$string['slideshowheight'] = "Slide Show Height"; +$string['slideshowwidth'] = "Slide Show Width"; +$string['startlesson'] = "Start Lesson"; +$string['studentoneminwarning'] = "Warning: You have 1 minute or less to finish the lesson."; +$string['studentoutoftime'] = "Attention: You ran out of time for this lesson. Your last answer does not count because it was answered after the time was up. Please push the continue button to finish the lesson."; +$string['studentresponse'] = "{\$a}'s response"; +$string['submitname'] = "Submit Name"; +$string['teacherjumpwarning'] = "An \$a->cluster jump or an \$a->unseen jump is being used in this lesson. The Next Page jump will be used instead. Login as a student to test these jumps."; +$string['teacherongoingwarning'] = "Ongoing Score is only displayed for student. Login as a student to test Ongoing Score"; +$string['teachertimerwarning'] = "Timer only works for students. Test the timer by loggin in as a student."; +$string['timed'] = "Timed"; +$string['topscorestitle'] = "Top \$a->maxhighscores scores for \$a->name lesson."; +$string['treeview'] = "Tree View"; +$string['viewallpages'] = "View All Pages"; +$string['viewgrades'] = "View grades"; +$string['viewhighscores'] = "View High Scores list."; +$string['unseenpageinbranch'] = "Unseen Question within a Branch"; +$string['updatefailed'] = "Update Failed"; +$string['updatesuccess'] = "Update Successful"; +$string['usepassword'] = "Password Protected Lesson"; +$string['waitpostscore'] = "Please wait while posting high score..."; +$string['welldone'] = "Well Done!"; +$string['whatdofirst'] = "What would you like to do first?"; +$string['wronganswerjump'] = "Wrong Answer Jump"; +$string['wronganswerscore'] = "Wrong Answer Score"; +$string['wrongresponse'] = "Wrong Response"; +$string['youmadehighscore'] = "You made it on the top \$a high scores list."; + ?>