Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/xmldb/lang/en/tool_xmldb.php File Reference

Go to the source code of this file.

Namespaces

namespace  tool

Variables

 $string ['actual'] = 'Actual'
 $string ['aftertable'] = 'After table:'
 $string ['back'] = 'Back'
 $string ['backtomainview'] = 'Back to main'
 $string ['binaryincorrectlength'] = 'Incorrect length for binary field'
 $string ['cannotuseidfield'] = 'Cannot insert the "id" field. It is an autonumeric column'
 $string ['completelogbelow'] = '(see the complete log of the search below)'
 $string ['confirmdeletefield'] = 'Are you absolutely sure that you want to delete the field:'
 $string ['confirmdeleteindex'] = 'Are you absolutely sure that you want to delete the index:'
 $string ['confirmdeletekey'] = 'Are you absolutely sure that you want to delete the key:'
 $string ['confirmdeletetable'] = 'Are you absolutely sure that you want to delete the table:'
 $string ['confirmdeletexmlfile'] = 'Are you absolutely sure that you want to delete the file:'
 $string ['confirmcheckbigints']
 $string ['confirmcheckdefaults']
 $string ['confirmcheckforeignkeys']
 $string ['confirmcheckindexes']
 $string ['confirmcheckoraclesemantics']
 $string ['confirmrevertchanges'] = 'Are you absolutely sure that you want to revert changes performed over:'
 $string ['create'] = 'Create'
 $string ['createtable'] = 'Create table:'
 $string ['defaultincorrect'] = 'Incorrect default'
 $string ['delete'] = 'Delete'
 $string ['delete_field'] = 'Delete field'
 $string ['delete_index'] = 'Delete index'
 $string ['delete_key'] = 'Delete key'
 $string ['delete_table'] = 'Delete table'
 $string ['delete_xml_file'] = 'Delete XML file'
 $string ['doc'] = 'Doc'
 $string ['docindex'] = 'Documentation index:'
 $string ['documentationintro'] = 'This documentation is generated automatically from the XMLDB database definition. It is available only in English.'
 $string ['down'] = 'Down'
 $string ['duplicate'] = 'Duplicate'
 $string ['duplicatefieldname'] = 'Another field with that name exists'
 $string ['duplicatekeyname'] = 'Another key with that name exists'
 $string ['duplicatetablename'] = 'Another table with that name exists'
 $string ['edit'] = 'Edit'
 $string ['edit_field'] = 'Edit field'
 $string ['edit_field_save'] = 'Save field'
 $string ['edit_index'] = 'Edit index'
 $string ['edit_index_save'] = 'Save index'
 $string ['edit_key'] = 'Edit key'
 $string ['edit_key_save'] = 'Save key'
 $string ['edit_table'] = 'Edit table'
 $string ['edit_table_save'] = 'Save table'
 $string ['edit_xml_file'] = 'Edit XML file'
 $string ['enumvaluesincorrect'] = 'Incorrect values for enum field'
 $string ['expected'] = 'Expected'
 $string ['extensionrequired'] = 'Sorry - the PHP extension \'{$a}\' is required for this action. Please install the extension if you want to use this feature.'
 $string ['field'] = 'Field'
 $string ['fieldnameempty'] = 'Name field empty'
 $string ['fields'] = 'Fields'
 $string ['fieldsnotintable'] = 'Field doesn\'t exist in table'
 $string ['fieldsusedinkey'] = 'This field is used as key.'
 $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 ['floatincorrectdecimals'] = 'Incorrect number of decimals for float field'
 $string ['floatincorrectlength'] = 'Incorrect length for float field'
 $string ['float2numbernote'] = 'Notice: Although "float" fields are 100% supported by XMLDB, it\'s recommended to migrate to "number" fields instead.'
 $string ['generate_all_documentation'] = 'All the documentation'
 $string ['generate_documentation'] = 'Documentation'
 $string ['gotolastused'] = 'Go to last used file'
 $string ['change'] = 'Change'
 $string ['charincorrectlength'] = 'Incorrect length for char field'
 $string ['checkbigints'] = 'Check bigints'
 $string ['check_bigints'] = 'Look for incorrect DB integers'
 $string ['checkdefaults'] = 'Check defaults'
 $string ['check_defaults'] = 'Look for inconsistent default values'
 $string ['checkforeignkeys'] = 'Check foreign keys'
 $string ['check_foreign_keys'] = 'Look for foreign key violations'
 $string ['checkindexes'] = 'Check indexes'
 $string ['check_indexes'] = 'Look for missing DB indexes'
 $string ['checkoraclesemantics'] = 'Check semantics'
 $string ['check_oracle_semantics'] = 'Look for incorrect length semantics'
 $string ['incorrectfieldname'] = 'Incorrect name'
 $string ['index'] = 'Index'
 $string ['indexes'] = 'Indexes'
 $string ['integerincorrectlength'] = 'Incorrect length for integer field'
 $string ['incorrecttablename'] = 'Incorrect table name'
 $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 listed in the UNIQUE KEY on the referenced table.'
 $string ['missing'] = 'Missing'
 $string ['missingindexes'] = 'Missing indexes found'
 $string ['mustselectonefield'] = 'You must select one field to see field related actions!'
 $string ['mustselectoneindex'] = 'You must select one index to see index related actions!'
 $string ['mustselectonekey'] = 'You must select one key to see key related actions!'
 $string ['mysqlextracheckbigints'] = 'Under MySQL it also looks for incorrectly signed bigints, generating the required SQL to be executed in order to fix all them.'
 $string ['newfield'] = 'New field'
 $string ['newindex'] = 'New index'
 $string ['newkey'] = 'New key'
 $string ['newtable'] = 'New table'
 $string ['newtablefrommysql'] = 'New table from MySQL'
 $string ['new_table_from_mysql'] = '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.'
 $string ['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.'
 $string ['nowrongoraclesemanticsfound'] = 'No Oracle columns using BYTE semantics have been found, your DB doesn\'t need further actions.'
 $string ['numberincorrectdecimals'] = 'Incorrect number of decimals for number field'
 $string ['numberincorrectlength'] = 'Incorrect length for number field'
 $string ['pendingchanges'] = 'Note: You have performed changes to this file. They can be saved at any moment.'
 $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 ['pluginname'] = 'XMLDB editor'
 $string ['reserved'] = 'Reserved'
 $string ['reservedwords'] = 'Reserved words'
 $string ['revert'] = 'Revert'
 $string ['revert_changes'] = 'Revert changes'
 $string ['save'] = 'Save'
 $string ['searchresults'] = 'Search results'
 $string ['selectaction'] = 'Select action:'
 $string ['selectdb'] = 'Select database:'
 $string ['selectfieldkeyindex'] = 'Select field/key/index:'
 $string ['selectonecommand'] = 'Please select one action from the list to view PHP code'
 $string ['selectonefieldkeyindex'] = 'Please select one field/key/index from the list to view the PHP code'
 $string ['selecttable'] = 'Select table:'
 $string ['table'] = 'Table'
 $string ['tablenameempty'] = 'The table name cannot be empty'
 $string ['tables'] = 'Tables'
 $string ['textincorrectlength'] = 'Incorrect length for text field'
 $string ['unload'] = 'Unload'
 $string ['up'] = 'Up'
 $string ['view'] = 'View'
 $string ['viewedited'] = 'View edited'
 $string ['vieworiginal'] = 'View original'
 $string ['viewphpcode'] = 'View PHP code'
 $string ['view_reserved_words'] = 'View reserved words'
 $string ['viewsqlcode'] = 'View SQL code'
 $string ['view_structure_php'] = 'View structure PHP'
 $string ['view_structure_sql'] = 'View structure SQL'
 $string ['view_table_php'] = 'View table PHP'
 $string ['view_table_sql'] = 'View table SQL'
 $string ['viewxml'] = 'XML'
 $string ['violatedforeignkeys'] = 'Violated foreign keys'
 $string ['violatedforeignkeysfound'] = 'Violated foreign keys found'
 $string ['violations'] = 'Violations'
 $string ['wrong'] = 'Wrong'
 $string ['wrongdefaults'] = 'Wrong defaults found'
 $string ['wrongints'] = 'Wrong integers found'
 $string ['wronglengthforenum'] = 'Incorrect length for enum field'
 $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 ['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 ['yeswrongdefaultsfound'] = 'Some inconsistent defaults have been found in your DB. Here are their details and the needed SQL statements to be executed with your favourite SQL interface to fix them all (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 inconsistent defaults are found.'
 $string ['yeswrongintsfound'] = 'Some wrong integers 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 wrong integers are found.'
 $string ['yeswrongoraclesemanticsfound'] = 'Some Oracle columns using BYTE semantics 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 wrong semantics are found.'

Variable Documentation

$string['actual'] = 'Actual'

Definition at line 26 of file tool_xmldb.php.

$string['aftertable'] = 'After table:'

Definition at line 27 of file tool_xmldb.php.

$string['back'] = 'Back'

Definition at line 28 of file tool_xmldb.php.

$string['backtomainview'] = 'Back to main'

Definition at line 29 of file tool_xmldb.php.

$string['binaryincorrectlength'] = 'Incorrect length for binary field'

Definition at line 30 of file tool_xmldb.php.

$string['cannotuseidfield'] = 'Cannot insert the "id" field. It is an autonumeric column'

Definition at line 31 of file tool_xmldb.php.

$string['completelogbelow'] = '(see the complete log of the search below)'

Definition at line 32 of file tool_xmldb.php.

$string['confirmdeletefield'] = 'Are you absolutely sure that you want to delete the field:'

Definition at line 33 of file tool_xmldb.php.

$string['confirmdeleteindex'] = 'Are you absolutely sure that you want to delete the index:'

Definition at line 34 of file tool_xmldb.php.

$string['confirmdeletekey'] = 'Are you absolutely sure that you want to delete the key:'

Definition at line 35 of file tool_xmldb.php.

$string['confirmdeletetable'] = 'Are you absolutely sure that you want to delete the table:'

Definition at line 36 of file tool_xmldb.php.

$string['confirmdeletexmlfile'] = 'Are you absolutely sure that you want to delete the file:'

Definition at line 37 of file tool_xmldb.php.

$string['confirmcheckbigints']
Initial value:
 'This functionality will search for <a href="http://tracker.moodle.org/browse/MDL-11038">potential wrong integer fields</a> in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the integers in your DB properly defined.<br /><br />
Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that).<br /><br />
It\'s highly recommended to be running the latest (+ version) available of your Moodle release (1.8, 1.9, 2.x ...) before executing the search of wrong integers.<br /><br />
This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.'

Definition at line 38 of file tool_xmldb.php.

$string['confirmcheckdefaults']
Initial value:
 'This functionality will search for inconsistent default values in your Moodle server, generating (but not executing!) the needed SQL statements to have all the default values properly defined.<br /><br />
Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that).<br /><br />
It\'s highly recommended to be running the latest (+ version) available of your Moodle release (1.8, 1.9, 2.x ...) before executing the search of inconsistent default values.<br /><br />
This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.'

Definition at line 42 of file tool_xmldb.php.

$string['confirmcheckforeignkeys']
Initial value:
 'This functionality will search for potential violations of the foreign keys defined in the install.xml definitions. (Moodle does not currently generate actual foreign key constraints in the database, which is why invalid data may be present.)<br /><br />
It\'s highly recommended to be running the latest (+ version) available of your Moodle release (1.8, 1.9, 2.x ...) before executing the search of missing indexes.<br /><br />
This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.'

Definition at line 46 of file tool_xmldb.php.

$string['confirmcheckindexes']
Initial value:
 'This functionality will search for potential missing indexes in your Moodle server, generating (but not executing!) automatically the needed SQL statements to keep everything updated.<br /><br />
Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that).<br /><br />
It\'s highly recommended to be running the latest (+ version) available of your Moodle release (1.8, 1.9, 2.x ...) before executing the search of missing indexes.<br /><br />
This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.'

