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