From 5a7b156135d4757a45ec86c13701a3fca6ea671e Mon Sep 17 00:00:00 2001 From: csentis Date: Thu, 28 May 2015 18:35:52 +0200 Subject: [PATCH 1/5] Create german.php --- lang/german.php | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 lang/german.php diff --git a/lang/german.php b/lang/german.php new file mode 100644 index 0000000..2328ca2 --- /dev/null +++ b/lang/german.php @@ -0,0 +1,73 @@ + Date: Thu, 28 May 2015 18:37:37 +0200 Subject: [PATCH 2/5] Update english.php --- lang/english.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'; From c9b4582a53dcadb76f26258c92dae5aa1313c7df Mon Sep 17 00:00:00 2001 From: csentis Date: Thu, 28 May 2015 18:45:30 +0200 Subject: [PATCH 3/5] Update german.php --- lang/german.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/german.php b/lang/german.php index 2328ca2..c8bf63e 100644 --- a/lang/german.php +++ b/lang/german.php @@ -17,7 +17,7 @@ $plugin_lang['strerdiagramproperties'] = 'ER-Diagramm Eigenschaften'; $plugin_lang['strspecifyerdiagramtodrop'] = 'Sie müssen mindestens ein ER-Diagramm zum Löschen auswählen.'; $plugin_lang['strdroperdiagram'] = 'ER-Diagramm löschen'; - $plugin_lang['strconfdroperdiagram'] = 'Sidn Sie sicher, dass Sie das ER-Diagram "%s" löschen wollen?'; + $plugin_lang['strconfdroperdiagram'] = 'Sind Sie sicher, dass Sie das ER-Diagram "%s" löschen wollen?'; $plugin_lang['strerdiagramdropped'] = 'ER-Diagram dropped.'; $plugin_lang['strerdiagramdroppedbad'] = 'ER-Diagram drop failed.'; $plugin_lang['strerdiagramnoscript'] = 'Ihr Browser unterstützt kein JavaScript'; From 4ea94cc4c1b5d1f5abe018483b57e2a9db981128 Mon Sep 17 00:00:00 2001 From: csentis Date: Thu, 28 May 2015 18:47:57 +0200 Subject: [PATCH 4/5] Update german.php --- lang/german.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/german.php b/lang/german.php index c8bf63e..0846df9 100644 --- a/lang/german.php +++ b/lang/german.php @@ -67,7 +67,7 @@ $plugin_lang['strloadingschema'] = 'Lade Schema...'; $plugin_lang['strtablesinschema'] = 'Tabellen innerhalb Schema'; $plugin_lang['strselectedtables'] = 'Ausgewählte Tabellen'; - $plugin_lang['strreverseengineerconflictmessage'] = 'Die folgenden Tabellen stehen im Konflikt mit bereits existierenden Tabellen:'; + $plugin_lang['strreverseengineerconflictmessage'] = 'Die folgenden Tabellen stehen in Konflikt mit bereits existierenden Tabellen:'; $plugin_lang['stryouhavenotselectedanytable'] = 'Sie haben keine Tabelle ausgewählt'; $plugin_lang['strservererror'] = 'Server-Fehler'; $plugin_lang['strunexpectedserverresponse'] = 'Unerwartete Server-Meldung. Ihre Sitzung könnte abgelaufen sein'; From ee67bae5f45d99f135508ae8fa1c434d50a95815 Mon Sep 17 00:00:00 2001 From: csentis Date: Thu, 28 May 2015 21:54:08 +0200 Subject: [PATCH 5/5] Update german.php --- lang/german.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/german.php b/lang/german.php index 0846df9..1814251 100644 --- a/lang/german.php +++ b/lang/german.php @@ -53,7 +53,7 @@ $plugin_lang['strmoveup'] = 'Nach oben'; $plugin_lang['strmovedown'] = 'Nach unten'; $plugin_lang['stralteruniq'] = 'Alter unique key'; - $plugin_lang['struniquekeys'] = 'Unique Keys'; + $plugin_lang['struniquekeys'] = 'Eindeutige Schlüssel'; $plugin_lang['strsaveandnew'] = 'Speichern & Neu'; $plugin_lang['strsaving'] = 'Speicherung läuft...'; $plugin_lang['strerdiagramsaved'] = 'ER-Diagramm gespeichert.';