mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'passwords_unmatched' => "De wachtwoorden komen niet over! Moestemming hebben een typefout gegeven. Probeer het opnieuw.",
|
||||
'password_too_short' => "Sorry, wachtwoord is te kort (min is 6 tekens)",
|
||||
'password_too_long' => "Sorry, het wachtwoord is te lang (maximaal 40 tekens)",
|
||||
'password_equals_username' => "Sorry, wachtwoord kan niet hetzelfde zijn als gebruikersnaam.",
|
||||
];
|
||||
Reference in New Issue
Block a user