bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
 
/**
  第三方客服语言文件
 */
 
/* 列表页 */
$_LANG['third_customer'] = '第三方客服';
$_LANG['add_third_customer'] = '添加第三方客服';
$_LANG['edit_third_customer'] = '编辑第三方客服';
$_LANG['back_third_customer_list'] = '返回第三方客服列表';
$_LANG['cus_name'] = '客服名称';
$_LANG['cus_no'] = '客服号码';
$_LANG['cus_type'] = '客服类型';
$_LANG['is_master'] = '是否主客服';
$_LANG['add_time'] = '创建时间';
$_LANG['qq'] = 'QQ客服';
$_LANG['ww'] = '阿里旺旺客服';
 
/* 添加页 */
$_LANG['label_cus_type'] = '客服类型:';
$_LANG['label_cus_name'] = '客服名称:';
$_LANG['notice_of_cus_name'] = '为保证页面美观度,建议客服名称不要超过4个字符(2个英文字母=1个字符)';
$_LANG['label_cus_no'] = '客服号码:';
$_LANG['notice_of_cus_no'] = '如果客服类型是QQ客服请输入QQ号码,阿里旺旺客服请输入阿里旺旺号码';
$_LANG['label_is_master'] = '是否主客服:';
$_LANG['notice_of_is_master'] = '主客服会显示在商品详情页右侧客服联系部分,为保证页面美观度,建议每个类型的客服仅有一个为主客服';
 
/* 提示信息 */
$_LANG['error_cus_name_empty'] = '客服名称不能为空';
$_LANG['error_cus_no_empty'] = '客服号码不能为空';
$_LANG['add_success'] = '添加第三方客服信息成功';
$_LANG['edit_success'] = '编辑第三方客服信息成功';
$_LANG['drop_confirm'] = '您确认要删除这个第三方客服吗?';
$_LANG['batch_drop_confirm'] = '您确认要批量删除第三方客服吗?';
$_LANG['drop_success'] = '您已经成功的删除了 %d 个第三方客服';
?>