mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
XMLDB: MDL-18980 add missing error message lang strings
This commit is contained in:
parent
1c73e6b50a
commit
54cb131f96
@ -86,9 +86,10 @@ $string['key'] = 'Key';
|
||||
$string['keys'] = 'Keys';
|
||||
$string['listreservedwords'] = 'List of Reserved Words<br />(used to keep <a href=\"http://docs.moodle.org/en/XMLDB_reserved_words\" target=\"_blank\">XMLDB_reserved_words</a> updated)';
|
||||
$string['load'] = 'Load';
|
||||
$string['main_view'] = 'Main View';
|
||||
$string['masterprimaryuniqueordernomatch'] = 'The fields in your foreign key must be listed in the same order as they are lised in the UNIQUE KEY on the referenced table.';
|
||||
$string['missing'] = 'Missing';
|
||||
$string['missingindexes'] = 'Missing Indexes Found';
|
||||
$string['main_view'] = 'Main View';
|
||||
$string['missingfieldsinsentence'] = 'Missing fields in sentence';
|
||||
$string['missingvaluesinsentence'] = 'Missing values in sentence';
|
||||
$string['mustselectonefield'] = 'You must select one field to see field related actions!';
|
||||
@ -104,6 +105,7 @@ $string['newsentence'] = 'New Sentence';
|
||||
$string['newstatement'] = 'New Statement';
|
||||
$string['newtable'] = 'New Table';
|
||||
$string['newtablefrommysql'] = 'New Table From MySQL';
|
||||
$string['nomasterprimaryuniquefound'] = 'The column(s) that you foreign key references must be included in a primary or unique KEY in the referenced table. Note, the column being in a UNIQUE INDEX is not good enough.';
|
||||
$string['nomissingindexesfound'] = 'No missing indexes have been found, your DB doesn\'t need further actions.';
|
||||
$string['noviolatedforeignkeysfound'] = 'No violated foreign keys found';
|
||||
$string['nowrongdefaultsfound'] = 'No inconsistent default values have been found, your DB does not need further actions.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user