www.lightcourse.com/app/home/lang/zh-cn/voucher.lang.php

54 lines
1.9 KiB
PHP

<?php
/**
* 代金券功能公用
*/
$lang['home_voucher'] = '代金券';
$lang['voucher_pointunavailable'] = '系统未开启代金券或者积分功能';
$lang['home_voucher_templatestate_disabled'] = '失效';
$lang['home_voucher_usable'] = '已领代金券';
$lang['home_voucher_unit'] = '张';
$lang['home_voucher_title'] = '代金卡券';
$lang['home_voucher_title_desc'] = '店铺限量代金券<br/>现金折扣等你拿';
$lang['home_voucher'] = '代金券';
$lang['home_voucher_newtitle'] = '最新代金券';
$lang['home_voucher_desc_2'] = '减';
$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_voucher_list_null'] = '暂无代金券';
//pointprod
$lang['hot_voucher'] = '热门代金券';
$lang['yuan_available'] = '元可用';
$lang['required'] = '需';
//exchange
$lang['home_bein_use'] = '您正在使用';
$lang['home_exchange_one'] = '兑换&nbsp;1&nbsp;张';
$lang['shop_voucher'] = '商城代金券';
$lang['voucher_valid_until'] = '商城代金券有效期至';
$lang['each_id_collection'] = '每个ID限领';
$lang['each_id_collection_unlimited'] = '每个ID领取不限量';
$lang['exchange'] = '兑换';
//pointvoucher
$lang['exchange_amount'] = '兑换量';
$lang['points'] = '积分值';
$lang['watch_exchange_them'] = '只看我能兑换';
$lang['immediately_change'] = '立即兑换';
//controller
$lang['voucher_list'] = '代金券列表';
//pointprod_list
$lang['available_credit'] = '可用积分';
$lang['balance'] = '余额';
return $lang;