diff options
-rw-r--r-- | app/Locale/de_DE/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', |