firefly-iii/app/lang/en/reminders.php

25 lines
736 B
PHP
Raw Normal View History

2014-06-28 02:41:44 -05:00
<?php
2014-12-06 14:48:23 -06:00
return [
2014-06-28 02:41:44 -05:00
2014-12-06 14:48:23 -06:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2014-06-28 02:41:44 -05:00
2014-12-06 14:48:23 -06:00
"password" => "Passwords must be at least six characters and match the confirmation.",
2014-06-28 02:41:44 -05:00
2014-12-06 14:48:23 -06:00
"user" => "We can't find a user with that e-mail address.",
2014-06-28 02:41:44 -05:00
2014-12-06 14:48:23 -06:00
"token" => "This password reset token is invalid.",
2014-06-28 02:41:44 -05:00
2014-12-06 14:48:23 -06:00
"sent" => "Password reminder sent!",
2014-06-28 02:41:44 -05:00
2014-12-06 14:48:23 -06:00
];