File: /home/royaltuning/public_html/public/backoffice.royaltuning.hu/resources/lang/nl/passwords.php
<?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.
|
*/
'reset' => 'Uw wachtwoord is gereset!',
'sent' => 'We hebben uw wachtwoord reset link ge-e-maild!',
'throttled' => 'Please wait before retrying.',
'token' => 'Dit wachtwoord reset token is ongeldig.',
'user' => 'We kunnen geen gebruiker met dat e-mailadres vinden',
];