From df319a2178da3a7d28e014f8d70c41364d56835c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 8 Feb 2013 14:24:18 -0600 Subject: [PATCH] added a reminders language file. --- app/lang/en/pagination.php | 1 + app/lang/en/reminders.php | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 app/lang/en/reminders.php 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