]> BookStack Code Mirror - bookstack/blob - resources/lang/fr/passwords.php
Updated italian translation
[bookstack] / resources / lang / fr / passwords.php
1 <?php
2
3 return [
4
5     /*
6     |--------------------------------------------------------------------------
7     | Password Reminder Language Lines
8     |--------------------------------------------------------------------------
9     |
10     | The following language lines are the default lines which match reasons
11     | that are given by the password broker for a password update attempt
12     | has failed, such as for an invalid token or invalid new password.
13     |
14     */
15
16     'password' => 'Les mots de passe doivent faire au moins 6 caractères et correspondre à la confirmation.',
17     'user' => "Nous n'avons pas trouvé d'utilisateur avec cette adresse.",
18     'token' => 'Le jeton de réinitialisation est invalide.',
19     'sent' => 'Nous vous avons envoyé un lien de réinitialisation de mot de passe !',
20     'reset' => 'Votre mot de passe a été réinitialisé !',
21
22 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.