Файл: upload/catalog/language/english/affiliate/forgotten.php
Строк: 25
<?php
// Heading
$_['heading_title'] = 'Forgot 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 your password e-mailed to you';
$_['text_success'] = 'Success: A new password has been sent to your e-mail address.';
// Entry
$_['entry_email'] = 'E-Mail Address';
// Error
$_['error_email'] = 'Warning: The E-Mail Address was not found in our records, please try again!';
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';