memberchat.lang.php 201 B

1234567
  1. <?php
  2. $lang['member_name_error'] = '接收消息会员账号错误';
  3. $lang['send_fail'] = '发送失败,请稍后重新发送';
  4. $lang['goods_not_exist'] = '商品不存在';
  5. return $lang;
  6. ?>