Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/xmldb/lang/en/tool_xmldb.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00026 $string['actual'] = 'Actual';
00027 $string['aftertable'] = 'After table:';
00028 $string['back'] = 'Back';
00029 $string['backtomainview'] = 'Back to main';
00030 $string['binaryincorrectlength'] = 'Incorrect length for binary field';
00031 $string['cannotuseidfield'] = 'Cannot insert the "id" field. It is an autonumeric column';
00032 $string['completelogbelow'] = '(see the complete log of the search below)';
00033 $string['confirmdeletefield'] = 'Are you absolutely sure that you want to delete the field:';
00034 $string['confirmdeleteindex'] = 'Are you absolutely sure that you want to delete the index:';
00035 $string['confirmdeletekey'] = 'Are you absolutely sure that you want to delete the key:';
00036 $string['confirmdeletetable'] = 'Are you absolutely sure that you want to delete the table:';
00037 $string['confirmdeletexmlfile'] = 'Are you absolutely sure that you want to delete the file:';
00038 $string['confirmcheckbigints'] = '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 />
00039 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 />
00040 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 />
00041 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
00042 $string['confirmcheckdefaults'] = '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 />
00043 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 />
00044 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 />
00045 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
00046 $string['confirmcheckforeignkeys'] = '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 />
00047 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 />
00048 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
00049 $string['confirmcheckindexes'] = '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 />
00050 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 />
00051 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 />
00052 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
00053 $string['confirmcheckoraclesemantics'] = '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 />
00054 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 />
00055 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 />
00056 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
00057 $string['confirmrevertchanges'] = 'Are you absolutely sure that you want to revert changes performed over:';
00058 $string['create'] = 'Create';
00059 $string['createtable'] = 'Create table:';
00060 $string['defaultincorrect'] = 'Incorrect default';
00061 $string['delete'] = 'Delete';
00062 $string['delete_field'] = 'Delete field';
00063 $string['delete_index'] = 'Delete index';
00064 $string['delete_key'] = 'Delete key';
00065 $string['delete_table'] = 'Delete table';
00066 $string['delete_xml_file'] = 'Delete XML file';
00067 $string['doc'] = 'Doc';
00068 $string['docindex'] = 'Documentation index:';
00069 $string['documentationintro'] = 'This documentation is generated automatically from the XMLDB database definition. It is available only in English.';
00070 $string['down'] = 'Down';
00071 $string['duplicate'] = 'Duplicate';
00072 $string['duplicatefieldname'] = 'Another field with that name exists';
00073 $string['duplicatekeyname'] = 'Another key with that name exists';
00074 $string['duplicatetablename'] = 'Another table with that name exists';
00075 $string['edit'] = 'Edit';
00076 $string['edit_field'] = 'Edit field';
00077 $string['edit_field_save'] = 'Save field';
00078 $string['edit_index'] = 'Edit index';
00079 $string['edit_index_save'] = 'Save index';
00080 $string['edit_key'] = 'Edit key';
00081 $string['edit_key_save'] = 'Save key';
00082 $string['edit_table'] = 'Edit table';
00083 $string['edit_table_save'] = 'Save table';
00084 $string['edit_xml_file'] = 'Edit XML file';
00085 $string['enumvaluesincorrect'] = 'Incorrect values for enum field';
00086 $string['expected'] = 'Expected';
00087 $string['extensionrequired'] = 'Sorry - the PHP extension \'{$a}\' is required for this action. Please install the extension if you want to use this feature.';
00088 $string['field'] = 'Field';
00089 $string['fieldnameempty'] = 'Name field empty';
00090 $string['fields'] = 'Fields';
00091 $string['fieldsnotintable'] = 'Field doesn\'t exist in table';
00092 $string['fieldsusedinkey'] = 'This field is used as key.';
00093 $string['filenotwriteable'] = 'File not writeable';
00094 $string['fkviolationdetails'] = 'Foreign key {$a->keyname} on table {$a->tablename} is violated by {$a->numviolations} out of {$a->numrows} rows.';
00095 $string['floatincorrectdecimals'] = 'Incorrect number of decimals for float field';
00096 $string['floatincorrectlength'] = 'Incorrect length for float field';
00097 $string['float2numbernote'] = 'Notice: Although "float" fields are 100% supported by XMLDB, it\'s recommended to migrate to "number" fields instead.';
00098 $string['generate_all_documentation'] = 'All the documentation';
00099 $string['generate_documentation'] = 'Documentation';
00100 $string['gotolastused'] = 'Go to last used file';
00101 $string['change'] = 'Change';
00102 $string['charincorrectlength'] = 'Incorrect length for char field';
00103 $string['checkbigints'] = 'Check bigints';
00104 $string['check_bigints'] = 'Look for incorrect DB integers';
00105 $string['checkdefaults'] = 'Check defaults';
00106 $string['check_defaults'] = 'Look for inconsistent default values';
00107 $string['checkforeignkeys'] = 'Check foreign keys';
00108 $string['check_foreign_keys'] = 'Look for foreign key violations';
00109 $string['checkindexes'] = 'Check indexes';
00110 $string['check_indexes'] = 'Look for missing DB indexes';
00111 $string['checkoraclesemantics'] = 'Check semantics';
00112 $string['check_oracle_semantics'] = 'Look for incorrect length semantics';
00113 $string['incorrectfieldname'] = 'Incorrect name';
00114 $string['index'] = 'Index';
00115 $string['indexes'] = 'Indexes';
00116 $string['integerincorrectlength'] = 'Incorrect length for integer field';
00117 $string['incorrecttablename'] = 'Incorrect table name';
00118 $string['key'] = 'Key';
00119 $string['keys'] = 'Keys';
00120 $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)';
00121 $string['load'] = 'Load';
00122 $string['main_view'] = 'Main view';
00123 $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.';
00124 $string['missing'] = 'Missing';
00125 $string['missingindexes'] = 'Missing indexes found';
00126 $string['mustselectonefield'] = 'You must select one field to see field related actions!';
00127 $string['mustselectoneindex'] = 'You must select one index to see index related actions!';
00128 $string['mustselectonekey'] = 'You must select one key to see key related actions!';
00129 $string['mysqlextracheckbigints'] = 'Under MySQL it also looks for incorrectly signed bigints, generating the required SQL to be executed in order to fix all them.';
00130 $string['newfield'] = 'New field';
00131 $string['newindex'] = 'New index';
00132 $string['newkey'] = 'New key';
00133 $string['newtable'] = 'New table';
00134 $string['newtablefrommysql'] = 'New table from MySQL';
00135 $string['new_table_from_mysql'] = 'New table from MySQL';
00136 $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.';
00137 $string['nomissingindexesfound'] = 'No missing indexes have been found, your DB doesn\'t need further actions.';
00138 $string['noviolatedforeignkeysfound'] = 'No violated foreign keys found';
00139 $string['nowrongdefaultsfound'] = 'No inconsistent default values have been found, your DB does not need further actions.';
00140 $string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.';
00141 $string['nowrongoraclesemanticsfound'] = 'No Oracle columns using BYTE semantics have been found, your DB doesn\'t need further actions.';
00142 $string['numberincorrectdecimals'] = 'Incorrect number of decimals for number field';
00143 $string['numberincorrectlength'] = 'Incorrect length for number field';
00144 $string['pendingchanges'] = 'Note: You have performed changes to this file. They can be saved at any moment.';
00145 $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.';
00146 $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.';
00147 $string['pluginname'] = 'XMLDB editor';
00148 $string['reserved'] = 'Reserved';
00149 $string['reservedwords'] = 'Reserved words';
00150 $string['revert'] = 'Revert';
00151 $string['revert_changes'] = 'Revert changes';
00152 $string['save'] = 'Save';
00153 $string['searchresults'] = 'Search results';
00154 $string['selectaction'] = 'Select action:';
00155 $string['selectdb'] = 'Select database:';
00156 $string['selectfieldkeyindex'] = 'Select field/key/index:';
00157 $string['selectonecommand'] = 'Please select one action from the list to view PHP code';
00158 $string['selectonefieldkeyindex'] = 'Please select one field/key/index from the list to view the PHP code';
00159 $string['selecttable'] = 'Select table:';
00160 $string['table'] = 'Table';
00161 $string['tablenameempty'] = 'The table name cannot be empty';
00162 $string['tables'] = 'Tables';
00163 $string['textincorrectlength'] = 'Incorrect length for text field';
00164 $string['unload'] = 'Unload';
00165 $string['up'] = 'Up';
00166 $string['view'] = 'View';
00167 $string['viewedited'] = 'View edited';
00168 $string['vieworiginal'] = 'View original';
00169 $string['viewphpcode'] = 'View PHP code';
00170 $string['view_reserved_words'] = 'View reserved words';
00171 $string['viewsqlcode'] = 'View SQL code';
00172 $string['view_structure_php'] = 'View structure PHP';
00173 $string['view_structure_sql'] = 'View structure SQL';
00174 $string['view_table_php'] = 'View table PHP';
00175 $string['view_table_sql'] = 'View table SQL';
00176 $string['viewxml'] = 'XML';
00177 $string['violatedforeignkeys'] = 'Violated foreign keys';
00178 $string['violatedforeignkeysfound'] = 'Violated foreign keys found';
00179 $string['violations'] = 'Violations';
00180 $string['wrong'] = 'Wrong';
00181 $string['wrongdefaults'] = 'Wrong defaults found';
00182 $string['wrongints'] = 'Wrong integers found';
00183 $string['wronglengthforenum'] = 'Incorrect length for enum field';
00184 $string['wrongreservedwords'] = 'Currently used reserved words<br />(note that table names aren\'t important if using $CFG->prefix)';
00185 $string['wrongoraclesemantics'] = 'Wrong Oracle BYTE semantics found';
00186 $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.';
00187 $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.';
00188 $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.';
00189 $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.';
 All Data Structures Namespaces Files Functions Variables Enumerations