diff options
Diffstat (limited to 'app/i18n/nl/install.php')
| -rw-r--r-- | app/i18n/nl/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
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.', |