Definition at line 49 of file tool_xmldb.php.

$string['confirmcheckoraclesemantics']
Initial value:
 'This functionality will search for <a href="http://tracker.moodle.org/browse/MDL-29322">Oracle varchar2 columns using BYTE semantics</a> in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the columns converted to use CHAR semantics instead (better for cross-db compatibility and increased contents max. length).<br /><br />
Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that).<br /><br />
It\'s highly recommended to be running the latest (+ version) available of your Moodle release (2.2, 2.3, 2.x ...) before executing the search of BYTE semantics.<br /><br />
This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.'

Definition at line 53 of file tool_xmldb.php.

$string['confirmrevertchanges'] = 'Are you absolutely sure that you want to revert changes performed over:'

Definition at line 57 of file tool_xmldb.php.

$string['create'] = 'Create'

Definition at line 58 of file tool_xmldb.php.

$string['createtable'] = 'Create table:'

Definition at line 59 of file tool_xmldb.php.

$string['defaultincorrect'] = 'Incorrect default'

Definition at line 60 of file tool_xmldb.php.

$string['delete'] = 'Delete'

Definition at line 61 of file tool_xmldb.php.

$string['delete_field'] = 'Delete field'

Definition at line 62 of file tool_xmldb.php.

$string['delete_index'] = 'Delete index'

