summaryrefslogtreecommitdiff
path: root/app/Locale/nl_NL
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-10-03 18:33:24 -0400
committerFrederic Guillot <fred@kanboard.net>2016-10-03 18:33:24 -0400
commita8c3c624351f4dc6fdecbc6c51c4dc812785e94c (patch)
tree158c50ceea4cd5f83d1b9ba05bff44342f417733 /app/Locale/nl_NL
parent534f760fb175f1a63b7a9cf0aa2dea978a6ceba7 (diff)
Sync locales
Diffstat (limited to 'app/Locale/nl_NL')
-rw-r--r--app/Locale/nl_NL/translations.php40
1 files changed, 40 insertions, 0 deletions
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index b908200f..d53956e0 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -1235,4 +1235,44 @@ return array(
// 'There is no restriction for this role.' => '',
// 'Only moving task between those columns is permitted' => '',
// 'Close a task in a specific column when not moved during a given period' => '',
+ // 'Edit columns' => '',
+ // 'The column restriction has been created successfully.' => '',
+ // 'Unable to create this column restriction.' => '',
+ // 'Column restriction removed successfully.' => '',
+ // 'Unable to remove this restriction.' => '',
+ // 'Your custom project role has been created successfully.' => '',
+ // 'Unable to create custom project role.' => '',
+ // 'Your custom project role has been updated successfully.' => '',
+ // 'Unable to update custom project role.' => '',
+ // 'Custom project role removed successfully.' => '',
+ // 'Unable to remove this project role.' => '',
+ // 'The project restriction has been created successfully.' => '',
+ // 'Unable to create this project restriction.' => '',
+ // 'Project restriction removed successfully.' => '',
+ // 'You cannot create tasks in this column.' => '',
+ // 'Task creation is permitted for this column' => '',
+ // 'Closing or opening a task is permitted for this column' => '',
+ // 'Task creation is blocked for this column' => '',
+ // 'Closing or opening a task is blocked for this column' => '',
+ // 'Task creation is not permitted' => '',
+ // 'Closing or opening a task is not permitted' => '',
+ // 'New drag and drop restriction for the role "%s"' => '',
+ // 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
+ // 'Remove a column restriction' => '',
+ // 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
+ // 'New column restriction for the role "%s"' => '',
+ // 'Rule' => '',
+ // 'Do you really want to remove this column restriction?' => '',
+ // 'Custom roles' => '',
+ // 'New custom project role' => '',
+ // 'Edit custom project role' => '',
+ // 'Remove a custom role' => '',
+ // 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
+ // 'There is no custom role for this project.' => '',
+ // 'New project restriction for the role "%s"' => '',
+ // 'Restriction' => '',
+ // 'Remove a project restriction' => '',
+ // 'Do you really want to remove this project restriction: "%s"?' => '',
+ // 'Duplicate to multiple projects' => '',
+ // 'This field is required' => '',
);