diff --git a/lang/english.php b/lang/english.php index d273ae5..459ee63 100644 --- a/lang/english.php +++ b/lang/english.php @@ -30,7 +30,7 @@ $plugin_lang['strtableexists'] = 'A table with this name exists already'; $plugin_lang['strcolexists'] = 'A column with this name exists already'; $plugin_lang['strsort'] = 'Sort'; - $plugin_lang['strinvalididentifier'] = 'Invalid indentifier'; + $plugin_lang['strinvalididentifier'] = 'Invalid identifier'; $plugin_lang['strforeignkeys'] = 'Foreign Keys'; $plugin_lang['strlocal'] = 'Local'; $plugin_lang['strreferencing'] = 'Referencing'; @@ -49,7 +49,7 @@ $plugin_lang['strconstraintneedsname'] = 'You must give a name for your constraint.'; $plugin_lang['strbadinteger'] = 'Invalid input syntax for integer'; $plugin_lang['strbadnumericlength'] = 'Scale %d must be between 0 and precision %d'; - $plugin_lang['strnographics'] = 'Your browser do not support graphics'; + $plugin_lang['strnographics'] = 'Your browser does not support graphics'; $plugin_lang['strmoveup'] = 'Move up'; $plugin_lang['strmovedown'] = 'Move down'; $plugin_lang['stralteruniq'] = 'Alter unique key'; @@ -70,4 +70,4 @@ $plugin_lang['strreverseengineerconflictmessage'] = 'Following tables present conflict with extistent:'; $plugin_lang['stryouhavenotselectedanytable'] = 'You have not selected any table'; $plugin_lang['strservererror'] = 'Server error'; - $plugin_lang['strunexpectedserverresponse'] = 'Unexpected server response. Your session might have expired'; \ No newline at end of file + $plugin_lang['strunexpectedserverresponse'] = 'Unexpected server response. Your session might have expired'; diff --git a/lang/german.php b/lang/german.php new file mode 100644 index 0000000..1814251 --- /dev/null +++ b/lang/german.php @@ -0,0 +1,73 @@ +