From 32727b5650edb425672ba5576a963ff29c0f3263 Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Sun, 12 Mar 2017 07:31:09 +0100 Subject: [PATCH] Update nl_NL, thanks to Kees Hessels --- language/nl_NL/common.lang.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index 0620decaa..f184df3bb 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -445,4 +445,6 @@ $lang['month']['6'] = 'juni'; $lang['month']['7'] = 'juli'; $lang['month']['8'] = 'augustus'; $lang['month']['9'] = 'september'; -$lang['Your authentication key is no longer valid.'] = 'Je sleutel is niet langer geldig.'; \ No newline at end of file +$lang['Your authentication key is no longer valid.'] = 'Je sleutel is niet langer geldig.'; +$lang['Invalid username or password!'] = 'Ongeldige gebruikersnaam of wachtwoord!'; +$lang['generate random password'] = 'Genereer een willekeurig wachtwoord'; \ No newline at end of file