| | |
| | | tinyMCE.addI18n('hi.table_dlg',{
|
| | | general_tab:"General",
|
| | | advanced_tab:"Advanced",
|
| | | general_props:"General properties",
|
| | | advanced_props:"Advanced properties",
|
| | | rowtype:"Row in table part",
|
| | | title:"Insert/Modify table",
|
| | | width:"Width",
|
| | | height:"Height",
|
| | | cols:"Cols",
|
| | | rows:"Rows",
|
| | | cellspacing:"Cellspacing",
|
| | | cellpadding:"Cellpadding",
|
| | | border:"Border",
|
| | | align:"Alignment",
|
| | | align_default:"Default",
|
| | | align_left:"Left",
|
| | | align_right:"Right",
|
| | | align_middle:"Center",
|
| | | row_title:"Table row properties",
|
| | | cell_title:"Table cell properties",
|
| | | cell_type:"Cell type",
|
| | | valign:"Vertical alignment",
|
| | | align_top:"Top",
|
| | | align_bottom:"Bottom",
|
| | | bordercolor:"Border color",
|
| | | bgcolor:"Background color",
|
| | | merge_cells_title:"Merge table cells",
|
| | | id:"Id",
|
| | | style:"Style",
|
| | | langdir:"Language direction",
|
| | | langcode:"Language code",
|
| | | mime:"Target MIME type",
|
| | | ltr:"Left to right",
|
| | | rtl:"Right to left",
|
| | | bgimage:"Background image",
|
| | | summary:"Summary",
|
| | | td:"Data",
|
| | | th:"Header",
|
| | | cell_cell:"Update current cell",
|
| | | cell_row:"Update all cells in row",
|
| | | cell_all:"Update all cells in table",
|
| | | row_row:"Update current row",
|
| | | row_odd:"Update odd rows in table",
|
| | | row_even:"Update even rows in table",
|
| | | row_all:"Update all rows in table",
|
| | | thead:"Table Head",
|
| | | tbody:"Table Body",
|
| | | tfoot:"Table Foot",
|
| | | scope:"Scope",
|
| | | rowgroup:"Row Group",
|
| | | colgroup:"Col Group",
|
| | | col_limit:"You've exceeded the maximum number of columns of {$cols}.",
|
| | | row_limit:"You've exceeded the maximum number of rows of {$rows}.",
|
| | | cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
|
| | | 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.",
|
| | | caption:"Table caption",
|
| | | frame:"Frame",
|
| | | frame_none:"none",
|
| | | frame_groups:"groups",
|
| | | frame_rows:"rows",
|
| | | frame_cols:"cols",
|
| | | frame_all:"all",
|
| | | rules:"Rules",
|
| | | rules_void:"void",
|
| | | rules_above:"above",
|
| | | rules_below:"below",
|
| | | rules_hsides:"hsides",
|
| | | rules_lhs:"lhs",
|
| | | rules_rhs:"rhs",
|
| | | rules_vsides:"vsides",
|
| | | rules_box:"box",
|
| | | rules_border:"border"
|
| | | }); |
| | | tinyMCE.addI18n('hi.table_dlg',{"rules_border":"border","rules_box":"box","rules_vsides":"vsides","rules_rhs":"rhs","rules_lhs":"lhs","rules_hsides":"hsides","rules_below":"below","rules_above":"above","rules_void":"void",rules:"Rules","frame_all":"all","frame_cols":"cols","frame_rows":"rows","frame_groups":"groups","frame_none":"none",frame:"Frame",caption:"Table caption","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.","cell_limit":"You\'ve exceeded the maximum number of cells of {$cells}.","row_limit":"You\'ve exceeded the maximum number of rows of {$rows}.","col_limit":"You\'ve exceeded the maximum number of columns of {$cols}.",colgroup:"Col Group",rowgroup:"Row Group",scope:"Scope",tfoot:"Table Foot",tbody:"Table Body",thead:"Table Head","row_all":"Update all rows in table","row_even":"Update even rows in table","row_odd":"Update odd rows in table","row_row":"Update current row","cell_all":"Update all cells in table","cell_row":"Update all cells in row","cell_cell":"Update current cell",th:"Header",td:"Data",summary:"Summary",bgimage:"Background image",rtl:"Right to left",ltr:"Left to right",mime:"Target MIME type",langcode:"Language code",langdir:"Language direction",style:"Style",id:"Id","merge_cells_title":"Merge table cells",bgcolor:"Background color",bordercolor:"Border color","align_bottom":"Bottom","align_top":"Top",valign:"Vertical alignment","cell_type":"Cell type","cell_title":"Table cell properties","row_title":"Table row properties","align_middle":"Center","align_right":"Right","align_left":"Left","align_default":"Default",align:"Alignment",border:"Border",cellpadding:"Cellpadding",cellspacing:"Cellspacing",rows:"Rows",cols:"Cols",height:"Height",width:"Width",title:"Insert/Modify table",rowtype:"Row in table part","advanced_props":"Advanced properties","general_props":"General properties","advanced_tab":"Advanced","general_tab":"General","cell_col":"Update all cells in column"}); |