]> 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/error.php
lang/en_utf8/lesson.php

index 29fd3328a10d2ae58f58d114dee33b1abf22a29d..8328eeaa149f377eed51f891774784a0a0849650 100644 (file)
@@ -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';
index 52931c806725ae1d471b9e769156e7ba19757bc6..d3d737cf340b87d90c29095f2b1d5b4619a12730 100644 (file)
@@ -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';