diff options
| author | 2020-05-26 17:04:59 +0200 | |
|---|---|---|
| committer | 2020-05-26 17:04:59 +0200 | |
| commit | 015cd1e06e15ea1c261633848752ccd491ee6194 (patch) | |
| tree | f5b041362b5444e001ae09f77e3fd594cedabfdd /app/i18n/nl/user.php | |
| parent | 97881628ebbcd14ff3ab1b3679255531449bfd68 (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.php | 6 |
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.', ), ); |
