server/src/resources/lang/fr/passwords.php
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 16 Oct 2016 22:23:31 +0530
changeset 338 4a3899b6a7ed
parent 2 00e2916104fe
permissions -rw-r--r--
Fix notice/transcript display when adding filter from notice, switching from playlist, toolbar, and player

<?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é !',
];