first commit
This commit is contained in:
25
catalog/language/en-gb/account/forgotten.php
Normal file
25
catalog/language/en-gb/account/forgotten.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Forgot Your Password?';
|
||||
$_['heading_reset'] = 'Reset your password';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['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_password'] = 'Enter the new password you wish to use.';
|
||||
$_['text_success'] = 'Success: Your password has been successfully updated.';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail Address';
|
||||
$_['entry_new_password'] = 'New Password';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
|
||||
$_['error_not_found'] = 'Warning: The E-Mail Address was not found in our records!';
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
$_['error_confirm'] = 'Password and password confirmation do not match!';
|
||||
$_['error_code'] = 'Password reset code is invalid or was used previously!';
|
Reference in New Issue
Block a user