Definition at line 63 of file tool_xmldb.php.

$string['delete_key'] = 'Delete key'

Definition at line 64 of file tool_xmldb.php.

$string['delete_table'] = 'Delete table'

Definition at line 65 of file tool_xmldb.php.

$string['delete_xml_file'] = 'Delete XML file'

Definition at line 66 of file tool_xmldb.php.

$string['doc'] = 'Doc'

Definition at line 67 of file tool_xmldb.php.

$string['docindex'] = 'Documentation index:'

Definition at line 68 of file tool_xmldb.php.

$string['documentationintro'] = 'This documentation is generated automatically from the XMLDB database definition. It is available only in English.'

Definition at line 69 of file tool_xmldb.php.

$string['down'] = 'Down'

Definition at line 70 of file tool_xmldb.php.

$string['duplicate'] = 'Duplicate'

Definition at line 71 of file tool_xmldb.php.

$string['duplicatefieldname'] = 'Another field with that name exists'

Definition at line 72 of file tool_xmldb.php.

$string['duplicatekeyname'] = 'Another key with that name exists'

Definition at line 73 of file tool_xmldb.php.

$string['duplicatetablename'] = 'Another table with that name exists'

Definition at line 74 of file tool_xmldb.php.

$string['edit'] = 'Edit'

