emailpost.lang.php 909 B

12345678910111213141516171819202122232425
  1. <?php
  2. /*Language Format:
  3. Add a new file(.lang.php) with your module name at /phpcms/languages/
  4. translation save at the array:$LANG
  5. */
  6. $LANG['email_title'] = 'email_title';
  7. $LANG['email_contents'] = 'email_contents';
  8. $LANG['emailpost_name'] = 'emailpost_name';
  9. $LANG['email_contents_add'] = 'email_contents_add';
  10. $LANG['add_contents'] = 'add_contents';
  11. $LANG['edit_contents'] = 'edit_contents';
  12. $LANG['contents'] = 'contents';
  13. $LANG['emailgroupname'] = 'emailgroupname';
  14. $LANG['operation'] = 'operation';
  15. $LANG['emailname'] = 'emailname';
  16. $LANG['username'] = 'username';
  17. $LANG['publish_time'] = 'publish_time';
  18. $LANG['delete_select'] = 'delete_select';
  19. $LANG['excel_upload'] = 'excel_upload';
  20. $LANG['tablename'] = 'tablename';
  21. $LANG['field'] = 'field';
  22. $LANG['confirm_import'] = 'confirm_import';
  23. $LANG['emailpost_type_name'] = 'emailpost_type_name';
  24. $LANG['emailpost_description'] = 'emailpost_description';