31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
/*
|
|
$Id: account.php,v 1.8 2003/05/19 20:17:50 hpdl Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('NAVBAR_TITLE', 'My Account');
|
|
define('HEADING_TITLE', 'My Account Information');
|
|
|
|
define('OVERVIEW_TITLE', 'Overview');
|
|
define('OVERVIEW_SHOW_ALL_ORDERS', '(show all orders)');
|
|
define('OVERVIEW_PREVIOUS_ORDERS', 'Previous Orders');
|
|
|
|
define('MY_ACCOUNT_TITLE', 'My Account');
|
|
define('MY_ACCOUNT_INFORMATION', 'View or change my account information.');
|
|
define('MY_ACCOUNT_ADDRESS_BOOK', 'View or change entries in my address book.');
|
|
define('MY_ACCOUNT_PASSWORD', 'Change my account password.');
|
|
|
|
define('MY_ORDERS_TITLE', 'My Orders');
|
|
define('MY_ORDERS_VIEW', 'View the orders I have made.');
|
|
|
|
define('EMAIL_NOTIFICATIONS_TITLE', 'E-Mail Notifications');
|
|
define('EMAIL_NOTIFICATIONS_NEWSLETTERS', 'Subscribe or unsubscribe from newsletters.');
|
|
define('EMAIL_NOTIFICATIONS_PRODUCTS', 'View or change my product notification list.');
|
|
?>
|