mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-14129, add lang string"
This commit is contained in:
parent
fea0748040
commit
4c75028533
2 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,7 @@ $string['invalidevent'] = 'Invalid event';
|
||||||
$string['invalidfieldname'] = '\"$a\" is not a valid field name';
|
$string['invalidfieldname'] = '\"$a\" is not a valid field name';
|
||||||
$string['invalidfiletype'] = '\"$a\" is not a valid file type';
|
$string['invalidfiletype'] = '\"$a\" is not a valid file type';
|
||||||
$string['invalidformatpara'] = 'Incorrect format for choose parameter';
|
$string['invalidformatpara'] = 'Incorrect format for choose parameter';
|
||||||
|
$string['invalidformdata'] = 'Incorrect Form Data';
|
||||||
$string['invalidgradeitmeid'] = 'Incorrect grade item id';
|
$string['invalidgradeitmeid'] = 'Incorrect grade item id';
|
||||||
$string['invalidgroupid'] = 'Incorrect group id specified.';
|
$string['invalidgroupid'] = 'Incorrect group id specified.';
|
||||||
$string['invaliditemid'] = 'Incorect item id';
|
$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['cannotdeletebranch'] = 'Error: could not delete old seen branches';
|
||||||
$string['cannotinsertanswer'] = 'Cannot insert answer record';
|
$string['cannotinsertanswer'] = 'Cannot insert answer record';
|
||||||
$string['cannotinserthighscore'] = 'Insert of new high score Failed!';
|
$string['cannotinserthighscore'] = 'Insert of new high score Failed!';
|
||||||
|
$string['cannotinsertgrade'] = 'Cannot insert grade';
|
||||||
$string['cannotinsertpage'] = 'Cannot insert new page';
|
$string['cannotinsertpage'] = 'Cannot insert new page';
|
||||||
$string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table';
|
$string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table';
|
||||||
$string['cannotupdateanswer'] = 'Update page: answer not updated';
|
$string['cannotupdateanswer'] = 'Update page: answer not updated';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue