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

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('table',{
  3. general_tab : 'General',
  4. advanced_tab : 'Advanced',
  5. general_props : 'General properties',
  6. advanced_props : 'Advanced properties',
  7. desc : 'Inserts a new table',
  8. row_before_desc : 'Insert row before',
  9. row_after_desc : 'Insert row after',
  10. delete_row_desc : 'Delete row',
  11. col_before_desc : 'Insert column before',
  12. col_after_desc : 'Insert column after',
  13. delete_col_desc : 'Remove column',
  14. rowtype : 'Row in table part',
  15. title : 'Insert/Modify table',
  16. width : 'Width',
  17. height : 'Height',
  18. cols : 'Columns',
  19. rows : 'Rows',
  20. cellspacing : 'Cellspacing',
  21. cellpadding : 'Cellpadding',
  22. border : 'Border',
  23. align : 'Alignment',
  24. align_default : 'Default',
  25. align_left : 'Left',
  26. align_right : 'Right',
  27. align_middle : 'Center',
  28. row_title : 'Table row properties',
  29. cell_title : 'Table cell properties',
  30. cell_type : 'Cell type',
  31. row_desc : 'Table row properties',
  32. cell_desc : 'Table cell properties',
  33. valign : 'Vertical alignment',
  34. align_top : 'Top',
  35. align_bottom : 'Bottom',
  36. props_desc : 'Table properties',
  37. bordercolor : 'Border color',
  38. bgcolor : 'Background color',
  39. merge_cells_title : 'Merge table cells',
  40. split_cells_desc : 'Split table cells',
  41. merge_cells_desc : 'Merge table cells',
  42. cut_row_desc : 'Cut table row',
  43. copy_row_desc : 'Copy table row',
  44. paste_row_before_desc : 'Paste table row before',
  45. paste_row_after_desc : 'Paste table row after',
  46. id : 'Id',
  47. style: 'Style',
  48. langdir : 'Language direction',
  49. langcode : 'Language code',
  50. mime : 'Target MIME type',
  51. ltr : 'Left to right',
  52. rtl : 'Right to left',
  53. bgimage : 'Background image',
  54. summary : 'Summary',
  55. td : "Data",
  56. th : "Header",
  57. cell_cell : 'Update current cell',
  58. cell_row : 'Update all cells in row',
  59. cell_all : 'Update all cells in table',
  60. row_row : 'Update current row',
  61. row_odd : 'Update odd rows in table',
  62. row_even : 'Update even rows in table',
  63. row_all : 'Update all rows in table',
  64. thead : 'Table Head',
  65. tbody : 'Table Body',
  66. tfoot : 'Table Foot',
  67. del : 'Delete table',
  68. scope : 'Scope',
  69. row : 'Row',
  70. col : 'Col',
  71. rowgroup : 'Row Group',
  72. colgroup : 'Col Group',
  73. col_limit : 'You've exceeded the maximum number of columns of {$cols}.',
  74. row_limit : 'You've exceeded the maximum number of rows of {$rows}.',
  75. cell_limit : 'You've exceeded the maximum number of cells of {$cells}.',
  76. missing_scope: 'Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.',
  77. caption : 'Table caption'
  78. });