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