diff options
| author | 2021-09-12 11:50:37 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:50:37 +0200 | |
| commit | e32137b0e24a9dff6119719e4569ca0702301465 (patch) | |
| tree | 266e4f40b4324ffee0ef37ae150fc15c3ccee93b /app/i18n/nl/install.php | |
| parent | e5e9a417daa3d2c21f67b5e9f857299a34f112ad (diff) | |
[i18n] Add Dutch translation for new strings (#3844)
Diffstat (limited to 'app/i18n/nl/install.php')
| -rw-r--r-- | app/i18n/nl/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index b774696a7..fa0ab8270 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -111,7 +111,7 @@ return array( 'choose' => 'Kies een taal voor FreshRSS', 'defined' => 'Taal is bepaald.', ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation + 'missing_applied_migrations' => 'Er is iets misgegaan; u zal handmatig een leeg bestand <em>%s</em> aan moeten maken.', 'ok' => 'De installatieprocedure is geslaagd.', 'session' => array( 'nok' => 'De webserver lijkt niet goed te zijn geconfigureerd voor de cookies die voor PHP-sessies nodig zijn!', |
