server/src/resources/lang/fr/passwords.php
author ymh <ymh.work@gmail.com>
Wed, 01 Feb 2017 17:54:44 +0100
changeset 492 acecbffac2c4
parent 2 00e2916104fe
permissions -rw-r--r--
on notice display add external link to subject, locations, and languages, correct #0025938

<?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 passes doivent faire au moins 6 caractères et correspondrent à la confirmation.',
    'user' => "Nous ne trouvons pas d'utilisateur avec cet email.",
    'token' => 'Le jeton de reninitialisation de maot de passe est invalide.',
    'sent' => 'Nous vous avons envoyé l\'email de réinitialisation du mot de passe !',
    'reset' => 'Votre mot de passe a été réinitialisé !',
];