0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
oscommerce
/
2.2ms2-63
/
htdocs
/
includes
/
languages
/
espanol
/
[
Home
]
File: account.php
<?php /* $Id: account.php,v 1.11 2003/07/08 16:45:35 dgw_ 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', 'Mi Cuenta'); define('HEADING_TITLE', 'Datos de Mi Cuenta'); define('OVERVIEW_TITLE', 'Resumen'); define('OVERVIEW_SHOW_ALL_ORDERS', '(ver todos mis pedidos)'); define('OVERVIEW_PREVIOUS_ORDERS', 'Pedidos Anteriores'); define('MY_ACCOUNT_TITLE', 'Mi Cuenta'); define('MY_ACCOUNT_INFORMATION', 'Ver o modificar datos de mi cuenta.'); define('MY_ACCOUNT_ADDRESS_BOOK', 'Ver o modificar mis direcciones.'); define('MY_ACCOUNT_PASSWORD', 'Modificar mi contraseña de acceso.'); define('MY_ORDERS_TITLE', 'Mis Pedidos'); define('MY_ORDERS_VIEW', 'Ver los pedidos que he realizado.'); define('EMAIL_NOTIFICATIONS_TITLE', 'Notificaciones por E-Mail'); define('EMAIL_NOTIFICATIONS_NEWSLETTERS', 'Subscribirse or no a los boletines.'); define('EMAIL_NOTIFICATIONS_PRODUCTS', 'Ver o modificar mis notificaciones de productos.'); ?>