mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 12:31:07 +00:00
22 lines
782 B
PHP
22 lines
782 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.
|
|
|
|
|
*/
|
|
|
|
'reset' => 'Votre mot de passe a été réinitialisé!',
|
|
'sent' => 'Nous vous avons envoyé un courriel avec un lien pour réinitialiser votre mot de passe!',
|
|
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
|
|
'user' => "Nous ne trouvons pas d'utilisateur avec ce courriel.",
|
|
|
|
];
|