]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add new lang string"
authordongsheng <dongsheng>
Fri, 23 May 2008 07:10:37 +0000 (07:10 +0000)
committerdongsheng <dongsheng>
Fri, 23 May 2008 07:10:37 +0000 (07:10 +0000)
lang/en_utf8/choice.php
lang/en_utf8/error.php

index a2367df6abbffd78a07d8584e38a55ebbd89086e..1041ff994bf78769f09c4eb82d6c7b2a6a10542c 100644 (file)
@@ -5,6 +5,8 @@
 $string['addmorechoices'] = 'Add more choices';
 $string['allowupdate'] = 'Allow choice to be updated';
 $string['answered'] = 'Answered';
+$string['cannotupdatechoice'] = 'Could not update your choice because of a database error';
+$string['cannotsavechoice'] = 'Could not save your choice';
 $string['choice'] = 'Choice';
 $string['choice:choose'] = 'Record a choice';
 $string['choice:deleteresponses'] = 'Delete responses';
index dda4391513b301935dd39864074c1ec0051808ab..70b9d6a71f9208abcba2b09ee957cec87202536a 100644 (file)
@@ -126,6 +126,7 @@ $string['confirmsesskeybad'] = 'Sorry, but your session key could not be confirm
 $string['copiedcmnotexist'] = 'The copied course module does not exist!';
 $string['couldnotassignrole'] = 'A serious but unspecified error occurred while trying to assign a role to you';
 $string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
+$string['coursemisconf'] = 'Course is misconfigured';
 $string['csvemptyfile'] = 'The CSV file is empty.';
 $string['csvcolumnduplicates'] = 'Duplicate columns detected.';
 $string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter setting.';