server/src/resources/lang/fr/passwords.php
author nowmad@nowmads-macbook-pro.local
Thu, 07 Jan 2016 17:46:50 +0100
changeset 81 848e4a5ad4d9
parent 2 00e2916104fe
permissions -rw-r--r--
update date params to be an array of date instead of a string

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