Skip to content

Commit

Permalink
removed some lang entries that do not belong
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpenne committed Jul 22, 2005
1 parent 1286607 commit 3793147
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions lang/en/lesson.php
@@ -1,20 +1,18 @@
<?PHP // $Id$
// lesson.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005020101)


$string['accesscontrol'] = 'Access control';
$string['actionaftercorrectanswer'] = 'Action after correct answer';
$string['addabranchtable'] = 'Add a Branch Table';
$string['addanendofbranch'] = 'Add an End of Branch';
$string['addaquestionpage'] = 'Add a Question Page';
$string['addcluster'] = 'Add a Cluster';
$string['addendofcluster'] = 'Add an End of Cluster';
$string['addedabranchtable'] = 'Added a Branch Table';
$string['addedanendofbranch'] = 'Added an End of Branch';
$string['addedaquestionpage'] = 'Added a Question Page';
$string['addedcluster'] = 'Added a Cluster';
$string['addedendofcluster'] = 'Added an End of Cluster';
$string['addendofcluster'] = 'Add an End of Cluster';
$string['and'] = 'AND';
$string['answer'] = 'Answer';
$string['answeredcorrectly'] = 'answered correctly.';
$string['answersfornumerical'] = 'Answers for Numerical questions should be matched pairs of Minimum and Maximum values';
Expand All @@ -40,8 +38,6 @@
$string['comments'] = 'Your comments';
$string['commentswithname'] = '$a->firstname {$a->lastname}\'s comments';
$string['completed'] = 'Completed';
$string['completederror'] = 'Complete the lesson';
$string['completethefollowingconditions'] = 'You must complete the following condition(s) in <b>$a</b> lesson before you can proceed.';
$string['confirmdeletionofthispage'] = 'Confirm deletion of this page';
$string['congratulations'] = 'Congratulations - end of lesson reached';
$string['continue'] = 'Continue';
Expand Down Expand Up @@ -92,8 +88,6 @@
$string['general'] = 'General';
$string['gobacktolesson'] = 'Go back to lesson';
$string['grade'] = 'Grade';
$string['gradebetterthan'] = 'Grade better than (&#37;)'; // &#37; = %
$string['gradebetterthanerror'] = 'Earn a grade better than $a percent';
$string['gradeessay'] = 'Grade essay questions ($a->notgradedcount not graded and $a->notsentcount not sent)';
$string['gradeis'] = 'Grade is $a';
$string['gradeoptions'] = 'Grade options';
Expand All @@ -102,8 +96,8 @@
$string['here'] = 'here';
$string['highscore'] = 'High score';
$string['hightime'] = 'High time';
$string['importppt'] = 'Import PowerPoint';
$string['importquestions'] = 'Import questions';
$string['importppt'] = 'Import PowerPoint';
$string['insertedpage'] = 'Inserted page';
$string['jump'] = 'Jump';
$string['jumptsto'] = 'jumps to';
Expand All @@ -128,8 +122,6 @@
$string['maximumnumberofattempts'] = 'Maximum number of attempts';
$string['maxtime'] = 'Time limit (minutes)';
$string['maxtimewarning'] = 'You have $a minute(s) to finish the lesson.';
$string['mediafile'] = 'Media File';
$string['mediafilepopup'] = 'Click here to view this lesson\'s media file.';
$string['minimumnumberofquestions'] = 'Minimum number of questions';
$string['modattempts'] = 'Allow student review';
$string['modattemptsnoteacher'] = 'Student review only works for students.';
Expand Down Expand Up @@ -231,8 +223,6 @@
$string['thispage'] = 'This page';
$string['timed'] = 'Timed';
$string['timeremaining'] = 'Time remaining';
$string['timespenterror'] = 'Spend at least $a minutes in the lesson';
$string['timespentminutes'] = 'Time Spent (minutes)';
$string['timetaken'] = 'Time taken';
$string['topscorestitle'] = 'Top $a->maxhighscores scores for $a->name lesson.';
$string['treeview'] = 'Tree view';
Expand Down Expand Up @@ -263,7 +253,4 @@
$string['yourresponse'] = 'Your response';
$string['youshouldview'] = 'You should view at least: $a';




?>

0 comments on commit 3793147

Please sign in to comment.