diff options
| author | 2026-01-05 22:03:52 +0100 | |
|---|---|---|
| committer | 2026-01-05 22:03:52 +0100 | |
| commit | 8cac68a3949443da33ca8d9d58ab285c760dee12 (patch) | |
| tree | c40bb1342bd3e1093234c6c4259822df5ed1484e /app/i18n/nl/install.php | |
| parent | 66a3272cfe25144278052dacd7d3cacdbce88649 (diff) | |
Update Dutch translation (#8403)
* Dutch translation
Fixes #8401 for Dutch, plus a few other things.
* todo
* more todo
* more todo
* pdo
* more todo
* gen.php todo
* index.php todo
* update readme
Diffstat (limited to 'app/i18n/nl/install.php')
| -rw-r--r-- | app/i18n/nl/install.php | 14 |
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).', |
