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

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('',{
  3. theme_style_select : '-- Styles --',
  4. theme_code_desc : 'Edit HTML Source',
  5. theme_code_title : 'HTML Source Editor',
  6. theme_code_wordwrap : 'Word wrap',
  7. theme_sub_desc : 'Subscript',
  8. theme_sup_desc : 'Superscript',
  9. theme_hr_desc : 'Insert horizontal ruler',
  10. theme_removeformat_desc : 'Remove formatting',
  11. theme_custom1_desc : 'Your custom description here',
  12. insert_image_border : 'Border',
  13. insert_image_dimensions : 'Dimensions',
  14. insert_image_vspace : 'Vertical space',
  15. insert_image_hspace : 'Horizontal space',
  16. insert_image_align : 'Alignment',
  17. insert_image_align_default : '-- Not set --',
  18. insert_image_align_baseline : 'Baseline',
  19. insert_image_align_top : 'Top',
  20. insert_image_align_middle : 'Middle',
  21. insert_image_align_bottom : 'Bottom',
  22. insert_image_align_texttop : 'TextTop',
  23. insert_image_align_absmiddle : 'Absolute Middle',
  24. insert_image_align_absbottom : 'Absolute Bottom',
  25. insert_image_align_left : 'Left',
  26. insert_image_align_right : 'Right',
  27. theme_font_size : '-- Font size --',
  28. theme_fontdefault : '-- Font family --',
  29. theme_block : '-- Format --',
  30. theme_paragraph : 'Paragraph',
  31. theme_div : 'Div',
  32. theme_address : 'Address',
  33. theme_pre : 'Preformatted',
  34. theme_h1 : 'Heading 1',
  35. theme_h2 : 'Heading 2',
  36. theme_h3 : 'Heading 3',
  37. theme_h4 : 'Heading 4',
  38. theme_h5 : 'Heading 5',
  39. theme_h6 : 'Heading 6',
  40. theme_blockquote : 'Blockquote',
  41. theme_code : 'Code',
  42. theme_samp : 'Code sample',
  43. theme_dt : 'Definition term ',
  44. theme_dd : 'Definition description',
  45. theme_colorpicker_title : 'Select a color',
  46. theme_colorpicker_apply : 'Apply',
  47. theme_forecolor_desc : 'Select text color',
  48. theme_backcolor_desc : 'Select background color',
  49. theme_charmap_title : 'Select custom character',
  50. theme_charmap_desc : 'Insert custom character',
  51. theme_visualaid_desc : 'Toggle guidelines/invisible elements',
  52. insert_anchor_title : 'Insert/edit anchor',
  53. insert_anchor_name : 'Anchor name',
  54. theme_anchor_desc : 'Insert/edit anchor',
  55. theme_insert_link_titlefield : 'Title',
  56. theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.nDo you want more information about this issue?',
  57. theme_path : 'Path',
  58. cut_desc : 'Cut',
  59. copy_desc : 'Copy',
  60. paste_desc : 'Paste',
  61. link_list : 'Link list',
  62. image_list : 'Image list',
  63. browse : 'Browse',
  64. image_props_desc : 'Image properties',
  65. newdocument_desc : 'New document',
  66. class_name : 'Class',
  67. newdocument : 'Are you sure you want clear all contents?',
  68. about_title : 'About TinyMCE',
  69. about : 'About',
  70. license : 'License',
  71. plugins : 'Plugins',
  72. plugin : 'Plugin',
  73. author : 'Author',
  74. version : 'Version',
  75. loaded_plugins : 'Loaded plugins',
  76. help : 'Help',
  77. not_set : '-- Not set --',
  78. close : 'Close',
  79. toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X',
  80. invalid_data : 'Error: Invalid values entered, these are marked in red.',
  81. more_colors : 'More colors',
  82. color_picker_tab : 'Picker',
  83. color_picker : 'Color picker',
  84. web_colors_tab : 'Web safe',
  85. web_colors : 'Web safe colors',
  86. named_colors_tab : 'Named',
  87. named_colors : 'Named colors',
  88. color : 'Color:',
  89. color_name : 'Name:'
  90. });