From: dongsheng Date: Thu, 12 Jun 2008 11:53:58 +0000 (+0000) Subject: "MDL-14129, add lang string" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fea074804002f8f138d08fe5da6337eed02a5918;p=moodle.git "MDL-14129, add lang string" --- diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 882b061533..52931c8067 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -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.';