Definition at line 75 of file tool_xmldb.php.

$string['edit_field'] = 'Edit field'

Definition at line 76 of file tool_xmldb.php.

$string['edit_field_save'] = 'Save field'

Definition at line 77 of file tool_xmldb.php.

$string['edit_index'] = 'Edit index'

Definition at line 78 of file tool_xmldb.php.

$string['edit_index_save'] = 'Save index'

Definition at line 79 of file tool_xmldb.php.

$string['edit_key'] = 'Edit key'

Definition at line 80 of file tool_xmldb.php.

$string['edit_key_save'] = 'Save key'

Definition at line 81 of file tool_xmldb.php.

$string['edit_table'] = 'Edit table'

Definition at line 82 of file tool_xmldb.php.

$string['edit_table_save'] = 'Save table'

Definition at line 83 of file tool_xmldb.php.

$string['edit_xml_file'] = 'Edit XML file'

Definition at line 84 of file tool_xmldb.php.

$string['enumvaluesincorrect'] = 'Incorrect values for enum field'

Definition at line 85 of file tool_xmldb.php.

$string['expected'] = 'Expected'

Definition at line 86 of file tool_xmldb.php.

$string['extensionrequired'] = 'Sorry - the PHP extension \'{$a}\' is required for this action. Please install the extension if you want to use this feature.'

