mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
43 lines
1.8 KiB
PHP
43 lines
1.8 KiB
PHP
<?PHP // $Id$
|
|
// lesson.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['addanewpage'] = "Add a new page";
|
|
$string['addpagehere'] = "Add page Here";
|
|
$string['answer'] = "Answer";
|
|
$string['attempt'] = "Attempt: \$a";
|
|
$string['attempts'] = "Attempts";
|
|
$string['available'] = "Available from";
|
|
$string['canretake'] = "\$a can re-take";
|
|
$string['checknavigation'] = "Check navigation";
|
|
$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 student)";
|
|
$string['endoflesson'] = "End of lesson";
|
|
$string['gradeis'] = "Grade is \$a";
|
|
$string['jumpto'] = "Jump to";
|
|
$string['maximumnumberofanswers'] = "Maximum number of answers";
|
|
$string['modulename'] = "Lesson";
|
|
$string['modulenameplural'] = "Lessons";
|
|
$string['movepagehere'] = "Move page to here";
|
|
$string['moving'] = "Moving page: \$a";
|
|
$string['nextpage'] = "Next page";
|
|
$string['noanswer'] = "No answer given";
|
|
$string['noattemptrecordsfound'] = "No Attempt Records Found: No Grade given";
|
|
$string['numberofcorrectanswers'] = "Number of correct answers: \$a";
|
|
$string['numberofpagesviewed'] = "Number of pages viewed: \$a";
|
|
$string['outof'] = "Out of \$a";
|
|
$string['page'] = "Page: \$a";
|
|
$string['pagecontents'] = "Page contents";
|
|
$string['pagetitle'] = "Page title";
|
|
$string['pleasecheckoneanswer'] = "Please check one answer";
|
|
$string['response'] = "Response";
|
|
$string['sanitycheckfailed'] = "Sanity Check Failed: This attempt has been deleted";
|
|
$string['savepage'] = "Save page";
|
|
$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?";
|
|
|
|
?>
|