firefly-iii/resources/lang/fr_FR/passwords.php

30 lines
1.0 KiB
PHP
Raw Normal View History

2015-12-22 13:46:16 -06:00
<?php
2016-01-24 08:54:54 -06:00
/**
* passwords.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
2015-12-22 13:46:16 -06:00
return [
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
| 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.
|
*/
2016-01-15 09:33:03 -06:00
"password" => "Le mot de passe doit contenir au moins 6 caractères et correspondre à la confirmation.",
"user" => "Aucun utilisateur avec cette addresse email.",
"token" => "Le jeton de réinitialisation de mot de passe est invalide.",
"sent" => "Nous avons envoyé votre lien de réinitialisation de mot de passe!",
"reset" => "Le mot de passe a été réinitialisé!",
2016-02-05 14:23:10 -06:00
'blocked' => 'Nice try though.'
2016-01-15 09:33:03 -06:00
2015-12-22 13:46:16 -06:00
];