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=4c75028533aea74cc9959b8cc588934d84b6d388;p=moodle.git "MDL-14129, add lang string" --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 29fd3328a1..8328eeaa14 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -206,6 +206,7 @@ $string['invalidevent'] = 'Invalid event'; $string['invalidfieldname'] = '\"$a\" is not a valid field name'; $string['invalidfiletype'] = '\"$a\" is not a valid file type'; $string['invalidformatpara'] = 'Incorrect format for choose parameter'; +$string['invalidformdata'] = 'Incorrect Form Data'; $string['invalidgradeitmeid'] = 'Incorrect grade item id'; $string['invalidgroupid'] = 'Incorrect group id specified.'; $string['invaliditemid'] = 'Incorect item id'; diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 52931c8067..d3d737cf34 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -49,6 +49,7 @@ $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['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';