[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 checkout_shipping_address.php

Zen Cart 源代码 checkout_shipping_address.php




下载文件

文件名: checkout_shipping_address.php
文件类型: PHP文件
文件大小: 1.4 KiB
MD5: be4887257fb19b3692f1e89a6684a7f4

checkout_shipping_address.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2005 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: checkout_shipping_address.php 2315 2005-11-07 08:41:46Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE', 'Change Shipping Address');
  11. define('NAVBAR_TITLE_1', 'Checkout');
  12. define('NAVBAR_TITLE_2', 'Change Shipping Address');
  13.  
  14. define('HEADING_TITLE', 'Change the Shipping Address');
  15.  
  16. define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address');
  17. define('TITLE_SHIPPING_ADDRESS', 'Current Shipping Address');
  18.  
  19. define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', '...Or Choose From Your Address Book Entries');
  20. define('TITLE_PLEASE_SELECT', 'Change the Shipping Address for This Order');
  21.  
  22. define('TABLE_HEADING_NEW_SHIPPING_ADDRESS', 'New Shipping Address');
  23. define('TEXT_CREATE_NEW_SHIPPING_ADDRESS', 'Please use the following form to create a new shipping address for use with this order.');
  24. define('TEXT_SELECT_OTHER_SHIPPING_DESTINATION', 'Please select the preferred shipping address if this order is to be delivered elsewhere.');
  25.  
  26. define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue</strong>');
  27. define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to shipping method.');
  28.  
  29. define('SET_AS_PRIMARY', 'Set as Primary Address');
  30. define('NEW_ADDRESS_TITLE', 'Enter new address');
  31.  
  32. ?>