message.lang.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $LANG['send_message'] = '发送短消息';
  3. $LANG['all_send_message'] = '群发短消息';
  4. $LANG['message'] = '短消息';
  5. $LANG['send'] = '发送';
  6. $LANG['sendto'] = '发送到';
  7. $LANG['subject'] = '标题';
  8. $LANG['content'] = '内容';
  9. $LANG['setting'] = '配置';
  10. $LANG['touserid'] = '收件人';
  11. $LANG['fromuserid'] = '发件人';
  12. $LANG['send_time'] = '发信时间';
  13. $LANG['reply'] = '回复';
  14. $LANG['is_reply'] = '是否回复';
  15. $LANG['remove_all_selected'] = '删除选中';
  16. $LANG['user_noempty'] = '收件人不能为空';
  17. $LANG['username'] = '用户名';
  18. $LANG['time'] = '时 间';
  19. $LANG['see_info'] = '查看详情';
  20. $LANG['no_empty'] = '不能为空';
  21. $LANG['before_select_operation'] = '请选择再执行操作';
  22. $LANG['no_thisuser'] = '没有此用户';
  23. $LANG['connecting'] = '正在连接,请稍候。';
  24. $LANG['group'] = '按会员组';
  25. $LANG['role'] = '按角色';
  26. $LANG['send_num'] = '每轮发送次数';
  27. $LANG['select']['send_from_id'] = '发件人';
  28. $LANG['select']['send_to_id'] = '收件人';
  29. $LANG['not_myself'] = '禁止给自己或非注册用户发送消息';
  30. $LANG['sendtime'] = '发送时间';
  31. $LANG['show_m'] = '显示';
  32. $LANG['details'] = '查看详情';
  33. $LANG['message_sender'] = '发 信 人';
  34. $LANG['query_type'] = '查询类型';
  35. $LANG['to'] = '至';
  36. $LANG['message_not_exist'] = '短消息不存在';
  37. $LANG['mass_failure'] = '群发失败,请检查!';
  38. ?>