Definition at line 87 of file tool_xmldb.php.

$string['field'] = 'Field'

Definition at line 88 of file tool_xmldb.php.

$string['fieldnameempty'] = 'Name field empty'

Definition at line 89 of file tool_xmldb.php.

$string['fields'] = 'Fields'

Definition at line 90 of file tool_xmldb.php.

$string['fieldsnotintable'] = 'Field doesn\'t exist in table'

Definition at line 91 of file tool_xmldb.php.

$string['fieldsusedinkey'] = 'This field is used as key.'

Definition at line 92 of file tool_xmldb.php.

$string['filenotwriteable'] = 'File not writeable'

Definition at line 93 of file tool_xmldb.php.

$string['fkviolationdetails'] = 'Foreign key {$a->keyname} on table {$a->tablename} is violated by {$a->numviolations} out of {$a->numrows} rows.'

Definition at line 94 of file tool_xmldb.php.

$string['floatincorrectdecimals'] = 'Incorrect number of decimals for float field'

Definition at line 95 of file tool_xmldb.php.

$string['floatincorrectlength'] = 'Incorrect length for float field'

Definition at line 96 of file tool_xmldb.php.

$string['float2numbernote'] = 'Notice: Although "float" fields are 100% supported by XMLDB, it\'s recommended to migrate to "number" fields instead.'

Definition at line 97 of file tool_xmldb.php.

$string['generate_all_documentation'] = 'All the documentation'

Definition at line 98 of file tool_xmldb.php.

$string['generate_documentation'] = 'Documentation'

Definition at line 99 of file tool_xmldb.php.

$string['gotolastused'] = 'Go to last used file'

Definition at line 100 of file tool_xmldb.php.

$string['change'] = 'Change'

Definition at line 101 of file tool_xmldb.php.

$string['charincorrectlength'] = 'Incorrect length for char field'

Definition at line 102 of file tool_xmldb.php.

$string['checkbigints'] = 'Check bigints'

Definition at line 103 of file tool_xmldb.php.

$string['check_bigints'] = 'Look for incorrect DB integers'

Definition at line 104 of file tool_xmldb.php.

$string['checkdefaults'] = 'Check defaults'

Definition at line 105 of file tool_xmldb.php.

$string['check_defaults'] = 'Look for inconsistent default values'

Definition at line 106 of file tool_xmldb.php.

$string['checkforeignkeys'] = 'Check foreign keys'

Definition at line 107 of file tool_xmldb.php.

$string['check_foreign_keys'] = 'Look for foreign key violations'

Definition at line 108 of file tool_xmldb.php.

$string['checkindexes'] = 'Check indexes'

Definition at line 109 of file tool_xmldb.php.

$string['check_indexes'] = 'Look for missing DB indexes'

Definition at line 110 of file tool_xmldb.php.

$string['checkoraclesemantics'] = 'Check semantics'

Definition at line 111 of file tool_xmldb.php.

$string['check_oracle_semantics'] = 'Look for incorrect length semantics'

Definition at line 112 of file tool_xmldb.php.

$string['incorrectfieldname'] = 'Incorrect name'

Definition at line 113 of file tool_xmldb.php.

$string['index'] = 'Index'

Definition at line 114 of file tool_xmldb.php.

$string['indexes'] = 'Indexes'

Definition at line 115 of file tool_xmldb.php.

$string['integerincorrectlength'] = 'Incorrect length for integer field'

Definition at line 116 of file tool_xmldb.php.

$string['incorrecttablename'] = 'Incorrect table name'

Definition at line 117 of file tool_xmldb.php.

$string['key'] = 'Key'

Definition at line 118 of file tool_xmldb.php.

$string['keys'] = 'Keys'

Definition at line 119 of file tool_xmldb.php.

$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)'

Definition at line 120 of file tool_xmldb.php.

$string['load'] = 'Load'

