aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/user.php
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2020-05-26 17:04:59 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-26 17:04:59 +0200
commit015cd1e06e15ea1c261633848752ccd491ee6194 (patch)
treef5b041362b5444e001ae09f77e3fd594cedabfdd /app/i18n/nl/user.php
parent97881628ebbcd14ff3ab1b3679255531449bfd68 (diff)
[i18n] Update Dutch translation for 1.16.1 (#3005)
See <https://github.com/FreshRSS/FreshRSS/issues/2994>.
Diffstat (limited to 'app/i18n/nl/user.php')
-rw-r--r--app/i18n/nl/user.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/nl/user.php b/app/i18n/nl/user.php
index f8982e778..59597357c 100644
--- a/app/i18n/nl/user.php
+++ b/app/i18n/nl/user.php
@@ -30,7 +30,7 @@ return array(
),
),
'password' => array(
- 'invalid' => 'The password is invalid.', // TODO - Translation
+ 'invalid' => 'Het wachtwoord is ongeldig.',
),
'tos' => array(
'feedback' => array(
@@ -38,7 +38,7 @@ return array(
),
),
'username' => array(
- 'invalid' => 'The username is invalid.', // TODO - Translation
- 'taken' => 'The username %s is taken.', // TODO - Translation
+ 'invalid' => 'De gebruikersnaam is ongeldig.',
+ 'taken' => 'De gebruikersnaam %s is bezet.',
),
);