tiny_mce 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -2,7 +2,7 @@ tinyMCE.addI18n('sk.searchreplace_dlg',{
|
|
2
2
|
searchnext_desc:"N\u00E1jdi znova",
|
3
3
|
notfound:"Vyh\u013Ead\u00E1vanie ukon\u010Den\u00E9. Re\u0165azec nemusel by\u0165 n\u00E1jden\u00FD.",
|
4
4
|
search_title:"N\u00E1jdi",
|
5
|
-
replace_title:"N\u00E1jdi/
|
5
|
+
replace_title:"N\u00E1jdi/nahra\u010F",
|
6
6
|
allreplaced:"V\u0161etky v\u00FDskyty re\u0165azca boly zmenen\u00E9.",
|
7
7
|
findwhat:"N\u00E1jdi v\u00FDraz",
|
8
8
|
replacewith:"Nahra\u010F s",
|
@@ -0,0 +1,16 @@
|
|
1
|
+
tinyMCE.addI18n('ur.searchreplace_dlg',{
|
2
|
+
searchnext_desc:"Find again",
|
3
|
+
notfound:"The search has been completed. The search string could not be found.",
|
4
|
+
search_title:"Find",
|
5
|
+
replace_title:"Find/Replace",
|
6
|
+
allreplaced:"All occurrences of the search string were replaced.",
|
7
|
+
findwhat:"Find what",
|
8
|
+
replacewith:"Replace with",
|
9
|
+
direction:"Direction",
|
10
|
+
up:"Up",
|
11
|
+
down:"Down",
|
12
|
+
mcase:"Match case",
|
13
|
+
findnext:"Find next",
|
14
|
+
replace:"Replace",
|
15
|
+
replaceall:"Replace all"
|
16
|
+
});
|
@@ -1,16 +1,16 @@
|
|
1
1
|
tinyMCE.addI18n('vi.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:"Find again",
|
3
|
+
notfound:"The search has been completed. The search string could not be found.",
|
4
|
+
search_title:"Find",
|
5
|
+
replace_title:"Find/Replace",
|
6
|
+
allreplaced:"All occurrences of the search string were replaced.",
|
7
|
+
findwhat:"Find what",
|
8
|
+
replacewith:"Replace with",
|
9
|
+
direction:"Direction",
|
10
|
+
up:"Up",
|
11
|
+
down:"Down",
|
12
|
+
mcase:"Match case",
|
13
|
+
findnext:"Find next",
|
14
|
+
replace:"Replace",
|
15
|
+
replaceall:"Replace all"
|
16
16
|
});
|
@@ -1,50 +1,50 @@
|
|
1
1
|
tinyMCE.addI18n('ca.style_dlg',{
|
2
|
-
title:"Edita
|
2
|
+
title:"Edita els estils CSS",
|
3
3
|
apply:"Aplica",
|
4
4
|
text_tab:"Text",
|
5
5
|
background_tab:"Fons",
|
6
6
|
block_tab:"Bloc",
|
7
|
-
box_tab:"
|
8
|
-
border_tab:"
|
7
|
+
box_tab:"Quadre",
|
8
|
+
border_tab:"Contorn",
|
9
9
|
list_tab:"Llista",
|
10
10
|
positioning_tab:"Posicionament",
|
11
11
|
text_props:"Text",
|
12
|
-
text_font:"
|
12
|
+
text_font:"Font",
|
13
13
|
text_size:"Mida",
|
14
14
|
text_weight:"Pes",
|
15
15
|
text_style:"Estil",
|
16
|
-
text_variant:"
|
17
|
-
text_lineheight:"Al\u00E7ada de
|
18
|
-
text_case:"
|
16
|
+
text_variant:"Variant",
|
17
|
+
text_lineheight:"Al\u00E7ada de l\u00EDnia",
|
18
|
+
text_case:"Cas",
|
19
19
|
text_color:"Color",
|
20
20
|
text_decoration:"Decoraci\u00F3",
|
21
21
|
text_overline:"sobreratllat",
|
22
22
|
text_underline:"subratllat",
|
23
|
-
text_striketrough:"
|
24
|
-
text_blink:"
|
23
|
+
text_striketrough:"barrat",
|
24
|
+
text_blink:"parpelleig",
|
25
25
|
text_none:"cap",
|
26
26
|
background_color:"Color de fons",
|
27
27
|
background_image:"Imatge de fons",
|
28
28
|
background_repeat:"Repeteix",
|
29
|
-
background_attachment:"
|
29
|
+
background_attachment:"Adjunt",
|
30
30
|
background_hpos:"Posici\u00F3 horitzontal",
|
31
31
|
background_vpos:"Posici\u00F3 vertical",
|
32
|
-
block_wordspacing:"Espaiat
|
33
|
-
block_letterspacing:"Espaiat
|
32
|
+
block_wordspacing:"Espaiat entre paraules",
|
33
|
+
block_letterspacing:"Espaiat entre lletres",
|
34
34
|
block_vertical_alignment:"Alineaci\u00F3 vertical",
|
35
|
-
block_text_align:"
|
36
|
-
block_text_indent:"
|
35
|
+
block_text_align:"Alinea el text",
|
36
|
+
block_text_indent:"Sagna el text",
|
37
37
|
block_whitespace:"Espai en blanc",
|
38
|
-
block_display:"
|
38
|
+
block_display:"Visualitzaci\u00F3",
|
39
39
|
box_width:"Amplada",
|
40
40
|
box_height:"Al\u00E7ada",
|
41
41
|
box_float:"Flota",
|
42
|
-
box_clear:"
|
43
|
-
padding:"
|
44
|
-
same:"Igual per a
|
42
|
+
box_clear:"Buida",
|
43
|
+
padding:"Separaci\u00F3",
|
44
|
+
same:"Igual per a tot",
|
45
45
|
top:"Dalt",
|
46
46
|
right:"Dreta",
|
47
|
-
bottom:"
|
47
|
+
bottom:"Avall",
|
48
48
|
left:"Esquerra",
|
49
49
|
margin:"Marge",
|
50
50
|
style:"Estil",
|
@@ -52,12 +52,12 @@ width:"Amplada",
|
|
52
52
|
height:"Al\u00E7ada",
|
53
53
|
color:"Color",
|
54
54
|
list_type:"Tipus",
|
55
|
-
bullet_image:"Imatge
|
55
|
+
bullet_image:"Imatge pic",
|
56
56
|
position:"Posici\u00F3",
|
57
57
|
positioning_type:"Tipus",
|
58
58
|
visibility:"Visibilitat",
|
59
|
-
zindex:"Z
|
60
|
-
overflow:"
|
61
|
-
placement:"
|
59
|
+
zindex:"\u00CDndex Z",
|
60
|
+
overflow:"Desbordament",
|
61
|
+
placement:"Empla\u00E7ament",
|
62
62
|
clip:"Retall"
|
63
63
|
});
|
@@ -1,63 +1,63 @@
|
|
1
1
|
tinyMCE.addI18n('he.style_dlg',{
|
2
|
-
title:"\
|
3
|
-
apply:"\
|
2
|
+
title:"\u05F3\u00A2\u05F3\u201C\u05F3\u203A\u05F3\u2022\u05F3\u009F \u05F3\u201D\u05F3\u2019\u05F3\u201C\u05F3\u00A8\u05F3\u2022\u05F3\u00D7 CSS",
|
3
|
+
apply:"\u05F3\u201D\u05F3\u2014\u05F3\u009C",
|
4
4
|
text_tab:"Text",
|
5
|
-
background_tab:"\
|
6
|
-
block_tab:"\
|
7
|
-
box_tab:"\
|
8
|
-
border_tab:"\
|
9
|
-
list_tab:"\
|
10
|
-
positioning_tab:"\
|
5
|
+
background_tab:"\u05F3\u00A8\u05F3\u00A7\u05F3\u00A2",
|
6
|
+
block_tab:"\u05F3\u2014\u05F3\u00A1\u05F3\u2022\u05F3\u009D",
|
7
|
+
box_tab:"\u05F3\u00A7\u05F3\u2022\u05F3\u20AA\u05F3\u00A1\u05F3\u0090",
|
8
|
+
border_tab:"\u05F3\u2019\u05F3\u2018\u05F3\u2022\u05F3\u009C",
|
9
|
+
list_tab:"\u05F3\u00A8\u05F3\u00A9\u05F3\u2122\u05F3\u009E\u05F3\u201D",
|
10
|
+
positioning_tab:"\u05F3\u009E\u05F3\u2122\u05F3\u00A7\u05F3\u2022\u05F3\u009D",
|
11
11
|
text_props:"Text",
|
12
|
-
text_font:"\
|
13
|
-
text_size:"\
|
12
|
+
text_font:"\u05F3\u20AA\u05F3\u2022\u05F3\u00A0\u05F3\u02DC",
|
13
|
+
text_size:"\u05F3\u2019\u05F3\u2022\u05F3\u201C\u05F3\u009C",
|
14
14
|
text_weight:"Weight",
|
15
|
-
text_style:"\
|
15
|
+
text_style:"\u05F3\u00A1\u05F3\u2019\u05F3\u00A0\u05F3\u2022\u05F3\u009F",
|
16
16
|
text_variant:"Variant",
|
17
|
-
text_lineheight:"\
|
17
|
+
text_lineheight:"\u05F3\u2019\u05F3\u2022\u05F3\u2018\u05F3\u201D \u05F3\u00A9\u05F3\u2022\u05F3\u00A8\u05F3\u201D",
|
18
18
|
text_case:"Case",
|
19
|
-
text_color:"\
|
20
|
-
text_decoration:"\
|
21
|
-
text_overline:"\
|
22
|
-
text_underline:"\
|
19
|
+
text_color:"\u05F3\u00A6\u05F3\u2018\u05F3\u00A2",
|
20
|
+
text_decoration:"\u05F3\u00A2\u05F3\u2122\u05F3\u00A6\u05F3\u2022\u05F3\u2018",
|
21
|
+
text_overline:"\u05F3\u00A9\u05F3\u2022\u05F3\u00A8\u05F3\u201D \u05F3\u009E\u05F3\u00A2\u05F3\u009C",
|
22
|
+
text_underline:"\u05F3\u00A9\u05F3\u2022\u05F3\u00A8\u05F3\u201D \u05F3\u009E\u05F3\u00D7\u05F3\u2014\u05F3\u00D7",
|
23
23
|
text_striketrough:"strikethrough",
|
24
24
|
text_blink:"blink",
|
25
25
|
text_none:"none",
|
26
|
-
background_color:"\
|
27
|
-
background_image:"\
|
28
|
-
background_repeat:"\
|
29
|
-
background_attachment:"\
|
30
|
-
background_hpos:"\
|
31
|
-
background_vpos:"\
|
32
|
-
block_wordspacing:"\
|
33
|
-
block_letterspacing:"\
|
26
|
+
background_color:"\u05F3\u00A6\u05F3\u2018\u05F3\u00A2 \u05F3\u00A8\u05F3\u00A7\u05F3\u00A2",
|
27
|
+
background_image:"\u05F3\u00D7\u05F3\u009E\u05F3\u2022\u05F3\u00A0\u05F3\u00D7 \u05F3\u00A8\u05F3\u00A7\u05F3\u00A2",
|
28
|
+
background_repeat:"\u05F3\u2014\u05F3\u2013\u05F3\u2022\u05F3\u00A8",
|
29
|
+
background_attachment:"\u05F3\u00A7\u05F3\u2018\u05F3\u00A6\u05F3\u2122\u05F3\u009D \u05F3\u009E\u05F3\u00A6\u05F3\u2022\u05F3\u00A8\u05F3\u20AA\u05F3\u2122\u05F3\u009D",
|
30
|
+
background_hpos:"\u05F3\u009E\u05F3\u2122\u05F3\u00A7\u05F3\u2022\u05F3\u009D \u05F3\u0090\u05F3\u2022\u05F3\u20AA\u05F3\u00A7\u05F3\u2122",
|
31
|
+
background_vpos:"\u05F3\u009E\u05F3\u2122\u05F3\u00A7\u05F3\u2022\u05F3\u009D \u05F3\u00A8\u05F3\u2022\u05F3\u2014\u05F3\u2018\u05F3\u2122",
|
32
|
+
block_wordspacing:"\u05F3\u009E\u05F3\u00A8\u05F3\u2014\u05F3\u00A7 \u05F3\u2018\u05F3\u2122\u05F3\u009F \u05F3\u009E\u05F3\u2122\u05F3\u009C\u05F3\u2122\u05F3\u009D",
|
33
|
+
block_letterspacing:"\u05F3\u009E\u05F3\u00A8\u05F3\u2014\u05F3\u00A7 \u05F3\u2018\u05F3\u2122\u05F3\u009F \u05F3\u0090\u05F3\u2022\u05F3\u00D7\u05F3\u2122\u05F3\u2022\u05F3\u00D7",
|
34
34
|
block_vertical_alignment:"Vertical alignment",
|
35
|
-
block_text_align:"\
|
35
|
+
block_text_align:"\u05F3\u009E\u05F3\u2122\u05F3\u00A7\u05F3\u2022\u05F3\u009D \u05F3\u02DC\u05F3\u00A7\u05F3\u00A1\u05F3\u02DC",
|
36
36
|
block_text_indent:"Text indent",
|
37
37
|
block_whitespace:"Whitespace",
|
38
|
-
block_display:"\
|
39
|
-
box_width:"\
|
40
|
-
box_height:"\
|
38
|
+
block_display:"\u05F3\u201D\u05F3\u00A6\u05F3\u2019",
|
39
|
+
box_width:"\u05F3\u00A8\u05F3\u2022\u05F3\u2014\u05F3\u2018",
|
40
|
+
box_height:"\u05F3\u2019\u05F3\u2022\u05F3\u2018\u05F3\u201D",
|
41
41
|
box_float:"Float",
|
42
|
-
box_clear:"\
|
42
|
+
box_clear:"\u05F3\u00A0\u05F3\u00A7\u05F3\u201D",
|
43
43
|
padding:"Padding",
|
44
|
-
same:"\
|
45
|
-
top:"\
|
46
|
-
right:"\
|
47
|
-
bottom:"\
|
48
|
-
left:"\
|
44
|
+
same:"\u05F3\u0090\u05F3\u2022\u05F3\u00D7\u05F3\u2022 \u05F3\u201C\u05F3\u2018\u05F3\u00A8 \u05F3\u00A2\u05F3\u2018\u05F3\u2022\u05F3\u00A8 \u05F3\u203A\u05F3\u2022\u05F3\u009C\u05F3\u009D",
|
45
|
+
top:"\u05F3\u00A2\u05F3\u009C\u05F3\u2122\u05F3\u2022\u05F3\u009F",
|
46
|
+
right:"\u05F3\u2122\u05F3\u009E\u05F3\u2122\u05F3\u009F",
|
47
|
+
bottom:"\u05F3\u00D7\u05F3\u2014\u05F3\u00D7\u05F3\u2122\u05F3\u00D7",
|
48
|
+
left:"\u05F3\u00A9\u05F3\u009E\u05F3\u0090\u05F3\u009C",
|
49
49
|
margin:"Margin",
|
50
|
-
style:"\
|
51
|
-
width:"\
|
52
|
-
height:"\
|
53
|
-
color:"\
|
54
|
-
list_type:"\
|
50
|
+
style:"\u05F3\u00A1\u05F3\u2019\u05F3\u00A0\u05F3\u2022\u05F3\u009F",
|
51
|
+
width:"\u05F3\u00A8\u05F3\u2022\u05F3\u2014\u05F3\u2018",
|
52
|
+
height:"\u05F3\u2019\u05F3\u2022\u05F3\u2018\u05F3\u201D",
|
53
|
+
color:"\u05F3\u00A6\u05F3\u2018\u05F3\u00A2",
|
54
|
+
list_type:"\u05F3\u00A1\u05F3\u2022\u05F3\u2019",
|
55
55
|
bullet_image:"Bullet image",
|
56
|
-
position:"\
|
57
|
-
positioning_type:"\
|
56
|
+
position:"\u05F3\u009E\u05F3\u2122\u05F3\u00A7\u05F3\u2022\u05F3\u009D",
|
57
|
+
positioning_type:"\u05F3\u00A1\u05F3\u2022\u05F3\u2019",
|
58
58
|
visibility:"Visibility",
|
59
59
|
zindex:"Z-index",
|
60
60
|
overflow:"Overflow",
|
61
|
-
placement:"\
|
62
|
-
clip:"\
|
61
|
+
placement:"\u05F3\u009E\u05F3\u2122\u05F3\u00A7\u05F3\u2022\u05F3\u009D",
|
62
|
+
clip:"\u05F3\u00A7\u05F3\u009C\u05F3\u2122\u05F3\u20AA"
|
63
63
|
});
|
@@ -1,63 +1,63 @@
|
|
1
1
|
tinyMCE.addI18n('ja.style_dlg',{
|
2
|
-
title:"
|
3
|
-
apply:"\
|
2
|
+
title:"\u7F16\u8F91CSS\u6837\u5F0F\u8868",
|
3
|
+
apply:"\u5E94\u7528",
|
4
4
|
text_tab:"\u6587\u5B57",
|
5
5
|
background_tab:"\u80CC\u666F",
|
6
|
-
block_tab:"\
|
7
|
-
box_tab:"\
|
8
|
-
border_tab:"\
|
9
|
-
list_tab:"\
|
10
|
-
positioning_tab:"\
|
11
|
-
text_props:"
|
12
|
-
text_font:"\
|
13
|
-
text_size:"\
|
14
|
-
text_weight:"\
|
15
|
-
text_style:"\
|
16
|
-
text_variant:"\
|
17
|
-
text_lineheight:"\u884C\u9AD8
|
18
|
-
text_case:"\
|
19
|
-
text_color:"\u8272",
|
20
|
-
text_decoration:"\
|
21
|
-
text_overline:"\u4E0A\
|
22
|
-
text_underline:"\
|
23
|
-
text_striketrough:"\
|
24
|
-
text_blink:"\
|
25
|
-
text_none:"\
|
26
|
-
background_color:"\u80CC\u666F\u8272",
|
27
|
-
background_image:"\u80CC\u666F\
|
28
|
-
background_repeat:"\
|
29
|
-
background_attachment:"
|
30
|
-
background_hpos:"\
|
31
|
-
background_vpos:"\
|
32
|
-
block_wordspacing:"\
|
33
|
-
block_letterspacing:"\
|
34
|
-
block_vertical_alignment:"\
|
35
|
-
block_text_align:"\
|
36
|
-
block_text_indent:"\
|
37
|
-
block_whitespace:"\u7A7A\u767D
|
38
|
-
block_display:"\
|
39
|
-
box_width:"\
|
40
|
-
box_height:"\u9AD8\
|
41
|
-
box_float:"\
|
42
|
-
box_clear:"\
|
43
|
-
padding:"\
|
44
|
-
same:"\u5168\
|
45
|
-
top:"\u4E0A",
|
46
|
-
right:"\u53F3",
|
47
|
-
bottom:"\u4E0B",
|
48
|
-
left:"\u5DE6",
|
49
|
-
margin:"\
|
50
|
-
style:"\
|
51
|
-
width:"\
|
52
|
-
height:"\u9AD8\
|
53
|
-
color:"\u8272",
|
54
|
-
list_type:"\
|
55
|
-
bullet_image:"\
|
56
|
-
position:"\
|
57
|
-
positioning_type:"\
|
58
|
-
visibility:"\
|
59
|
-
zindex:"Z
|
60
|
-
overflow:"\
|
61
|
-
placement:"\
|
62
|
-
clip:"\
|
6
|
+
block_tab:"\u5757",
|
7
|
+
box_tab:"\u7BB1\u578B",
|
8
|
+
border_tab:"\u8FB9\u6846",
|
9
|
+
list_tab:"\u5217\u8868",
|
10
|
+
positioning_tab:"\u4F4D\u7F6E",
|
11
|
+
text_props:"\u6587\u5B57",
|
12
|
+
text_font:"\u5B57\u4F53",
|
13
|
+
text_size:"\u5C3A\u5BF8",
|
14
|
+
text_weight:"\u5BBD\u5EA6",
|
15
|
+
text_style:"\u6837\u5F0F",
|
16
|
+
text_variant:"\u53D8\u4F53",
|
17
|
+
text_lineheight:"\u884C\u9AD8",
|
18
|
+
text_case:"\u5B57\u4F53",
|
19
|
+
text_color:"\u989C\u8272",
|
20
|
+
text_decoration:"\u4FEE\u9970",
|
21
|
+
text_overline:"\u4E0A\u5212\u7EBF",
|
22
|
+
text_underline:"\u5E95\u7EBF",
|
23
|
+
text_striketrough:"\u5220\u9664\u7EBF",
|
24
|
+
text_blink:"\u95EA\u70C1",
|
25
|
+
text_none:"\u65E0",
|
26
|
+
background_color:"\u80CC\u666F\u989C\u8272",
|
27
|
+
background_image:"\u80CC\u666F\u56FE\u7247",
|
28
|
+
background_repeat:"\u91CD\u590D",
|
29
|
+
background_attachment:"\u9644\u4EF6",
|
30
|
+
background_hpos:"\u5782\u76F4\u4F4D\u7F6E",
|
31
|
+
background_vpos:"\u6C34\u51C6\u4F4D\u7F6E",
|
32
|
+
block_wordspacing:"\u5355\u5B57\u95F4\u8DDD",
|
33
|
+
block_letterspacing:"\u5B57\u5143\u95F4\u8DDD",
|
34
|
+
block_vertical_alignment:"\u6C34\u51C6\u5BF9\u9F50\u65B9\u5F0F",
|
35
|
+
block_text_align:"\u6587\u5B57\u5BF9\u9F50",
|
36
|
+
block_text_indent:"\u6587\u5B57\u7F29\u6392",
|
37
|
+
block_whitespace:"\u7A7A\u767D",
|
38
|
+
block_display:"\u663E\u793A\u65B9\u5F0F",
|
39
|
+
box_width:"\u5BBD\u5EA6",
|
40
|
+
box_height:"\u9AD8\u5EA6",
|
41
|
+
box_float:"\u6D6E\u52A8",
|
42
|
+
box_clear:"\u6E05\u9664",
|
43
|
+
padding:"\u7559\u767D",
|
44
|
+
same:"\u5168\u90E8\u4E00\u6837",
|
45
|
+
top:"\u4E0A\u65B9",
|
46
|
+
right:"\u9760\u53F3",
|
47
|
+
bottom:"\u4E0B\u65B9",
|
48
|
+
left:"\u9760\u5DE6",
|
49
|
+
margin:"\u8FB9\u754C",
|
50
|
+
style:"\u6837\u5F0F",
|
51
|
+
width:"\u5BBD\u5EA6",
|
52
|
+
height:"\u9AD8\u5EA6",
|
53
|
+
color:"\u989C\u8272",
|
54
|
+
list_type:"\u7C7B\u578B",
|
55
|
+
bullet_image:"\u9879\u76EE\u56FE\u793A",
|
56
|
+
position:"\u56FE\u793A\u4F4D\u7F6E",
|
57
|
+
positioning_type:"\u7C7B\u578B",
|
58
|
+
visibility:"\u53EF\u89C1\u6027",
|
59
|
+
zindex:"Z\u8F74\u6DF1\u5EA6",
|
60
|
+
overflow:"\u6EA2\u51FA",
|
61
|
+
placement:"\u5E03\u7F6E",
|
62
|
+
clip:"\u526A\u8F91"
|
63
63
|
});
|
@@ -17,14 +17,14 @@ text_variant:"Variant",
|
|
17
17
|
text_lineheight:"Line height",
|
18
18
|
text_case:"Case",
|
19
19
|
text_color:"Farba",
|
20
|
-
text_decoration:"
|
20
|
+
text_decoration:"Sekor\u00E1cia",
|
21
21
|
text_overline:"overline",
|
22
22
|
text_underline:"underline",
|
23
23
|
text_striketrough:"strikethrough",
|
24
24
|
text_blink:"blink",
|
25
|
-
text_none:"
|
26
|
-
background_color:"
|
27
|
-
background_image:"
|
25
|
+
text_none:"\u017Eiadne",
|
26
|
+
background_color:"Farba pozadia",
|
27
|
+
background_image:"Obr\u00E1zok pozadia",
|
28
28
|
background_repeat:"Repeat",
|
29
29
|
background_attachment:"Attachment",
|
30
30
|
background_hpos:"Horizontal position",
|
@@ -0,0 +1,63 @@
|
|
1
|
+
tinyMCE.addI18n('ur.style_dlg',{
|
2
|
+
title:"Edit CSS Style",
|
3
|
+
apply:"Apply",
|
4
|
+
text_tab:"Text",
|
5
|
+
background_tab:"Background",
|
6
|
+
block_tab:"Block",
|
7
|
+
box_tab:"Box",
|
8
|
+
border_tab:"Border",
|
9
|
+
list_tab:"List",
|
10
|
+
positioning_tab:"Positioning",
|
11
|
+
text_props:"Text",
|
12
|
+
text_font:"Font",
|
13
|
+
text_size:"Size",
|
14
|
+
text_weight:"Weight",
|
15
|
+
text_style:"Style",
|
16
|
+
text_variant:"Variant",
|
17
|
+
text_lineheight:"Line height",
|
18
|
+
text_case:"Case",
|
19
|
+
text_color:"Color",
|
20
|
+
text_decoration:"Decoration",
|
21
|
+
text_overline:"overline",
|
22
|
+
text_underline:"underline",
|
23
|
+
text_striketrough:"strikethrough",
|
24
|
+
text_blink:"blink",
|
25
|
+
text_none:"none",
|
26
|
+
background_color:"Background color",
|
27
|
+
background_image:"Background image",
|
28
|
+
background_repeat:"Repeat",
|
29
|
+
background_attachment:"Attachment",
|
30
|
+
background_hpos:"Horizontal position",
|
31
|
+
background_vpos:"Vertical position",
|
32
|
+
block_wordspacing:"Word spacing",
|
33
|
+
block_letterspacing:"Letter spacing",
|
34
|
+
block_vertical_alignment:"Vertical alignment",
|
35
|
+
block_text_align:"Text align",
|
36
|
+
block_text_indent:"Text indent",
|
37
|
+
block_whitespace:"Whitespace",
|
38
|
+
block_display:"Display",
|
39
|
+
box_width:"Width",
|
40
|
+
box_height:"Height",
|
41
|
+
box_float:"Float",
|
42
|
+
box_clear:"Clear",
|
43
|
+
padding:"Padding",
|
44
|
+
same:"Same for all",
|
45
|
+
top:"Top",
|
46
|
+
right:"Right",
|
47
|
+
bottom:"Bottom",
|
48
|
+
left:"Left",
|
49
|
+
margin:"Margin",
|
50
|
+
style:"Style",
|
51
|
+
width:"Width",
|
52
|
+
height:"Height",
|
53
|
+
color:"Color",
|
54
|
+
list_type:"Type",
|
55
|
+
bullet_image:"Bullet image",
|
56
|
+
position:"Position",
|
57
|
+
positioning_type:"Type",
|
58
|
+
visibility:"Visibility",
|
59
|
+
zindex:"Z-index",
|
60
|
+
overflow:"Overflow",
|
61
|
+
placement:"Placement",
|
62
|
+
clip:"Clip"
|
63
|
+
});
|