Skip to content

Commit

Permalink
Merge branch 'MDL-33090_22-missing-xmldb-strings' of git://github.com…
Browse files Browse the repository at this point in the history
…/rlorenzo/moodle into MOODLE_22_STABLE
  • Loading branch information
Sam Hemelryk committed Jun 6, 2012
2 parents 99778c8 + c31149f commit 50eb136
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions admin/tool/xmldb/lang/en/tool_xmldb.php
Expand Up @@ -70,6 +70,7 @@
$string['down'] = 'Down'; $string['down'] = 'Down';
$string['duplicate'] = 'Duplicate'; $string['duplicate'] = 'Duplicate';
$string['duplicatefieldname'] = 'Another field with that name exists'; $string['duplicatefieldname'] = 'Another field with that name exists';
$string['duplicatefieldsused'] = 'Duplicate fields used';
$string['duplicatekeyname'] = 'Another key with that name exists'; $string['duplicatekeyname'] = 'Another key with that name exists';
$string['duplicatetablename'] = 'Another table with that name exists'; $string['duplicatetablename'] = 'Another table with that name exists';
$string['edit'] = 'Edit'; $string['edit'] = 'Edit';
Expand All @@ -89,6 +90,7 @@
$string['fieldnameempty'] = 'Name field empty'; $string['fieldnameempty'] = 'Name field empty';
$string['fields'] = 'Fields'; $string['fields'] = 'Fields';
$string['fieldsnotintable'] = 'Field doesn\'t exist in table'; $string['fieldsnotintable'] = 'Field doesn\'t exist in table';
$string['fieldsusedinindex'] = 'This field is used as index';
$string['fieldsusedinkey'] = 'This field is used as key.'; $string['fieldsusedinkey'] = 'This field is used as key.';
$string['filenotwriteable'] = 'File not writeable'; $string['filenotwriteable'] = 'File not writeable';
$string['fkviolationdetails'] = 'Foreign key {$a->keyname} on table {$a->tablename} is violated by {$a->numviolations} out of {$a->numrows} rows.'; $string['fkviolationdetails'] = 'Foreign key {$a->keyname} on table {$a->tablename} is violated by {$a->numviolations} out of {$a->numrows} rows.';
Expand All @@ -114,8 +116,10 @@
$string['index'] = 'Index'; $string['index'] = 'Index';
$string['indexes'] = 'Indexes'; $string['indexes'] = 'Indexes';
$string['integerincorrectlength'] = 'Incorrect length for integer field'; $string['integerincorrectlength'] = 'Incorrect length for integer field';
$string['incorrectkeyname'] = 'Incorrect key name';
$string['incorrecttablename'] = 'Incorrect table name'; $string['incorrecttablename'] = 'Incorrect table name';
$string['key'] = 'Key'; $string['key'] = 'Key';
$string['keynameempty'] = 'The key name cannot be empty';
$string['keys'] = 'Keys'; $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['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['load'] = 'Load';
Expand All @@ -133,8 +137,11 @@
$string['newtable'] = 'New table'; $string['newtable'] = 'New table';
$string['newtablefrommysql'] = 'New table from MySQL'; $string['newtablefrommysql'] = 'New table from MySQL';
$string['new_table_from_mysql'] = 'New table from MySQL'; $string['new_table_from_mysql'] = 'New table from MySQL';
$string['nofieldsspecified'] = 'No fields specified';
$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['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['nomissingindexesfound'] = 'No missing indexes have been found, your DB doesn\'t need further actions.';
$string['noreffieldsspecified'] = 'No reference fields specified';
$string['noreftablespecified'] = 'Specified reference table not found';
$string['noviolatedforeignkeysfound'] = 'No violated foreign keys found'; $string['noviolatedforeignkeysfound'] = 'No violated foreign keys found';
$string['nowrongdefaultsfound'] = 'No inconsistent default values have been found, your DB does not need further actions.'; $string['nowrongdefaultsfound'] = 'No inconsistent default values have been found, your DB does not need further actions.';
$string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.'; $string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.';
Expand All @@ -145,6 +152,7 @@
$string['pendingchangescannotbesaved'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the "install.xml" within it have write permissions for the web server.'; $string['pendingchangescannotbesaved'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the "install.xml" within it have write permissions for the web server.';
$string['pendingchangescannotbesavedreload'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the "install.xml" within it have write permissions for the web server. Then reload this page and you should be able to save those changes.'; $string['pendingchangescannotbesavedreload'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the "install.xml" within it have write permissions for the web server. Then reload this page and you should be able to save those changes.';
$string['pluginname'] = 'XMLDB editor'; $string['pluginname'] = 'XMLDB editor';
$string['primarykeyonlyallownotnullfields'] = 'Primary keys cannot be null';
$string['reserved'] = 'Reserved'; $string['reserved'] = 'Reserved';
$string['reservedwords'] = 'Reserved words'; $string['reservedwords'] = 'Reserved words';
$string['revert'] = 'Revert'; $string['revert'] = 'Revert';
Expand Down Expand Up @@ -181,6 +189,7 @@
$string['wrongdefaults'] = 'Wrong defaults found'; $string['wrongdefaults'] = 'Wrong defaults found';
$string['wrongints'] = 'Wrong integers found'; $string['wrongints'] = 'Wrong integers found';
$string['wronglengthforenum'] = 'Incorrect length for enum field'; $string['wronglengthforenum'] = 'Incorrect length for enum field';
$string['wrongnumberofreffields'] = 'Wrong number of reference fields';
$string['wrongreservedwords'] = 'Currently used reserved words<br />(note that table names aren\'t important if using $CFG->prefix)'; $string['wrongreservedwords'] = 'Currently used reserved words<br />(note that table names aren\'t important if using $CFG->prefix)';
$string['wrongoraclesemantics'] = 'Wrong Oracle BYTE semantics found'; $string['wrongoraclesemantics'] = 'Wrong Oracle BYTE semantics found';
$string['yesmissingindexesfound'] = 'Some missing indexes have been found in your DB. Here are their details and the needed SQL statements to be executed with your favourite SQL interface to create all them (don\'t forget to backup your data before doing that).<br /><br />After doing that, it\'s highly recommended to execute this utility again to check that no more missing indexes are found.'; $string['yesmissingindexesfound'] = 'Some missing indexes have been found in your DB. Here are their details and the needed SQL statements to be executed with your favourite SQL interface to create all them (don\'t forget to backup your data before doing that).<br /><br />After doing that, it\'s highly recommended to execute this utility again to check that no more missing indexes are found.';
Expand Down

0 comments on commit 50eb136

Please sign in to comment.