Merge pull request #301 from CrNMGuy/patch-2

Create passwords.php
This commit is contained in:
Dave Earley 2017-02-01 21:25:48 +00:00 committed by GitHub
commit 19b4fb6a2f
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder 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' => 'Le mot de passe doit être de six caractères minimum et correspondre à la confirmation.',
'user' => "Utilisateur inconnu avec cet adresse email.",
'token' => 'Le lien de reinitialisation est incorrect.',
'sent' => 'Un lien de réinitialisation vous a été envoyé par email !',
'reset' => 'Votre mot de passe a été réinitialisé !',
];