mirror of
https://github.com/moodle/moodle.git
synced 2025-02-03 06:39:17 +01:00
70 lines
3.3 KiB
PHP
70 lines
3.3 KiB
PHP
<?PHP // $Id$
|
|
// lesson.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['actionaftercorrectanswer'] = "Action after Correct Answer";
|
|
$string['addanewpage'] = "Add a new page";
|
|
$string['addpagehere'] = "Add page Here";
|
|
$string['answer'] = "Answer";
|
|
$string['answersfornumerical'] = "Answers for Numerical questions should be matched pairs of Minimum and Maximum values";
|
|
$string['attempt'] = "Attempt: \$a";
|
|
$string['attempts'] = "Attempts";
|
|
$string['available'] = "Available from";
|
|
$string['canretake'] = "\$a can re-take";
|
|
$string['casesensitive'] = "Case Sensitive";
|
|
$string['checknavigation'] = "Check navigation";
|
|
$string['checkquestion'] = "Check Question";
|
|
$string['confirmdeletionofthispage'] = "Confirm deletion of this page";
|
|
$string['congratulations'] = "Congratulations - end of lesson reached";
|
|
$string['continue'] = "Continue";
|
|
$string['deadline'] = "Deadline";
|
|
$string['deletingpage'] = "Deleting page: \$a";
|
|
$string['displayofgrade'] = "Display of grade (for students only)";
|
|
$string['endoflesson'] = "End of lesson";
|
|
$string['fileformat'] = "File Format";
|
|
$string['firstanswershould'] = "First Answer should Jump to the "Correct" Page";
|
|
$string['gradeis'] = "Grade is \$a";
|
|
$string['importquestions'] = "Import Questions";
|
|
$string['jumpto'] = "Jump to";
|
|
$string['maximumnumberofanswers'] = "Maximum number of answers";
|
|
$string['maximumnumberofattempts'] = "Maximum number of Attempts";
|
|
$string['modulename'] = "Lesson";
|
|
$string['modulenameplural'] = "Lessons";
|
|
$string['multianswer'] = "Multianswer";
|
|
$string['movepagehere'] = "Move page to here";
|
|
$string['moving'] = "Moving page: \$a";
|
|
$string['movingtonextpage'] = "Moving to Next Page";
|
|
$string['multipleanswer'] = "Multiple Answer";
|
|
$string['nextpage'] = "Next page";
|
|
$string['noanswer'] = "No answer given";
|
|
$string['noattemptrecordsfound'] = "No Attempt Records Found: No Grade given";
|
|
$string['normal'] = "Normal - follow Lesson Path";
|
|
$string['numberofcorrectanswers'] = "Number of correct answers: \$a";
|
|
$string['numberofcorrectmatches'] = "Number of Correct Matches: \$a";
|
|
$string['numberofpagesviewed'] = "Number of pages viewed: \$a";
|
|
$string['numberofpagestoshow'] = "Number of Pages (Cards) to Show";
|
|
$string['ordered'] = "Ordered";
|
|
$string['outof'] = "Out of \$a";
|
|
$string['questiontype'] = "Question Type";
|
|
$string['questionoption'] = "Question Option";
|
|
$string['page'] = "Page: \$a";
|
|
$string['pagecontents'] = "Page contents";
|
|
$string['pagetitle'] = "Page title";
|
|
$string['pleasecheckoneanswer'] = "Please check one Answer";
|
|
$string['pleasecheckoneormoreanswers'] = "Please check one or more Answers";
|
|
$string['pleaseenteryouranswerinthebox'] = "Please enter your Answer in the Box";
|
|
$string['pleasematchtheabovepairs'] = "Please match the above Pairs";
|
|
$string['response'] = "Response";
|
|
$string['sanitycheckfailed'] = "Sanity Check Failed: This attempt has been deleted";
|
|
$string['savepage'] = "Save page";
|
|
$string['singleanswer'] = "Single Answer";
|
|
$string['showanunseenpage'] = "Show an Unseen Page";
|
|
$string['showanunansweredpage'] = "Show an unanswered Page";
|
|
$string['thatsthecorrectanswer'] = "That's the Correct Answer";
|
|
$string['thatsthewronganswer'] = "That's the Wrong Answer";
|
|
$string['thispage'] = "This page";
|
|
$string['youhaveseen'] = "You have seen more than one page of this lesson already.<br />Do you want to start at the last page you saw?";
|
|
$string['youranswer'] = "Your Answer";
|
|
|
|
?>
|