summaryrefslogtreecommitdiff
path: root/app/Locale/de_DE/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-04 16:51:52 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-04 16:51:52 -0700
commit3808b5dc09fdf7933d05d1ee5af1e24f3907b70f (patch)
tree036f9bed58d719eb93d853fa7890de8f47f3e671 /app/Locale/de_DE/translations.php
parenta4642d17e0e1ea018b128efdcc3db281461458b1 (diff)
Add missing translations
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r--app/Locale/de_DE/translations.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index dbc859a7..b8b60380 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1375,4 +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:' => '',
);