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

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('fullpage',{
  3. title : 'Document properties',
  4. desc : 'Document properties',
  5. meta_tab : 'General',
  6. appearance_tab : 'Appearance',
  7. advanced_tab : 'Advanced',
  8. meta_props : 'Meta information',
  9. langprops : 'Language and encoding',
  10. meta_title : 'Title',
  11. meta_keywords : 'Keywords',
  12. meta_description : 'Description',
  13. meta_robots : 'Robots',
  14. doctypes : 'Doctype',
  15. langcode : 'Language code',
  16. langdir : 'Language direction',
  17. ltr : 'Left to right',
  18. rtl : 'Right to left',
  19. xml_pi : 'XML declaration',
  20. encoding : 'Character encoding',
  21. appearance_bgprops : 'Background properties',
  22. appearance_marginprops : 'Body margins',
  23. appearance_linkprops : 'Link colors',
  24. appearance_textprops : 'Text properties',
  25. bgcolor : 'Background color',
  26. bgimage : 'Background image',
  27. left_margin : 'Left margin',
  28. right_margin : 'Right margin',
  29. top_margin : 'Top margin',
  30. bottom_margin : 'Bottom margin',
  31. text_color : 'Text color',
  32. font_size : 'Font size',
  33. font_face : 'Font face',
  34. link_color : 'Link color',
  35. hover_color : 'Hover color',
  36. visited_color : 'Visited color',
  37. active_color : 'Active color',
  38. textcolor : 'Color',
  39. fontsize : 'Font size',
  40. fontface : 'Font family',
  41. meta_index_follow : 'Index and follow the links',
  42. meta_index_nofollow : 'Index and don't follow the links',
  43. meta_noindex_follow : 'Do not index but follow the links',
  44. meta_noindex_nofollow : 'Do not index and don't follow the links',
  45. appearance_style : 'Stylesheet and style properties',
  46. stylesheet : 'Stylesheet',
  47. style : 'Style',
  48. author : 'Author',
  49. copyright : 'Copyright',
  50. add : 'Add new element',
  51. remove : 'Remove selected element',
  52. moveup : 'Move selected element up',
  53. movedown : 'Move selected element down',
  54. head_elements : 'Head elements',
  55. info : 'Information',
  56. info_text : '',
  57. add_title : 'Title element',
  58. add_meta : 'Meta element',
  59. add_script : 'Script element',
  60. add_style : 'Style element',
  61. add_link : 'Link element',
  62. add_base : 'Base element',
  63. add_comment : 'Comment node',
  64. title_element : 'Title element',
  65. script_element : 'Script element',
  66. style_element : 'Style element',
  67. base_element : 'Base element',
  68. link_element : 'Link element',
  69. meta_element : 'Meta element',
  70. comment_element : 'Comment',
  71. src : 'Src',
  72. language : 'Language',
  73. href : 'Href',
  74. target : 'Target',
  75. rel : 'Rel',
  76. type : 'Type',
  77. charset : 'Charset',
  78. defer : 'Defer',
  79. media : 'Media',
  80. properties : 'Properties',
  81. name : 'Name',
  82. value : 'Value',
  83. content : 'Content',
  84. rel : 'Rel',
  85. rev : 'Rev',
  86. hreflang : 'Href lang',
  87. general_props : 'General',
  88. advanced_props : 'Advanced',
  89. delta_width : 0,
  90. delta_height : 0
  91. });