notice.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /**
  4. * index
  5. */
  6. $lang['notice_index_member_list_null'] = '會員列表不能為空';
  7. $lang['notice_index_store_grade_null'] = '店舖等級不能為空';
  8. $lang['notice_index_title_null'] = '通知標題不能為空';
  9. $lang['notice_index_content_null'] = '通知內容不能為空';
  10. $lang['notice_index_batch_int'] = '分批發送數量必須為數字';
  11. $lang['notice_index_member_error'] = '會員信息錯誤,請重新操作';
  12. $lang['notice_index_sending'] = '正在發送';
  13. $lang['notice_index_send_succ'] = '發送成功';
  14. $lang['notice_index_member_notice'] = '會員通知';
  15. $lang['notice_index_send'] = '發送通知';
  16. $lang['notice_index_send_type'] = '發送類型';
  17. $lang['notice_index_spec_member'] = '指定會員';
  18. $lang['notice_index_all_member'] = '全部會員';
  19. $lang['notice_index_smtp_incomplate'] = 'SMTP信息設置不完整';
  20. $lang['notice_index_smtp_close'] = '郵件功能未開啟';
  21. $lang['notice_index_spec_store_grade'] = '指定店舖等級';
  22. $lang['notice_index_all_store'] = '全部店舖';
  23. $lang['notice_index_member_list'] = '會員列表';
  24. $lang['notice_index_member_tip'] = '每行填寫一個會員名';
  25. $lang['notice_index_store_grade'] = '店舖等級';
  26. $lang['notice_index_store_tip'] = '按住 Ctrl 按鈕來選擇多個選項';
  27. $lang['notice_index_batch'] = '分批發送數量';
  28. $lang['notice_index_batch_tip'] = '每批發送通知數,如果數量過多,程序可能會因為超時而終止執行。因此建議不要超過';
  29. $lang['notice_index_send_method'] = '發送方式';
  30. $lang['notice_index_message'] = '發送站內信';
  31. $lang['notice_index_email'] = '發送郵件';
  32. $lang['notice_index_title'] = '通知標題';
  33. $lang['notice_index_content'] = '通知內容';
  34. $lang['notice_index_member_error'] = '指定會員發送,會員名不能為空且一行一個會員名';
  35. $lang['notice_index_help1'] = '分批發送,一次發送通知操作被自動分為多批次進行,你可以設置每批發送的通知數';