2009-11-21 03:26:09 +01:00
tinyMCE . addI18n ( 'en.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" ,
2011-04-05 01:42:57 +02:00
cols : "Columns" ,
2009-11-21 03:26:09 +01:00
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"
} ) ;