[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 源代码 popup_coupon_help.php

Zen Cart 源代码 popup_coupon_help.php




下载文件

文件名: popup_coupon_help.php
文件类型: PHP文件
文件大小: 1.66 KiB
MD5: 090a23d8be9cc34710962132a8ae0b7c

popup_coupon_help.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2009 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: popup_coupon_help.php 14141 2009-08-10 19:34:47Z wilt $
  8.  */
  9.  
  10. define('HEADING_COUPON_HELP', '优惠券帮助');
  11. define('TEXT_CLOSE_WINDOW', '关闭窗口 [x]');
  12. define('TEXT_COUPON_HELP_HEADER', '恭喜, 您已经兑现了一张优惠券.');
  13. define('TEXT_COUPON_HELP_NAME', '<br /><br />优惠券名称 : %s');
  14. define('TEXT_COUPON_HELP_FIXED', '<br /><br />当您购物时, 该优惠券值优惠%s');
  15. define('TEXT_COUPON_HELP_MINORDER', '<br /><br />购物满%s时, 可以使用该优惠券');
  16. define('TEXT_COUPON_HELP_FREESHIP', '<br /><br />该优惠券可以免费购物');
  17. define('TEXT_COUPON_HELP_DESC', '<br /><br />优惠券简介 : %s');
  18. define('TEXT_COUPON_HELP_DATE', '<br /><br />该优惠券有效期在%s和%s之间');
  19. define('TEXT_COUPON_HELP_RESTRICT', '<br /><br />商品/分类限制');
  20. define('TEXT_COUPON_HELP_CATEGORIES', '分类');
  21. define('TEXT_COUPON_HELP_PRODUCTS', '商品');
  22. define('TEXT_ALLOW', '允许');
  23. define('TEXT_DENY', '禁止');
  24.  
  25. define('TEXT_ALLOWED', ' (允许)');
  26. define('TEXT_DENIED', ' (禁止)');
  27.  
  28. define('TEXT_NO_CAT_RESTRICTIONS', '<p>本优惠券适用所有分类。</p>');
  29. define('TEXT_NO_PROD_RESTRICTIONS', '<p>本优惠券适用所有商品。</p>');
  30.  
  31. // gift certificates cannot be purchased with Discount Coupons
  32. define('TEXT_COUPON_GV_RESTRICTION','优惠券不能用在购买 ' . TEXT_GV_NAMES . '.');
  33.  
  34. define('TEXT_COUPON_GV_RESTRICTION_ZONES', '帐单地址有限制。');
  35. ?>