2018-09-03 22:44:29 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2019-07-26 15:09:04 +00:00
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
'password' => 'Les mots de passe doivent comporter au moins six caractères et correspondre à la confirmation.',
|
|
|
|
'reset' => 'Votre mot de passe a été réinitialisé!',
|
|
|
|
'sent' => 'Nous avons envoyé un e-mail de réinitialisation!',
|
|
|
|
'token' => 'Ce jeton de réinitialisation n\'est pas valide.',
|
|
|
|
'user' => 'Aucun utilisateur trouvé avec cette adresse e-mail.',
|
2018-09-03 22:44:29 +00:00
|
|
|
];
|