aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2018-09-03 21:14:28 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-09-03 21:14:28 +0200
commita6b8469a62acade552ed369953c60ff4f73acfa7 (patch)
tree7a6284af4ebe561acdcb069b4cf72d57b947993e
parent14a9efa2ab85265a4eda8a22d34b61f0cade7b95 (diff)
[i18n] New Dutch strings (#2000)
-rw-r--r--app/i18n/nl/admin.php4
-rw-r--r--app/i18n/nl/feedback.php4
-rw-r--r--app/i18n/nl/index.php2
-rw-r--r--app/i18n/nl/install.php4
4 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php
index 8272e370c..f40db7bcb 100644
--- a/app/i18n/nl/admin.php
+++ b/app/i18n/nl/admin.php
@@ -67,8 +67,8 @@ return array(
'ok' => 'U hebt JSON uitbreiding.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO
+ 'nok' => 'De voor Unicode aanbevolen bibliotheek mbstring kan niet worden gevonden.',
+ 'ok' => 'De voor Unicode aanbevolen bibliotheek mbstring is gevonden.',
),
'minz' => array(
'nok' => 'U mist Minz framework.',
diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php
index 756cfa9a2..b16232b84 100644
--- a/app/i18n/nl/feedback.php
+++ b/app/i18n/nl/feedback.php
@@ -53,8 +53,8 @@ return array(
'sub' => array(
'actualize' => 'Actualiseren',
'articles' => array(
- 'marked_read' => 'The selected articles have been marked as read.', //TODO
- 'marked_unread' => 'The articles have been marked as unread.', //TODO
+ 'marked_read' => 'De geselecteerde artikelen zijn als gelezen gemarkeerd.',
+ 'marked_unread' => 'De geselecteerde artikelen zijn als ongelezen gemarkeerd.',
),
'category' => array(
'created' => 'Categorie %s is gemaakt.',
diff --git a/app/i18n/nl/index.php b/app/i18n/nl/index.php
index 7b81a00e2..67b3886ea 100644
--- a/app/i18n/nl/index.php
+++ b/app/i18n/nl/index.php
@@ -40,7 +40,7 @@ return array(
'mark_all_read' => 'Markeer alles als gelezen',
'mark_cat_read' => 'Markeer categorie als gelezen',
'mark_feed_read' => 'Markeer feed als gelezen',
- 'mark_selection_unread' => 'Mark selection as unread', //TODO
+ 'mark_selection_unread' => 'Markeer selectie als ongelezen',
'newer_first' => 'Nieuwste eerst',
'non-starred' => 'Laat alles zien behalve favorieten',
'normal_view' => 'Normale weergave',
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php
index c7887bf8e..2d2f38913 100644
--- a/app/i18n/nl/install.php
+++ b/app/i18n/nl/install.php
@@ -69,8 +69,8 @@ return array(
'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO
+ 'nok' => 'De voor Unicode aanbevolen bibliotheek mbstring kan niet worden gevonden.',
+ 'ok' => 'De voor Unicode aanbevolen bibliotheek mbstring is gevonden.',
),
'minz' => array(
'nok' => 'U mist het Minz framework.',