voucher.lang.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?php
  2. /**
  3. * 代金券功能公用
  4. */
  5. $lang['points_pointorderdesc'] = '消耗积分';
  6. $lang['home_voucher'] = '代金券';
  7. $lang['voucher_pointunavailable'] = '系统未开启代金券或者积分功能';
  8. $lang['voucher_templatestate_usable'] = '有效';
  9. $lang['home_voucher_templatestate_disabled']= '失效';
  10. $lang['home_voucher_usable'] = '已领代金券';
  11. $lang['home_voucher_title'] = '代金卡券';
  12. $lang['home_voucher_title_desc'] = '店铺限量代金券<br/>现金折扣等你拿';
  13. $lang['home_voucher'] = '代金券';
  14. $lang['home_voucher_newtitle'] = '最新代金券';
  15. $lang['home_voucher_moretitle'] = '更多>>';
  16. $lang['home_voucher_desc_1'] = '满';
  17. $lang['home_voucher_desc_2'] = '减';
  18. $lang['home_voucher_storename'] = '优惠店铺';
  19. $lang['home_voucher_price'] = '金额';
  20. $lang['home_voucher_indate'] = '有效期';
  21. $lang['home_voucher_points'] = '所需积分';
  22. $lang['home_voucher_usecondition'] = '使用条件';
  23. $lang['home_voucher_usecondition_desc1'] = '本店购物满';
  24. $lang['home_voucher_remainnum'] = '剩余数量';
  25. $lang['home_voucher_memberpoints'] = '您当前拥有的积分';
  26. $lang['home_voucher_exchangbtn'] = '确认兑换';
  27. $lang['home_voucher_exchangtitle'] = '您要兑换的店铺代金券';
  28. $lang['home_mallvoucher_exchangtitle'] = '您要兑换的平台代金券';
  29. $lang['home_voucher_recorderror'] = '代金券信息错误';
  30. $lang['home_voucher_unableexchangself'] = '不可以兑换自己店铺的代金券';
  31. $lang['home_voucher_alreadyfull'] = '您的可用代金券已有%s张,不可再兑换了';
  32. $lang['home_voucher_pointsnotenough'] = '您的积分不足,暂时不能兑换该代金券';
  33. $lang['home_voucher_'] = '您的积分不足,暂时不能兑换该代金券';
  34. $lang['home_voucher_exchangsucc'] = '兑换成功';
  35. $lang['home_voucher_reachedeachlimit'] = '该代金券您已兑换%s次,不可再兑换了';
  36. $lang['home_voucher_list_null'] = '暂无代金券';
  37. //pointshop
  38. //pointprod
  39. $lang['hot_voucher'] = '热门店铺代金券';
  40. $lang['mall_voucher'] = '平台代金券';
  41. $lang['yuan_available'] = '元可用';
  42. $lang['required'] = '需';
  43. //pointvoucher
  44. //exchange
  45. $lang['home_bein_use'] = '您正在使用';
  46. $lang['home_exchange_one'] = '兑换&nbsp;1&nbsp;张';
  47. $lang['store_voucher'] = '店铺代金券';
  48. $lang['store_voucher_valid_until'] = '店铺代金券有效期至';
  49. $lang['mall_voucher'] = '平台代金券';
  50. $lang['mall_voucher_valid_until'] = '平台代金券有效期至';
  51. $lang['each_id_collection'] = '每个ID限领';
  52. $lang['each_id_collection_unlimited'] = '每个ID领取不限量';
  53. $lang['exchange'] = '兑换';
  54. //pointvoucher
  55. $lang['default_sort'] = '默认排序';
  56. $lang['exchange_amount'] = '兑换量';
  57. $lang['points'] = '积分值';
  58. $lang['coupon_values'] = '优惠券面额';
  59. $lang['watch_exchange_them'] = '只看我能兑换';
  60. $lang['immediately_change'] = '立即兑换';
  61. //controller
  62. $lang['integral_center'] = '积分中心';
  63. $lang['voucher_list'] = '代金券列表';
  64. //pointprod_list
  65. $lang['available_credit'] = '可用积分';
  66. $lang['balance'] = '余额';
  67. //mall
  68. $lang['goodsclassname'] = '可用商品分类';
  69. return $lang;