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
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
tinyMCE.addI18n('ur.table_dlg',{
|
|
2
|
+
general_tab:"General",
|
|
3
|
+
advanced_tab:"Advanced",
|
|
4
|
+
general_props:"General properties",
|
|
5
|
+
advanced_props:"Advanced properties",
|
|
6
|
+
rowtype:"Row in table part",
|
|
7
|
+
title:"Insert/Modify table",
|
|
8
|
+
width:"Width",
|
|
9
|
+
height:"Height",
|
|
10
|
+
cols:"Cols",
|
|
11
|
+
rows:"Rows",
|
|
12
|
+
cellspacing:"Cellspacing",
|
|
13
|
+
cellpadding:"Cellpadding",
|
|
14
|
+
border:"Border",
|
|
15
|
+
align:"Alignment",
|
|
16
|
+
align_default:"Default",
|
|
17
|
+
align_left:"Left",
|
|
18
|
+
align_right:"Right",
|
|
19
|
+
align_middle:"Center",
|
|
20
|
+
row_title:"Table row properties",
|
|
21
|
+
cell_title:"Table cell properties",
|
|
22
|
+
cell_type:"Cell type",
|
|
23
|
+
valign:"Vertical alignment",
|
|
24
|
+
align_top:"Top",
|
|
25
|
+
align_bottom:"Bottom",
|
|
26
|
+
bordercolor:"Border color",
|
|
27
|
+
bgcolor:"Background color",
|
|
28
|
+
merge_cells_title:"Merge table cells",
|
|
29
|
+
id:"Id",
|
|
30
|
+
style:"Style",
|
|
31
|
+
langdir:"Language direction",
|
|
32
|
+
langcode:"Language code",
|
|
33
|
+
mime:"Target MIME type",
|
|
34
|
+
ltr:"Left to right",
|
|
35
|
+
rtl:"Right to left",
|
|
36
|
+
bgimage:"Background image",
|
|
37
|
+
summary:"Summary",
|
|
38
|
+
td:"Data",
|
|
39
|
+
th:"Header",
|
|
40
|
+
cell_cell:"Update current cell",
|
|
41
|
+
cell_row:"Update all cells in row",
|
|
42
|
+
cell_all:"Update all cells in table",
|
|
43
|
+
row_row:"Update current row",
|
|
44
|
+
row_odd:"Update odd rows in table",
|
|
45
|
+
row_even:"Update even rows in table",
|
|
46
|
+
row_all:"Update all rows in table",
|
|
47
|
+
thead:"Table Head",
|
|
48
|
+
tbody:"Table Body",
|
|
49
|
+
tfoot:"Table Foot",
|
|
50
|
+
scope:"Scope",
|
|
51
|
+
rowgroup:"Row Group",
|
|
52
|
+
colgroup:"Col Group",
|
|
53
|
+
col_limit:"You've exceeded the maximum number of columns of {$cols}.",
|
|
54
|
+
row_limit:"You've exceeded the maximum number of rows of {$rows}.",
|
|
55
|
+
cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
|
|
56
|
+
missing_scope:"Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.",
|
|
57
|
+
caption:"Table caption",
|
|
58
|
+
frame:"Frame",
|
|
59
|
+
frame_none:"none",
|
|
60
|
+
frame_groups:"groups",
|
|
61
|
+
frame_rows:"rows",
|
|
62
|
+
frame_cols:"cols",
|
|
63
|
+
frame_all:"all",
|
|
64
|
+
rules:"Rules",
|
|
65
|
+
rules_void:"void",
|
|
66
|
+
rules_above:"above",
|
|
67
|
+
rules_below:"below",
|
|
68
|
+
rules_hsides:"hsides",
|
|
69
|
+
rules_lhs:"lhs",
|
|
70
|
+
rules_rhs:"rhs",
|
|
71
|
+
rules_vsides:"vsides",
|
|
72
|
+
rules_box:"box",
|
|
73
|
+
rules_border:"border"
|
|
74
|
+
});
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
tinyMCE.addI18n('vi.table_dlg',{
|
|
2
|
-
general_tab:"
|
|
3
|
-
advanced_tab:"
|
|
4
|
-
general_props:"
|
|
5
|
-
advanced_props:"
|
|
2
|
+
general_tab:"General",
|
|
3
|
+
advanced_tab:"Advanced",
|
|
4
|
+
general_props:"General properties",
|
|
5
|
+
advanced_props:"Advanced properties",
|
|
6
6
|
rowtype:"Row in table part",
|
|
7
|
-
title:"
|
|
8
|
-
width:"
|
|
9
|
-
height:"
|
|
10
|
-
cols:"
|
|
11
|
-
rows:"
|
|
12
|
-
cellspacing:"
|
|
13
|
-
cellpadding:"
|
|
14
|
-
border:"
|
|
15
|
-
align:"
|
|
16
|
-
align_default:"
|
|
17
|
-
align_left:"
|
|
18
|
-
align_right:"
|
|
19
|
-
align_middle:"
|
|
20
|
-
row_title:"
|
|
21
|
-
cell_title:"
|
|
7
|
+
title:"Insert/Modify table",
|
|
8
|
+
width:"Width",
|
|
9
|
+
height:"Height",
|
|
10
|
+
cols:"Cols",
|
|
11
|
+
rows:"Rows",
|
|
12
|
+
cellspacing:"Cellspacing",
|
|
13
|
+
cellpadding:"Cellpadding",
|
|
14
|
+
border:"Border",
|
|
15
|
+
align:"Alignment",
|
|
16
|
+
align_default:"Default",
|
|
17
|
+
align_left:"Left",
|
|
18
|
+
align_right:"Right",
|
|
19
|
+
align_middle:"Center",
|
|
20
|
+
row_title:"Table row properties",
|
|
21
|
+
cell_title:"Table cell properties",
|
|
22
22
|
cell_type:"Cell type",
|
|
23
|
-
valign:"
|
|
24
|
-
align_top:"
|
|
25
|
-
align_bottom:"
|
|
26
|
-
bordercolor:"
|
|
27
|
-
bgcolor:"
|
|
28
|
-
merge_cells_title:"
|
|
23
|
+
valign:"Vertical alignment",
|
|
24
|
+
align_top:"Top",
|
|
25
|
+
align_bottom:"Bottom",
|
|
26
|
+
bordercolor:"Border color",
|
|
27
|
+
bgcolor:"Background color",
|
|
28
|
+
merge_cells_title:"Merge table cells",
|
|
29
29
|
id:"Id",
|
|
30
30
|
style:"Style",
|
|
31
31
|
langdir:"Language direction",
|
|
@@ -37,16 +37,16 @@ bgimage:"Background image",
|
|
|
37
37
|
summary:"Summary",
|
|
38
38
|
td:"Data",
|
|
39
39
|
th:"Header",
|
|
40
|
-
cell_cell:"
|
|
41
|
-
cell_row:"
|
|
42
|
-
cell_all:"
|
|
43
|
-
row_row:"
|
|
44
|
-
row_odd:"
|
|
45
|
-
row_even:"
|
|
46
|
-
row_all:"
|
|
47
|
-
thead:"
|
|
48
|
-
tbody:"
|
|
49
|
-
tfoot:"
|
|
40
|
+
cell_cell:"Update current cell",
|
|
41
|
+
cell_row:"Update all cells in row",
|
|
42
|
+
cell_all:"Update all cells in table",
|
|
43
|
+
row_row:"Update current row",
|
|
44
|
+
row_odd:"Update odd rows in table",
|
|
45
|
+
row_even:"Update even rows in table",
|
|
46
|
+
row_all:"Update all rows in table",
|
|
47
|
+
thead:"Table Head",
|
|
48
|
+
tbody:"Table Body",
|
|
49
|
+
tfoot:"Table Foot",
|
|
50
50
|
scope:"Scope",
|
|
51
51
|
rowgroup:"Row Group",
|
|
52
52
|
colgroup:"Col Group",
|
|
@@ -54,7 +54,7 @@ col_limit:"You've exceeded the maximum number of columns of {$cols}.",
|
|
|
54
54
|
row_limit:"You've exceeded the maximum number of rows of {$rows}.",
|
|
55
55
|
cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
|
|
56
56
|
missing_scope:"Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.",
|
|
57
|
-
caption:"
|
|
57
|
+
caption:"Table caption",
|
|
58
58
|
frame:"Frame",
|
|
59
59
|
frame_none:"none",
|
|
60
60
|
frame_groups:"groups",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(){var a=tinymce.each;tinymce.create("tinymce.plugins.TemplatePlugin",{init:function(b,c){var d=this;d.editor=b;b.addCommand("mceTemplate",function(e){b.windowManager.open({file:c+"/template.htm",width:b.getParam("template_popup_width",750),height:b.getParam("template_popup_height",600),inline:1},{plugin_url:c})});b.addCommand("mceInsertTemplate",d._insertTemplate,d);b.addButton("template",{title:"template.desc",cmd:"mceTemplate"});b.onPreProcess.add(function(e,g){var f=e.dom;a(f.select("div",g.node),function(h){if(f.hasClass(h,"mceTmpl")){a(f.select("*",h),function(i){if(f.hasClass(i,e.getParam("template_mdate_classes","mdate").replace(/\s+/g,"|"))){i.innerHTML=d._getDateTime(new Date(),e.getParam("template_mdate_format",e.getLang("template.mdate_format")))}});d._replaceVals(h)}})})},getInfo:function(){return{longname:"Template plugin",author:"Moxiecode Systems AB",authorurl:"http://www.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/template",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_insertTemplate:function(i,j){var k=this,g=k.editor,f,c,d=g.dom,b=g.selection.getContent();f=j.content;a(k.editor.getParam("template_replace_values"),function(l,h){if(typeof(l)!="function"){f=f.replace(new RegExp("\\{\\$"+h+"\\}","g"),l)}});c=d.create("div",null,f);n=d.select(".mceTmpl",c);if(n&&n.length>0){c=d.create("div",null);c.appendChild(n[0].cloneNode(true))}function e(l,h){return new RegExp("\\b"+h+"\\b","g").test(l.className)}a(d.select("*",c),function(h){if(e(h,g.getParam("template_cdate_classes","cdate").replace(/\s+/g,"|"))){h.innerHTML=k._getDateTime(new Date(),g.getParam("template_cdate_format",g.getLang("template.cdate_format")))}if(e(h,g.getParam("template_mdate_classes","mdate").replace(/\s+/g,"|"))){h.innerHTML=k._getDateTime(new Date(),g.getParam("template_mdate_format",g.getLang("template.mdate_format")))}if(e(h,g.getParam("template_selected_content_classes","selcontent").replace(/\s+/g,"|"))){h.innerHTML=b}});k._replaceVals(c);g.execCommand("mceInsertContent",false,c.innerHTML);g.addVisual()},_replaceVals:function(c){var d=this.editor.dom,b=this.editor.getParam("template_replace_values");a(d.select("*",c),function(f){a(b,function(g,e){if(d.hasClass(f,e)){if(typeof(b[e])=="function"){b[e](f)}}})})},_getDateTime:function(e,b){if(!b){return""}function c(g,d){var f;g=""+g;if(g.length<d){for(f=0;f<(d-g.length);f++){g="0"+g}}return g}b=b.replace("%D","%m/%d/%y");b=b.replace("%r","%I:%M:%S %p");b=b.replace("%Y",""+e.getFullYear());b=b.replace("%y",""+e.getYear());b=b.replace("%m",c(e.getMonth()+1,2));b=b.replace("%d",c(e.getDate(),2));b=b.replace("%H",""+c(e.getHours(),2));b=b.replace("%M",""+c(e.getMinutes(),2));b=b.replace("%S",""+c(e.getSeconds(),2));b=b.replace("%I",""+((e.getHours()+11)%12+1));b=b.replace("%p",""+(e.getHours()<12?"AM":"PM"));b=b.replace("%B",""+
|
|
1
|
+
(function(){var a=tinymce.each;tinymce.create("tinymce.plugins.TemplatePlugin",{init:function(b,c){var d=this;d.editor=b;b.addCommand("mceTemplate",function(e){b.windowManager.open({file:c+"/template.htm",width:b.getParam("template_popup_width",750),height:b.getParam("template_popup_height",600),inline:1},{plugin_url:c})});b.addCommand("mceInsertTemplate",d._insertTemplate,d);b.addButton("template",{title:"template.desc",cmd:"mceTemplate"});b.onPreProcess.add(function(e,g){var f=e.dom;a(f.select("div",g.node),function(h){if(f.hasClass(h,"mceTmpl")){a(f.select("*",h),function(i){if(f.hasClass(i,e.getParam("template_mdate_classes","mdate").replace(/\s+/g,"|"))){i.innerHTML=d._getDateTime(new Date(),e.getParam("template_mdate_format",e.getLang("template.mdate_format")))}});d._replaceVals(h)}})})},getInfo:function(){return{longname:"Template plugin",author:"Moxiecode Systems AB",authorurl:"http://www.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/template",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_insertTemplate:function(i,j){var k=this,g=k.editor,f,c,d=g.dom,b=g.selection.getContent();f=j.content;a(k.editor.getParam("template_replace_values"),function(l,h){if(typeof(l)!="function"){f=f.replace(new RegExp("\\{\\$"+h+"\\}","g"),l)}});c=d.create("div",null,f);n=d.select(".mceTmpl",c);if(n&&n.length>0){c=d.create("div",null);c.appendChild(n[0].cloneNode(true))}function e(l,h){return new RegExp("\\b"+h+"\\b","g").test(l.className)}a(d.select("*",c),function(h){if(e(h,g.getParam("template_cdate_classes","cdate").replace(/\s+/g,"|"))){h.innerHTML=k._getDateTime(new Date(),g.getParam("template_cdate_format",g.getLang("template.cdate_format")))}if(e(h,g.getParam("template_mdate_classes","mdate").replace(/\s+/g,"|"))){h.innerHTML=k._getDateTime(new Date(),g.getParam("template_mdate_format",g.getLang("template.mdate_format")))}if(e(h,g.getParam("template_selected_content_classes","selcontent").replace(/\s+/g,"|"))){h.innerHTML=b}});k._replaceVals(c);g.execCommand("mceInsertContent",false,c.innerHTML);g.addVisual()},_replaceVals:function(c){var d=this.editor.dom,b=this.editor.getParam("template_replace_values");a(d.select("*",c),function(f){a(b,function(g,e){if(d.hasClass(f,e)){if(typeof(b[e])=="function"){b[e](f)}}})})},_getDateTime:function(e,b){if(!b){return""}function c(g,d){var f;g=""+g;if(g.length<d){for(f=0;f<(d-g.length);f++){g="0"+g}}return g}b=b.replace("%D","%m/%d/%y");b=b.replace("%r","%I:%M:%S %p");b=b.replace("%Y",""+e.getFullYear());b=b.replace("%y",""+e.getYear());b=b.replace("%m",c(e.getMonth()+1,2));b=b.replace("%d",c(e.getDate(),2));b=b.replace("%H",""+c(e.getHours(),2));b=b.replace("%M",""+c(e.getMinutes(),2));b=b.replace("%S",""+c(e.getSeconds(),2));b=b.replace("%I",""+((e.getHours()+11)%12+1));b=b.replace("%p",""+(e.getHours()<12?"AM":"PM"));b=b.replace("%B",""+this.editor.getLang("template_months_long").split(",")[e.getMonth()]);b=b.replace("%b",""+this.editor.getLang("template_months_short").split(",")[e.getMonth()]);b=b.replace("%A",""+this.editor.getLang("template_day_long").split(",")[e.getDay()]);b=b.replace("%a",""+this.editor.getLang("template_day_short").split(",")[e.getDay()]);b=b.replace("%%","%");return b}});tinymce.PluginManager.add("template",tinymce.plugins.TemplatePlugin)})();
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
fmt = fmt.replace("%S", "" + addZeros(d.getSeconds(), 2));
|
|
142
142
|
fmt = fmt.replace("%I", "" + ((d.getHours() + 11) % 12 + 1));
|
|
143
143
|
fmt = fmt.replace("%p", "" + (d.getHours() < 12 ? "AM" : "PM"));
|
|
144
|
-
fmt = fmt.replace("%B", "" +
|
|
145
|
-
fmt = fmt.replace("%b", "" +
|
|
146
|
-
fmt = fmt.replace("%A", "" +
|
|
147
|
-
fmt = fmt.replace("%a", "" +
|
|
144
|
+
fmt = fmt.replace("%B", "" + this.editor.getLang("template_months_long").split(',')[d.getMonth()]);
|
|
145
|
+
fmt = fmt.replace("%b", "" + this.editor.getLang("template_months_short").split(',')[d.getMonth()]);
|
|
146
|
+
fmt = fmt.replace("%A", "" + this.editor.getLang("template_day_long").split(',')[d.getDay()]);
|
|
147
|
+
fmt = fmt.replace("%a", "" + this.editor.getLang("template_day_short").split(',')[d.getDay()]);
|
|
148
148
|
fmt = fmt.replace("%%", "%");
|
|
149
149
|
|
|
150
150
|
return fmt;
|
|
@@ -2,14 +2,14 @@ tinyMCE.addI18n('ca.template_dlg',{
|
|
|
2
2
|
title:"Plantilles",
|
|
3
3
|
label:"Plantilla",
|
|
4
4
|
desc_label:"Descripci\u00F3",
|
|
5
|
-
desc:"Insereix contingut
|
|
6
|
-
select:"
|
|
7
|
-
preview:"
|
|
8
|
-
warning:"
|
|
5
|
+
desc:"Insereix el contingut de plantilla predefinit",
|
|
6
|
+
select:"Seleccioneu una plantilla",
|
|
7
|
+
preview:"Previsualitzaci\u00F3",
|
|
8
|
+
warning:"Av\u00EDs: Actualitzar una plantilla amb una altra diferent pot provocar p\u00E8rdua d\'informaci\u00F3.",
|
|
9
9
|
mdate_format:"%d-%m-%Y %H:%M:%S",
|
|
10
10
|
cdate_format:"%d-%m-%Y %H:%M:%S",
|
|
11
|
-
months_long:"
|
|
12
|
-
months_short:"
|
|
13
|
-
day_long:"
|
|
14
|
-
day_short:"
|
|
11
|
+
months_long:"gener,febrer,mar\u00E7,abril,maig,juny,juliol,agost,setembre,octubre,novembre,desembre",
|
|
12
|
+
months_short:"gen.,febr.,mar\u00E7,abr.,maig,juny,jul.,ag.,set.,oct.,nov.,des.",
|
|
13
|
+
day_long:"diumenge,dilluns,dimarts,dimecres,dijous,divendres,dissabte,diumenge",
|
|
14
|
+
day_short:"dg.,dl.,dt.,dc.,dj.,dv.,ds.,dg."
|
|
15
15
|
});
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
tinyMCE.addI18n('he.template_dlg',{
|
|
2
2
|
title:"Templates",
|
|
3
3
|
label:"Template",
|
|
4
|
-
desc_label:"\
|
|
4
|
+
desc_label:"\u05F3\u00D7\u05F3\u2122\u05F3\u0090\u05F3\u2022\u05F3\u00A8",
|
|
5
5
|
desc:"Insert predefined template content",
|
|
6
6
|
select:"Select a template",
|
|
7
|
-
preview:"\
|
|
7
|
+
preview:"\u05F3\u00D7\u05F3\u00A6\u05F3\u2022\u05F3\u2019\u05F3\u201D \u05F3\u009E\u05F3\u00A7\u05F3\u201C\u05F3\u2122\u05F3\u009E\u05F3\u201D",
|
|
8
8
|
warning:"Warning: Updating a template with a different one may cause data loss.",
|
|
9
9
|
mdate_format:"%Y-%m-%d %H:%M:%S",
|
|
10
10
|
cdate_format:"%Y-%m-%d %H:%M:%S",
|
|
11
11
|
months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
|
|
12
12
|
months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
|
|
13
|
-
day_long:"\
|
|
14
|
-
day_short:"\
|
|
13
|
+
day_long:"\u05F3\u00A8\u05F3\u0090\u05F3\u00A9\u05F3\u2022\u05F3\u009F,\u05F3\u00A9\u05F3\u00A0\u05F3\u2122,\u05F3\u00A9\u05F3\u009C\u05F3\u2122\u05F3\u00A9\u05F3\u2122,\u05F3\u00A8\u05F3\u2018\u05F3\u2122\u05F3\u00A2\u05F3\u2122,\u05F3\u2014\u05F3\u009E\u05F3\u2122\u05F3\u00A9\u05F3\u2122,\u05F3\u00A9\u05F3\u2122\u05F3\u00A9\u05F3\u2122,\u05F3\u00A9\u05F3\u2018\u05F3\u00D7",
|
|
14
|
+
day_short:"\u05F3\u00A8\u05F3\u0090\u05F3\u00A9\u05F3\u2022\u05F3\u009F,\u05F3\u00A9\u05F3\u00A0\u05F3\u2122,\u05F3\u00A9\u05F3\u009C\u05F3\u2122\u05F3\u00A9\u05F3\u2122,\u05F3\u00A8\u05F3\u2018\u05F3\u2122\u05F3\u00A2\u05F3\u2122,\u05F3\u2014\u05F3\u009E\u05F3\u2122\u05F3\u00A9\u05F3\u2122,\u05F3\u00A9\u05F3\u2122\u05F3\u00A9\u05F3\u2122,\u05F3\u00A9\u05F3\u2018\u05F3\u00D7"
|
|
15
15
|
});
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
tinyMCE.addI18n('ja.template_dlg',{
|
|
2
|
-
title:"\
|
|
3
|
-
label:"\
|
|
4
|
-
desc_label:"\
|
|
5
|
-
desc:"\
|
|
6
|
-
select:"\
|
|
7
|
-
preview:"\
|
|
8
|
-
warning:"\u8B66\u544A\
|
|
9
|
-
mdate_format:"%Y
|
|
10
|
-
cdate_format:"%Y
|
|
11
|
-
months_long:"
|
|
12
|
-
months_short:"1
|
|
13
|
-
day_long:"\
|
|
14
|
-
day_short:"
|
|
2
|
+
title:"\u8303\u672C\u6807\u9898",
|
|
3
|
+
label:"\u8303\u672C",
|
|
4
|
+
desc_label:"\u63CF\u8FF0",
|
|
5
|
+
desc:"\u63D2\u5165\u9884\u5B9A\u7684\u8303\u672C\u5185\u5BB9",
|
|
6
|
+
select:"\u9009\u62E9\u8303\u672C",
|
|
7
|
+
preview:"\u9884\u89C8",
|
|
8
|
+
warning:"\u8B66\u544A:\u66F4\u65B0\u8303\u672C\u6709\u53EF\u80FD\u5BFC\u81F4\u8D44\u6599\u9057\u5931\u3002",
|
|
9
|
+
mdate_format:"%Y-%m-%d %H:%M:%S",
|
|
10
|
+
cdate_format:"%Y-%m-%d %H:%M:%S",
|
|
11
|
+
months_long:"\u4E00\u6708\uFF0C\u4E8C\u6708\uFF0C\u4E09\u6708\uFF0C\u56DB\u6708\uFF0C\u4E94\u6708\uFF0C\u516D\u6708\uFF0C\u4E03\u6708\uFF0C\u516B\u6708\uFF0C\u4E5D\u6708\uFF0C\u5341\u6708\uFF0C\u5341\u4E00\u6708\uFF0C\u5341\u4E8C\u6708",
|
|
12
|
+
months_short:"1\u6708\uFF0C2\u6708\uFF0C3\u6708\uFF0C4\u6708\uFF0C5\u6708\uFF0C6\u6708\uFF0C7\u6708\uFF0C8\u6708\uFF0C9\u6708\uFF0C10\u6708\uFF0C11\u6708\uFF0C12\u6708",
|
|
13
|
+
day_long:"\u661F\u671F\u65E5\uFF0C\u661F\u671F\u4E00\uFF0C\u661F\u671F\u4E8C\uFF0C\u661F\u671F\u4E09\uFF0C\u661F\u671F\u56DB\uFF0C\u661F\u671F\u4E94\uFF0C\u661F\u671F\u516D\uFF0C\u661F\u671F\u65E5",
|
|
14
|
+
day_short:"\u5468\u65E5\uFF0C\u5468\u4E00\uFF0C\u5468\u4E8C\uFF0C\u5468\u4E09\uFF0C\u5468\u56DB\uFF0C\u5468\u4E94\uFF0C\u5468\u516D\uFF0C\u5468\u65E5"
|
|
15
15
|
});
|
|
@@ -5,7 +5,7 @@ desc_label:"Popis",
|
|
|
5
5
|
desc:"Vlo\u017Ei\u0165 obsah z preddefinovanej \u0161abl\u00F3ny",
|
|
6
6
|
select:"Vyber \u0161abl\u00F3nu",
|
|
7
7
|
preview:"N\u00E1h\u013Ead",
|
|
8
|
-
warning:"Upozornenie:
|
|
8
|
+
warning:"Upozornenie: Ak vykon\u00E1te aktualiz\u00E1ciou inou \u0161abl\u00F3nou, bud\u00FA d\u00E1ta straten\u00E9.",
|
|
9
9
|
mdate_format:"%Y-%m-%d %H:%M:%S",
|
|
10
10
|
cdate_format:"%Y-%m-%d %H:%M:%S",
|
|
11
11
|
months_long:"Janu\u00E1r,Febru\u00E1r,Marec,Apr\u00EDl,M\u00E1j,J\u00FAn,J\u00FAl,August,September,Okt\u00F3ber,November,December",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
tinyMCE.addI18n('ur.template_dlg',{
|
|
2
|
+
title:"Templates",
|
|
3
|
+
label:"Template",
|
|
4
|
+
desc_label:"Description",
|
|
5
|
+
desc:"Insert predefined template content",
|
|
6
|
+
select:"Select a template",
|
|
7
|
+
preview:"Preview",
|
|
8
|
+
warning:"Warning: Updating a template with a different one may cause data loss.",
|
|
9
|
+
mdate_format:"%Y-%m-%d %H:%M:%S",
|
|
10
|
+
cdate_format:"%Y-%m-%d %H:%M:%S",
|
|
11
|
+
months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
|
|
12
|
+
months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
|
|
13
|
+
day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
|
|
14
|
+
day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
|
|
15
|
+
});
|
|
@@ -5,28 +5,28 @@ attribute_label_class:"Classe",
|
|
|
5
5
|
attribute_label_style:"Estil",
|
|
6
6
|
attribute_label_cite:"Cita",
|
|
7
7
|
attribute_label_datetime:"Data/Hora",
|
|
8
|
-
attribute_label_langdir:"Direcci\u00F3 del
|
|
9
|
-
attribute_option_ltr:"D'esquerra a dreta",
|
|
8
|
+
attribute_label_langdir:"Direcci\u00F3 del text",
|
|
9
|
+
attribute_option_ltr:"D\'esquerra a dreta",
|
|
10
10
|
attribute_option_rtl:"De dreta a esquerra",
|
|
11
11
|
attribute_label_langcode:"Idioma",
|
|
12
|
-
attribute_label_tabindex:"
|
|
13
|
-
attribute_label_accesskey:"
|
|
12
|
+
attribute_label_tabindex:"TabIndex",
|
|
13
|
+
attribute_label_accesskey:"AccessKey",
|
|
14
14
|
attribute_events_tab:"Esdeveniments",
|
|
15
15
|
attribute_attrib_tab:"Atributs",
|
|
16
16
|
general_tab:"General",
|
|
17
17
|
attrib_tab:"Atributs",
|
|
18
18
|
events_tab:"Esdeveniments",
|
|
19
|
-
fieldset_general_tab:"Configuraci\u00F3
|
|
20
|
-
fieldset_attrib_tab:"Atributs
|
|
21
|
-
fieldset_events_tab:"Esdeveniments
|
|
22
|
-
title_ins_element:"Element d'
|
|
23
|
-
title_del_element:"Element
|
|
24
|
-
title_acronym_element:"Element d'
|
|
25
|
-
title_abbr_element:"Element d'
|
|
26
|
-
title_cite_element:"Element de
|
|
19
|
+
fieldset_general_tab:"Configuraci\u00F3 general",
|
|
20
|
+
fieldset_attrib_tab:"Atributs d\'element",
|
|
21
|
+
fieldset_events_tab:"Esdeveniments d\'element",
|
|
22
|
+
title_ins_element:"Element d\'inserci\u00F3",
|
|
23
|
+
title_del_element:"Element d\'eliminaci\u00F3",
|
|
24
|
+
title_acronym_element:"Element d\'acr\u00F2nim",
|
|
25
|
+
title_abbr_element:"Element d\'abreviatura",
|
|
26
|
+
title_cite_element:"Element de menci\u00F3",
|
|
27
27
|
remove:"Elimina",
|
|
28
|
-
insert_date:"Insereix la data/hora
|
|
29
|
-
option_ltr:"D'esquerra a dreta",
|
|
28
|
+
insert_date:"Insereix la data/hora actuals",
|
|
29
|
+
option_ltr:"D\'esquerra a dreta",
|
|
30
30
|
option_rtl:"De dreta a esquerra",
|
|
31
|
-
attribs_title:"Insereix/Edita
|
|
31
|
+
attribs_title:"Insereix/Edita atributs"
|
|
32
32
|
});
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
tinyMCE.addI18n('he.xhtmlxtras_dlg',{
|
|
2
|
-
attribute_label_title:"\
|
|
2
|
+
attribute_label_title:"\u05F3\u203A\u05F3\u2022\u05F3\u00D7\u05F3\u00A8\u05F3\u00D7",
|
|
3
3
|
attribute_label_id:"ID",
|
|
4
4
|
attribute_label_class:"Class",
|
|
5
5
|
attribute_label_style:"Style",
|
|
6
|
-
attribute_label_cite:"\
|
|
7
|
-
attribute_label_datetime:"\
|
|
8
|
-
attribute_label_langdir:"\
|
|
9
|
-
attribute_option_ltr:"\
|
|
10
|
-
attribute_option_rtl:"\
|
|
11
|
-
attribute_label_langcode:"\
|
|
6
|
+
attribute_label_cite:"\u05F3\u00A6\u05F3\u2122\u05F3\u02DC\u05F3\u2022\u05F3\u02DC",
|
|
7
|
+
attribute_label_datetime:"\u05F3\u00D7\u05F3\u0090\u05F3\u00A8\u05F3\u2122\u05F3\u009A/\u05F3\u2013\u05F3\u009E\u05F3\u009F",
|
|
8
|
+
attribute_label_langdir:"\u05F3\u203A\u05F3\u2122\u05F3\u2022\u05F3\u2022\u05F3\u009F \u05F3\u201D\u05F3\u02DC\u05F3\u00A7\u05F3\u00A1\u05F3\u02DC",
|
|
9
|
+
attribute_option_ltr:"\u05F3\u009E\u05F3\u00A9\u05F3\u009E\u05F3\u0090\u05F3\u009C \u05F3\u009C\u05F3\u2122\u05F3\u009E\u05F3\u2122\u05F3\u009F",
|
|
10
|
+
attribute_option_rtl:"\u05F3\u009E\u05F3\u2122\u05F3\u009E\u05F3\u2122\u05F3\u009F \u05F3\u009C\u05F3\u00A9\u05F3\u009E\u05F3\u0090\u05F3\u009C",
|
|
11
|
+
attribute_label_langcode:"\u05F3\u00A9\u05F3\u20AA\u05F3\u201D",
|
|
12
12
|
attribute_label_tabindex:"TabIndex",
|
|
13
13
|
attribute_label_accesskey:"AccessKey",
|
|
14
|
-
attribute_events_tab:"\
|
|
15
|
-
attribute_attrib_tab:"\
|
|
16
|
-
general_tab:"\
|
|
17
|
-
attrib_tab:"\
|
|
18
|
-
events_tab:"\
|
|
19
|
-
fieldset_general_tab:"\
|
|
20
|
-
fieldset_attrib_tab:" \
|
|
21
|
-
fieldset_events_tab:"\
|
|
22
|
-
title_ins_element:"\
|
|
23
|
-
title_del_element:"\
|
|
24
|
-
title_acronym_element:"\
|
|
25
|
-
title_abbr_element:"\
|
|
26
|
-
title_cite_element:"\
|
|
27
|
-
remove:"\
|
|
28
|
-
insert_date:"\
|
|
29
|
-
option_ltr:"\
|
|
30
|
-
option_rtl:"\
|
|
31
|
-
attribs_title:"\
|
|
14
|
+
attribute_events_tab:"\u05F3\u0090\u05F3\u2122\u05F3\u00A8\u05F3\u2022\u05F3\u00A2\u05F3\u2122\u05F3\u009D",
|
|
15
|
+
attribute_attrib_tab:"\u05F3\u00D7\u05F3\u203A\u05F3\u2022\u05F3\u00A0\u05F3\u2022\u05F3\u00D7",
|
|
16
|
+
general_tab:"\u05F3\u203A\u05F3\u009C\u05F3\u009C\u05F3\u2122",
|
|
17
|
+
attrib_tab:"\u05F3\u00D7\u05F3\u203A\u05F3\u2022\u05F3\u00A0\u05F3\u2022\u05F3\u00D7",
|
|
18
|
+
events_tab:"\u05F3\u0090\u05F3\u2122\u05F3\u00A8\u05F3\u2022\u05F3\u00A2\u05F3\u2122\u05F3\u009D",
|
|
19
|
+
fieldset_general_tab:"\u05F3\u201D\u05F3\u2019\u05F3\u201C\u05F3\u00A8\u05F3\u2022\u05F3\u00D7 \u05F3\u203A\u05F3\u009C\u05F3\u009C\u05F3\u2122\u05F3\u2022\u05F3\u00D7",
|
|
20
|
+
fieldset_attrib_tab:" \u05F3\u00D7\u05F3\u203A\u05F3\u2022\u05F3\u00A0\u05F3\u2022\u05F3\u00D7 \u05F3\u201D\u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
21
|
+
fieldset_events_tab:"\u05F3\u0090\u05F3\u2122\u05F3\u00A8\u05F3\u2022\u05F3\u00A2\u05F3\u2122 \u05F3\u201D\u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
22
|
+
title_ins_element:"\u05F3\u201D\u05F3\u203A\u05F3\u00A0\u05F3\u00A1\u05F3\u00D7 \u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
23
|
+
title_del_element:"\u05F3\u009E\u05F3\u2014\u05F3\u2122\u05F3\u00A7\u05F3\u00D7 \u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
24
|
+
title_acronym_element:"\u05F3\u00A8\u05F3\u0090\u05F3\u00A9\u05F3\u2122 \u05F3\u00D7\u05F3\u2122\u05F3\u2018\u05F3\u2022\u05F3\u00D7 \u05F3\u201D\u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
25
|
+
title_abbr_element:"\u05F3\u00A7\u05F3\u2122\u05F3\u00A6\u05F3\u2022\u05F3\u00A8 \u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
26
|
+
title_cite_element:"\u05F3\u00A6\u05F3\u2122\u05F3\u02DC\u05F3\u2022\u05F3\u02DC \u05F3\u0090\u05F3\u009C\u05F3\u009E\u05F3\u00A0\u05F3\u02DC",
|
|
27
|
+
remove:"\u05F3\u201D\u05F3\u00A1\u05F3\u00A8",
|
|
28
|
+
insert_date:"\u05F3\u201D\u05F3\u203A\u05F3\u00A0\u05F3\u00A1\u05F3\u00D7 \u05F3\u2013\u05F3\u009E\u05F3\u009F/\u05F3\u00D7\u05F3\u0090\u05F3\u00A8\u05F3\u2122\u05F3\u009A \u05F3\u00A0\u05F3\u2022\u05F3\u203A\u05F3\u2014\u05F3\u2122",
|
|
29
|
+
option_ltr:"\u05F3\u009E\u05F3\u00A9\u05F3\u009E\u05F3\u0090\u05F3\u009C \u05F3\u009C\u05F3\u2122\u05F3\u009E\u05F3\u2122\u05F3\u009F",
|
|
30
|
+
option_rtl:"\u05F3\u009E\u05F3\u2122\u05F3\u009E\u05F3\u2122\u05F3\u009F \u05F3\u009C\u05F3\u00A9\u05F3\u009E\u05F3\u0090\u05F3\u009C",
|
|
31
|
+
attribs_title:"\u05F3\u201D\u05F3\u203A\u05F3\u00A0\u05F3\u00A1\u05F3\u00D7/\u05F3\u00A2\u05F3\u201C\u05F3\u203A\u05F3\u2022\u05F3\u009F \u05F3\u00D7\u05F3\u203A\u05F3\u2022\u05F3\u00A0\u05F3\u2022\u05F3\u00D7"
|
|
32
32
|
});
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
tinyMCE.addI18n('ja.xhtmlxtras_dlg',{
|
|
2
|
-
attribute_label_title:"\
|
|
2
|
+
attribute_label_title:"\u67E5\u627E",
|
|
3
3
|
attribute_label_id:"ID",
|
|
4
|
-
attribute_label_class:"\
|
|
5
|
-
attribute_label_style:"\
|
|
6
|
-
attribute_label_cite:"\u5F15\
|
|
7
|
-
attribute_label_datetime:"\u65E5\
|
|
8
|
-
attribute_label_langdir:"\u6587\
|
|
9
|
-
attribute_option_ltr:"\u5DE6\
|
|
10
|
-
attribute_option_rtl:"\u53F3\
|
|
11
|
-
attribute_label_langcode:"\u8A00
|
|
12
|
-
attribute_label_tabindex:"\
|
|
13
|
-
attribute_label_accesskey:"\
|
|
14
|
-
attribute_events_tab:"\
|
|
4
|
+
attribute_label_class:"\u7C7B\u578B",
|
|
5
|
+
attribute_label_style:"\u6837\u5F0F",
|
|
6
|
+
attribute_label_cite:"\u5F15\u6587",
|
|
7
|
+
attribute_label_datetime:"\u65E5\u671F/\u65F6\u95F4",
|
|
8
|
+
attribute_label_langdir:"\u6587\u5B57\u4E66\u5199\u65B9\u5411",
|
|
9
|
+
attribute_option_ltr:"\u7531\u5DE6\u5230\u53F3",
|
|
10
|
+
attribute_option_rtl:"\u7531\u53F3\u5230\u5DE6",
|
|
11
|
+
attribute_label_langcode:"\u8BED\u8A00",
|
|
12
|
+
attribute_label_tabindex:"Tab\u7D22\u5F15",
|
|
13
|
+
attribute_label_accesskey:"\u5FEB\u901F\u952E",
|
|
14
|
+
attribute_events_tab:"\u4E8B\u4EF6",
|
|
15
15
|
attribute_attrib_tab:"\u5C5E\u6027",
|
|
16
16
|
general_tab:"\u4E00\u822C",
|
|
17
17
|
attrib_tab:"\u5C5E\u6027",
|
|
18
|
-
events_tab:"\
|
|
18
|
+
events_tab:"\u4E8B\u4EF6",
|
|
19
19
|
fieldset_general_tab:"\u4E00\u822C",
|
|
20
|
-
fieldset_attrib_tab:"\
|
|
21
|
-
fieldset_events_tab:"\
|
|
22
|
-
title_ins_element:"\
|
|
23
|
-
title_del_element:"\
|
|
24
|
-
title_acronym_element:"\
|
|
25
|
-
title_abbr_element:"\
|
|
26
|
-
title_cite_element:"\u5F15\
|
|
27
|
-
remove:"
|
|
28
|
-
insert_date:"\
|
|
29
|
-
option_ltr:"\u5DE6\
|
|
30
|
-
option_rtl:"\u53F3\
|
|
31
|
-
attribs_title:"\
|
|
20
|
+
fieldset_attrib_tab:"\u5143\u7D20\u5C5E\u6027",
|
|
21
|
+
fieldset_events_tab:"\u5143\u7D20\u4E8B\u4EF6",
|
|
22
|
+
title_ins_element:"\u63D2\u5165\u5143\u7D20",
|
|
23
|
+
title_del_element:"\u5220\u9664\u5143\u7D20",
|
|
24
|
+
title_acronym_element:"\u9996\u5B57\u7F29\u5199\u5143\u7D20",
|
|
25
|
+
title_abbr_element:"\u7F29\u5199\u5143\u7D20",
|
|
26
|
+
title_cite_element:"\u5F15\u6587\u5143\u7D20",
|
|
27
|
+
remove:"\u5220\u9664",
|
|
28
|
+
insert_date:"\u63D2\u5165\u73B0\u5728\u65E5\u671F/\u65F6\u95F4",
|
|
29
|
+
option_ltr:"\u7531\u5DE6\u5230\u53F3",
|
|
30
|
+
option_rtl:"\u7531\u53F3\u5230\u5DE6",
|
|
31
|
+
attribs_title:"\u63D2\u5165/\u7F16\u8F91\u5C5E\u6027"
|
|
32
32
|
});
|