diff --git a/lang/en/xmldb.php b/lang/en/xmldb.php
index 6b01d4e..a250f6a 100644
--- a/lang/en/xmldb.php
+++ b/lang/en/xmldb.php
@@ -29,6 +29,16 @@ $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['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['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:';
@@ -66,7 +76,9 @@ $string['documentationintro'] = 'This documentation is generated automatically f
 $string['down'] = 'Down';
 $string['duplicate'] = 'Duplicate';
 $string['duplicatefieldname'] = 'Another field with that name exists';
+$string['duplicatefieldsused'] = 'Duplicate fields used';
 $string['duplicatekeyname'] = 'Another key with that name exists';
+$string['duplicateindexname'] = 'Another index with that name exists';
 $string['edit'] = 'Edit';
 $string['edit_field'] = 'Edit field';
 $string['edit_field_save'] = 'Save field';
@@ -84,6 +96,7 @@ $string['field'] = 'Field';
 $string['fieldnameempty'] = 'Name field empty';
 $string['fields'] = 'Fields';
 $string['fieldsnotintable'] = 'Field doesn\'t exist in table';
+$string['fieldsusedinindex'] = 'This field is used in an index';
 $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.';
@@ -93,19 +106,11 @@ $string['float2numbernote'] = 'Notice: Although "float" fields are 100% supporte
 $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['incorrectfieldname'] = 'Incorrect name';
+$string['incorrectindexname'] = 'Incorrect index name';
 $string['index'] = 'Index';
 $string['indexes'] = 'Indexes';
+$string['indexnameempty'] = 'Index name empty';
 $string['integerincorrectlength'] = 'Incorrect length for integer field';
 $string['key'] = 'Key';
 $string['keys'] = 'Keys';
@@ -125,6 +130,7 @@ $string['newkey'] = 'New key';
 $string['newtable'] = 'New table';
 $string['newtablefrommysql'] = 'New table from MySQL';
 $string['new_table_from_mysql'] = 'New table from MySQL';
+$string['nofieldsspecified'] = 'You forgot to specify fields';
 $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';