Definition at line 121 of file tool_xmldb.php.

$string['main_view'] = 'Main view'

Definition at line 122 of file tool_xmldb.php.

$string['masterprimaryuniqueordernomatch'] = 'The fields in your foreign key must be listed in the same order as they are listed in the UNIQUE KEY on the referenced table.'

Definition at line 123 of file tool_xmldb.php.

$string['missing'] = 'Missing'

Definition at line 124 of file tool_xmldb.php.

$string['missingindexes'] = 'Missing indexes found'

Definition at line 125 of file tool_xmldb.php.

$string['mustselectonefield'] = 'You must select one field to see field related actions!'

Definition at line 126 of file tool_xmldb.php.

$string['mustselectoneindex'] = 'You must select one index to see index related actions!'

Definition at line 127 of file tool_xmldb.php.

$string['mustselectonekey'] = 'You must select one key to see key related actions!'

Definition at line 128 of file tool_xmldb.php.

$string['mysqlextracheckbigints'] = 'Under MySQL it also looks for incorrectly signed bigints, generating the required SQL to be executed in order to fix all them.'

Definition at line 129 of file tool_xmldb.php.

$string['newfield'] = 'New field'

Definition at line 130 of file tool_xmldb.php.

$string['newindex'] = 'New index'

Definition at line 131 of file tool_xmldb.php.

$string['newkey'] = 'New key'

Definition at line 132 of file tool_xmldb.php.

$string['newtable'] = 'New table'

Definition at line 133 of file tool_xmldb.php.

$string['newtablefrommysql'] = 'New table from MySQL'

Definition at line 134 of file tool_xmldb.php.

$string['new_table_from_mysql'] = 'New table from MySQL'

Definition at line 135 of file tool_xmldb.php.

$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.'

Definition at line 136 of file tool_xmldb.php.

$string['nomissingindexesfound'] = 'No missing indexes have been found, your DB doesn\'t need further actions.'

Definition at line 137 of file tool_xmldb.php.

$string['noviolatedforeignkeysfound'] = 'No violated foreign keys found'

Definition at line 138 of file tool_xmldb.php.

$string['nowrongdefaultsfound'] = 'No inconsistent default values have been found, your DB does not need further actions.'

Definition at line 139 of file tool_xmldb.php.

$string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.'

Definition at line 140 of file tool_xmldb.php.

$string['nowrongoraclesemanticsfound'] = 'No Oracle columns using BYTE semantics have been found, your DB doesn\'t need further actions.'

Definition at line 141 of file tool_xmldb.php.

$string['numberincorrectdecimals'] = 'Incorrect number of decimals for number field'

Definition at line 142 of file tool_xmldb.php.

$string['numberincorrectlength'] = 'Incorrect length for number field'

Definition at line 143 of file tool_xmldb.php.

$string['pendingchanges'] = 'Note: You have performed changes to this file. They can be saved at any moment.'

Definition at line 144 of file tool_xmldb.php.

$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.'

Definition at line 145 of file tool_xmldb.php.

$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.'

Definition at line 146 of file tool_xmldb.php.

$string['pluginname'] = 'XMLDB editor'

Definition at line 147 of file tool_xmldb.php.

$string['reserved'] = 'Reserved'

Definition at line 148 of file tool_xmldb.php.

$string['reservedwords'] = 'Reserved words'

Definition at line 149 of file tool_xmldb.php.

$string['revert'] = 'Revert'

Definition at line 150 of file tool_xmldb.php.

$string['revert_changes'] = 'Revert changes'

Definition at line 151 of file tool_xmldb.php.

$string['save'] = 'Save'

Definition at line 152 of file tool_xmldb.php.

$string['searchresults'] = 'Search results'

Definition at line 153 of file tool_xmldb.php.

$string['selectaction'] = 'Select action:'

Definition at line 154 of file tool_xmldb.php.

$string['selectdb'] = 'Select database:'

Definition at line 155 of file tool_xmldb.php.

$string['selectfieldkeyindex'] = 'Select field/key/index:'

