annotate media/js/tiny_mce/plugins/table/langs/en_dlg.js @ 45:a5b4c5ce0658

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