| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,79 @@ |
| 1 |
+// UK lang variables |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('table',{
|
|
| 4 |
+general_tab : 'General', |
|
| 5 |
+advanced_tab : 'Advanced', |
|
| 6 |
+general_props : 'General properties', |
|
| 7 |
+advanced_props : 'Advanced properties', |
|
| 8 |
+desc : 'Inserts a new table', |
|
| 9 |
+row_before_desc : 'Insert row before', |
|
| 10 |
+row_after_desc : 'Insert row after', |
|
| 11 |
+delete_row_desc : 'Delete row', |
|
| 12 |
+col_before_desc : 'Insert column before', |
|
| 13 |
+col_after_desc : 'Insert column after', |
|
| 14 |
+delete_col_desc : 'Remove column', |
|
| 15 |
+rowtype : 'Row in table part', |
|
| 16 |
+title : 'Insert/Modify table', |
|
| 17 |
+width : 'Width', |
|
| 18 |
+height : 'Height', |
|
| 19 |
+cols : 'Columns', |
|
| 20 |
+rows : 'Rows', |
|
| 21 |
+cellspacing : 'Cellspacing', |
|
| 22 |
+cellpadding : 'Cellpadding', |
|
| 23 |
+border : 'Border', |
|
| 24 |
+align : 'Alignment', |
|
| 25 |
+align_default : 'Default', |
|
| 26 |
+align_left : 'Left', |
|
| 27 |
+align_right : 'Right', |
|
| 28 |
+align_middle : 'Center', |
|
| 29 |
+row_title : 'Table row properties', |
|
| 30 |
+cell_title : 'Table cell properties', |
|
| 31 |
+cell_type : 'Cell type', |
|
| 32 |
+row_desc : 'Table row properties', |
|
| 33 |
+cell_desc : 'Table cell properties', |
|
| 34 |
+valign : 'Vertical alignment', |
|
| 35 |
+align_top : 'Top', |
|
| 36 |
+align_bottom : 'Bottom', |
|
| 37 |
+props_desc : 'Table properties', |
|
| 38 |
+bordercolor : 'Border color', |
|
| 39 |
+bgcolor : 'Background color', |
|
| 40 |
+merge_cells_title : 'Merge table cells', |
|
| 41 |
+split_cells_desc : 'Split table cells', |
|
| 42 |
+merge_cells_desc : 'Merge table cells', |
|
| 43 |
+cut_row_desc : 'Cut table row', |
|
| 44 |
+copy_row_desc : 'Copy table row', |
|
| 45 |
+paste_row_before_desc : 'Paste table row before', |
|
| 46 |
+paste_row_after_desc : 'Paste table row after', |
|
| 47 |
+id : 'Id', |
|
| 48 |
+style: 'Style', |
|
| 49 |
+langdir : 'Language direction', |
|
| 50 |
+langcode : 'Language code', |
|
| 51 |
+mime : 'Target MIME type', |
|
| 52 |
+ltr : 'Left to right', |
|
| 53 |
+rtl : 'Right to left', |
|
| 54 |
+bgimage : 'Background image', |
|
| 55 |
+summary : 'Summary', |
|
| 56 |
+td : "Data", |
|
| 57 |
+th : "Header", |
|
| 58 |
+cell_cell : 'Update current cell', |
|
| 59 |
+cell_row : 'Update all cells in row', |
|
| 60 |
+cell_all : 'Update all cells in table', |
|
| 61 |
+row_row : 'Update current row', |
|
| 62 |
+row_odd : 'Update odd rows in table', |
|
| 63 |
+row_even : 'Update even rows in table', |
|
| 64 |
+row_all : 'Update all rows in table', |
|
| 65 |
+thead : 'Table Head', |
|
| 66 |
+tbody : 'Table Body', |
|
| 67 |
+tfoot : 'Table Foot', |
|
| 68 |
+del : 'Delete table', |
|
| 69 |
+scope : 'Scope', |
|
| 70 |
+row : 'Row', |
|
| 71 |
+col : 'Col', |
|
| 72 |
+rowgroup : 'Row Group', |
|
| 73 |
+colgroup : 'Col Group', |
|
| 74 |
+col_limit : 'You\'ve exceeded the maximum number of columns of {$cols}.',
|
|
| 75 |
+row_limit : 'You\'ve exceeded the maximum number of rows of {$rows}.',
|
|
| 76 |
+cell_limit : 'You\'ve exceeded the maximum number of cells of {$cells}.',
|
|
| 77 |
+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.', |
|
| 78 |
+caption : 'Table caption' |
|
| 79 |
+}); |