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

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('style',{
  3. title : 'Edit CSS Style',
  4. styleinfo_desc : 'Edit CSS Style',
  5. apply : 'Apply',
  6. text_tab : 'Text',
  7. background_tab : 'Background',
  8. block_tab : 'Block',
  9. box_tab : 'Box',
  10. border_tab : 'Border',
  11. list_tab : 'List',
  12. positioning_tab : 'Positioning',
  13. text_props : 'Text',
  14. text_font : 'Font',
  15. text_size : 'Size',
  16. text_weight : 'Weight',
  17. text_style : 'Style',
  18. text_variant : 'Variant',
  19. text_lineheight : 'Line height',
  20. text_case : 'Case',
  21. text_color : 'Color',
  22. text_decoration : 'Decoration',
  23. text_overline : 'overline',
  24. text_underline : 'underline',
  25. text_striketrough : 'strikethrough',
  26. text_blink : 'blink',
  27. text_none : 'none',
  28. background_color : 'Background color',
  29. background_image : 'Background image',
  30. background_repeat : 'Repeat',
  31. background_attachment : 'Attachment',
  32. background_hpos : 'Horizontal position',
  33. background_vpos : 'Vertical position',
  34. block_wordspacing : 'Word spacing',
  35. block_letterspacing : 'Letter spacing',
  36. block_vertical_alignment : 'Vertical alignment',
  37. block_text_align : 'Text align',
  38. block_text_indent : 'Text indent',
  39. block_whitespace : 'Whitespace',
  40. block_display : 'Display',
  41. box_width : 'Width',
  42. box_height : 'Height',
  43. box_float : 'Float',
  44. box_clear : 'Clear',
  45. padding : 'Padding',
  46. same : 'Same for all',
  47. top : 'Top',
  48. right : 'Right',
  49. bottom : 'Bottom',
  50. left : 'Left',
  51. margin : 'Margin',
  52. style : 'Style',
  53. width : 'Width',
  54. height : 'Height',
  55. color : 'Color',
  56. list_type : 'Type',
  57. bullet_image : 'Bullet image',
  58. position : 'Position',
  59. positioning_type : 'Type',
  60. visibility : 'Visibility',
  61. zindex : 'Z-index',
  62. overflow : 'Overflow',
  63. placement : 'Placement',
  64. clip : 'Clip'
  65. });