[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: account.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE', 'Mi Cuenta'); 14 define('HEADING_TITLE', 'Datos de Mi Cuenta'); 15 16 define('OVERVIEW_TITLE', 'Resumen'); 17 define('OVERVIEW_SHOW_ALL_ORDERS', '(ver todos mis pedidos)'); 18 define('OVERVIEW_PREVIOUS_ORDERS', 'Pedidos Anteriores'); 19 20 define('MY_ACCOUNT_TITLE', 'Mi Cuenta'); 21 define('MY_ACCOUNT_INFORMATION', 'Ver o modificar datos de mi cuenta.'); 22 define('MY_ACCOUNT_ADDRESS_BOOK', 'Ver o modificar mis direcciones.'); 23 define('MY_ACCOUNT_PASSWORD', 'Modificar mi contraseña de acceso.'); 24 25 define('MY_ORDERS_TITLE', 'Mis Pedidos'); 26 define('MY_ORDERS_VIEW', 'Ver los pedidos que he realizado.'); 27 28 define('EMAIL_NOTIFICATIONS_TITLE', 'Notificaciones por E-Mail'); 29 define('EMAIL_NOTIFICATIONS_NEWSLETTERS', 'Subscribirse or no a los boletines.'); 30 define('EMAIL_NOTIFICATIONS_PRODUCTS', 'Ver o modificar mis notificaciones de productos.'); 31 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |