summaryrefslogtreecommitdiff
path: root/app/Locale/de_DE/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-11-02 15:41:58 -0700
committerFrederic Guillot <fred@kanboard.net>2017-11-02 15:41:58 -0700
commit648dc6bcfbdd44947ec58e2f3662c1cc3844d782 (patch)
treed122630decf0bf4a7a199798835481592424a3b0 /app/Locale/de_DE/translations.php
parent44ae87ac0e9bb37ca6d2b305d410758ff71b42c6 (diff)
Add predefined templates for task descriptions
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r--app/Locale/de_DE/translations.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 81139377..e2d9ba5a 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);