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

25 lines
736 B
PHP
Raw Normal View History

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