diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-05 10:22:22 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-05 10:22:22 -0700 |
commit | ae2f991e00a232f3874391deeeebd9d0556f8091 (patch) | |
tree | 26a8dff6bd7d48187a55473ba728646fa8aa797d /app | |
parent | 3808b5dc09fdf7933d05d1ee5af1e24f3907b70f (diff) |
Update German translation
Diffstat (limited to 'app')
-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:', ); |