| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: account_history.php,v 1.11 2003/07/08 16:45:35 dgw_ Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Mi Cuenta'); 14 define('NAVBAR_TITLE_2', 'Pedidos'); 15 16 define('HEADING_TITLE', 'Todos Mis Pedidos'); 17 18 define('TEXT_ORDER_NUMBER', 'Número:'); 19 define('TEXT_ORDER_STATUS', 'Estado:'); 20 define('TEXT_ORDER_DATE', 'Fecha:'); 21 define('TEXT_ORDER_SHIPPED_TO', 'Enviado A:'); 22 define('TEXT_ORDER_BILLED_TO', 'Facturado A:'); 23 define('TEXT_ORDER_PRODUCTS', 'Productos:'); 24 define('TEXT_ORDER_COST', 'Precio:'); 25 define('TEXT_VIEW_ORDER', 'Ver Pedido'); 26 27 define('TEXT_NO_PURCHASES', 'No ha realizado ningun pedido aún.'); 28 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |