misc_pterodactyl-panel/resources/lang/fr/passwords.php
2019-07-26 11:09:04 -04:00

19 lines
848 B
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.
|
*/
'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.',
];