Files
nl-jqrl-api/lang/en/reminders.php

25 lines
688 B
PHP
Raw Normal View History

2013-02-08 14:24:18 -06: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.
|
*/
2013-11-14 21:36:12 -06:00
"password" => "Passwords must be at least six characters and match the confirmation.",
2013-02-08 14:24:18 -06:00
2013-11-14 21:36:12 -06:00
"user" => "We can't find a user with that e-mail address.",
2013-02-08 14:24:18 -06:00
2013-11-14 21:36:12 -06:00
"token" => "This password reset token is invalid.",
"sent" => "Password reminder sent!",
2013-02-08 14:24:18 -06:00
);