PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/editors/tiny_mce_3_4_3_1/plugins/table/langs/en_dlg.js

#
JavaScript | 75 lines | 75 code | 0 blank | 0 comment | 0 complexity | 97fb3f0816d4821e5ed7ca996633b277 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. tinyMCE.addI18n('en.table_dlg',{
  2. general_tab:"General",
  3. advanced_tab:"Advanced",
  4. general_props:"General properties",
  5. advanced_props:"Advanced properties",
  6. rowtype:"Row in table part",
  7. title:"Insert/Modify table",
  8. width:"Width",
  9. height:"Height",
  10. cols:"Columns",
  11. rows:"Rows",
  12. cellspacing:"Cellspacing",
  13. cellpadding:"Cellpadding",
  14. border:"Border",
  15. align:"Alignment",
  16. align_default:"Default",
  17. align_left:"Left",
  18. align_right:"Right",
  19. align_middle:"Center",
  20. row_title:"Table row properties",
  21. cell_title:"Table cell properties",
  22. cell_type:"Cell type",
  23. valign:"Vertical alignment",
  24. align_top:"Top",
  25. align_bottom:"Bottom",
  26. bordercolor:"Border color",
  27. bgcolor:"Background color",
  28. merge_cells_title:"Merge table cells",
  29. id:"Id",
  30. style:"Style",
  31. langdir:"Language direction",
  32. langcode:"Language code",
  33. mime:"Target MIME type",
  34. ltr:"Left to right",
  35. rtl:"Right to left",
  36. bgimage:"Background image",
  37. summary:"Summary",
  38. td:"Data",
  39. th:"Header",
  40. cell_cell:"Update current cell",
  41. cell_row:"Update all cells in row",
  42. cell_col:"Update all cells in column",
  43. cell_all:"Update all cells in table",
  44. row_row:"Update current row",
  45. row_odd:"Update odd rows in table",
  46. row_even:"Update even rows in table",
  47. row_all:"Update all rows in table",
  48. thead:"Table Head",
  49. tbody:"Table Body",
  50. tfoot:"Table Foot",
  51. scope:"Scope",
  52. rowgroup:"Row Group",
  53. colgroup:"Col Group",
  54. col_limit:"You've exceeded the maximum number of columns of {$cols}.",
  55. row_limit:"You've exceeded the maximum number of rows of {$rows}.",
  56. cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
  57. 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.",
  58. caption:"Table caption",
  59. frame:"Frame",
  60. frame_none:"none",
  61. frame_groups:"groups",
  62. frame_rows:"rows",
  63. frame_cols:"cols",
  64. frame_all:"all",
  65. rules:"Rules",
  66. rules_void:"void",
  67. rules_above:"above",
  68. rules_below:"below",
  69. rules_hsides:"hsides",
  70. rules_lhs:"lhs",
  71. rules_rhs:"rhs",
  72. rules_vsides:"vsides",
  73. rules_box:"box",
  74. rules_border:"border"
  75. });