Statistics
| Branch: | Tag: | Revision:

root / static / js / tinymce / plugins / table / langs / th_dlg.js @ 6ecbf4ec

History | View | Annotate | Download (3.2 kB)

1
tinyMCE.addI18n('th.table_dlg',{
2
general_tab:"\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B",
3
advanced_tab:"\u0E02\u0E31\u0E49\u0E19\u0E2A\u0E39\u0E07",
4
general_props:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B",
5
advanced_props:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E02\u0E31\u0E49\u0E19\u0E2A\u0E39\u0E07",
6
rowtype:"Row in table part",
7
title:"\u0E40\u0E1E\u0E34\u0E48\u0E21/\u0E41\u0E01\u0E49\u0E44\u0E02 \u0E15\u0E32\u0E23\u0E32\u0E07",
8
width:"\u0E01\u0E27\u0E49\u0E32\u0E07",
9
height:"\u0E2A\u0E39\u0E07",
10
cols:"\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E1E\u0E4C",
11
rows:"\u0E41\u0E16\u0E27",
12
cellspacing:"Cellspacing",
13
cellpadding:"Cellpadding",
14
border:"\u0E01\u0E23\u0E2D\u0E1A",
15
align:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E08\u0E31\u0E14\u0E27\u0E32\u0E07",
16
align_default:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",
17
align_left:"\u0E0B\u0E49\u0E32\u0E22",
18
align_right:"\u0E02\u0E27\u0E32",
19
align_middle:"\u0E01\u0E25\u0E32\u0E07",
20
row_title:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E41\u0E16\u0E27\u0E43\u0E19\u0E15\u0E32\u0E23\u0E32\u0E07",
21
cell_title:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E0B\u0E25\u0E25\u0E4C\u0E43\u0E19\u0E32\u0E23\u0E32\u0E07",
22
cell_type:"Cell type",
23
valign:"Vertical alignment",
24
align_top:"\u0E1A\u0E19",
25
align_bottom:"\u0E25\u0E48\u0E32\u0E07",
26
bordercolor:"\u0E2A\u0E35\u0E01\u0E23\u0E2D\u0E1A",
27
bgcolor:"\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",
28
merge_cells_title:"Merge table cells",
29
id:"Id",
30
style:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A",
31
langdir:"\u0E17\u0E34\u0E28\u0E17\u0E32\u0E07\u0E01\u0E32\u0E23\u0E2D\u0E48\u0E32\u0E19",
32
langcode:"\u0E42\u0E04\u0E4A\u0E14\u0E20\u0E32\u0E29\u0E32",
33
mime:"\u0E40\u0E1B\u0E49\u0E32\u0E2B\u0E21\u0E32\u0E22 MIME type",
34
ltr:"\u0E0B\u0E49\u0E32\u0E22\u0E44\u0E1B\u0E02\u0E27\u0E32",
35
rtl:"\u0E02\u0E27\u0E32\u0E44\u0E1B\u0E0B\u0E49\u0E32\u0E22",
36
bgimage:"\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07 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
});