]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add lang string"
authordongsheng <dongsheng>
Thu, 12 Jun 2008 11:53:58 +0000 (11:53 +0000)
committerdongsheng <dongsheng>
Thu, 12 Jun 2008 11:53:58 +0000 (11:53 +0000)
lang/en_utf8/lesson.php

index 882b061533f80c14d8f61af69d039795349a29d4..52931c806725ae1d471b9e769156e7ba19757bc6 100644 (file)
@@ -32,6 +32,30 @@ $string['available'] = 'Available from';
 $string['averagescore'] = 'Average score';
 $string['averagetime'] = 'Average time';
 $string['branchtable'] = 'Branch Table';
+$string['cannotfindanswer'] = 'Cannot find answer';
+$string['cannotfindfirstpage'] = 'Could not find first page';
+$string['cannotfindfirstgrade'] = 'Error: could not find grades';
+$string['cannotfindgrade'] = 'Could not find Grade Records';
+$string['cannotfindpages'] = 'Could not find Lesson Pages';
+$string['cannotfindpagetitle'] = 'Confirm delete: page title not found';
+$string['cannotfindpagerecord'] = 'Add end of branch: page record not found';
+$string['cannotfindpreattempt'] = 'Previous attempt record could not be found!';
+$string['cannotfindnextpage'] = 'Could not find next page';
+$string['cannotfindnewestgrade'] = 'Error: could not find newest grade';
+$string['cannotfindnextpage'] = 'Lesson Backup: Next page not found!';
+$string['cannotfindtimer'] = 'Error: could not find lesson_timer records';
+$string['cannotdeleteanswer'] = 'Update page: unable to delete answer record';
+$string['cannotdeleteattempt'] = 'Error: could not delete old attempts';
+$string['cannotdeletebranch'] = 'Error: could not delete old seen branches';
+$string['cannotinsertanswer'] = 'Cannot insert answer record';
+$string['cannotinserthighscore'] = 'Insert of new high score Failed!';
+$string['cannotinsertpage'] = 'Cannot insert new page';
+$string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table';
+$string['cannotupdateanswer'] = 'Update page: answer not updated';
+$string['cannotupdategrade'] = 'Cannot update grade';
+$string['cannotupdatelink'] = 'Cannot update link';
+$string['cannotupdatepage'] = 'Update page: page not updated';
+$string['cannotupdatetimer'] = 'Error: could not update lesson_timer table';
 $string['cancel'] = 'Cancel';
 $string['canretake'] = '$a can re-take';
 $string['casesensitive'] = 'Use Regular Expressions';
@@ -197,6 +221,7 @@ $string['numberofcorrectmatches'] = 'Number of correct matches: $a';
 $string['numberofpagestoshow'] = 'Number of pages (cards) to show';
 $string['numberofpagesviewed'] = 'Number of questions answered: $a';
 $string['numberofpagesviewednotice'] = 'Number of questions answered: $a->nquestions; (You should answer at least: $a->minquestions)';
+$string['onpostperpage'] = 'Only one posting per grade';
 $string['ongoing'] = 'Display ongoing score';
 $string['ongoingcustom'] = 'You have earned $a->score point(s) out of $a->currenthigh point(s) thus far.';
 $string['ongoingnormal'] = 'You have answered $a->correct correctly out of $a->viewed attempts.';