12345678910111213141516171819202122 |
- <?php
- return array(
-
- "password" => "Passwords must be at least six characters long and match the confirmation.",
- "user" => "We can't find a user with that e-mail address.",
- "token" => "This password reset token is invalid.",
- );
|