tiny_mce 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG_PLUGIN.rdoc +6 -0
- data/CHANGELOG_TINYMCE +933 -912
- data/LICENSE +19 -0
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/install.rb +17 -7
- data/lib/tiny_mce.rb +14 -1
- data/lib/tiny_mce/assets/tiny_mce/langs/ca.js +65 -65
- data/lib/tiny_mce/assets/tiny_mce/langs/cs.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/langs/he.js +85 -85
- data/lib/tiny_mce/assets/tiny_mce/langs/hr.js +2 -1
- data/lib/tiny_mce/assets/tiny_mce/langs/ja.js +99 -91
- data/lib/tiny_mce/assets/tiny_mce/langs/sk.js +13 -13
- data/lib/tiny_mce/assets/tiny_mce/langs/ur.js +154 -0
- data/lib/tiny_mce/assets/tiny_mce/langs/vi.js +78 -78
- data/lib/tiny_mce/assets/tiny_mce/plugins/advhr/langs/ca_dlg.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/advhr/langs/he_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/advhr/langs/ja_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/advhr/langs/ur_dlg.js +5 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/advhr/langs/vi_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/advimage/langs/ca_dlg.js +23 -23
- data/lib/tiny_mce/assets/tiny_mce/plugins/advimage/langs/he_dlg.js +37 -37
- data/lib/tiny_mce/assets/tiny_mce/plugins/advimage/langs/ja_dlg.js +38 -38
- data/lib/tiny_mce/assets/tiny_mce/plugins/advimage/langs/sk_dlg.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/advimage/langs/ur_dlg.js +43 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/advimage/langs/vi_dlg.js +12 -12
- data/lib/tiny_mce/assets/tiny_mce/plugins/advlink/langs/ca_dlg.js +27 -27
- data/lib/tiny_mce/assets/tiny_mce/plugins/advlink/langs/he_dlg.js +39 -39
- data/lib/tiny_mce/assets/tiny_mce/plugins/advlink/langs/ja_dlg.js +49 -49
- data/lib/tiny_mce/assets/tiny_mce/plugins/advlink/langs/sk_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/advlink/langs/ur_dlg.js +52 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/advlink/langs/vi_dlg.js +16 -16
- data/lib/tiny_mce/assets/tiny_mce/plugins/autoresize/editor_plugin_src.js +23 -23
- data/lib/tiny_mce/assets/tiny_mce/plugins/emotions/langs/ca_dlg.js +14 -14
- data/lib/tiny_mce/assets/tiny_mce/plugins/emotions/langs/he_dlg.js +18 -18
- data/lib/tiny_mce/assets/tiny_mce/plugins/emotions/langs/ja_dlg.js +18 -18
- data/lib/tiny_mce/assets/tiny_mce/plugins/emotions/langs/ur_dlg.js +20 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/emotions/langs/vi_dlg.js +2 -2
- data/lib/tiny_mce/assets/tiny_mce/plugins/fullpage/langs/ca_dlg.js +38 -38
- data/lib/tiny_mce/assets/tiny_mce/plugins/fullpage/langs/he_dlg.js +20 -20
- data/lib/tiny_mce/assets/tiny_mce/plugins/fullpage/langs/ja_dlg.js +75 -75
- data/lib/tiny_mce/assets/tiny_mce/plugins/fullpage/langs/sk_dlg.js +6 -6
- data/lib/tiny_mce/assets/tiny_mce/plugins/fullpage/langs/ur_dlg.js +85 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/editor_plugin.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/editor_plugin_src.js +9 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/ca_dlg.js +67 -67
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/cs_dlg.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/he_dlg.js +24 -24
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/ja_dlg.js +91 -91
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/sk_dlg.js +17 -17
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/ur_dlg.js +103 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/media/langs/vi_dlg.js +11 -11
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/editor_plugin.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/editor_plugin_src.js +36 -17
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/langs/ca_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/langs/he_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/langs/ja_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/langs/sk_dlg.js +2 -2
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/langs/ur_dlg.js +5 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/paste/langs/vi_dlg.js +3 -3
- data/lib/tiny_mce/assets/tiny_mce/plugins/searchreplace/langs/ca_dlg.js +10 -10
- data/lib/tiny_mce/assets/tiny_mce/plugins/searchreplace/langs/he_dlg.js +14 -14
- data/lib/tiny_mce/assets/tiny_mce/plugins/searchreplace/langs/ja_dlg.js +13 -13
- data/lib/tiny_mce/assets/tiny_mce/plugins/searchreplace/langs/sk_dlg.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/searchreplace/langs/ur_dlg.js +16 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/searchreplace/langs/vi_dlg.js +14 -14
- data/lib/tiny_mce/assets/tiny_mce/plugins/style/langs/ca_dlg.js +23 -23
- data/lib/tiny_mce/assets/tiny_mce/plugins/style/langs/he_dlg.js +43 -43
- data/lib/tiny_mce/assets/tiny_mce/plugins/style/langs/ja_dlg.js +59 -59
- data/lib/tiny_mce/assets/tiny_mce/plugins/style/langs/sk_dlg.js +4 -4
- data/lib/tiny_mce/assets/tiny_mce/plugins/style/langs/ur_dlg.js +63 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/editor_plugin.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/editor_plugin_src.js +43 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/langs/ca_dlg.js +36 -36
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/langs/he_dlg.js +54 -54
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/langs/ja_dlg.js +67 -67
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/langs/sk_dlg.js +4 -4
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/langs/ur_dlg.js +74 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/table/langs/vi_dlg.js +36 -36
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/editor_plugin.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/editor_plugin_src.js +4 -4
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/langs/ca_dlg.js +8 -8
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/langs/he_dlg.js +4 -4
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/langs/ja_dlg.js +13 -13
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/langs/sk_dlg.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/plugins/template/langs/ur_dlg.js +15 -0
- data/lib/tiny_mce/assets/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js +15 -15
- data/lib/tiny_mce/assets/tiny_mce/plugins/xhtmlxtras/langs/he_dlg.js +25 -25
- data/lib/tiny_mce/assets/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js +25 -25
- data/lib/tiny_mce/assets/tiny_mce/plugins/xhtmlxtras/langs/ur_dlg.js +32 -0
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/img/colorpicker.jpg +0 -0
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/ca.js +32 -32
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/ca_dlg.js +30 -30
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/cs_dlg.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/he.js +57 -57
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/he_dlg.js +49 -49
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/ja.js +59 -57
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/ja_dlg.js +48 -48
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/pl.js +2 -2
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/sk.js +5 -5
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/sk_dlg.js +4 -4
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/ur.js +62 -0
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/ur_dlg.js +51 -0
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/vi.js +57 -57
- data/lib/tiny_mce/assets/tiny_mce/themes/advanced/langs/vi_dlg.js +49 -49
- data/lib/tiny_mce/assets/tiny_mce/themes/simple/langs/ca.js +4 -4
- data/lib/tiny_mce/assets/tiny_mce/themes/simple/langs/he.js +8 -8
- data/lib/tiny_mce/assets/tiny_mce/themes/simple/langs/ja.js +9 -9
- data/lib/tiny_mce/assets/tiny_mce/themes/simple/langs/ur.js +11 -0
- data/lib/tiny_mce/assets/tiny_mce/themes/simple/langs/vi.js +9 -9
- data/lib/tiny_mce/assets/tiny_mce/tiny_mce.js +1 -1
- data/lib/tiny_mce/assets/tiny_mce/tiny_mce_src.js +159 -63
- data/lib/tiny_mce/base.rb +8 -0
- data/lib/tiny_mce/helpers.rb +2 -2
- data/tasks/tiny_mce.rake +8 -0
- data/tiny_mce.gemspec +28 -8
- metadata +23 -4
|
@@ -29,7 +29,7 @@ autohref:"AutoHREF",
|
|
|
29
29
|
cache:"Z\u00E1loha",
|
|
30
30
|
hidden:"Skryt\u00FD",
|
|
31
31
|
controller:"Controller",
|
|
32
|
-
kioskmode:"Kiosk
|
|
32
|
+
kioskmode:"Kiosk re\u017Eim",
|
|
33
33
|
playeveryframe:"Prehra\u0165 ka\u017Ed\u00FD frame",
|
|
34
34
|
targetcache:"Target cache",
|
|
35
35
|
correction:"Bez opravy",
|
|
@@ -37,40 +37,40 @@ enablejavascript:"Povoli\u0165 JavaScript",
|
|
|
37
37
|
starttime:"Po\u010Diato\u010Dn\u00FD \u010Das",
|
|
38
38
|
endtime:"Kone\u010Dn\u00FD \u010Das",
|
|
39
39
|
href:"Href",
|
|
40
|
-
qtsrcchokespeed:"
|
|
40
|
+
qtsrcchokespeed:"Zn\u00ED\u017Eenie r\u00FDchlosti",
|
|
41
41
|
target:"Cie\u013E",
|
|
42
42
|
volume:"Hlasitos\u0165 zvuku",
|
|
43
43
|
autostart:"Samosp\u00FA\u0161\u0165anie",
|
|
44
44
|
enabled:"Povoli\u0165",
|
|
45
45
|
fullscreen:"Cel\u00E1 obrazovka",
|
|
46
|
-
invokeurls:"
|
|
46
|
+
invokeurls:"\u017Diada\u0165 URL",
|
|
47
47
|
mute:"Uml\u010Da\u0165",
|
|
48
|
-
stretchtofit:"
|
|
49
|
-
windowlessvideo:"
|
|
48
|
+
stretchtofit:"Natiahn\u00FA\u0165 na \u0161\u00EDrku",
|
|
49
|
+
windowlessvideo:"Video bez okna",
|
|
50
50
|
balance:"Rovnov\u00E1ha",
|
|
51
51
|
baseurl:"Z\u00E1kladn\u00E1 URL",
|
|
52
52
|
captioningid:"Captioning id",
|
|
53
|
-
currentmarker:"
|
|
54
|
-
currentposition:"
|
|
53
|
+
currentmarker:"Aktu\u00E1lna zna\u010Dka",
|
|
54
|
+
currentposition:"Aktu\u00E1lna poz\u00EDcia",
|
|
55
55
|
defaultframe:"Predvolen\u00FD r\u00E1mec",
|
|
56
56
|
playcount:"Po\u010D\u00EDtadlo prehrat\u00ED",
|
|
57
57
|
rate:"Pomer",
|
|
58
|
-
uimode:"UI
|
|
58
|
+
uimode:"UI re\u017Eim",
|
|
59
59
|
flash_options:"Vlastnosti Flash",
|
|
60
60
|
qt_options:"Vlastnosti Quicktime",
|
|
61
61
|
wmp_options:"Vlastnosti Windows media player",
|
|
62
62
|
rmp_options:"Vlastnosti Real media player",
|
|
63
63
|
shockwave_options:"Vlastnosti Shockwave",
|
|
64
|
-
autogotourl:"Auto
|
|
65
|
-
center:"
|
|
66
|
-
imagestatus:"
|
|
64
|
+
autogotourl:"Auto prechod na URL",
|
|
65
|
+
center:"Na stred",
|
|
66
|
+
imagestatus:"Stav obr\u00E1zka",
|
|
67
67
|
maintainaspect:"Maintain aspect",
|
|
68
68
|
nojava:"No java",
|
|
69
69
|
prefetch:"Prefetch",
|
|
70
70
|
shuffle:"Shuffle",
|
|
71
71
|
console:"Konzola",
|
|
72
72
|
numloop:"Num loops",
|
|
73
|
-
controls:"
|
|
73
|
+
controls:"Ovl\u00E1danie",
|
|
74
74
|
scriptcallbacks:"Script callbacks",
|
|
75
75
|
swstretchstyle:"Stretch style",
|
|
76
76
|
swstretchhalign:"Stretch H-Align",
|
|
@@ -90,14 +90,14 @@ align_bottom_left:"Bottom left",
|
|
|
90
90
|
align_bottom_right:"Bottom right",
|
|
91
91
|
flv_options:"Flash video options",
|
|
92
92
|
flv_scalemode:"Scale mode",
|
|
93
|
-
flv_buffer:"
|
|
94
|
-
flv_startimage:"
|
|
95
|
-
flv_starttime:"
|
|
96
|
-
flv_defaultvolume:"
|
|
93
|
+
flv_buffer:"Z\u00E1sobn\u00EDk",
|
|
94
|
+
flv_startimage:"Po\u010Diato\u010Dn\u00FD obr\u00E1zok",
|
|
95
|
+
flv_starttime:"Po\u010Diato\u010Dn\u00FD \u010Das",
|
|
96
|
+
flv_defaultvolume:"Predvolen\u00E1 hlasitos\u0165",
|
|
97
97
|
flv_hiddengui:"Hidden GUI",
|
|
98
98
|
flv_autostart:"Samosp\u00FA\u0161\u0165anie",
|
|
99
99
|
flv_loop:"Slu\u010Dka",
|
|
100
100
|
flv_showscalemodes:"Show scale modes",
|
|
101
|
-
flv_smoothvideo:"
|
|
101
|
+
flv_smoothvideo:"Vyhladzovan\u00FD obraz",
|
|
102
102
|
flv_jscallback:"JS Callback"
|
|
103
103
|
});
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
tinyMCE.addI18n('ur.media_dlg',{
|
|
2
|
+
title:"Insert / edit embedded media",
|
|
3
|
+
general:"General",
|
|
4
|
+
advanced:"Advanced",
|
|
5
|
+
file:"File/URL",
|
|
6
|
+
list:"List",
|
|
7
|
+
size:"Dimensions",
|
|
8
|
+
preview:"Preview",
|
|
9
|
+
constrain_proportions:"Constrain proportions",
|
|
10
|
+
type:"Type",
|
|
11
|
+
id:"Id",
|
|
12
|
+
name:"Name",
|
|
13
|
+
class_name:"Class",
|
|
14
|
+
vspace:"V-Space",
|
|
15
|
+
hspace:"H-Space",
|
|
16
|
+
play:"Auto play",
|
|
17
|
+
loop:"Loop",
|
|
18
|
+
menu:"Show menu",
|
|
19
|
+
quality:"Quality",
|
|
20
|
+
scale:"Scale",
|
|
21
|
+
align:"Align",
|
|
22
|
+
salign:"SAlign",
|
|
23
|
+
wmode:"WMode",
|
|
24
|
+
bgcolor:"Background",
|
|
25
|
+
base:"Base",
|
|
26
|
+
flashvars:"Flashvars",
|
|
27
|
+
liveconnect:"SWLiveConnect",
|
|
28
|
+
autohref:"AutoHREF",
|
|
29
|
+
cache:"Cache",
|
|
30
|
+
hidden:"Hidden",
|
|
31
|
+
controller:"Controller",
|
|
32
|
+
kioskmode:"Kiosk mode",
|
|
33
|
+
playeveryframe:"Play every frame",
|
|
34
|
+
targetcache:"Target cache",
|
|
35
|
+
correction:"No correction",
|
|
36
|
+
enablejavascript:"Enable JavaScript",
|
|
37
|
+
starttime:"Start time",
|
|
38
|
+
endtime:"End time",
|
|
39
|
+
href:"Href",
|
|
40
|
+
qtsrcchokespeed:"Choke speed",
|
|
41
|
+
target:"Target",
|
|
42
|
+
volume:"Volume",
|
|
43
|
+
autostart:"Auto start",
|
|
44
|
+
enabled:"Enabled",
|
|
45
|
+
fullscreen:"Fullscreen",
|
|
46
|
+
invokeurls:"Invoke URLs",
|
|
47
|
+
mute:"Mute",
|
|
48
|
+
stretchtofit:"Stretch to fit",
|
|
49
|
+
windowlessvideo:"Windowless video",
|
|
50
|
+
balance:"Balance",
|
|
51
|
+
baseurl:"Base URL",
|
|
52
|
+
captioningid:"Captioning id",
|
|
53
|
+
currentmarker:"Current marker",
|
|
54
|
+
currentposition:"Current position",
|
|
55
|
+
defaultframe:"Default frame",
|
|
56
|
+
playcount:"Play count",
|
|
57
|
+
rate:"Rate",
|
|
58
|
+
uimode:"UI Mode",
|
|
59
|
+
flash_options:"Flash options",
|
|
60
|
+
qt_options:"Quicktime options",
|
|
61
|
+
wmp_options:"Windows media player options",
|
|
62
|
+
rmp_options:"Real media player options",
|
|
63
|
+
shockwave_options:"Shockwave options",
|
|
64
|
+
autogotourl:"Auto goto URL",
|
|
65
|
+
center:"Center",
|
|
66
|
+
imagestatus:"Image status",
|
|
67
|
+
maintainaspect:"Maintain aspect",
|
|
68
|
+
nojava:"No java",
|
|
69
|
+
prefetch:"Prefetch",
|
|
70
|
+
shuffle:"Shuffle",
|
|
71
|
+
console:"Console",
|
|
72
|
+
numloop:"Num loops",
|
|
73
|
+
controls:"Controls",
|
|
74
|
+
scriptcallbacks:"Script callbacks",
|
|
75
|
+
swstretchstyle:"Stretch style",
|
|
76
|
+
swstretchhalign:"Stretch H-Align",
|
|
77
|
+
swstretchvalign:"Stretch V-Align",
|
|
78
|
+
sound:"Sound",
|
|
79
|
+
progress:"Progress",
|
|
80
|
+
qtsrc:"QT Src",
|
|
81
|
+
qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..",
|
|
82
|
+
align_top:"Top",
|
|
83
|
+
align_right:"Right",
|
|
84
|
+
align_bottom:"Bottom",
|
|
85
|
+
align_left:"Left",
|
|
86
|
+
align_center:"Center",
|
|
87
|
+
align_top_left:"Top left",
|
|
88
|
+
align_top_right:"Top right",
|
|
89
|
+
align_bottom_left:"Bottom left",
|
|
90
|
+
align_bottom_right:"Bottom right",
|
|
91
|
+
flv_options:"Flash video options",
|
|
92
|
+
flv_scalemode:"Scale mode",
|
|
93
|
+
flv_buffer:"Buffer",
|
|
94
|
+
flv_startimage:"Start image",
|
|
95
|
+
flv_starttime:"Start time",
|
|
96
|
+
flv_defaultvolume:"Default volumne",
|
|
97
|
+
flv_hiddengui:"Hidden GUI",
|
|
98
|
+
flv_autostart:"Auto start",
|
|
99
|
+
flv_loop:"Loop",
|
|
100
|
+
flv_showscalemodes:"Show scale modes",
|
|
101
|
+
flv_smoothvideo:"Smooth video",
|
|
102
|
+
flv_jscallback:"JS Callback"
|
|
103
|
+
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
tinyMCE.addI18n('vi.media_dlg',{
|
|
2
|
-
title:"
|
|
3
|
-
general:"
|
|
4
|
-
advanced:"
|
|
5
|
-
file:"
|
|
2
|
+
title:"Insert / edit embedded media",
|
|
3
|
+
general:"General",
|
|
4
|
+
advanced:"Advanced",
|
|
5
|
+
file:"File/URL",
|
|
6
6
|
list:"List",
|
|
7
|
-
size:"
|
|
8
|
-
preview:"
|
|
9
|
-
constrain_proportions:"
|
|
10
|
-
type:"
|
|
7
|
+
size:"Dimensions",
|
|
8
|
+
preview:"Preview",
|
|
9
|
+
constrain_proportions:"Constrain proportions",
|
|
10
|
+
type:"Type",
|
|
11
11
|
id:"Id",
|
|
12
12
|
name:"Name",
|
|
13
13
|
class_name:"Class",
|
|
@@ -58,9 +58,9 @@ rate:"Rate",
|
|
|
58
58
|
uimode:"UI Mode",
|
|
59
59
|
flash_options:"Flash options",
|
|
60
60
|
qt_options:"Quicktime options",
|
|
61
|
-
wmp_options:"
|
|
62
|
-
rmp_options:"
|
|
63
|
-
shockwave_options:"
|
|
61
|
+
wmp_options:"Windows media player options",
|
|
62
|
+
rmp_options:"Real media player options",
|
|
63
|
+
shockwave_options:"Shockwave options",
|
|
64
64
|
autogotourl:"Auto goto URL",
|
|
65
65
|
center:"Center",
|
|
66
66
|
imagestatus:"Image status",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(){var a=tinymce.each;tinymce.create("tinymce.plugins.PastePlugin",{init:function(c,d){var e=this,b;e.editor=c;e.url=d;e.onPreProcess=new tinymce.util.Dispatcher(e);e.onPostProcess=new tinymce.util.Dispatcher(e);e.onPreProcess.add(e._preProcess);e.onPostProcess.add(e._postProcess);e.onPreProcess.add(function(h,i){c.execCallback("paste_preprocess",h,i)});e.onPostProcess.add(function(h,i){c.execCallback("paste_postprocess",h,i)});function g(i){var h=c.dom;e.onPreProcess.dispatch(e,i);i.node=h.create("div",0,i.content);e.onPostProcess.dispatch(e,i);i.content=c.serializer.serialize(i.node,{getInner:1});if(/<(p|h[1-6]|ul|ol)/.test(i.content)){e._insertBlockContent(c,h,i.content)}else{e._insert(i.content)}}c.addCommand("mceInsertClipboardContent",function(h,i){g(i)});function f(l){var p,k,i,j=c.selection,o=c.dom,h=c.getBody(),m;if(o.get("_mcePaste")){return}p=o.add(h,"div",{id:"_mcePaste"},"
|
|
1
|
+
(function(){var a=tinymce.each;tinymce.create("tinymce.plugins.PastePlugin",{init:function(c,d){var e=this,b;e.editor=c;e.url=d;e.onPreProcess=new tinymce.util.Dispatcher(e);e.onPostProcess=new tinymce.util.Dispatcher(e);e.onPreProcess.add(e._preProcess);e.onPostProcess.add(e._postProcess);e.onPreProcess.add(function(h,i){c.execCallback("paste_preprocess",h,i)});e.onPostProcess.add(function(h,i){c.execCallback("paste_postprocess",h,i)});function g(i){var h=c.dom;e.onPreProcess.dispatch(e,i);i.node=h.create("div",0,i.content);e.onPostProcess.dispatch(e,i);i.content=c.serializer.serialize(i.node,{getInner:1});if(/<(p|h[1-6]|ul|ol)/.test(i.content)){e._insertBlockContent(c,h,i.content)}else{e._insert(i.content)}}c.addCommand("mceInsertClipboardContent",function(h,i){g(i)});function f(l){var p,k,i,j=c.selection,o=c.dom,h=c.getBody(),m;if(o.get("_mcePaste")){return}p=o.add(h,"div",{id:"_mcePaste"},"\uFEFF");if(h!=c.getDoc().body){m=o.getPos(c.selection.getStart(),h).y}else{m=h.scrollTop}o.setStyles(p,{position:"absolute",left:-10000,top:m,width:1,height:1,overflow:"hidden"});if(tinymce.isIE){i=o.doc.body.createTextRange();i.moveToElementText(p);i.execCommand("Paste");o.remove(p);if(p.innerHTML==="\uFEFF"){c.execCommand("mcePasteWord");l.preventDefault();return}g({content:p.innerHTML});return tinymce.dom.Event.cancel(l)}else{k=c.selection.getRng();p=p.firstChild;i=c.getDoc().createRange();i.setStart(p,0);i.setEnd(p,1);j.setRng(i);window.setTimeout(function(){var q="",n=o.select("div[id=_mcePaste]");a(n,function(r){q+=(o.select("> span.Apple-style-span div",r)[0]||o.select("> span.Apple-style-span",r)[0]||r).innerHTML});a(n,function(r){o.remove(r)});if(k){j.setRng(k)}g({content:q})},0)}}if(c.getParam("paste_auto_cleanup_on_paste",true)){if(tinymce.isOpera||/Firefox\/2/.test(navigator.userAgent)){c.onKeyDown.add(function(h,i){if(((tinymce.isMac?i.metaKey:i.ctrlKey)&&i.keyCode==86)||(i.shiftKey&&i.keyCode==45)){f(i)}})}else{c.onPaste.addToTop(function(h,i){return f(i)})}}if(c.getParam("paste_block_drop")){c.onInit.add(function(){c.dom.bind(c.getBody(),["dragend","dragover","draggesture","dragdrop","drop","drag"],function(h){h.preventDefault();h.stopPropagation();return false})})}e._legacySupport()},getInfo:function(){return{longname:"Paste text/word",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/paste",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_preProcess:function(d,i){var b=this.editor,c=i.content,g,f;function g(h){a(h,function(j){if(j.constructor==RegExp){c=c.replace(j,"")}else{c=c.replace(j[0],j[1])}})}if(/(class=\"?Mso|style=\"[^\"]*\bmso\-|w:WordDocument)/.test(c)||i.wordContent){i.wordContent=true;g([/^\s*( )+/g,/( |<br[^>]*>)+\s*$/g]);if(b.getParam("paste_convert_middot_lists",true)){g([[/<!--\[if !supportLists\]-->/gi,"$&__MCE_ITEM__"],[/(<span[^>]+:\s*symbol[^>]+>)/gi,"$1__MCE_ITEM__"],[/(<span[^>]+mso-list:[^>]+>)/gi,"$1__MCE_ITEM__"]])}g([/<!--[\s\S]+?-->/gi,/<\/?(img|font|meta|link|style|div|v:\w+)[^>]*>/gi,/<\\?\?xml[^>]*>/gi,/<\/?o:[^>]*>/gi,/ (id|name|language|type|on\w+|v:\w+)=\"([^\"]*)\"/gi,/ (id|name|language|type|on\w+|v:\w+)=(\w+)/gi,[/<(\/?)s>/gi,"<$1strike>"],/<script[^>]+>[\s\S]*?<\/script>/gi,[/ /g,"\u00a0"]]);if(!b.getParam("paste_retain_style_properties")){g([/<\/?(span)[^>]*>/gi])}}f=b.getParam("paste_strip_class_attributes");if(f!="none"){function e(l,h){var k,j="";if(f=="all"){return""}h=tinymce.explode(h," ");for(k=h.length-1;k>=0;k--){if(!/^(Mso)/i.test(h[k])){j+=(!j?"":" ")+h[k]}}return' class="'+j+'"'}g([[/ class=\"([^\"]*)\"/gi,e],[/ class=(\w+)/gi,e]])}if(b.getParam("paste_remove_spans")){g([/<\/?(span)[^>]*>/gi])}i.content=c},_postProcess:function(e,g){var d=this,c=d.editor,f=c.dom,b;if(g.wordContent){a(f.select("a",g.node),function(h){if(!h.href||h.href.indexOf("#_Toc")!=-1){f.remove(h,1)}});if(d.editor.getParam("paste_convert_middot_lists",true)){d._convertLists(e,g)}b=c.getParam("paste_retain_style_properties");if(tinymce.is(b,"string")){b=tinymce.explode(b)}a(f.select("*",g.node),function(l){var m={},j=0,k,n,h;if(b){for(k=0;k<b.length;k++){n=b[k];h=f.getStyle(l,n);if(h){m[n]=h;j++}}}f.setAttrib(l,"style","");if(b&&j>0){f.setStyles(l,m)}else{if(l.nodeName=="SPAN"&&!l.className){f.remove(l,true)}}})}if(c.getParam("paste_remove_styles")||(c.getParam("paste_remove_styles_if_webkit")&&tinymce.isWebKit)){a(f.select("*[style]",g.node),function(h){h.removeAttribute("style");h.removeAttribute("mce_style")})}else{if(tinymce.isWebKit){a(f.select("*",g.node),function(h){h.removeAttribute("mce_style")})}}},_convertLists:function(e,c){var g=e.editor.dom,f,j,b=-1,d,k=[],i,h;a(g.select("p",c.node),function(r){var n,s="",q,o,l,m;for(n=r.firstChild;n&&n.nodeType==3;n=n.nextSibling){s+=n.nodeValue}s=r.innerHTML.replace(/<\/?\w+[^>]*>/gi,"").replace(/ /g,"\u00a0");if(/^(__MCE_ITEM__)+[\u2022\u00b7\u00a7\u00d8o]\s*\u00a0*/.test(s)){q="ul"}if(/^__MCE_ITEM__\s*\w+\.\s*\u00a0{2,}/.test(s)){q="ol"}if(q){d=parseFloat(r.style.marginLeft||0);if(d>b){k.push(d)}if(!f||q!=i){f=g.create(q);g.insertAfter(f,r)}else{if(d>b){f=j.appendChild(g.create(q))}else{if(d<b){l=tinymce.inArray(k,d);m=g.getParents(f.parentNode,q);f=m[m.length-1-l]||f}}}a(g.select("span",r),function(t){var p=t.innerHTML.replace(/<\/?\w+[^>]*>/gi,"");if(q=="ul"&&/^[\u2022\u00b7\u00a7\u00d8o]/.test(p)){g.remove(t)}else{if(/^[\s\S]*\w+\.( |\u00a0)*\s*/.test(p)){g.remove(t)}}});o=r.innerHTML;if(q=="ul"){o=r.innerHTML.replace(/__MCE_ITEM__/g,"").replace(/^[\u2022\u00b7\u00a7\u00d8o]\s*( |\u00a0)+\s*/,"")}else{o=r.innerHTML.replace(/__MCE_ITEM__/g,"").replace(/^\s*\w+\.( |\u00a0)+\s*/,"")}j=f.appendChild(g.create("li",0,o));g.remove(r);b=d;i=q}else{f=b=0}});h=c.node.innerHTML;if(h.indexOf("__MCE_ITEM__")!=-1){c.node.innerHTML=h.replace(/__MCE_ITEM__/g,"")}},_insertBlockContent:function(h,e,i){var c,g,d=h.selection,m,j,b,k,f;function l(p){var o;if(tinymce.isIE){o=h.getDoc().body.createTextRange();o.moveToElementText(p);o.collapse(false);o.select()}else{d.select(p,1);d.collapse(false)}}this._insert('<span id="_marker"> </span>',1);g=e.get("_marker");c=e.getParent(g,"p,h1,h2,h3,h4,h5,h6,ul,ol,th,td");if(c&&!/TD|TH/.test(c.nodeName)){g=e.split(c,g);a(e.create("div",0,i).childNodes,function(o){m=g.parentNode.insertBefore(o.cloneNode(true),g)});l(m)}else{e.setOuterHTML(g,i);d.select(h.getBody(),1);d.collapse(0)}e.remove("_marker");j=d.getStart();b=e.getViewPort(h.getWin());k=h.dom.getPos(j).y;f=j.clientHeight;if(k<b.y||k+f>b.y+b.h){h.getDoc().body.scrollTop=k<b.y?k:k-b.h+25}},_insert:function(d,b){var c=this.editor;if(!c.selection.isCollapsed()){c.getDoc().execCommand("Delete",false,null)}c.execCommand(tinymce.isGecko?"insertHTML":"mceInsertContent",false,d,{skip_undo:b})},_legacySupport:function(){var c=this,b=c.editor;a(["mcePasteText","mcePasteWord"],function(d){b.addCommand(d,function(){b.windowManager.open({file:c.url+(d=="mcePasteText"?"/pastetext.htm":"/pasteword.htm"),width:parseInt(b.getParam("paste_dialog_width","450")),height:parseInt(b.getParam("paste_dialog_height","400")),inline:1})})});b.addButton("pastetext",{title:"paste.paste_text_desc",cmd:"mcePasteText"});b.addButton("pasteword",{title:"paste.paste_word_desc",cmd:"mcePasteWord"});b.addButton("selectall",{title:"paste.selectall_desc",cmd:"selectall"})}});tinymce.PluginManager.add("paste",tinymce.plugins.PastePlugin)})();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* $Id: editor_plugin_src.js
|
|
2
|
+
* $Id: editor_plugin_src.js 1225 2009-09-07 19:06:19Z spocke $
|
|
3
3
|
*
|
|
4
4
|
* @author Moxiecode
|
|
5
5
|
* @copyright Copyright � 2004-2008, Moxiecode Systems AB, All rights reserved.
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
return;
|
|
72
72
|
|
|
73
73
|
// Create container to paste into
|
|
74
|
-
n = dom.add(body, 'div', {id : '_mcePaste'}, '
|
|
74
|
+
n = dom.add(body, 'div', {id : '_mcePaste'}, '\uFEFF');
|
|
75
75
|
|
|
76
76
|
// If contentEditable mode we need to find out the position of the closest element
|
|
77
77
|
if (body != ed.getDoc().body)
|
|
@@ -100,8 +100,11 @@
|
|
|
100
100
|
|
|
101
101
|
// Check if the contents was changed, if it wasn't then clipboard extraction failed probably due
|
|
102
102
|
// to IE security settings so we pass the junk though better than nothing right
|
|
103
|
-
if (n.innerHTML === '
|
|
103
|
+
if (n.innerHTML === '\uFEFF') {
|
|
104
|
+
ed.execCommand('mcePasteWord');
|
|
105
|
+
e.preventDefault();
|
|
104
106
|
return;
|
|
107
|
+
}
|
|
105
108
|
|
|
106
109
|
// Process contents
|
|
107
110
|
process({content : n.innerHTML});
|
|
@@ -120,11 +123,15 @@
|
|
|
120
123
|
|
|
121
124
|
// Wait a while and grab the pasted contents
|
|
122
125
|
window.setTimeout(function() {
|
|
123
|
-
var h = '';
|
|
126
|
+
var h = '', nl = dom.select('div[id=_mcePaste]');
|
|
124
127
|
|
|
125
128
|
// WebKit will split the div into multiple ones so this will loop through then all and join them to get the whole HTML string
|
|
126
|
-
each(
|
|
129
|
+
each(nl, function(n) {
|
|
127
130
|
h += (dom.select('> span.Apple-style-span div', n)[0] || dom.select('> span.Apple-style-span', n)[0] || n).innerHTML;
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
// Remove the nodes
|
|
134
|
+
each(nl, function(n) {
|
|
128
135
|
dom.remove(n);
|
|
129
136
|
});
|
|
130
137
|
|
|
@@ -235,19 +242,31 @@
|
|
|
235
242
|
|
|
236
243
|
// Allow for class names to be retained if desired; either all, or just the ones from Word
|
|
237
244
|
// Note that the paste_strip_class_attributes: 'none, verify_css_classes: true is also a good variation.
|
|
238
|
-
stripClass = ed.getParam('paste_strip_class_attributes'
|
|
245
|
+
stripClass = ed.getParam('paste_strip_class_attributes');
|
|
239
246
|
if (stripClass != 'none') {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
247
|
+
// Cleans everything but mceItem... classes
|
|
248
|
+
function cleanClasses(str, cls) {
|
|
249
|
+
var i, out = '';
|
|
250
|
+
|
|
251
|
+
// Remove all classes
|
|
252
|
+
if (stripClass == 'all')
|
|
253
|
+
return '';
|
|
254
|
+
|
|
255
|
+
cls = tinymce.explode(cls, ' ');
|
|
256
|
+
|
|
257
|
+
for (i = cls.length - 1; i >= 0; i--) {
|
|
258
|
+
// Remove Mso classes
|
|
259
|
+
if (!/^(Mso)/i.test(cls[i]))
|
|
260
|
+
out += (!out ? '' : ' ') + cls[i];
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
return ' class="' + out + '"';
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
process([
|
|
267
|
+
[/ class=\"([^\"]*)\"/gi, cleanClasses], // class attributes with quotes
|
|
268
|
+
[/ class=(\w+)/gi, cleanClasses] // class attributes without quotes (IE)
|
|
269
|
+
]);
|
|
251
270
|
}
|
|
252
271
|
|
|
253
272
|
// Remove spans option
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tinyMCE.addI18n('ca.paste_dlg',{
|
|
2
|
-
text_title:"
|
|
3
|
-
text_linebreaks:"
|
|
4
|
-
word_title:"
|
|
2
|
+
text_title:"Amb el teclat utilitzeu CTRL+V per a enganxar el text dins la finestra.",
|
|
3
|
+
text_linebreaks:"Conserva els salts de l\u00EDnia",
|
|
4
|
+
word_title:"Amb el teclat utilitzeu CTRL+V per a enganxar el text dins la finestra."
|
|
5
5
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tinyMCE.addI18n('he.paste_dlg',{
|
|
2
|
-
text_title:"\
|
|
3
|
-
text_linebreaks:"\
|
|
4
|
-
word_title:"\
|
|
2
|
+
text_title:"\u05F3\u201D\u05F3\u201C\u05F3\u2018\u05F3\u2122\u05F3\u00A7\u05F3\u2022 \u05F3\u2018\u05F3\u2014\u05F3\u009C\u05F3\u2022\u05F3\u009F \u05F3\u2013\u05F3\u201D \u05F3\u0090\u05F3\u00D7 \u05F3\u201D\u05F3\u02DC\u05F3\u00A7\u05F3\u00A1\u05F3\u02DC \u05F3\u2018\u05F3\u0090\u05F3\u009E\u05F3\u00A6\u05F3\u00A2\u05F3\u2022\u05F3\u00D7 \u05F3\u201D\u05F3\u009E\u05F3\u00A7\u05F3\u00A9\u05F3\u2122\u05F3\u009D CTRL+V.",
|
|
3
|
+
text_linebreaks:"\u05F3\u201D\u05F3\u00A9\u05F3\u0090\u05F3\u00A8 \u05F3\u0090\u05F3\u00D7 \u05F3\u00A9\u05F3\u2022\u05F3\u00A8\u05F3\u2022\u05F3\u00D7 \u05F3\u201D\u05F3\u00A8\u05F3\u2022\u05F3\u2022\u05F3\u2014",
|
|
4
|
+
word_title:"\u05F3\u201D\u05F3\u201C\u05F3\u2018\u05F3\u2122\u05F3\u00A7\u05F3\u2022 \u05F3\u2018\u05F3\u2014\u05F3\u009C\u05F3\u2022\u05F3\u009F \u05F3\u2013\u05F3\u201D \u05F3\u0090\u05F3\u00D7 \u05F3\u201D\u05F3\u02DC\u05F3\u00A7\u05F3\u00A1\u05F3\u02DC \u05F3\u2018\u05F3\u0090\u05F3\u009E\u05F3\u00A6\u05F3\u00A2\u05F3\u2022\u05F3\u00D7 \u05F3\u201D\u05F3\u009E\u05F3\u00A7\u05F3\u00A9\u05F3\u2122\u05F3\u009D CTRL+V."
|
|
5
5
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tinyMCE.addI18n('ja.paste_dlg',{
|
|
2
|
-
text_title:"\
|
|
3
|
-
text_linebreaks:"\
|
|
4
|
-
word_title:"
|
|
2
|
+
text_title:"\u5728\u952E\u76D8\u4E0A\u540C\u65F6\u6309\u4E0BCTRL\u548CV\u952E\uFF0C\u4EE5\u8D34\u4E0A\u6587\u5B57\u5230\u6B64\u89C6\u7A97\u3002",
|
|
3
|
+
text_linebreaks:"\u4FDD\u7559\u5206\u884C\u7B26\u53F7\u53F7",
|
|
4
|
+
word_title:"\u5728\u952E\u76D8\u4E0A\u540C\u65F6\u6309\u4E0BCTRL\u548CV\u952E\uFF0C\u4EE5\u8D34\u4E0A\u6587\u5B57\u5230\u6B64\u89C6\u7A97\u3002"
|
|
5
5
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tinyMCE.addI18n('sk.paste_dlg',{
|
|
2
|
-
text_title:"Pou\
|
|
2
|
+
text_title:"Pou\u017Eite CTRL+V na kl\u00E1vesnici pre vlo\u017Eenie textu do okna.",
|
|
3
3
|
text_linebreaks:"Zachova\u0165 zalamovanie riadkov",
|
|
4
|
-
word_title:"Pou\
|
|
4
|
+
word_title:"Pou\u017Eite CTRL+V na kl\u00E1vesnici pre vlo\u017Eenie textu do okna."
|
|
5
5
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tinyMCE.addI18n('vi.paste_dlg',{
|
|
2
|
-
text_title:"
|
|
3
|
-
text_linebreaks:"
|
|
4
|
-
word_title:"
|
|
2
|
+
text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
|
|
3
|
+
text_linebreaks:"Keep linebreaks",
|
|
4
|
+
word_title:"Use CTRL+V on your keyboard to paste the text into the window."
|
|
5
5
|
});
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
tinyMCE.addI18n('ca.searchreplace_dlg',{
|
|
2
|
-
searchnext_desc:"
|
|
3
|
-
notfound:"S'ha completat la
|
|
4
|
-
search_title:"
|
|
5
|
-
replace_title:"
|
|
6
|
-
allreplaced:"S'han
|
|
7
|
-
findwhat:"
|
|
8
|
-
replacewith:"
|
|
2
|
+
searchnext_desc:"Cerca de nou",
|
|
3
|
+
notfound:"S\'ha completat la cerca. No s\'ha trobat la cadena cercada.",
|
|
4
|
+
search_title:"Cerca",
|
|
5
|
+
replace_title:"Cerca/Reempla\u00E7a",
|
|
6
|
+
allreplaced:"S\'han reempla\u00E7at totes les ocurr\u00E8ncies de la cadena cercada.",
|
|
7
|
+
findwhat:"Cerca",
|
|
8
|
+
replacewith:"Reempla\u00E7a amb",
|
|
9
9
|
direction:"Direcci\u00F3",
|
|
10
10
|
up:"Amunt",
|
|
11
11
|
down:"Avall",
|
|
12
|
-
mcase:"Distingeix maj\u00FAscules
|
|
12
|
+
mcase:"Distingeix maj\u00FAscules/min\u00FAscules",
|
|
13
13
|
findnext:"Seg\u00FCent",
|
|
14
|
-
replace:"
|
|
15
|
-
replaceall:"
|
|
14
|
+
replace:"Reempla\u00E7a",
|
|
15
|
+
replaceall:"Reempla\u00E7a-ho tot"
|
|
16
16
|
});
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
tinyMCE.addI18n('he.searchreplace_dlg',{
|
|
2
|
-
searchnext_desc:"\
|
|
3
|
-
notfound:"\
|
|
4
|
-
search_title:"\
|
|
5
|
-
replace_title:"\
|
|
6
|
-
allreplaced:"\
|
|
7
|
-
findwhat:"\
|
|
8
|
-
replacewith:"\
|
|
9
|
-
direction:"\
|
|
10
|
-
up:"\
|
|
11
|
-
down:"\
|
|
12
|
-
mcase:"\
|
|
13
|
-
findnext:"\
|
|
14
|
-
replace:"\
|
|
15
|
-
replaceall:"\
|
|
2
|
+
searchnext_desc:"\u05F3\u2014\u05F3\u2122\u05F3\u20AA\u05F3\u2022\u05F3\u00A9 \u05F3\u201D\u05F3\u2018\u05F3\u0090",
|
|
3
|
+
notfound:"\u05F3\u201D\u05F3\u2014\u05F3\u2122\u05F3\u20AA\u05F3\u2022\u05F3\u00A9 \u05F3\u201D\u05F3\u00A1\u05F3\u00D7\u05F3\u2122\u05F3\u2122\u05F3\u009D. \u05F3\u20AA\u05F3\u00A8\u05F3\u2122\u05F3\u02DC \u05F3\u201D\u05F3\u2014\u05F3\u2122\u05F3\u20AA\u05F3\u2022\u05F3\u00A9 \u05F3\u009C\u05F3\u0090 \u05F3\u00A0\u05F3\u009E\u05F3\u00A6\u05F3\u0090.",
|
|
4
|
+
search_title:"\u05F3\u2014\u05F3\u2122\u05F3\u20AA\u05F3\u2022\u05F3\u00A9",
|
|
5
|
+
replace_title:"\u05F3\u2014\u05F3\u2122\u05F3\u20AA\u05F3\u2022\u05F3\u00A9 \u05F3\u2022\u05F3\u201D\u05F3\u2014\u05F3\u009C\u05F3\u20AA\u05F3\u201D",
|
|
6
|
+
allreplaced:"\u05F3\u203A\u05F3\u009C \u05F3\u20AA\u05F3\u00A8\u05F3\u2122\u05F3\u02DC\u05F3\u2122 \u05F3\u201D\u05F3\u2014\u05F3\u2122\u05F3\u20AA\u05F3\u2022\u05F3\u00A9 \u05F3\u201D\u05F3\u2022\u05F3\u2014\u05F3\u009C\u05F3\u20AA\u05F3\u2022",
|
|
7
|
+
findwhat:"\u05F3\u009C\u05F3\u2014\u05F3\u20AA\u05F3\u00A9 \u05F3\u0090\u05F3\u00D7",
|
|
8
|
+
replacewith:"\u05F3\u009C\u05F3\u201D\u05F3\u2014\u05F3\u009C\u05F3\u2122\u05F3\u00A3 \u05F3\u2018",
|
|
9
|
+
direction:"\u05F3\u203A\u05F3\u2122\u05F3\u2022\u05F3\u2022\u05F3\u009F",
|
|
10
|
+
up:"\u05F3\u009C\u05F3\u009E\u05F3\u00A2\u05F3\u009C\u05F3\u201D",
|
|
11
|
+
down:"\u05F3\u009C\u05F3\u009E\u05F3\u02DC\u05F3\u201D",
|
|
12
|
+
mcase:"\u05F3\u201D\u05F3\u00D7\u05F3\u0090\u05F3\u009D \u05F3\u0090\u05F3\u2022\u05F3\u00D7\u05F3\u2122\u05F3\u2022\u05F3\u00D7 \u05F3\u00A8\u05F3\u2122\u05F3\u00A9\u05F3\u2122\u05F3\u2022\u05F3\u00D7",
|
|
13
|
+
findnext:"\u05F3\u2014\u05F3\u20AA\u05F3\u00A9 \u05F3\u0090\u05F3\u00D7 \u05F3\u201D\u05F3\u2018\u05F3\u0090",
|
|
14
|
+
replace:"\u05F3\u201D\u05F3\u2014\u05F3\u009C\u05F3\u20AA\u05F3\u201D",
|
|
15
|
+
replaceall:"\u05F3\u201D\u05F3\u2014\u05F3\u009C\u05F3\u20AA\u05F3\u00D7 \u05F3\u201D\u05F3\u203A\u05F3\u009C"
|
|
16
16
|
});
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
tinyMCE.addI18n('ja.searchreplace_dlg',{
|
|
2
|
-
searchnext_desc:"\u518D\
|
|
3
|
-
notfound:"\
|
|
4
|
-
search_title:"\
|
|
5
|
-
replace_title:"\
|
|
6
|
-
allreplaced:"\
|
|
7
|
-
findwhat:"\
|
|
8
|
-
replacewith:"\
|
|
2
|
+
searchnext_desc:"\u518D\u6B21\u67E5\u627E",
|
|
3
|
+
notfound:"\u67E5\u627E\u5DF2\u5B8C\u6210!\u627E\u4E0D\u5230\u4EFB\u4F55\u76EE\u6807\u3002",
|
|
4
|
+
search_title:"\u67E5\u627E",
|
|
5
|
+
replace_title:"\u67E5\u627E/\u66FF\u6362",
|
|
6
|
+
allreplaced:"\u5DF2\u66FF\u6362\u6240\u6709\u5339\u914D\u7684\u7B26\u4E32.",
|
|
7
|
+
findwhat:"\u67E5\u627E\u76EE\u6807",
|
|
8
|
+
replacewith:"\u66FF\u6362\u4E3A",
|
|
9
9
|
direction:"\u65B9\u5411",
|
|
10
|
-
up:"\u4E0A
|
|
11
|
-
down:"\u4E0B
|
|
12
|
-
mcase:"\u5927\
|
|
13
|
-
findnext:"\
|
|
14
|
-
replace:"\
|
|
15
|
-
replaceall:"\
|
|
10
|
+
up:"\u5411\u4E0A",
|
|
11
|
+
down:"\u5411\u4E0B",
|
|
12
|
+
mcase:"\u5927\u5C0F\u5199\u5339\u914D",
|
|
13
|
+
findnext:"\u4E0B\u4E00\u4E2A",
|
|
14
|
+
replace:"\u66FF\u6362",
|
|
15
|
+
replaceall:"\u66FF\u6362\u5168\u90E8"
|
|
16
16
|
});
|