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.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php
index 7b767b88d..b3a53e32c 100644
--- a/app/i18n/nl/install.php
+++ b/app/i18n/nl/install.php
@@ -64,11 +64,11 @@ return array(
),
'files' => 'Bestanden installatie',
'intl' => array(
- 'nok' => 'Cannot find the recommended library php-intl for internationalisation.', // TODO
- 'ok' => 'You have the recommended library php-intl for internationalisation.', // TODO
+ 'nok' => 'De aanbevolen bibliotheek php-intl voor internationalisering kan niet worden gevonden.',
+ 'ok' => 'U beschikt over de aanbevolen bibliotheek php-intl voor internationalisering.',
),
'json' => array(
- 'nok' => 'U mist een benodigede bibliotheek om JSON te gebruiken.',
+ 'nok' => 'U mist een benodigde bibliotheek om JSON te gebruiken.',
'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.',
),
'mbstring' => array(
@@ -80,14 +80,14 @@ return array(
'ok' => 'U hebt de benodigde bibliotheek voor regular expressions (PCRE).',
),
'pdo-mysql' => array(
- 'nok' => 'Cannot find the required PDO driver for MySQL/MariaDB.', // TODO
+ 'nok' => 'De vereiste PDO-driver voor MySQL/MariaDB kan niet worden gevonden.',
),
'pdo-pgsql' => array(
- 'nok' => 'Cannot find the required PDO driver for PostgreSQL.', // TODO
+ 'nok' => 'De vereiste PDO-driver voor PostgreSQL kan niet worden gevonden.',
),
'pdo-sqlite' => array(
- 'nok' => 'Cannot find the PDO driver for SQLite.', // TODO
- 'ok' => 'You have the PDO driver for SQLite', // TODO
+ 'nok' => 'De PDO-driver voor SQLite kan niet worden gevonden.',
+ 'ok' => 'U hebt het PDO-stuurprogramma voor SQLite',
),
'pdo' => array(
'nok' => 'U mist PDO of één van de ondersteunde (pdo_sqlite, pdo_pgsql, pdo_mysql).',