summaryrefslogtreecommitdiff
path: root/app/Locale/de_DE
diff options
context:
space:
mode:
authorSkyFox <skyfox277@gmail.com>2017-12-20 22:30:43 +0100
committerfguillot <fred@kanboard.net>2017-12-20 13:30:43 -0800
commitb4d5ddb83271fb1c27c58533a99f629eb5f6d87a (patch)
treeaac9cc31f7aa8976365a8d6cd2b20927ac8aa396 /app/Locale/de_DE
parent8e6476b4028e44687e10bf7fb2617a2d2fff97d2 (diff)
Add missing translation in DateHelper
Diffstat (limited to 'app/Locale/de_DE')
-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 e8e0f86f..3a59d75e 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1370,4 +1370,7 @@ return array(
'Stop the timer of all subtasks when moving a task to another column' => 'Beenden des Timers für alle Unteraufgaben, wenn die Aufgabe in eine andere Spalte verschoben wird',
'Subtask Title' => 'Titel der Teilaufgabe',
'Add a subtask and activate the timer when moving a task to another column' => 'Teilaufgabe hinzufügen und den Timer aktivieren, wenn die Aufgabe in eine andere Spalte verschoben wird',
+ 'days' => 'Tage',
+ 'minutes' => 'Minuten',
+ 'seconds' => 'Sekunden',
);