Ekdant-Online-Store/catalog/language/en-gb/account/forgotten.php
2024-08-06 18:06:00 +05:45

26 lines
1.1 KiB
PHP

<?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!';