1 tinyMCE.addI18n('en.table_dlg',{
\r
2 general_tab:"General",
\r
3 advanced_tab:"Advanced",
\r
4 general_props:"General properties",
\r
5 advanced_props:"Advanced properties",
\r
6 rowtype:"Row in table part",
\r
7 title:"Insert/Modify table",
\r
12 cellspacing:"Cellspacing",
\r
13 cellpadding:"Cellpadding",
\r
16 align_default:"Default",
\r
18 align_right:"Right",
\r
19 align_middle:"Center",
\r
20 row_title:"Table row properties",
\r
21 cell_title:"Table cell properties",
\r
22 cell_type:"Cell type",
\r
23 valign:"Vertical alignment",
\r
25 align_bottom:"Bottom",
\r
26 bordercolor:"Border color",
\r
27 bgcolor:"Background color",
\r
28 merge_cells_title:"Merge table cells",
\r
31 langdir:"Language direction",
\r
32 langcode:"Language code",
\r
33 mime:"Target MIME type",
\r
34 ltr:"Left to right",
\r
35 rtl:"Right to left",
\r
36 bgimage:"Background image",
\r
40 cell_cell:"Update current cell",
\r
41 cell_row:"Update all cells in row",
\r
42 cell_all:"Update all cells in table",
\r
43 row_row:"Update current row",
\r
44 row_odd:"Update odd rows in table",
\r
45 row_even:"Update even rows in table",
\r
46 row_all:"Update all rows in table",
\r
51 rowgroup:"Row Group",
\r
52 colgroup:"Col Group",
\r
53 col_limit:"You've exceeded the maximum number of columns of {$cols}.",
\r
54 row_limit:"You've exceeded the maximum number of rows of {$rows}.",
\r
55 cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
\r
56 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.",
\r
57 caption:"Table caption",
\r
60 frame_groups:"groups",
\r
66 rules_above:"above",
\r
67 rules_below:"below",
\r
68 rules_hsides:"hsides",
\r
71 rules_vsides:"vsides",
\r
73 rules_border:"border"
\r