summaryrefslogtreecommitdiff
path: root/app/Locale/de_DE
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2017-12-06 18:31:43 -0800
committerFrédéric Guillot <fred@kanboard.net>2017-12-06 18:31:43 -0800
commit230eddcc69f7f31cdc489ad3de21a46de958f605 (patch)
tree5cb6de16f60646b3b8210214687975a645d5352e /app/Locale/de_DE
parent0060fb9d5c2d75203aa7662e646d1f6db2c977a8 (diff)
Add two automatic actions for subtasks
- Action to create a subtask assigned to the creator and start the timer - Action to stop the timer of subtasks
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 89901ec9..e777ed82 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1367,4 +1367,7 @@ return array(
'Time Spent' => 'Zeitaufwand',
'External Link' => 'externer Link',
'This feature enable the iCal feed, RSS feed and the public board view.' => 'Diese Funktion aktiviert den iCal Feed, RSS Feed und die öffentliche Board-Ansicht',
+ // 'Stop the timer of all subtasks when moving a task to another column' => '',
+ // 'Subtask Title' => '',
+ // 'Add a subtask and activate the timer when moving a task to another column' => '',
);