diff --git a/app/lang/en/pagination.php b/app/lang/en/pagination.php index c889ea3b..eb9be3ba 100644 --- a/app/lang/en/pagination.php +++ b/app/lang/en/pagination.php @@ -14,6 +14,7 @@ return array( */ 'previous' => '« Previous', + 'next' => 'Next »', ); \ No newline at end of file diff --git a/app/lang/en/reminders.php b/app/lang/en/reminders.php new file mode 100644 index 00000000..4a9f1766 --- /dev/null +++ b/app/lang/en/reminders.php @@ -0,0 +1,22 @@ + "Passwords must be six characters and match the confirmation.", + + "user" => "We can't find a user with that e-mail address.", + + "token" => "This password reset token is invalid.", + +); \ No newline at end of file