| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | <?php/*Language Format:Add a new file(.lang.php) with your module name at /phpcms/languages/translation save at the array:$LANG*/$LANG['product_name'] =	'套餐名称';$LANG['productid'] =	'产品id';$LANG['product_description'] =	'套餐介绍';$LANG['product_price'] =	'套餐价格';$LANG['buy'] =	'购买';$LANG['account'] =	'已绑定用户ID';$LANG['smsnumber'] =	'短信余额';$LANG['open'] =	'开启';$LANG['sms_enable'] =	'平台状态';$LANG['item'] =	'条';$LANG['sms_key'] =	'密钥';$LANG['iplimit'] =	'ip限制';$LANG['iplimit_notice'] =	'短信发送服务器ip限制,只有该列表中的服务器才能使用短信发送功能';$LANG['userid'] =	'用户id';$LANG['product_id'] =	'产品id';$LANG['totalnum'] =	'总共条数';$LANG['give_away'] =	'赠送条数';$LANG['yuan'] =	'(元)';$LANG['recharge_time'] = '购买时间';$LANG['mobile'] =	'手机号';$LANG['id'] =	'ID';$LANG['posttime'] =	'发送时间';$LANG['return_id'] =	'返回数据';$LANG['ip'] =	'ip地址';$LANG['id_code'] =	'验证码';$LANG['msg'] =	'发送内容';$LANG['send_userid'] =	'发送用户';$LANG['one_msg'] =	'每行填写一个';$LANG['need_band'] =	'请配置用户id、产品id与密钥';$LANG['need_more_surplus'] =	'您的短余额不足请充值';$LANG['regtime'] =	'注册时间';$LANG['exportmobile'] =	'导出手机号码';$LANG['member_group'] =	'会员组';$LANG['sendtime'] =	'发送时间';$LANG['this_server_does_not_allow_send_sms'] =	'当前服务器所在IP不允许发送短信';$LANG['please_open_sms_platform_status'] =	'您没有开启短信平台,请在平台设置-将平台状态设置为:开启';$LANG['select_scene'] =	'请选择使用场景';$LANG['tpl_case'] =	'短信模版';$LANG['tpl_remind'] =	'请选择短信模版 ( 如果你是商业定制用户,发现没有合适的模版请联系DGGCMS商务人员! )';$LANG['msg_content'] =	'短信内容';$LANG['select_tpl'] =	'选择短信模版';$LANG['sms_remind'] =	'注意:群发100条以上的短信,建议先测试发送内容,以防有非法内容被屏蔽。';
 |