Translate French

This commit is contained in:
OpenAlgeria 2018-05-26 22:14:35 +02:00 committed by GitHub
parent c5a845da3c
commit 686cec073f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,18 @@
<?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.
|
*/
'password' => 'Les mots de passe doivent avoir au moins six caractères et correspondre à la confirmation.',
'reset' => 'Votre mot de passe a été réinitialisé!',
'sent' => 'Nous avons envoyé par e-mail votre lien de réinitialisation de mot de passe!',
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
'user' => "Nous ne pouvons pas trouver un utilisateur avec cette adresse e-mail.",
];