ok
This commit is contained in:
21
Production/SNIPE-IT/resources/lang/fr-FR/reminders.php
Normal file
21
Production/SNIPE-IT/resources/lang/fr-FR/reminders.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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 passe doivent contenir six caractères et correspondre à la confirmation.",
|
||||
"user" => "Le nom d'utilisateur ou l'e-mail est incorrect",
|
||||
"token" => 'Ce jeton de réinitialisation de mot de passe est invalide ou expiré, ou ne correspond pas au nom d\'utilisateur fourni.',
|
||||
'sent' => 'Si un utilisateur ayant une adresse e-mail valide existe dans notre système, un e-mail de récupération de mot de passe lui a été envoyé.',
|
||||
|
||||
);
|
Reference in New Issue
Block a user