diff options
| author | 2018-09-03 21:14:28 +0200 | |
|---|---|---|
| committer | 2018-09-03 21:14:28 +0200 | |
| commit | a6b8469a62acade552ed369953c60ff4f73acfa7 (patch) | |
| tree | 7a6284af4ebe561acdcb069b4cf72d57b947993e /app/i18n/nl/install.php | |
| parent | 14a9efa2ab85265a4eda8a22d34b61f0cade7b95 (diff) | |
[i18n] New Dutch strings (#2000)
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.', |
