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/admin.php | |
| parent | 14a9efa2ab85265a4eda8a22d34b61f0cade7b95 (diff) | |
[i18n] New Dutch strings (#2000)
Diffstat (limited to 'app/i18n/nl/admin.php')
| -rw-r--r-- | app/i18n/nl/admin.php | 4 |
1 files changed, 2 insertions, 2 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.', |
