summaryrefslogtreecommitdiff
path: root/app/Locale/nl_NL
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-09-23 14:44:47 -0700
committerFrederic Guillot <fred@kanboard.net>2017-09-23 14:44:47 -0700
commit8ecaa60340966ee4fec8ee16612803d229e77eb3 (patch)
treeec49a4bbcf50cdebdf75523c68f5662311441806 /app/Locale/nl_NL
parent7126bb1b13a398f4fdffde38d8a54f0cad8092ae (diff)
Integrate Vietnamese translation (PR #3465)
Diffstat (limited to 'app/Locale/nl_NL')
-rw-r--r--app/Locale/nl_NL/translations.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index f8db1ef4..a8de3aa3 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -1261,7 +1261,7 @@ return array(
// 'The email configuration has been disabled by the administrator.' => '',
'Close this project' => 'Dit project sluiten',
'Open this project' => 'Dit project openen',
- // 'Close a project' => 'Sluit een project',
+ // 'Close a project' => '',
'Do you really want to close this project: "%s"?' => 'Weet u zeker dat u dit project wilt sluiten: "%s"?',
'Reopen a project' => 'Heropen dit project',
'Do you really want to reopen this project: "%s"?' => 'Weet u zeker dat u dit project wilt heropenen: "%s"?',
@@ -1338,4 +1338,6 @@ return array(
// 'This task was sent by email to "%s" with subject "%s".' => '',
// 'Predefined Email Subjects' => '',
// 'Write one subject by line.' => '',
+ // 'Create another link' => '',
+ // 'BRL - Brazilian Real' => '',
);