aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/nl/install.php')
-rw-r--r--app/i18n/nl/install.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php
index 419ee4c9b..2d2f38913 100644
--- a/app/i18n/nl/install.php
+++ b/app/i18n/nl/install.php
@@ -68,6 +68,10 @@ return array(
'nok' => 'U mist een benodigede bibliotheek om JSON te gebruiken.',
'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.',
),
+ 'mbstring' => array(
+ '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.',
'ok' => 'U hebt het Minz framework.',