File: tw.js

package info (click to toggle)
owl-dms 0.90-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,292 kB
  • ctags: 10,919
  • sloc: php: 48,457; sql: 3,603; sh: 363; perl: 204; makefile: 73
file content (43 lines) | stat: -rw-r--r-- 1,653 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// TW lang variables contributed by Jim Kou

tinyMCE.addToLang('',{
insert_table_align : '',
insert_table_align_default : 'з',
insert_table_align_left : '',
insert_table_align_middle : 'm',
insert_table_align_right : 'k',
insert_table_border : 'ؽu',
insert_table_cellpadding : 'rÅPxs涡',
insert_table_cellspacing : 'xs涡',
insert_table_class : '˦',
insert_table_cols : '',
insert_table_height : '',
insert_table_rows : 'C',
insert_table_title : 'D',
insert_table_width : 'e',
table_delete_col_desc : 'R@xs',
table_delete_row_desc : 'R@Cxs',
table_desc : '',
table_insert_col_after_desc : 'sW@xs()',
table_insert_col_before_desc : 'sW@xs(e)',
table_insert_row_after_desc : 'sW@Cxs()',
table_insert_row_before_desc : 'sW@Cxs(e)',
table_row_title : 'Table row properties',
table_cell_title : 'Table cell properties',
table_row_desc : 'Table row properties',
table_cell_desc : 'Table cell properties',
insert_table_valign : 'Vertical alignment',
insert_table_align_top : 'Top',
insert_table_align_bottom : 'Bottom',
table_props_desc : 'Table properties',
table_bordercolor : 'Border color',
table_bgcolor : 'Bg color',
table_merge_cells_title : 'Merge table cells',
table_split_cells_desc : 'Split table cells',
table_merge_cells_desc : 'Merge table cells',
table_cut_row_desc : 'Cut table row',
table_copy_row_desc : 'Copy table row',
table_paste_row_before_desc : 'Paste table row before',
table_paste_row_after_desc : 'Paste table row after',
table_insert_desc : 'Insert a new table'
});