[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文件
文件大小: 2.48 KiB
MD5: 8b3d17763555e9336b4938364dd28c99

checkout_shipping_address.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2003 The zen-cart developers                           |
  7. // |                                                                      |  
  8. // | http://www.zen-cart.com/index.php                                    |  
  9. // |                                                                      |  
  10. // | Portions Copyright (c) 2003 osCommerce                               |
  11. // +----------------------------------------------------------------------+
  12. // | This source file is subject to version 2.0 of the GPL license,       |
  13. // | that is bundled with this package in the file LICENSE, and is        |
  14. // | available through the world-wide-web at the following url:           |
  15. // | http://www.zen-cart.com/license/2_0.txt.                             |
  16. // | If you did not receive a copy of the zen-cart license and are unable |
  17. // | to obtain it through the world-wide-web, please send a note to       |
  18. // | license@zen-cart.com so we can mail you a copy immediately.          |
  19. // +----------------------------------------------------------------------+
  20. // | Simplified Chinese version   http://www.zen-cart.cn                  |
  21. // +----------------------------------------------------------------------+
  22. // $Id: checkout_shipping_address.php 290 2004-09-15 19:48:26Z wilt $
  23. //
  24. define('NAVBAR_TITLE', '修改送货地址');
  25. define('NAVBAR_TITLE_1', '结帐');
  26. define('NAVBAR_TITLE_2', '修改送货地址');
  27.  
  28. define('HEADING_TITLE', '修改送货地址');
  29.  
  30. define('TABLE_HEADING_SHIPPING_ADDRESS', '送货地址');
  31. define('TITLE_SHIPPING_ADDRESS', '当前送货地址');
  32.  
  33. define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', '...或者从您的地址簿中选择');
  34. define('TITLE_PLEASE_SELECT', '修改送货地址');
  35.  
  36. define('TABLE_HEADING_NEW_SHIPPING_ADDRESS', '新的送货地址');
  37. define('TEXT_CREATE_NEW_SHIPPING_ADDRESS', '请使用下面的表格给该订单创建新的送货地址.');
  38. define('TEXT_SELECT_OTHER_SHIPPING_DESTINATION', '如果要发货到其它地方, 请选择送货地址.');
  39.  
  40. define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>继续</strong>');
  41. define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- 选配送方式.');
  42.  
  43. define('SET_AS_PRIMARY', '设为主要地址');
  44. define('NEW_ADDRESS_TITLE', '输入新的地址');
  45.  
  46. ?>