message.php 981 B

1234567891011121314151617181920212223242526
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /**
  4. * 郵件模板index
  5. */
  6. $lang['mailtemplates_index_desc'] = '模板描述';
  7. /**
  8. * 郵件模板編輯
  9. */
  10. $lang['nc_current_edit'] = '正在編輯';
  11. $lang['mailtemplates_edit_no_null'] = '郵件編號不能為空';
  12. $lang['mailtemplates_edit_title_null'] = '郵件標題不能為空';
  13. $lang['mailtemplates_edit_content_null'] = '郵件正文不能為空';
  14. $lang['mailtemplates_edit_succ'] = '更新通知模板成功';
  15. $lang['mailtemplates_edit_fail'] = '更新通知模板失敗';
  16. $lang['mailtemplates_edit_code_null'] = '郵件代碼不能為空';
  17. $lang['mailtemplates_edit_title'] = '郵件標題';
  18. $lang['mailtemplates_edit_content'] = '郵件正文';
  19. /**
  20. * 消息模板編輯
  21. */
  22. $lang['mailtemplates_msg_edit_no_null'] = '消息編號不能為空';
  23. $lang['mailtemplates_msg_edit_content_null'] = '消息內容不能為空';
  24. $lang['mailtemplates_msg_edit_content'] = '消息內容';