summaryrefslogtreecommitdiff
path: root/app/Locale/nl_NL
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-10 13:45:09 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-10 13:45:09 -0400
commit94a5b12e68fc5e5f6aee7bf1d6d25427421aba7a (patch)
treeaa1f86e9fd134ec60534446948dcd2d54e02e5f7 /app/Locale/nl_NL
parent98aab0d99465b40907bbc1f1108ea20db290e036 (diff)
parentec24efa2d9599eaf6cbc39da25cffeaff555ba3c (diff)
Merge pull-request #847 (recurring tasks)
Diffstat (limited to 'app/Locale/nl_NL')
-rw-r--r--app/Locale/nl_NL/translations.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index eecdaa9f..2fb1637b 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -872,4 +872,28 @@ return array(
// 'Start to type task title...' => '',
// 'A task cannot be linked to itself' => '',
// 'The exact same link already exists' => '',
+ // 'Action date' => '',
+ // 'Base date to calculate new due date' => '',
+ // 'Base date to calculate new due date: %s' => '',
+ // 'Created recurrent task: %s' => '',
+ // 'Day(s)' => '',
+ // 'Edit recurrence' => '',
+ // 'Existing due date' => '',
+ // 'Factor to calculate new due date' => '',
+ // 'Factor to calculate new due date: %s' => '',
+ // 'Generate recurrent task' => '',
+ // 'Month(s)' => '',
+ // 'No recurrent task is scheduled to generate' => '',
+ // 'Recurrence' => '',
+ // 'Recurrent task created by: %s' => '',
+ // 'Recurrent task has been generated' => '',
+ // 'Recurrent task is scheduled to generate' => '',
+ // 'Timeframe to calculate new due date' => '',
+ // 'Timeframe to calculate new due date: %s' => '',
+ // 'Trigger to generate recurrent task' => '',
+ // 'Trigger to generate recurrent task: %s' => '',
+ // 'When task is closed' => '',
+ // 'When task is moved from first column' => '',
+ // 'When task is moved to last column' => '',
+ // 'Year(s)' => '',
);