mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
"MDL-14129, add lang string"
This commit is contained in:
parent
fea0748040
commit
4c75028533
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user