annotate static/js/tiny_mce/plugins/table/langs/en_dlg.js @ 1201:fe10aea76cbd tip

Add 2023 MP3 compilation links
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Mar 2024 14:50:23 -0500
parents 6c182ceb7147
children
rev   line source
bgneal@312 1 tinyMCE.addI18n('en.table_dlg',{
bgneal@312 2 general_tab:"General",
bgneal@312 3 advanced_tab:"Advanced",
bgneal@312 4 general_props:"General properties",
bgneal@312 5 advanced_props:"Advanced properties",
bgneal@312 6 rowtype:"Row in table part",
bgneal@312 7 title:"Insert/Modify table",
bgneal@312 8 width:"Width",
bgneal@312 9 height:"Height",
bgneal@442 10 cols:"Columns",
bgneal@312 11 rows:"Rows",
bgneal@312 12 cellspacing:"Cellspacing",
bgneal@312 13 cellpadding:"Cellpadding",
bgneal@312 14 border:"Border",
bgneal@312 15 align:"Alignment",
bgneal@312 16 align_default:"Default",
bgneal@312 17 align_left:"Left",
bgneal@312 18 align_right:"Right",
bgneal@312 19 align_middle:"Center",
bgneal@312 20 row_title:"Table row properties",
bgneal@312 21 cell_title:"Table cell properties",
bgneal@312 22 cell_type:"Cell type",
bgneal@312 23 valign:"Vertical alignment",
bgneal@312 24 align_top:"Top",
bgneal@312 25 align_bottom:"Bottom",
bgneal@312 26 bordercolor:"Border color",
bgneal@312 27 bgcolor:"Background color",
bgneal@312 28 merge_cells_title:"Merge table cells",
bgneal@312 29 id:"Id",
bgneal@312 30 style:"Style",
bgneal@312 31 langdir:"Language direction",
bgneal@312 32 langcode:"Language code",
bgneal@312 33 mime:"Target MIME type",
bgneal@312 34 ltr:"Left to right",
bgneal@312 35 rtl:"Right to left",
bgneal@312 36 bgimage:"Background image",
bgneal@312 37 summary:"Summary",
bgneal@312 38 td:"Data",
bgneal@312 39 th:"Header",
bgneal@312 40 cell_cell:"Update current cell",
bgneal@312 41 cell_row:"Update all cells in row",
bgneal@312 42 cell_all:"Update all cells in table",
bgneal@312 43 row_row:"Update current row",
bgneal@312 44 row_odd:"Update odd rows in table",
bgneal@312 45 row_even:"Update even rows in table",
bgneal@312 46 row_all:"Update all rows in table",
bgneal@312 47 thead:"Table Head",
bgneal@312 48 tbody:"Table Body",
bgneal@312 49 tfoot:"Table Foot",
bgneal@312 50 scope:"Scope",
bgneal@312 51 rowgroup:"Row Group",
bgneal@312 52 colgroup:"Col Group",
bgneal@312 53 col_limit:"You've exceeded the maximum number of columns of {$cols}.",
bgneal@312 54 row_limit:"You've exceeded the maximum number of rows of {$rows}.",
bgneal@312 55 cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
bgneal@312 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.",
bgneal@312 57 caption:"Table caption",
bgneal@312 58 frame:"Frame",
bgneal@312 59 frame_none:"none",
bgneal@312 60 frame_groups:"groups",
bgneal@312 61 frame_rows:"rows",
bgneal@312 62 frame_cols:"cols",
bgneal@312 63 frame_all:"all",
bgneal@312 64 rules:"Rules",
bgneal@312 65 rules_void:"void",
bgneal@312 66 rules_above:"above",
bgneal@312 67 rules_below:"below",
bgneal@312 68 rules_hsides:"hsides",
bgneal@312 69 rules_lhs:"lhs",
bgneal@312 70 rules_rhs:"rhs",
bgneal@312 71 rules_vsides:"vsides",
bgneal@312 72 rules_box:"box",
bgneal@312 73 rules_border:"border"
bgneal@312 74 });