1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/lang/en/reminders.php

24 lines
687 B
PHP
Raw Normal View History

2013-11-26 13:45:07 +01:00
<?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" => "Passwords must be at least six characters and match the confirmation.",
2013-11-26 13:45:07 +01:00
"user" => "We can't find a user with that e-mail address.",
2013-11-26 13:45:07 +01:00
"token" => "This password reset token is invalid.",
"sent" => "Password reminder sent!",
2013-11-26 13:45:07 +01:00
);