123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?php
- /**
- * 代金券功能公用
- */
- $lang['points_pointorderdesc'] = '消耗积分';
- $lang['home_voucher'] = '代金券';
- $lang['voucher_pointunavailable'] = '系统未开启代金券或者积分功能';
- $lang['voucher_templatestate_usable'] = '有效';
- $lang['home_voucher_templatestate_disabled']= '失效';
- $lang['home_voucher_usable'] = '已领代金券';
- $lang['home_voucher_title'] = '代金卡券';
- $lang['home_voucher_title_desc'] = '店铺限量代金券<br/>现金折扣等你拿';
- $lang['home_voucher'] = '代金券';
- $lang['home_voucher_newtitle'] = '最新代金券';
- $lang['home_voucher_moretitle'] = '更多>>';
- $lang['home_voucher_desc_1'] = '满';
- $lang['home_voucher_desc_2'] = '减';
- $lang['home_voucher_storename'] = '优惠店铺';
- $lang['home_voucher_price'] = '金额';
- $lang['home_voucher_indate'] = '有效期';
- $lang['home_voucher_points'] = '所需积分';
- $lang['home_voucher_usecondition'] = '使用条件';
- $lang['home_voucher_usecondition_desc1'] = '本店购物满';
- $lang['home_voucher_remainnum'] = '剩余数量';
- $lang['home_voucher_memberpoints'] = '您当前拥有的积分';
- $lang['home_voucher_exchangbtn'] = '确认兑换';
- $lang['home_voucher_exchangtitle'] = '您要兑换的店铺代金券';
- $lang['home_mallvoucher_exchangtitle'] = '您要兑换的平台代金券';
- $lang['home_voucher_recorderror'] = '代金券信息错误';
- $lang['home_voucher_unableexchangself'] = '不可以兑换自己店铺的代金券';
- $lang['home_voucher_alreadyfull'] = '您的可用代金券已有%s张,不可再兑换了';
- $lang['home_voucher_pointsnotenough'] = '您的积分不足,暂时不能兑换该代金券';
- $lang['home_voucher_'] = '您的积分不足,暂时不能兑换该代金券';
- $lang['home_voucher_exchangsucc'] = '兑换成功';
- $lang['home_voucher_reachedeachlimit'] = '该代金券您已兑换%s次,不可再兑换了';
- $lang['home_voucher_list_null'] = '暂无代金券';
- //pointshop
- //pointprod
- $lang['hot_voucher'] = '热门店铺代金券';
- $lang['mall_voucher'] = '平台代金券';
- $lang['yuan_available'] = '元可用';
- $lang['required'] = '需';
- //pointvoucher
- //exchange
- $lang['home_bein_use'] = '您正在使用';
- $lang['home_exchange_one'] = '兑换 1 张';
- $lang['store_voucher'] = '店铺代金券';
- $lang['store_voucher_valid_until'] = '店铺代金券有效期至';
- $lang['mall_voucher'] = '平台代金券';
- $lang['mall_voucher_valid_until'] = '平台代金券有效期至';
- $lang['each_id_collection'] = '每个ID限领';
- $lang['each_id_collection_unlimited'] = '每个ID领取不限量';
- $lang['exchange'] = '兑换';
- //pointvoucher
- $lang['default_sort'] = '默认排序';
- $lang['exchange_amount'] = '兑换量';
- $lang['points'] = '积分值';
- $lang['coupon_values'] = '优惠券面额';
- $lang['watch_exchange_them'] = '只看我能兑换';
- $lang['immediately_change'] = '立即兑换';
- //controller
- $lang['integral_center'] = '积分中心';
- $lang['voucher_list'] = '代金券列表';
- //pointprod_list
- $lang['available_credit'] = '可用积分';
- $lang['balance'] = '余额';
- //mall
- $lang['goodsclassname'] = '可用商品分类';
- return $lang;
|