????
| Current Path : /home2/morganrand/www/store/includes/languages/english/ |
| Current File : /home2/morganrand/www/store/includes/languages/english/password_reset.php |
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2012 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE_1', 'Login');
define('NAVBAR_TITLE_2', 'Password Reset');
define('HEADING_TITLE', 'Password Reset');
define('TEXT_MAIN', 'Please enter a new password for your account.');
define('TEXT_NO_RESET_LINK_FOUND', 'Error: The password reset link was not found in our records, please try again by generating a new link.');
define('TEXT_NO_EMAIL_ADDRESS_FOUND', 'Error: The E-Mail Address was not found in our records, please try again.');
define('SUCCESS_PASSWORD_RESET', 'Your password has been successfully updated. Please login with your new password.');
?>