Browse code

TinyMCE version directories relocated to /tinymce/ directory, each with its own version numbers: 2, 3, 4 - Slight naming tweak to TinyMCE dropdown in site settings

Clarissa Walker authored on 2026/07/27 13:46:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,62 +0,0 @@
1
-// JP lang variables
2
-
3
-tinyMCE.addToLang('',{
4
-theme_style_select : '$B%9%?%$%k(B',
5
-theme_paragraph : '$BJ8L.(B',
6
-theme_address : '$B%"%I%l%9(B',
7
-theme_pre : '$B@07A:Q$_(B',
8
-theme_h1 : 'H1',
9
-theme_h2 : 'H2',
10
-theme_h3 : 'H3',
11
-theme_h4 : 'H4',
12
-theme_h5 : 'H5',
13
-theme_h6 : 'H6',
14
-theme_div : 'Div',
15
-insert_anchor_title : '$B%"%s%+!<$NA^F~(B/$BJT=8(B',
16
-insert_anchor_name : '$B%"%s%+!<$NL>A0(B',
17
-theme_anchor_desc : '$B%"%s%+!<$NA^F~(B/$BJT=8(B',
18
-theme_code_desc : 'HTML$B$ND>@\JT=8(B',
19
-theme_code_title : 'HTML$B$NJT=8(B',
20
-theme_code_wordwrap : 'Word wrap',
21
-theme_hr_desc : '$B?eJ?@~(B',
22
-theme_removeformat_desc : '$B@07A>pJs:o=|(B',
23
-theme_visualaid_desc : '$BJd=u>pJs$N;k3P2=(B($B%H%0%k(B)',
24
-theme_sub_desc : '$BE:;z2<(B',
25
-theme_sup_desc : '$BE:;z>e(B',
26
-theme_charmap_desc : '$BFC<lJ8;z$NF~NO(B',
27
-theme_charmap_title : '$BFC<lJ8;z$rA*Br$7$F2<$5$$(B',
28
-insert_image_dimensions : '$BBg$-$5;XDj(B',
29
-insert_image_border : '$B6-3&I}(B',
30
-insert_image_vspace : '$B=DM>Gr(B',
31
-insert_image_hspace : '$B2#M>Gr(B',
32
-insert_image_align : '$B0LCV9g$o$;(B',
33
-insert_image_align_default : '$B0EL[(B',
34
-insert_image_align_baseline : '$B4p=`@~(B',
35
-insert_image_align_top : '$B>e(B',
36
-insert_image_align_middle : '$BCf(B',
37
-insert_image_align_bottom : '$B2<(B',
38
-insert_image_align_texttop : '$BJ8;z$N>e(B',
39
-insert_image_align_absmiddle : '$B@dBP$KCf(B',
40
-insert_image_align_absbottom : '$B@dBP$K2<(B',
41
-insert_image_align_left : '$B:8(B',
42
-insert_image_align_right : '$B1&(B',
43
-theme_font_size : '-- Font size --',
44
-theme_fontdefault : '-- Font family --',
45
-theme_block : '-- Format --',
46
-theme_colorpicker_title : '$B?\'$N;XDj(B',
47
-theme_colorpicker_apply : '$BE,MQ(B',
48
-theme_forecolor_desc : '$BA07J?\'(B',
49
-theme_backcolor_desc : 'Select background color',
50
-theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
51
-theme_path : 'Path',
52
-cut_desc : 'Cut',
53
-copy_desc : 'Copy',
54
-paste_desc : 'Paste',
55
-link_list : 'Link list',
56
-image_list : 'Image list',
57
-browse : 'Browse',
58
-image_props_desc : 'Image properties',
59
-newdocument_desc : 'New document',
60
-class_name : '$B%/%i%9(B',
61
-newdocument : 'Are you sure you want clear all contents?'
62
-});
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
new file mode 100644
... ...
@@ -0,0 +1,62 @@
1
+// JP lang variables
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : '$B%9%?%$%k(B',
5
+theme_paragraph : '$BJ8L.(B',
6
+theme_address : '$B%"%I%l%9(B',
7
+theme_pre : '$B@07A:Q$_(B',
8
+theme_h1 : 'H1',
9
+theme_h2 : 'H2',
10
+theme_h3 : 'H3',
11
+theme_h4 : 'H4',
12
+theme_h5 : 'H5',
13
+theme_h6 : 'H6',
14
+theme_div : 'Div',
15
+insert_anchor_title : '$B%"%s%+!<$NA^F~(B/$BJT=8(B',
16
+insert_anchor_name : '$B%"%s%+!<$NL>A0(B',
17
+theme_anchor_desc : '$B%"%s%+!<$NA^F~(B/$BJT=8(B',
18
+theme_code_desc : 'HTML$B$ND>@\JT=8(B',
19
+theme_code_title : 'HTML$B$NJT=8(B',
20
+theme_code_wordwrap : 'Word wrap',
21
+theme_hr_desc : '$B?eJ?@~(B',
22
+theme_removeformat_desc : '$B@07A>pJs:o=|(B',
23
+theme_visualaid_desc : '$BJd=u>pJs$N;k3P2=(B($B%H%0%k(B)',
24
+theme_sub_desc : '$BE:;z2<(B',
25
+theme_sup_desc : '$BE:;z>e(B',
26
+theme_charmap_desc : '$BFC<lJ8;z$NF~NO(B',
27
+theme_charmap_title : '$BFC<lJ8;z$rA*Br$7$F2<$5$$(B',
28
+insert_image_dimensions : '$BBg$-$5;XDj(B',
29
+insert_image_border : '$B6-3&I}(B',
30
+insert_image_vspace : '$B=DM>Gr(B',
31
+insert_image_hspace : '$B2#M>Gr(B',
32
+insert_image_align : '$B0LCV9g$o$;(B',
33
+insert_image_align_default : '$B0EL[(B',
34
+insert_image_align_baseline : '$B4p=`@~(B',
35
+insert_image_align_top : '$B>e(B',
36
+insert_image_align_middle : '$BCf(B',
37
+insert_image_align_bottom : '$B2<(B',
38
+insert_image_align_texttop : '$BJ8;z$N>e(B',
39
+insert_image_align_absmiddle : '$B@dBP$KCf(B',
40
+insert_image_align_absbottom : '$B@dBP$K2<(B',
41
+insert_image_align_left : '$B:8(B',
42
+insert_image_align_right : '$B1&(B',
43
+theme_font_size : '-- Font size --',
44
+theme_fontdefault : '-- Font family --',
45
+theme_block : '-- Format --',
46
+theme_colorpicker_title : '$B?\'$N;XDj(B',
47
+theme_colorpicker_apply : '$BE,MQ(B',
48
+theme_forecolor_desc : '$BA07J?\'(B',
49
+theme_backcolor_desc : 'Select background color',
50
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
51
+theme_path : 'Path',
52
+cut_desc : 'Cut',
53
+copy_desc : 'Copy',
54
+paste_desc : 'Paste',
55
+link_list : 'Link list',
56
+image_list : 'Image list',
57
+browse : 'Browse',
58
+image_props_desc : 'Image properties',
59
+newdocument_desc : 'New document',
60
+class_name : '$B%/%i%9(B',
61
+newdocument : 'Are you sure you want clear all contents?'
62
+});