From 75302c2d7b6692f673e190bac8afc857d6d79099 Mon Sep 17 00:00:00 2001 From: middeke Date: Mon, 21 Mar 2016 23:46:30 +0100 Subject: changed german translation in project menu to fit other expressions --- app/Locale/de_DE/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index cc6028fd..f1b1eb18 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -637,7 +637,7 @@ return array( 'Burndown chart' => 'Burndown-Diagramm', 'This chart show the task complexity over the time (Work Remaining).' => 'Dieses Diagramm zeigt die Aufgabenkomplexität über den Faktor Zeit (Verbleibende Arbeit).', 'Screenshot taken %s' => 'Screenshot aufgenommen %s ', - 'Add a screenshot' => 'Füge einen Screenshot hinzu', + 'Add a screenshot' => 'Screenshot hinzufügen', 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Nimm einen Screenshot auf und drücke STRG+V oder ⌘+V um ihn hier einzufügen.', 'Screenshot uploaded successfully.' => 'Screenshot erfolgreich hochgeladen.', 'SEK - Swedish Krona' => 'SEK - Schwedische Kronen', @@ -1061,7 +1061,7 @@ return array( 'Add external link' => 'Externe Verbindung hinzufügen', 'Type' => 'Typ', 'Dependency' => 'Abhängigkeit', - 'Add internal link' => 'Füge interne Verbindung hinzu', + 'Add internal link' => 'Interne Verbindung hinzufügen', 'Add a new external link' => 'Füge eine neue externe Verbindung hinzu', 'Edit external link' => 'Externe Verbindung bearbeiten', 'External link' => 'Externe Verbindung', -- cgit v1.2.3 From d29cc91b65424fc2a404bbc8db35a1024250d786 Mon Sep 17 00:00:00 2001 From: middeke Date: Mon, 21 Mar 2016 23:52:39 +0100 Subject: added german translation --- app/Locale/de_DE/translations.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app') diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index f1b1eb18..59c16e11 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1144,11 +1144,11 @@ return array( 'This value must be greater than %d' => 'Dieser Wert muss größer als %d sein', 'Another swimlane with the same name exists in the project' => 'Es gibt bereits eine Swimlane mit diesem Namen im Projekt', 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Beispiel: http://example.kanboard.net (wird zum Erstellen absoluter URLs genutzt)', - // 'Actions duplicated successfully.' => '', - // 'Unable to duplicate actions.' => '', - // 'Add a new action' => '', - // 'Import from another project' => '', - // 'There is no action at the moment.' => '', - // 'Import actions from another project' => '', - // 'There is no available project.' => '', + 'Actions duplicated successfully.' => 'Aktionen erfolgreich dupliziert', + 'Unable to duplicate actions.' => 'Aktionen können nicht dupliziert werden.', + 'Add a new action' => 'Neue Aktion hinzufügen', + 'Import from another project' => 'Von einem anderen Projekt importieren', + 'There is no action at the moment.' => 'Es gibt zur Zeit keine Aktionen.', + 'Import actions from another project' => 'Aktionen von einem anderen Projekt importieren', + 'There is no available project.' => 'Es ist kein Projekt verfügbar.', ); -- cgit v1.2.3