added nl-NL
This commit is contained in:
11
resources/lang/nl-NL/customers.php
Normal file
11
resources/lang/nl-NL/customers.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Inloggen toestaan?',
|
||||
'user_created' => 'Gebruiker aangemaakt',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Deze e-mail is reeds geregistreerd.'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user