zh_tw_utf8.js
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:1k
源码类别:

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('xhtmlxtras',{
  3. cite_desc : 'Citation',
  4. abbr_desc : 'Abbreviation',
  5. acronym_desc : 'Acronym',
  6. del_desc : 'Deletion',
  7. ins_desc : 'Insertion',
  8. attribute_label_title : 'Title',
  9. attribute_label_id : 'ID',
  10. attribute_label_class : 'Class',
  11. attribute_label_style : 'Style',
  12. attribute_label_cite : 'Cite',
  13. attribute_label_datetime : 'Date/Time',
  14. attribute_label_langdir : 'Text Direction',
  15. attribute_option_ltr : 'Left to right',
  16. attribute_option_rtl : 'Right to left',
  17. attribute_label_langcode : 'Language',
  18. general_tab : 'General',
  19. attrib_tab : 'Attributes',
  20. events_tab : 'Events',
  21. fieldset_general_tab : 'General Settings',
  22. fieldset_attrib_tab : 'Element Attributes',
  23. fieldset_events_tab : 'Element Events',
  24. title_ins_element : 'Insertion Element',
  25. title_del_element : 'Deletion Element',
  26. title_acronym_element : 'Acronym Element',
  27. title_abbr_element : 'Abbreviation Element',
  28. title_cite_element : 'Citation Element',
  29. remove : 'Remove',
  30. not_set : '--not set--',
  31. insert_date : 'Insert current date/time'
  32. });