]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add lang string"
authordongsheng <dongsheng>
Sun, 15 Jun 2008 08:35:34 +0000 (08:35 +0000)
committerdongsheng <dongsheng>
Sun, 15 Jun 2008 08:35:34 +0000 (08:35 +0000)
lang/en_utf8/error.php
lang/en_utf8/lesson.php

index 4ec18d45d8e7ce0bc12d1c5160c28a889f1f147d..ffb20d1721ac976c58bb37b152db5f08dc152626 100644 (file)
@@ -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';
index 26f2ae7322429e715f4e1c5b93d6dcf9716344f0..c5644fa44b85562003bc8799184e9847030ed9ad 100644 (file)
@@ -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';