message.lang.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $LANG['send_message'] = 'Send message';
  3. $LANG['all_send_message'] = 'Group message';
  4. $LANG['message'] = 'Message';
  5. $LANG['send'] = 'Send';
  6. $LANG['sendto'] = 'Send to';
  7. $LANG['subject'] = 'Subject';
  8. $LANG['content'] = 'Content';
  9. $LANG['setting'] = 'Setting';
  10. $LANG['touserid'] = 'Recipient';
  11. $LANG['fromuserid'] = 'Sender';
  12. $LANG['send_time'] = 'Sending Time';
  13. $LANG['reply'] = 'Reply';
  14. $LANG['is_reply'] = 'Reply';
  15. $LANG['remove_all_selected'] = 'Remove all selected';
  16. $LANG['user_noempty'] = 'Recipient is required';
  17. $LANG['username'] = 'Username ';
  18. $LANG['time'] = 'Time';
  19. $LANG['see_info'] = 'Infomation';
  20. $LANG['no_empty'] = 'is required';
  21. $LANG['before_select_operation'] = 'Please select before execute';
  22. $LANG['no_thisuser'] = 'The user does not exist.';
  23. $LANG['connecting'] = 'Connecting, please wait';
  24. $LANG['group'] = 'Base on user groups';
  25. $LANG['role'] = 'Base on roles';
  26. $LANG['send_num'] = 'Per number of sending';
  27. $LANG['select']['send_from_id'] = 'Sender';
  28. $LANG['select']['send_to_id'] = 'Recipient';
  29. $LANG['not_myself'] = 'Cannot send message to yourself or unregistered user.';
  30. $LANG['sendtime'] = 'Sending time';
  31. $LANG['show_m'] = 'Show';
  32. $LANG['details'] = 'Details';
  33. $LANG['message_sender'] = 'Sender';
  34. $LANG['query_type'] = 'Search type';
  35. $LANG['to'] = 'To';
  36. $LANG['message_not_exist'] = 'The message does not exist.';
  37. $LANG['mass_failure'] = 'Group SMS sending failed, please check';
  38. ?>