Files
faveo/resources/lang/fr/passwords.php
Manish Verma 21f872cb24 added-french-language-translation
Added French language translation provided by a user[85% complete]
2016-10-21 11:59:25 +05:30

22 lines
917 B
PHP

<?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' => 'Les mots de passe doivent contenir au moins six caractères pour pouvoir être confirmés.',
'user' => "Nous n'avons pu trouvder d\'utilisateur avec cette adresse email.",
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
'sent' => 'Nous vous avons envoyé votre lien de réinitialisation par email!',
'reset' => 'Votre mot de passe a été réinitialisé',
];