2017-11-30 12:27:54 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Password Reset Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
|
|
| that are given by the password broker for a password update attempt
|
|
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2018-08-06 17:44:49 +03:00
|
|
|
'password' => 'Wachtwoord moet 6 karakters lang zijn en gelijk zijn in beide wachtwoordvelden.',
|
2017-11-30 12:27:54 +03:00
|
|
|
'reset' => 'Uw wachtwoord is opnieuw ingesteld!',
|
2018-08-06 17:44:49 +03:00
|
|
|
'sent' => 'Wij hebben uw wachtwoord reset link per e-mail naar u verstuurd!',
|
2021-10-07 08:40:37 +00:00
|
|
|
'throttled' => 'Wacht alsjeblieft voordat je het opnieuw probeert.',
|
2018-08-06 10:25:41 +03:00
|
|
|
'token' => 'Dit wachtwoord reset-token is ongeldig.',
|
|
|
|
'user' => "Wij kunnen geen gebruiker met dat e-mail adres vinden.",
|
2017-11-30 12:27:54 +03:00
|
|
|
|
|
|
|
];
|