From: dongsheng Date: Fri, 23 May 2008 07:10:37 +0000 (+0000) Subject: "MDL-14129, add new lang string" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b985fa35e27f9aaaa6eb182dd6eb543051f4d55c;p=moodle.git "MDL-14129, add new lang string" --- diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index a2367df6ab..1041ff994b 100644 --- a/lang/en_utf8/choice.php +++ b/lang/en_utf8/choice.php @@ -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'; diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index dda4391513..70b9d6a71f 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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.';