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

Zen Cart 源代码 discount_coupon.php




下载文件

文件名: discount_coupon.php
文件类型: PHP文件
文件大小: 2.29 KiB
MD5: a892cd757210368dbd9c34a3a26c3c86

discount_coupon.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.  * @$Id: discount_coupon.php 14712 2009-10-28 22:05:08Z ajeh $
  8.  * @Simplified Chinese version   http://www.zen-cart.cn
  9.  */
  10.  
  11. define('NAVBAR_TITLE', '优惠券');
  12. define('HEADING_TITLE', '优惠券');
  13.  
  14. define('TEXT_INFORMATION', '');
  15. define('TEXT_COUPON_FAILED', '<span class="alert important">%s</span>不是有效的优惠券兑现号码。请再输入一次。');
  16.  
  17. define('HEADING_COUPON_HELP', '优惠券帮助');
  18. define('TEXT_CLOSE_WINDOW', '关闭窗口 [x]');
  19. define('TEXT_COUPON_HELP_HEADER', '<p class="bold">输入的优惠券兑现代码用于');
  20. define('TEXT_COUPON_HELP_NAME', '\'%s\'. </p>');
  21. define('TEXT_COUPON_HELP_FIXED', '');
  22. define('TEXT_COUPON_HELP_MINORDER', '<p>本优惠券在指定商品的最低消费额%s</p>');
  23. define('TEXT_COUPON_HELP_FREESHIP', '');
  24. define('TEXT_COUPON_HELP_DESC', '<p><span class="bold">优惠券适用:</span> %s</p><p class="smallText">可能有其他限制。细节详见下面。</p>');
  25. define('TEXT_COUPON_HELP_DATE', '<p>本优惠券有效期为%s到%s</p>');
  26. define('TEXT_COUPON_HELP_RESTRICT', '<p class="biggerText bold">优惠券限制</p>');
  27. define('TEXT_COUPON_HELP_CATEGORIES', '<p class="bold">分类限制:</p>');
  28. define('TEXT_COUPON_HELP_PRODUCTS', '<p class="bold">商品显著:</p>');
  29. define('TEXT_ALLOW', '有效');
  30. define('TEXT_DENY', '无效');
  31. define('TEXT_NO_CAT_RESTRICTIONS', '<p>本优惠券适用所有分类。</p>');
  32. define('TEXT_NO_PROD_RESTRICTIONS', '<p>本优惠券适用所有商品。</p>');
  33. define('TEXT_CAT_ALLOWED', ' (适用分类)');
  34. define('TEXT_CAT_DENIED', ' (不适用分类)');
  35. define('TEXT_PROD_ALLOWED', ' (适用商品)');
  36. define('TEXT_PROD_DENIED', ' (不适用商品)');
  37. // gift certificates cannot be purchased with Discount Coupons
  38. define('TEXT_COUPON_GV_RESTRICTION','<p class="smallText">优惠券不能用于购买' . TEXT_GV_NAMES . '。每个订单只能用一个优惠券。</p>');
  39.  
  40. define('TEXT_DISCOUNT_COUPON_ID_INFO', '查找优惠券 ... ');
  41. define('TEXT_DISCOUNT_COUPON_ID', '您的号码: ');
  42.  
  43. define('TEXT_COUPON_GV_RESTRICTION_ZONES', '帐单地址有限制。');
  44. ?>