Definition at line 156 of file tool_xmldb.php.

$string['selectonecommand'] = 'Please select one action from the list to view PHP code'

Definition at line 157 of file tool_xmldb.php.

$string['selectonefieldkeyindex'] = 'Please select one field/key/index from the list to view the PHP code'

Definition at line 158 of file tool_xmldb.php.

$string['selecttable'] = 'Select table:'

Definition at line 159 of file tool_xmldb.php.

$string['table'] = 'Table'

Definition at line 160 of file tool_xmldb.php.

$string['tablenameempty'] = 'The table name cannot be empty'

Definition at line 161 of file tool_xmldb.php.

$string['tables'] = 'Tables'

Definition at line 162 of file tool_xmldb.php.

$string['textincorrectlength'] = 'Incorrect length for text field'

Definition at line 163 of file tool_xmldb.php.

$string['unload'] = 'Unload'

Definition at line 164 of file tool_xmldb.php.

$string['up'] = 'Up'

Definition at line 165 of file tool_xmldb.php.

$string['view'] = 'View'

Definition at line 166 of file tool_xmldb.php.

$string['viewedited'] = 'View edited'

Definition at line 167 of file tool_xmldb.php.

$string['vieworiginal'] = 'View original'

Definition at line 168 of file tool_xmldb.php.

$string['viewphpcode'] = 'View PHP code'

Definition at line 169 of file tool_xmldb.php.

$string['view_reserved_words'] = 'View reserved words'

Definition at line 170 of file tool_xmldb.php.

$string['viewsqlcode'] = 'View SQL code'

Definition at line 171 of file tool_xmldb.php.

$string['view_structure_php'] = 'View structure PHP'

Definition at line 172 of file tool_xmldb.php.

$string['view_structure_sql'] = 'View structure SQL'

Definition at line 173 of file tool_xmldb.php.

$string['view_table_php'] = 'View table PHP'

Definition at line 174 of file tool_xmldb.php.

$string['view_table_sql'] = 'View table SQL'

Definition at line 175 of file tool_xmldb.php.

$string['viewxml'] = 'XML'

Definition at line 176 of file tool_xmldb.php.

$string['violatedforeignkeys'] = 'Violated foreign keys'

Definition at line 177 of file tool_xmldb.php.

$string['violatedforeignkeysfound'] = 'Violated foreign keys found'

Definition at line 178 of file tool_xmldb.php.

$string['violations'] = 'Violations'

Definition at line 179 of file tool_xmldb.php.

$string['wrong'] = 'Wrong'

Definition at line 180 of file tool_xmldb.php.

$string['wrongdefaults'] = 'Wrong defaults found'

Definition at line 181 of file tool_xmldb.php.

$string['wrongints'] = 'Wrong integers found'

Definition at line 182 of file tool_xmldb.php.

$string['wronglengthforenum'] = 'Incorrect length for enum field'

Definition at line 183 of file tool_xmldb.php.

$string['wrongreservedwords'] = 'Currently used reserved words<br />(note that table names aren\'t important if using $CFG->prefix)'

Definition at line 184 of file tool_xmldb.php.

$string['wrongoraclesemantics'] = 'Wrong Oracle BYTE semantics found'

Definition at line 185 of file tool_xmldb.php.

$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.'

Definition at line 186 of file tool_xmldb.php.

$string['yeswrongdefaultsfound'] = 'Some inconsistent defaults have been found in your DB. Here are their details and the needed SQL statements to be executed with your favourite SQL interface to fix them all (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 inconsistent defaults are found.'

Definition at line 187 of file tool_xmldb.php.

$string['yeswrongintsfound'] = 'Some wrong integers 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 wrong integers are found.'

Definition at line 188 of file tool_xmldb.php.

$string['yeswrongoraclesemanticsfound'] = 'Some Oracle columns using BYTE semantics 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 wrong semantics are found.'

Definition at line 189 of file tool_xmldb.php.

 All Data Structures Namespaces Files Functions Variables Enumerations