git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_WebOSC/trunk/src@6 15ff7747-3a15-8b43-b76a-1f22d5625af6
36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
|
/*
|
|
$Id: checkout_confirmation.php,v 1.24 2003/02/06 17:38:16 thomasamoulton 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_1', 'Checkout');
|
|
define('NAVBAR_TITLE_2', 'Confirmation');
|
|
|
|
define('HEADING_TITLE', 'Order Confirmation');
|
|
|
|
define('HEADING_DELIVERY_ADDRESS', 'Delivery Address');
|
|
define('HEADING_SHIPPING_METHOD', 'Shipping Method');
|
|
define('HEADING_PRODUCTS', 'Products');
|
|
define('HEADING_TAX', 'Tax');
|
|
define('HEADING_TOTAL', 'Total');
|
|
define('HEADING_BILLING_INFORMATION', 'Billing Information');
|
|
define('HEADING_BILLING_ADDRESS', 'Billing Address');
|
|
define('HEADING_PAYMENT_METHOD', 'Payment Method');
|
|
define('HEADING_PAYMENT_INFORMATION', 'Payment Information');
|
|
define('HEADING_ORDER_COMMENTS', 'Comments About Your Order');
|
|
|
|
define('TEXT_EDIT', 'Edit');
|
|
|
|
// Begin Rodax Software
|
|
define('HEADING_ARRIVAL_DATE','Arrival Date');
|
|
define('HEADING_REFERENCIA_CLIENTE','Referencia de su cliente');
|
|
// End Rodax Software
|
|
?>
|