diff options
-rw-r--r-- | app/Locale/de_DE/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index b8b60380..74fdcbdb 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1375,7 +1375,7 @@ return array( 'seconds' => 'Sekunden', 'Assign automatically a color when preset start date is reached' => 'Automatisch eine Farbe zuweisen, wenn das Startdatum erreicht ist', 'Move the task to another column once a predefined start date is reached' => 'Verschieben des Tasks in eine andere Spalte, wenn das definierte Startdatum erreicht ist', - // 'This task is now linked to the task %s with the relation "%s"' => '', - // 'The link with the relation "%s" to the task %s has been removed' => '', - // 'Custom Filter:' => '', + 'This task is now linked to the task %s with the relation "%s"' => 'Diese Aufgabe ist jetzt verknüpft mit der Aufgabe %s mit der Relation "%s"', + 'The link with the relation "%s" to the task %s has been removed' => 'Die Verknüpfung mit der Relation "%s" zur Aufgabe %s wurde entfernt', + 'Custom Filter:' => 'Benutzerdefinierter Filter:', ); |