????
| Current Path : /home2/morganrand/public_html/ecommerce/os/catalog/includes/languages/espanol/ |
| Current File : /home2/morganrand/public_html/ecommerce/os/catalog/includes/languages/espanol/account.php |
<?php
/*
$Id: account.php,v 1.2 2004/08/25 22:40:11 akhan 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.');
?>