diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-20 15:28:17 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-20 15:28:17 -0700 |
commit | 32a95ce5ea08ec5b263224865b0695c7459928b0 (patch) | |
tree | 500551b00815d9265ed7f66bae41e5a90ead644f /app/Locale/de_DE | |
parent | dd63f473d8c257a6009a8e348391b4d261b6c263 (diff) |
Update German translation
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index e26f3387..b0ba4ac9 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1376,5 +1376,5 @@ return array( '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:', - // 'Unable to find this group.' => '', + 'Unable to find this group.' => 'Diese Gruppe konnte nicht gefunden werden', ); |