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