git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_WebOSC/trunk/src@6 15ff7747-3a15-8b43-b76a-1f22d5625af6
42 lines
1.7 KiB
PHP
42 lines
1.7 KiB
PHP
<?php
|
|
/*
|
|
$Id: checkout_shipping.php,v 1.3 2003/02/06 17:38:16 thomasamoulton Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2002 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('NAVBAR_TITLE_1', 'Checkout');
|
|
define('NAVBAR_TITLE_2', 'Shipping Method');
|
|
|
|
define('HEADING_TITLE', 'Delivery Information');
|
|
|
|
define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address');
|
|
define('TEXT_CHOOSE_SHIPPING_DESTINATION', 'Please choose from your address book where you would like the items to be delivered to.');
|
|
define('TITLE_SHIPPING_ADDRESS', 'Shipping Address:');
|
|
|
|
define('TABLE_HEADING_SHIPPING_METHOD', 'Shipping Method');
|
|
define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.');
|
|
define('TITLE_PLEASE_SELECT', 'Please Select');
|
|
define('TEXT_ENTER_SHIPPING_INFORMATION', 'This is currently the only shipping method available to use on this order.');
|
|
|
|
define('TABLE_HEADING_COMMENTS', 'Add Comments About Your Order');
|
|
|
|
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure');
|
|
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to select the preferred payment method.');
|
|
|
|
// Begin Rodax Software
|
|
define('TEXT_CHOOSE_ARRIVAL_DATE','Select arrival date');
|
|
define('TEXT_YOUR_ARRIVAL_DATE','Your order will arrive on');
|
|
define('ERROR_HEADING','Error');
|
|
define('ERROR_EXPIRED_ARRIVAL_DATE','Your selected arrival date is no longer valid. Please select another.');
|
|
define('ERROR_NO_ARRIVAL_DATE','Please select a date for your shipment to arrive on.');
|
|
define('ERROR_NO_SHIPMENT_METHOD','Please select a shipment method.');
|
|
define('TABLE_HEADING_REFERENCIA_CLIENTE', 'Referencia de su cliente (opcional)');
|
|
// End Rodax Software
|
|
?>
|