"MDL-14129, add new lang string"

This commit is contained in:
dongsheng 2008-05-23 07:10:37 +00:00
parent c72813552a
commit b985fa35e2
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,8 @@
$string['addmorechoices'] = 'Add more choices'; $string['addmorechoices'] = 'Add more choices';
$string['allowupdate'] = 'Allow choice to be updated'; $string['allowupdate'] = 'Allow choice to be updated';
$string['answered'] = 'Answered'; $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'] = 'Choice';
$string['choice:choose'] = 'Record a choice'; $string['choice:choose'] = 'Record a choice';
$string['choice:deleteresponses'] = 'Delete responses'; $string['choice:deleteresponses'] = 'Delete responses';

View 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['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['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['coursegroupunknown'] = 'Course corresponding to group $a not specified';
$string['coursemisconf'] = 'Course is misconfigured';
$string['csvemptyfile'] = 'The CSV file is empty.'; $string['csvemptyfile'] = 'The CSV file is empty.';
$string['csvcolumnduplicates'] = 'Duplicate columns detected.'; $string['csvcolumnduplicates'] = 'Duplicate columns detected.';
$string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter setting.'; $string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter setting.';