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