aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/common/forgotten.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/common/forgotten.php')
-rw-r--r--public/admin/language/en-gb/common/forgotten.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/common/forgotten.php b/public/admin/language/en-gb/common/forgotten.php
new file mode 100644
index 0000000..3b1f5ea
--- /dev/null
+++ b/public/admin/language/en-gb/common/forgotten.php
@@ -0,0 +1,19 @@
+<?php
+// Heading
+$_['heading_title'] = 'Forgot Your Password?';
+
+// Text
+$_['text_forgotten'] = 'Forgotten Password';
+$_['text_your_email'] = 'Your E-Mail Address';
+$_['text_email'] = 'Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.';
+$_['text_success'] = 'An email with a confirmation link has been sent your admin email address.';
+
+// Entry
+$_['entry_email'] = 'E-Mail Address';
+$_['entry_password'] = 'New Password';
+$_['entry_confirm'] = 'Confirm';
+
+// Error
+$_['error_email'] = 'Warning: The E-Mail Address was not found in our records, please try again!';
+$_['error_password'] = 'Password must be between 4 and 20 characters!';
+$_['error_confirm'] = 'Password and password confirmation do not match!'; \ No newline at end of file