You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
4.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 管理中心共用语言文件
* ============================================================================
* 版权所有 2005-2010 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liuhui $
* $Id: user_rank.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['card_no'] = '卡号';
$_LANG['card_level'] = '等级';
$_LANG['user_money'] = '卡内资金';
$_LANG['pay_points'] = '消费积分';
$_LANG['rank_points'] = '等级积分';
$_LANG['card_true_name'] = '姓名';
$_LANG['card_address'] = '地址';
$_LANG['card_mobile'] = '电话';
$_LANG['card_email'] = '邮箱';
$_LANG['card_pass'] = '卡密';
$_LANG['card_num'] = '卡数量';
$_LANG['card_start_num'] = '起始编号';
$_LANG['card_rand_len'] = '随机数位数';
$_LANG['card_bs'] = '标识号';
$_LANG['card_pc'] = '批次号';
$_LANG['card_pass_len'] = '卡密位数';
$_LANG['card_status'] = '绑定状态';
$_LANG['send_type'] = '发卡方式';
$_LANG['card_level'] = '等级';
$_LANG['card_des'] = '描述';
$_LANG['add_time'] = '添加时间';
$_LANG['is_show'] = '有效';
$_LANG['is_show_1'] = '有效';
$_LANG['is_show_0'] = '无效';
$_LANG['begin_create_card'] = '开始批量生成';
$_LANG['card_type_name'] = '会员卡类型名';
$_LANG['card_type_add'] = '添加会员卡类型';
$_LANG['card_type_edit'] = '编辑会员卡类型';
$_LANG['card_type_edit_succeed'] = '编辑会员卡类型成功';
$_LANG['card_type_list'] = '会员卡类型列表';
$_LANG['card_type_ct_id'] = '类型编号';
$_LANG['card_type_ct_name'] = '会员卡名';
$_LANG['no_user_card_type'] = '暂无会员卡类型';
$_LANG['add_user_card_type_success'] = '添加会员卡类型成功';
$_LANG['ct_delete_confirm'] = '同时将会删除此类型下的所有会员卡!!!';
$_LANG['batch_send'] = '批量发卡';
$_LANG['view_card'] = '查看会员卡';
$_LANG['card_unbind'] = '解绑';
$_LANG['unbind_confirm'] = '你确实要解绑会员卡吗?';
$_LANG['card_add'] = '添加新会员卡';
$_LANG['user_card_import'] = '批量导入会员卡';
$_LANG['csv_file'] = '上传批量csv文件';
$_LANG['bind_user_name'] = '绑定的会员帐号';
$_LANG['no_user_card'] = '暂无会员卡';
$_LANG['button_remove'] = '批量删除会员卡';
$_LANG['no_select_card_no'] = '没有选中的会员卡';
$_LANG['batch_handle_ok'] = '批量删除成功';
$_LANG['des'] = '备注';
$_LANG['add_user_card'] = '添加新会员卡';
$_LANG['user_card_list'] = '列表';
$_LANG['user_card_edit'] = '编辑';
$_LANG['user_card_edit_succeed'] = '会员卡%s编辑成功';
$_LANG['batch_upload_ok'] = '会员卡批量上传成功!';
$_LANG['card_no_exists'] = '卡号已存在了';
$_LANG['notice_special'] = '特殊会员组的会员不会随着积分的变化而变化。';
$_LANG['add_continue'] = '继续添加';
$_LANG['back_list'] = '返回列表';
$_LANG['show_price_short'] = '显示价格';
$_LANG['notice_discount'] = '请填写为0-100的整数,如填入80表示初始折扣率为8折';
$_LANG['rank_name_exists'] = '会员等级名 %s 已经存在。';
$_LANG['bind_user_name_not_exists'] = '绑定的会员名 %s 不存在。';
$_LANG['add_user_card_success'] = '会员卡号已经添加成功。';
$_LANG['integral_min_exists'] = '已经存在一个等级积分下限为 %d 的会员等级';
$_LANG['integral_max_exists'] = '已经存在一个等级积分上限为 %d 的会员等级';
/* JS 语言 */
$_LANG['js_languages']['remove_confirm'] = '您确定要删除选定的会员卡吗?';
$_LANG['js_languages']['rank_name_empty'] = '您没有输入会员等级名称。';
$_LANG['js_languages']['integral_min_invalid'] = '您没有输入积分下限或者积分下限不是一个整数。';
$_LANG['js_languages']['integral_max_invalid'] = '您没有输入积分上限或者积分上限不是一个整数。';
$_LANG['js_languages']['discount_invalid'] = '您没有输入折扣率或者折扣率无效。';
$_LANG['js_languages']['integral_max_small'] = '积分上限必须大于积分下限。';
$_LANG['js_languages']['lang_remove'] = '移除';
?>