~pluck-cms-team/pluck-cms/release-4.7

« back to all changes in this revision

Viewing changes to data/modules/tinymce/lib/plugins/table/langs/en_dlg.js

  • Committer: Anders G. Jørgensen
  • Date: 2012-10-15 18:27:16 UTC
  • mfrom: (396.1.26 pluck-cms)
  • Revision ID: spirit55555@gmail.com-20121015182716-3vu9pypczkdhien1
Merging Uranium235's changes. Thanks for the work!

Show diffs side-by-side

added added

removed removed

Lines of Context:
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:"Columns",
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_col:"Update all cells in column",
43
 
cell_all:"Update all cells in table",
44
 
row_row:"Update current row",
45
 
row_odd:"Update odd rows in table",
46
 
row_even:"Update even rows in table",
47
 
row_all:"Update all rows in table",
48
 
thead:"Table Head",
49
 
tbody:"Table Body",
50
 
tfoot:"Table Foot",
51
 
scope:"Scope",
52
 
rowgroup:"Row Group",
53
 
colgroup:"Col Group",
54
 
col_limit:"You've exceeded the maximum number of columns of {$cols}.",
55
 
row_limit:"You've exceeded the maximum number of rows of {$rows}.",
56
 
cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
57
 
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.",
58
 
caption:"Table caption",
59
 
frame:"Frame",
60
 
frame_none:"none",
61
 
frame_groups:"groups",
62
 
frame_rows:"rows",
63
 
frame_cols:"cols",
64
 
frame_all:"all",
65
 
rules:"Rules",
66
 
rules_void:"void",
67
 
rules_above:"above",
68
 
rules_below:"below",
69
 
rules_hsides:"hsides",
70
 
rules_lhs:"lhs",
71
 
rules_rhs:"rhs",
72
 
rules_vsides:"vsides",
73
 
rules_box:"box",
74
 
rules_border:"border"
75
 
});
 
 
b'\\ No newline at end of file'
 
1
tinyMCE.addI18n('en.table_dlg',{"rules_border":"border","rules_box":"box","rules_vsides":"vsides","rules_rhs":"rhs","rules_lhs":"lhs","rules_hsides":"hsides","rules_below":"below","rules_above":"above","rules_void":"void",rules:"Rules","frame_all":"all","frame_cols":"cols","frame_rows":"rows","frame_groups":"groups","frame_none":"none",frame:"Frame",caption:"Table Caption","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.","cell_limit":"You\'ve exceeded the maximum number of cells of {$cells}.","row_limit":"You\'ve exceeded the maximum number of rows of {$rows}.","col_limit":"You\'ve exceeded the maximum number of columns of {$cols}.",colgroup:"Col Group",rowgroup:"Row Group",scope:"Scope",tfoot:"Footer",tbody:"Body",thead:"Header","row_all":"Update All Rows in Table","row_even":"Update Even Rows in Table","row_odd":"Update Odd Rows in Table","row_row":"Update Current Row","cell_all":"Update All Cells in Table","cell_row":"Update All Cells in Row","cell_cell":"Update Current Cell",th:"Header",td:"Data",summary:"Summary",bgimage:"Background Image",rtl:"Right to Left",ltr:"Left to Right",mime:"Target MIME Type",langcode:"Language Code",langdir:"Language Direction",style:"Style",id:"ID","merge_cells_title":"Merge Table Cells",bgcolor:"Background Color",bordercolor:"Border Color","align_bottom":"Bottom","align_top":"Top",valign:"Vertical Alignment","cell_type":"Cell Type","cell_title":"Table Cell Properties","row_title":"Table Row Properties","align_middle":"Center","align_right":"Right","align_left":"Left","align_default":"Default",align:"Alignment",border:"Border",cellpadding:"Cell Padding",cellspacing:"Cell Spacing",rows:"Rows",cols:"Columns",height:"Height",width:"Width",title:"Insert/Edit Table",rowtype:"Row Type","advanced_props":"Advanced Properties","general_props":"General Properties","advanced_tab":"Advanced","general_tab":"General","cell_col":"Update all cells in column"});
 
 
b'\\ No newline at end of file'