From 25a5f14b8dae8b82cd04e8de71f58f2205748394 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Sun, 15 Jun 2008 08:35:34 +0000 Subject: [PATCH] "MDL-14129, add lang string" --- lang/en_utf8/error.php | 5 ++++- lang/en_utf8/lesson.php | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 4ec18d45d8..ffb20d1721 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -23,6 +23,7 @@ $string['cannotaddnewinstance'] = 'Could not add a new instance of $a'; $string['cannotsaveconfig'] = 'Problem saving config \"$a[0]\" as \"$a[1]\" for plugin \"$a[2]\"'; $string['cannotsavecomment'] = 'Cannot save comment'; $string['cannotsavefile'] = 'Cannot save the file\"$a[0]\/$a[1]\"!'; +$string['cannotsavedata'] = 'Cannot save data'; $string['cannotsaveagreement'] = 'Could not save your agreement'; $string['cannotcallscript'] = 'You cannot call this script in that way'; $string['cannotcreatebackupdir'] = 'Could not create backupdata folder. The site administrator needs to fix the file permissions'; @@ -67,7 +68,8 @@ $string['cannotimportgrade'] = 'Grade import error'; $string['cannotimportformat'] = 'Sorry, importing this format is not yet implemented!'; $string['cannotnetgeo'] = 'Can not connect to NetGeo server at http://netgeo.caida.org, please check proxy settings or better install MaxMind GeoLite City data file.'; $string['cannotgetblock'] = 'Could not retrieve blocks from the database'; -$string['cannotgetcats'] = 'error getting category record'; +$string['cannotgetcats'] = 'Cannot get category record'; +$string['cannotgetdata'] = 'Cannot get data'; $string['cannotgradeuser'] = 'Can not grade this user'; $string['cannothaveparentcate'] = 'Course category can not have parent!'; $string['cannotmapfield'] = 'mapping collision detected, 2 fields maps to the same grade item $a'; @@ -225,6 +227,7 @@ $string['invalidmd5'] = 'Invalid md5'; $string['invalidmodule'] = 'Invalid module'; $string['invalidmoduleid'] = 'Invalid module ID: $a'; $string['invalidmodulename'] = 'Invalid module name: $a'; +$string['invalidnum'] = 'Invalid numeric value'; $string['invalidoutcome'] = 'Incorrect outcome id'; $string['invalidpagesize'] = 'Invalid page size'; $string['invalidpaymentmethod'] = 'Invalid payment method: $a'; diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 26f2ae7322..c5644fa44b 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -60,10 +60,12 @@ $string['cannotinsertgrade'] = 'Cannot insert grade'; $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['cannotupdatebook'] = 'Cannot update your book'; $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['cannotresetjump'] = 'Lesson restorelib: unable to reset jump'; $string['cancel'] = 'Cancel'; $string['canretake'] = '$a can re-take'; $string['casesensitive'] = 'Use Regular Expressions'; @@ -153,6 +155,7 @@ $string['importcount'] = 'Importing $a questions'; $string['importppt'] = 'Import PowerPoint'; $string['importquestions'] = 'Import questions'; $string['insertedpage'] = 'Inserted page'; +$string['invalidpageid'] = 'Invalid lesson page ID'; $string['invalidid'] = 'No course module ID or lesson ID were passed'; $string['invalidlessonid'] = 'lesson ID was incorrect'; $string['invalidpageid'] = 'Invalid Page ID'; -- 2.39.5