MDL-21250 capital letters removal
[moodle.git] / lang / en / xmldb.php
blob6b01d4e1f6eba4d5b1e8a83835acc641b7b6eecd
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'xmldb', language 'en', branch 'MOODLE_20_STABLE'
21 * @package xmldb
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['actual'] = 'Actual';
27 $string['aftertable'] = 'After table:';
28 $string['back'] = 'Back';
29 $string['backtomainview'] = 'Back to main';
30 $string['binaryincorrectlength'] = 'Incorrect length for binary field';
31 $string['cannotuseidfield'] = 'Cannot insert the "id" field. It is an autonumeric column';
32 $string['completelogbelow'] = '(see the complete log of the search below)';
33 $string['confirmdeletefield'] = 'Are you absolutely sure that you want to delete the field:';
34 $string['confirmdeleteindex'] = 'Are you absolutely sure that you want to delete the index:';
35 $string['confirmdeletekey'] = 'Are you absolutely sure that you want to delete the key:';
36 $string['confirmdeletetable'] = 'Are you absolutely sure that you want to delete the table:';
37 $string['confirmdeletexmlfile'] = 'Are you absolutely sure that you want to delete the file:';
38 $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 />
39 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 />
40 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 />
41 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
42 $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 />
43 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 />
44 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 />
45 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
46 $string['confirmcheckforeignkeys'] = 'This functionality will search for potential violations of the foreign keys defined in the install.xml definitions. (Moodle does not currently generate actutal foreign key constraints in the database, which is why invalid data may be present.)<br /><br />
47 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 />
48 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
49 $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 />
50 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 />
51 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 />
52 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
53 $string['confirmrevertchanges'] = 'Are you absolutely sure that you want to revert changes performed over:';
54 $string['create'] = 'Create';
55 $string['createtable'] = 'Create table:';
56 $string['defaultincorrect'] = 'Incorrect default';
57 $string['delete'] = 'Delete';
58 $string['delete_field'] = 'Delete field';
59 $string['delete_index'] = 'Delete index';
60 $string['delete_key'] = 'Delete key';
61 $string['delete_table'] = 'Delete table';
62 $string['delete_xml_file'] = 'Delete XML file';
63 $string['doc'] = 'Doc';
64 $string['docindex'] = 'Documentation index:';
65 $string['documentationintro'] = 'This documentation is generated automatically from the XMLDB database definition. It is available only in English.';
66 $string['down'] = 'Down';
67 $string['duplicate'] = 'Duplicate';
68 $string['duplicatefieldname'] = 'Another field with that name exists';
69 $string['duplicatekeyname'] = 'Another key with that name exists';
70 $string['edit'] = 'Edit';
71 $string['edit_field'] = 'Edit field';
72 $string['edit_field_save'] = 'Save field';
73 $string['edit_index'] = 'Edit index';
74 $string['edit_index_save'] = 'Save index';
75 $string['edit_key'] = 'Edit key';
76 $string['edit_key_save'] = 'Save key';
77 $string['edit_table'] = 'Edit table';
78 $string['edit_table_save'] = 'Save table';
79 $string['edit_xml_file'] = 'Edit XML file';
80 $string['enumvaluesincorrect'] = 'Incorrect values for enum field';
81 $string['expected'] = 'Expected';
82 $string['extensionrequired'] = 'Sorry - the PHP extension \'{$a}\' is required for this action. Please install the extension if you want to use this feature.';
83 $string['field'] = 'Field';
84 $string['fieldnameempty'] = 'Name field empty';
85 $string['fields'] = 'Fields';
86 $string['fieldsnotintable'] = 'Field doesn\'t exist in table';
87 $string['fieldsusedinkey'] = 'This field is used as key.';
88 $string['filenotwriteable'] = 'File not writeable';
89 $string['fkviolationdetails'] = 'Foreign key {$a->keyname} on table {$a->tablename} is violated by {$a->numviolations} out of {$a->numrows} rows.';
90 $string['floatincorrectdecimals'] = 'Incorrect number of decimals for float field';
91 $string['floatincorrectlength'] = 'Incorrect length for float field';
92 $string['float2numbernote'] = 'Notice: Although "float" fields are 100% supported by XMLDB, it\'s recommended to migrate to "number" fields instead.';
93 $string['generate_all_documentation'] = 'All the documentation';
94 $string['generate_documentation'] = 'Documentation';
95 $string['gotolastused'] = 'Go to last used file';
96 $string['change'] = 'Change';
97 $string['charincorrectlength'] = 'Incorrect length for char field';
98 $string['checkbigints'] = 'Check bigints';
99 $string['check_bigints'] = 'Look for incorrect DB integers';
100 $string['checkdefaults'] = 'Check defaults';
101 $string['check_defaults'] = 'Look for inconsistent default values';
102 $string['checkforeignkeys'] = 'Check foreign keys';
103 $string['check_foreign_keys'] = 'Look for foreign key violations';
104 $string['checkindexes'] = 'Check indexes';
105 $string['check_indexes'] = 'Look for missing DB indexes';
106 $string['incorrectfieldname'] = 'Incorrect name';
107 $string['index'] = 'Index';
108 $string['indexes'] = 'Indexes';
109 $string['integerincorrectlength'] = 'Incorrect length for integer field';
110 $string['key'] = 'Key';
111 $string['keys'] = 'Keys';
112 $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)';
113 $string['load'] = 'Load';
114 $string['main_view'] = 'Main view';
115 $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.';
116 $string['missing'] = 'Missing';
117 $string['missingindexes'] = 'Missing indexes found';
118 $string['mustselectonefield'] = 'You must select one field to see field related actions!';
119 $string['mustselectoneindex'] = 'You must select one index to see index related actions!';
120 $string['mustselectonekey'] = 'You must select one key to see key related actions!';
121 $string['mysqlextracheckbigints'] = 'Under MySQL it also looks for incorrectly signed bigints, generating the required SQL to be executed in order to fix all them.';
122 $string['newfield'] = 'New field';
123 $string['newindex'] = 'New index';
124 $string['newkey'] = 'New key';
125 $string['newtable'] = 'New table';
126 $string['newtablefrommysql'] = 'New table from MySQL';
127 $string['new_table_from_mysql'] = 'New table from MySQL';
128 $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.';
129 $string['nomissingindexesfound'] = 'No missing indexes have been found, your DB doesn\'t need further actions.';
130 $string['noviolatedforeignkeysfound'] = 'No violated foreign keys found';
131 $string['nowrongdefaultsfound'] = 'No inconsistent default values have been found, your DB does not need further actions.';
132 $string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.';
133 $string['numberincorrectdecimals'] = 'Incorrect number of decimals for number field';
134 $string['numberincorrectlength'] = 'Incorrect length for number field';
135 $string['pendingchanges'] = 'Note: You have performed changes to this file. They can be saved at any moment.';
136 $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.';
137 $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.';
138 $string['reserved'] = 'Reserved';
139 $string['reservedwords'] = 'Reserved words';
140 $string['revert'] = 'Revert';
141 $string['revert_changes'] = 'Revert changes';
142 $string['save'] = 'Save';
143 $string['searchresults'] = 'Search results';
144 $string['selectaction'] = 'Select action:';
145 $string['selectdb'] = 'Select database:';
146 $string['selectfieldkeyindex'] = 'Select field/key/index:';
147 $string['selectonecommand'] = 'Please select one action from the list to view PHP code';
148 $string['selectonefieldkeyindex'] = 'Please select one field/key/index from the list to view the PHP code';
149 $string['selecttable'] = 'Select table:';
150 $string['table'] = 'Table';
151 $string['tables'] = 'Tables';
152 $string['textincorrectlength'] = 'Incorrect length for text field';
153 $string['unload'] = 'Unload';
154 $string['up'] = 'Up';
155 $string['view'] = 'View';
156 $string['viewedited'] = 'View edited';
157 $string['vieworiginal'] = 'View original';
158 $string['viewphpcode'] = 'View PHP code';
159 $string['view_reserved_words'] = 'View reserved words';
160 $string['viewsqlcode'] = 'View SQL code';
161 $string['view_structure_php'] = 'View structure PHP';
162 $string['view_structure_sql'] = 'View structure SQL';
163 $string['view_table_php'] = 'View table PHP';
164 $string['view_table_sql'] = 'View table SQL';
165 $string['viewxml'] = 'XML';
166 $string['violatedforeignkeys'] = 'Violated foreign keys';
167 $string['violatedforeignkeysfound'] = 'Violated foreign keys found';
168 $string['violations'] = 'Violations';
169 $string['wrong'] = 'Wrong';
170 $string['wrongdefaults'] = 'Wrong defaults found';
171 $string['wrongints'] = 'Wrong integers found';
172 $string['wronglengthforenum'] = 'Incorrect length for enum field';
173 $string['wrongreservedwords'] = 'Currently used reserved words<br />(note that table names aren\'t important if using $CFG->prefix)';
174 $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.';
175 $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.';
176 $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.';