Browse code

Actually use TinyMCE 3.4.8 for TinyMCE3 option instead of original 2.0.1; that version is moved to 'tinymce2' directory

Clarissa Walker authored on 2026/07/27 09:02:31
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,66 +0,0 @@
1
-// UK lang variables
2
-
3
-tinyMCE.addToLang('style',{
4
-title : 'Edit CSS Style',
5
-styleinfo_desc : 'Edit CSS Style',
6
-apply : 'Apply',
7
-text_tab : 'Text',
8
-background_tab : 'Background',
9
-block_tab : 'Block',
10
-box_tab : 'Box',
11
-border_tab : 'Border',
12
-list_tab : 'List',
13
-positioning_tab : 'Positioning',
14
-text_props : 'Text',
15
-text_font : 'Font',
16
-text_size : 'Size',
17
-text_weight : 'Weight',
18
-text_style : 'Style',
19
-text_variant : 'Variant',
20
-text_lineheight : 'Line height',
21
-text_case : 'Case',
22
-text_color : 'Color',
23
-text_decoration : 'Decoration',
24
-text_overline : 'overline',
25
-text_underline : 'underline',
26
-text_striketrough : 'strikethrough',
27
-text_blink : 'blink',
28
-text_none : 'none',
29
-background_color : 'Background color',
30
-background_image : 'Background image',
31
-background_repeat : 'Repeat',
32
-background_attachment : 'Attachment',
33
-background_hpos : 'Horizontal position',
34
-background_vpos : 'Vertical position',
35
-block_wordspacing : 'Word spacing',
36
-block_letterspacing : 'Letter spacing',
37
-block_vertical_alignment : 'Vertical alignment',
38
-block_text_align : 'Text align',
39
-block_text_indent : 'Text indent',
40
-block_whitespace : 'Whitespace',
41
-block_display : 'Display',
42
-box_width : 'Width',
43
-box_height : 'Height',
44
-box_float : 'Float',
45
-box_clear : 'Clear',
46
-padding : 'Padding',
47
-same : 'Same for all',
48
-top : 'Top',
49
-right : 'Right',
50
-bottom : 'Bottom',
51
-left : 'Left',
52
-margin : 'Margin',
53
-style : 'Style',
54
-width : 'Width',
55
-height : 'Height',
56
-color : 'Color',
57
-list_type : 'Type',
58
-bullet_image : 'Bullet image',
59
-position : 'Position',
60
-positioning_type : 'Type',
61
-visibility : 'Visibility',
62
-zindex : 'Z-index',
63
-overflow : 'Overflow',
64
-placement : 'Placement',
65
-clip : 'Clip'
66
-});
Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,66 @@
1
+// UK lang variables
2
+
3
+tinyMCE.addToLang('style',{
4
+title : 'Edit CSS Style',
5
+styleinfo_desc : 'Edit CSS Style',
6
+apply : 'Apply',
7
+text_tab : 'Text',
8
+background_tab : 'Background',
9
+block_tab : 'Block',
10
+box_tab : 'Box',
11
+border_tab : 'Border',
12
+list_tab : 'List',
13
+positioning_tab : 'Positioning',
14
+text_props : 'Text',
15
+text_font : 'Font',
16
+text_size : 'Size',
17
+text_weight : 'Weight',
18
+text_style : 'Style',
19
+text_variant : 'Variant',
20
+text_lineheight : 'Line height',
21
+text_case : 'Case',
22
+text_color : 'Color',
23
+text_decoration : 'Decoration',
24
+text_overline : 'overline',
25
+text_underline : 'underline',
26
+text_striketrough : 'strikethrough',
27
+text_blink : 'blink',
28
+text_none : 'none',
29
+background_color : 'Background color',
30
+background_image : 'Background image',
31
+background_repeat : 'Repeat',
32
+background_attachment : 'Attachment',
33
+background_hpos : 'Horizontal position',
34
+background_vpos : 'Vertical position',
35
+block_wordspacing : 'Word spacing',
36
+block_letterspacing : 'Letter spacing',
37
+block_vertical_alignment : 'Vertical alignment',
38
+block_text_align : 'Text align',
39
+block_text_indent : 'Text indent',
40
+block_whitespace : 'Whitespace',
41
+block_display : 'Display',
42
+box_width : 'Width',
43
+box_height : 'Height',
44
+box_float : 'Float',
45
+box_clear : 'Clear',
46
+padding : 'Padding',
47
+same : 'Same for all',
48
+top : 'Top',
49
+right : 'Right',
50
+bottom : 'Bottom',
51
+left : 'Left',
52
+margin : 'Margin',
53
+style : 'Style',
54
+width : 'Width',
55
+height : 'Height',
56
+color : 'Color',
57
+list_type : 'Type',
58
+bullet_image : 'Bullet image',
59
+position : 'Position',
60
+positioning_type : 'Type',
61
+visibility : 'Visibility',
62
+zindex : 'Z-index',
63
+overflow : 'Overflow',
64
+placement : 'Placement',
65
+clip : 'Clip'
66
+});