diff options
Diffstat (limited to 'public/bower_components/ckeditor/plugins/iframe')
75 files changed, 88 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/iframe/dialogs/iframe.js b/public/bower_components/ckeditor/plugins/iframe/dialogs/iframe.js new file mode 100644 index 0000000..6087829 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/dialogs/iframe.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){function c(b){var c=this instanceof CKEDITOR.ui.dialog.checkbox;b.hasAttribute(this.id)&&(b=b.getAttribute(this.id),c?this.setValue(e[this.id]["true"]==b.toLowerCase()):this.setValue(b))}function d(b){var c=""===this.getValue(),a=this instanceof CKEDITOR.ui.dialog.checkbox,d=this.getValue();c?b.removeAttribute(this.att||this.id):a?b.setAttribute(this.id,e[this.id][d]):b.setAttribute(this.att||this.id,d)}var e={scrolling:{"true":"yes","false":"no"},frameborder:{"true":"1","false":"0"}}; +CKEDITOR.dialog.add("iframe",function(b){var f=b.lang.iframe,a=b.lang.common,e=b.plugins.dialogadvtab;return{title:f.title,minWidth:350,minHeight:260,onShow:function(){this.fakeImage=this.iframeNode=null;var a=this.getSelectedElement();a&&a.data("cke-real-element-type")&&"iframe"==a.data("cke-real-element-type")&&(this.fakeImage=a,this.iframeNode=a=b.restoreRealElement(a),this.setupContent(a))},onOk:function(){var a;a=this.fakeImage?this.iframeNode:new CKEDITOR.dom.element("iframe");var c={},d={}; +this.commitContent(a,c,d);a=b.createFakeElement(a,"cke_iframe","iframe",!0);a.setAttributes(d);a.setStyles(c);this.fakeImage?(a.replace(this.fakeImage),b.getSelection().selectElement(a)):b.insertElement(a)},contents:[{id:"info",label:a.generalTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{id:"src",type:"text",label:a.url,required:!0,validate:CKEDITOR.dialog.validate.notEmpty(f.noUrl),setup:c,commit:d}]},{type:"hbox",children:[{id:"width",type:"text",requiredContent:"iframe[width]", +style:"width:100%",labelLayout:"vertical",label:a.width,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.width)),setup:c,commit:d},{id:"height",type:"text",requiredContent:"iframe[height]",style:"width:100%",labelLayout:"vertical",label:a.height,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.height)),setup:c,commit:d},{id:"align",type:"select",requiredContent:"iframe[align]","default":"",items:[[a.notSet,""],[a.left,"left"],[a.right, +"right"],[a.alignTop,"top"],[a.alignMiddle,"middle"],[a.alignBottom,"bottom"]],style:"width:100%",labelLayout:"vertical",label:a.align,setup:function(a,b){c.apply(this,arguments);if(b){var d=b.getAttribute("align");this.setValue(d&&d.toLowerCase()||"")}},commit:function(a,b,c){d.apply(this,arguments);this.getValue()&&(c.align=this.getValue())}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"scrolling",type:"checkbox",requiredContent:"iframe[scrolling]",label:f.scrolling,setup:c,commit:d},{id:"frameborder", +type:"checkbox",requiredContent:"iframe[frameborder]",label:f.border,setup:c,commit:d}]},{type:"hbox",widths:["50%","50%"],children:[{id:"name",type:"text",requiredContent:"iframe[name]",label:a.name,setup:c,commit:d},{id:"title",type:"text",requiredContent:"iframe[title]",label:a.advisoryTitle,setup:c,commit:d}]},{id:"longdesc",type:"text",requiredContent:"iframe[longdesc]",label:a.longDescr,setup:c,commit:d}]},e&&e.createAdvancedTab(b,{id:1,classes:1,styles:1},"iframe")]}})})();
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/icons/hidpi/iframe.png b/public/bower_components/ckeditor/plugins/iframe/icons/hidpi/iframe.png Binary files differnew file mode 100644 index 0000000..d99d0f3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/icons/hidpi/iframe.png diff --git a/public/bower_components/ckeditor/plugins/iframe/icons/iframe.png b/public/bower_components/ckeditor/plugins/iframe/icons/iframe.png Binary files differnew file mode 100644 index 0000000..a2f5545 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/icons/iframe.png diff --git a/public/bower_components/ckeditor/plugins/iframe/images/placeholder.png b/public/bower_components/ckeditor/plugins/iframe/images/placeholder.png Binary files differnew file mode 100644 index 0000000..4af0956 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/images/placeholder.png diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/af.js b/public/bower_components/ckeditor/plugins/iframe/lang/af.js new file mode 100644 index 0000000..71eb910 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","af",{border:"Wys rand van raam",noUrl:"Gee die iframe URL",scrolling:"Skuifbalke aan",title:"IFrame Eienskappe",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ar.js b/public/bower_components/ckeditor/plugins/iframe/lang/ar.js new file mode 100644 index 0000000..8b90f6c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ar",{border:"إظهار حدود الإطار",noUrl:"فضلا أكتب رابط الـ iframe",scrolling:"تفعيل أشرطة الإنتقال",title:"خصائص iframe",toolbar:"iframe"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/az.js b/public/bower_components/ckeditor/plugins/iframe/lang/az.js new file mode 100644 index 0000000..a1b0d1e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","az",{border:"Çərçivə sərhədlərini göstər",noUrl:"Çərçivənin ünvanı daxil edin",scrolling:"Şürüşdürmələri əlavə et",title:"İFRAME elementinin alətləri",toolbar:"İFRAME"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/bg.js b/public/bower_components/ckeditor/plugins/iframe/lang/bg.js new file mode 100644 index 0000000..681229d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","bg",{border:"Показва рамка на карето",noUrl:"Моля въведете URL за iFrame",scrolling:"Активира прелистване",title:"IFrame настройки",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/bn.js b/public/bower_components/ckeditor/plugins/iframe/lang/bn.js new file mode 100644 index 0000000..a7a9ee0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","bn",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/bs.js b/public/bower_components/ckeditor/plugins/iframe/lang/bs.js new file mode 100644 index 0000000..f37043c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","bs",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ca.js b/public/bower_components/ckeditor/plugins/iframe/lang/ca.js new file mode 100644 index 0000000..18bddf5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ca",{border:"Mostra la vora del marc",noUrl:"Si us plau, introdueixi la URL de l'iframe",scrolling:"Activa les barres de desplaçament",title:"Propietats de l'IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/cs.js b/public/bower_components/ckeditor/plugins/iframe/lang/cs.js new file mode 100644 index 0000000..37b25fb --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","cs",{border:"Zobrazit okraj",noUrl:"Zadejte prosím URL obsahu pro IFrame",scrolling:"Zapnout posuvníky",title:"Vlastnosti IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/cy.js b/public/bower_components/ckeditor/plugins/iframe/lang/cy.js new file mode 100644 index 0000000..f8db604 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","cy",{border:"Dangos ymyl y ffrâm",noUrl:"Rhowch URL yr iframe",scrolling:"Galluogi bariau sgrolio",title:"Priodweddau IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/da.js b/public/bower_components/ckeditor/plugins/iframe/lang/da.js new file mode 100644 index 0000000..5411533 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","da",{border:"Vis kant på rammen",noUrl:"Venligst indsæt URL på iframen",scrolling:"Aktiver scrollbars",title:"Iframe egenskaber",toolbar:"Iframe"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/de-ch.js b/public/bower_components/ckeditor/plugins/iframe/lang/de-ch.js new file mode 100644 index 0000000..c28d02f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","de-ch",{border:"Rahmen anzeigen",noUrl:"Bitte geben Sie die IFrame-URL an",scrolling:"Rollbalken anzeigen",title:"IFrame-Eigenschaften",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/de.js b/public/bower_components/ckeditor/plugins/iframe/lang/de.js new file mode 100644 index 0000000..2556d57 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","de",{border:"Rahmen anzeigen",noUrl:"Bitte geben Sie die IFrame-URL an",scrolling:"Rollbalken anzeigen",title:"IFrame-Eigenschaften",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/el.js b/public/bower_components/ckeditor/plugins/iframe/lang/el.js new file mode 100644 index 0000000..cecba9b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","el",{border:"Προβολή περιγράμματος πλαισίου",noUrl:"Παρακαλούμε εισάγεται το URL του iframe",scrolling:"Ενεργοποίηση μπαρών κύλισης",title:"Ιδιότητες IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/en-au.js b/public/bower_components/ckeditor/plugins/iframe/lang/en-au.js new file mode 100644 index 0000000..8e2821f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en-au",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/en-ca.js b/public/bower_components/ckeditor/plugins/iframe/lang/en-ca.js new file mode 100644 index 0000000..c25669e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en-ca",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/en-gb.js b/public/bower_components/ckeditor/plugins/iframe/lang/en-gb.js new file mode 100644 index 0000000..214388d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en-gb",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/en.js b/public/bower_components/ckeditor/plugins/iframe/lang/en.js new file mode 100644 index 0000000..8d1407e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/eo.js b/public/bower_components/ckeditor/plugins/iframe/lang/eo.js new file mode 100644 index 0000000..a185507 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","eo",{border:"Montri borderon de kadro (frame)",noUrl:"Bonvolu entajpi la retadreson de la ligilo al la enlinia kadro (IFrame)",scrolling:"Ebligi rulumskalon",title:"Atributoj de la enlinia kadro (IFrame)",toolbar:"Enlinia kadro (IFrame)"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/es-mx.js b/public/bower_components/ckeditor/plugins/iframe/lang/es-mx.js new file mode 100644 index 0000000..334cb97 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","es-mx",{border:"Mostrar el borde del marco",noUrl:"Ingresa la URL del iframe",scrolling:"Habilitar la barra de desplazamiento",title:"Propiedades del IFrame",toolbar:"Iframe"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/es.js b/public/bower_components/ckeditor/plugins/iframe/lang/es.js new file mode 100644 index 0000000..89e3851 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","es",{border:"Mostrar borde del marco",noUrl:"Por favor, escriba la dirección del iframe",scrolling:"Activar barras de desplazamiento",title:"Propiedades de iframe",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/et.js b/public/bower_components/ckeditor/plugins/iframe/lang/et.js new file mode 100644 index 0000000..7cd5ec0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","et",{border:"Raami äärise näitamine",noUrl:"Vali iframe URLi liik",scrolling:"Kerimisribade lubamine",title:"IFrame omadused",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/eu.js b/public/bower_components/ckeditor/plugins/iframe/lang/eu.js new file mode 100644 index 0000000..dabd6d1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","eu",{border:"Erakutsi markoaren ertza",noUrl:"Idatzi iframe-aren URLa, mesedez.",scrolling:"Gaitu korritze-barrak",title:"IFrame-aren propietateak",toolbar:"IFrame-a"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/fa.js b/public/bower_components/ckeditor/plugins/iframe/lang/fa.js new file mode 100644 index 0000000..a6bd7ee --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fa",{border:"نمایش خطوط frame",noUrl:"لطفا مسیر URL iframe را درج کنید",scrolling:"نمایش خطکشها",title:"ویژگیهای IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/fi.js b/public/bower_components/ckeditor/plugins/iframe/lang/fi.js new file mode 100644 index 0000000..2813efb --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fi",{border:"Näytä kehyksen reunat",noUrl:"Anna IFrame-kehykselle lähdeosoite (src)",scrolling:"Näytä vierityspalkit",title:"IFrame-kehyksen ominaisuudet",toolbar:"IFrame-kehys"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/fo.js b/public/bower_components/ckeditor/plugins/iframe/lang/fo.js new file mode 100644 index 0000000..3ec97a0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fo",{border:"Vís frame kant",noUrl:"Vinarliga skriva URL til iframe",scrolling:"Loyv scrollbars",title:"Møguleikar fyri IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/fr-ca.js b/public/bower_components/ckeditor/plugins/iframe/lang/fr-ca.js new file mode 100644 index 0000000..1a43ea6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fr-ca",{border:"Afficher la bordure du cadre",noUrl:"Veuillez entre l'URL du IFrame",scrolling:"Activer les barres de défilement",title:"Propriétés du IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/fr.js b/public/bower_components/ckeditor/plugins/iframe/lang/fr.js new file mode 100644 index 0000000..d3794aa --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fr",{border:"Afficher la bordure du cadre",noUrl:"Veuillez entrer l'URL du contenu du cadre",scrolling:"Activer les barres de défilement",title:"Propriétés du cadre de contenu incorporé",toolbar:"Cadre de contenu incorporé"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/gl.js b/public/bower_components/ckeditor/plugins/iframe/lang/gl.js new file mode 100644 index 0000000..5326e33 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","gl",{border:"Amosar o bordo do marco",noUrl:"Escriba o enderezo do iframe",scrolling:"Activar as barras de desprazamento",title:"Propiedades do iFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/gu.js b/public/bower_components/ckeditor/plugins/iframe/lang/gu.js new file mode 100644 index 0000000..0c6aed9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","gu",{border:"ફ્રેમ બોર્ડેર બતાવવી",noUrl:"iframe URL ટાઈપ્ કરો",scrolling:"સ્ક્રોલબાર ચાલુ કરવા",title:"IFrame વિકલ્પો",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/he.js b/public/bower_components/ckeditor/plugins/iframe/lang/he.js new file mode 100644 index 0000000..4c22777 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","he",{border:"הראה מסגרת לחלון",noUrl:"יש להכניס כתובת לחלון.",scrolling:"אפשר פסי גלילה",title:"מאפייני חלון פנימי (iframe)",toolbar:"חלון פנימי (iframe)"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/hi.js b/public/bower_components/ckeditor/plugins/iframe/lang/hi.js new file mode 100644 index 0000000..8699b82 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","hi",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/hr.js b/public/bower_components/ckeditor/plugins/iframe/lang/hr.js new file mode 100644 index 0000000..250677a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","hr",{border:"Prikaži okvir IFrame-a",noUrl:"Unesite URL IFrame-a",scrolling:"Omogući trake za skrolanje",title:"IFrame svojstva",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/hu.js b/public/bower_components/ckeditor/plugins/iframe/lang/hu.js new file mode 100644 index 0000000..94bdf85 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","hu",{border:"Legyen keret",noUrl:"Kérem írja be a iframe URL-t",scrolling:"Gördítősáv bekapcsolása",title:"IFrame Tulajdonságok",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/id.js b/public/bower_components/ckeditor/plugins/iframe/lang/id.js new file mode 100644 index 0000000..6b0bf66 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","id",{border:"Tampilkan Batas Bingkai",noUrl:"Please type the iframe URL",scrolling:"Aktifkan Scrollbar",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/is.js b/public/bower_components/ckeditor/plugins/iframe/lang/is.js new file mode 100644 index 0000000..bb669e8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","is",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/it.js b/public/bower_components/ckeditor/plugins/iframe/lang/it.js new file mode 100644 index 0000000..54f33be --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","it",{border:"Mostra il bordo",noUrl:"Inserire l'URL del campo IFrame",scrolling:"Abilita scrollbar",title:"Proprietà IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ja.js b/public/bower_components/ckeditor/plugins/iframe/lang/ja.js new file mode 100644 index 0000000..039c578 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ja",{border:"フレームの枠を表示",noUrl:"iframeのURLを入力してください。",scrolling:"スクロールバーの表示を許可",title:"iFrameのプロパティ",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ka.js b/public/bower_components/ckeditor/plugins/iframe/lang/ka.js new file mode 100644 index 0000000..e838899 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ka",{border:"ჩარჩოს გამოჩენა",noUrl:"აკრიფეთ iframe-ის URL",scrolling:"გადახვევის ზოლების დაშვება",title:"IFrame-ის პარამეტრები",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/km.js b/public/bower_components/ckeditor/plugins/iframe/lang/km.js new file mode 100644 index 0000000..629c783 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","km",{border:"បង្ហាញបន្ទាត់ស៊ុម",noUrl:"សូមបញ្ចូល URL របស់ iframe",scrolling:"ប្រើរបាររំកិល",title:"លក្ខណៈសម្បត្តិ IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ko.js b/public/bower_components/ckeditor/plugins/iframe/lang/ko.js new file mode 100644 index 0000000..99441b1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ko",{border:"프레임 테두리 표시",noUrl:"아이프레임 주소(URL)를 입력해주세요.",scrolling:"스크롤바 사용",title:"아이프레임 속성",toolbar:"아이프레임"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ku.js b/public/bower_components/ckeditor/plugins/iframe/lang/ku.js new file mode 100644 index 0000000..bc1ae36 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ku",{border:"نیشاندانی لاکێشه بە چوواردەوری چووارچێوە",noUrl:"تکایه ناونیشانی بەستەر بنووسه بۆ چووارچێوه",scrolling:"چالاککردنی هاتووچۆپێکردن",title:"دیالۆگی چووارچێوه",toolbar:"چووارچێوه"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/lt.js b/public/bower_components/ckeditor/plugins/iframe/lang/lt.js new file mode 100644 index 0000000..20dee01 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","lt",{border:"Rodyti rėmelį",noUrl:"Nurodykite iframe nuorodą",scrolling:"Įjungti slankiklius",title:"IFrame nustatymai",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/lv.js b/public/bower_components/ckeditor/plugins/iframe/lang/lv.js new file mode 100644 index 0000000..b9db943 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","lv",{border:"Rādīt rāmi",noUrl:"Norādiet iframe adresi",scrolling:"Atļaut ritjoslas",title:"IFrame uzstādījumi",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/mk.js b/public/bower_components/ckeditor/plugins/iframe/lang/mk.js new file mode 100644 index 0000000..a4dbb23 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","mk",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/mn.js b/public/bower_components/ckeditor/plugins/iframe/lang/mn.js new file mode 100644 index 0000000..f45cf05 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","mn",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ms.js b/public/bower_components/ckeditor/plugins/iframe/lang/ms.js new file mode 100644 index 0000000..8ff5bc1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ms",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/nb.js b/public/bower_components/ckeditor/plugins/iframe/lang/nb.js new file mode 100644 index 0000000..7db1658 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","nb",{border:"Vis ramme rundt iframe",noUrl:"Vennligst skriv inn URL for iframe",scrolling:"Aktiver scrollefelt",title:"Egenskaper for IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/nl.js b/public/bower_components/ckeditor/plugins/iframe/lang/nl.js new file mode 100644 index 0000000..348ee0e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","nl",{border:"Framerand tonen",noUrl:"Vul de IFrame URL in",scrolling:"Scrollbalken inschakelen",title:"IFrame-eigenschappen",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/no.js b/public/bower_components/ckeditor/plugins/iframe/lang/no.js new file mode 100644 index 0000000..04a9241 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","no",{border:"Viss ramme rundt iframe",noUrl:"Vennligst skriv inn URL for iframe",scrolling:"Aktiver scrollefelt",title:"Egenskaper for IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/oc.js b/public/bower_components/ckeditor/plugins/iframe/lang/oc.js new file mode 100644 index 0000000..a33d684 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","oc",{border:"Afichar la bordadura del quadre",noUrl:"Entratz l'URL del contengut del quadre",scrolling:"Activar las barras de desfilament",title:"Proprietats del quadre de contengut incorporat",toolbar:"Quadre de contengut incorporat"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/pl.js b/public/bower_components/ckeditor/plugins/iframe/lang/pl.js new file mode 100644 index 0000000..d085999 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","pl",{border:"Pokaż obramowanie obiektu IFrame",noUrl:"Podaj adres URL elementu IFrame",scrolling:"Włącz paski przewijania",title:"Właściwości elementu IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/pt-br.js b/public/bower_components/ckeditor/plugins/iframe/lang/pt-br.js new file mode 100644 index 0000000..6710026 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","pt-br",{border:"Mostra borda do iframe",noUrl:"Insira a URL do iframe",scrolling:"Abilita scrollbars",title:"Propriedade do IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/pt.js b/public/bower_components/ckeditor/plugins/iframe/lang/pt.js new file mode 100644 index 0000000..b8c8a01 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","pt",{border:"Mostrar a borda da Frame",noUrl:"Por favor, digite o URL da iframe",scrolling:"Ativar barras de rolamento",title:"Propriedades da IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ro.js b/public/bower_components/ckeditor/plugins/iframe/lang/ro.js new file mode 100644 index 0000000..a235e3c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ro",{border:"Arată bordura chenarului",noUrl:"Te rog scrie URL-ul iframe-ului",scrolling:"Permite bare de defilare",title:"Proprietăți IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ru.js b/public/bower_components/ckeditor/plugins/iframe/lang/ru.js new file mode 100644 index 0000000..8691613 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ru",{border:"Показать границы фрейма",noUrl:"Пожалуйста, введите ссылку фрейма",scrolling:"Отображать полосы прокрутки",title:"Свойства iFrame",toolbar:"iFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/si.js b/public/bower_components/ckeditor/plugins/iframe/lang/si.js new file mode 100644 index 0000000..a0b2c1e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","si",{border:"සැකිල්ලේ කඩයිම් ",noUrl:"කරුණාකර රුපයේ URL ලියන්න",scrolling:"සක්ක්රිය කරන්න",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/sk.js b/public/bower_components/ckeditor/plugins/iframe/lang/sk.js new file mode 100644 index 0000000..7685e8b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sk",{border:"Zobraziť rám frame-u",noUrl:"Prosím, vložte URL iframe",scrolling:"Povoliť skrolovanie",title:"Vlastnosti IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/sl.js b/public/bower_components/ckeditor/plugins/iframe/lang/sl.js new file mode 100644 index 0000000..a4f1d51 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sl",{border:"Pokaži obrobo okvirja",noUrl:"Prosimo, vnesite iframe URL",scrolling:"Omogoči drsnike",title:"Lastnosti IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/sq.js b/public/bower_components/ckeditor/plugins/iframe/lang/sq.js new file mode 100644 index 0000000..4c66e35 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sq",{border:"Shfaq kufirin e kornizës",noUrl:"Ju lutemi shkruani URL-në e iframe-it",scrolling:"Lejo shiritët zvarritës",title:"Karakteristikat e IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/sr-latn.js b/public/bower_components/ckeditor/plugins/iframe/lang/sr-latn.js new file mode 100644 index 0000000..3d27945 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sr-latn",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/sr.js b/public/bower_components/ckeditor/plugins/iframe/lang/sr.js new file mode 100644 index 0000000..e7d1c53 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sr",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/sv.js b/public/bower_components/ckeditor/plugins/iframe/lang/sv.js new file mode 100644 index 0000000..75d873c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sv",{border:"Visa ramkant",noUrl:"Skriv in URL för iFrame",scrolling:"Aktivera rullningslister",title:"iFrame-egenskaper",toolbar:"iFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/th.js b/public/bower_components/ckeditor/plugins/iframe/lang/th.js new file mode 100644 index 0000000..6d876ed --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","th",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/tr.js b/public/bower_components/ckeditor/plugins/iframe/lang/tr.js new file mode 100644 index 0000000..9096f66 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","tr",{border:"Çerceve sınırlarını göster",noUrl:"Lütfen IFrame köprü (URL) bağlantısını yazın",scrolling:"Kaydırma çubuklarını aktif et",title:"IFrame Özellikleri",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/tt.js b/public/bower_components/ckeditor/plugins/iframe/lang/tt.js new file mode 100644 index 0000000..586d3ae --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","tt",{border:"Frame чикләрен күрсәтү",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame үзлекләре",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/ug.js b/public/bower_components/ckeditor/plugins/iframe/lang/ug.js new file mode 100644 index 0000000..156b972 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ug",{border:"كاندۇك گىرۋەكلىرىنى كۆرسەت",noUrl:"كاندۇكنىڭ ئادرېسى(Url)نى كىرگۈزۈڭ",scrolling:"دومىلىما سۈرگۈچكە يول قوي",title:"IFrame خاسلىق",toolbar:"IFrame "});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/uk.js b/public/bower_components/ckeditor/plugins/iframe/lang/uk.js new file mode 100644 index 0000000..e6ebb89 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","uk",{border:"Показати рамки фрейму",noUrl:"Будь ласка введіть URL посилання для IFrame",scrolling:"Увімкнути прокрутку",title:"Налаштування для IFrame",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/vi.js b/public/bower_components/ckeditor/plugins/iframe/lang/vi.js new file mode 100644 index 0000000..7034022 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","vi",{border:"Hiển thị viền khung",noUrl:"Vui lòng nhập địa chỉ iframe",scrolling:"Kích hoạt thanh cuộn",title:"Thuộc tính iframe",toolbar:"Iframe"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/iframe/lang/zh-cn.js new file mode 100644 index 0000000..876c196 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","zh-cn",{border:"显示框架边框",noUrl:"请输入框架的 URL",scrolling:"允许滚动条",title:"IFrame 属性",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/lang/zh.js b/public/bower_components/ckeditor/plugins/iframe/lang/zh.js new file mode 100644 index 0000000..5fdd10f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","zh",{border:"顯示框架框線",noUrl:"請輸入 iframe URL",scrolling:"啟用捲軸列",title:"IFrame 屬性",toolbar:"IFrame"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/iframe/plugin.js b/public/bower_components/ckeditor/plugins/iframe/plugin.js new file mode 100644 index 0000000..8115168 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/iframe/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){CKEDITOR.plugins.add("iframe",{requires:"dialog,fakeobjects",lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"iframe",hidpi:!0,onLoad:function(){CKEDITOR.addCss("img.cke_iframe{background-image: url("+CKEDITOR.getUrl(this.path+"images/placeholder.png")+");background-position: center center;background-repeat: no-repeat;border: 1px solid #a9a9a9;width: 80px;height: 80px;}")}, +init:function(a){var b=a.lang.iframe,c="iframe[align,longdesc,frameborder,height,name,scrolling,src,title,width]";a.plugins.dialogadvtab&&(c+=";iframe"+a.plugins.dialogadvtab.allowedContent({id:1,classes:1,styles:1}));CKEDITOR.dialog.add("iframe",this.path+"dialogs/iframe.js");a.addCommand("iframe",new CKEDITOR.dialogCommand("iframe",{allowedContent:c,requiredContent:"iframe"}));a.ui.addButton&&a.ui.addButton("Iframe",{label:b.toolbar,command:"iframe",toolbar:"insert,80"});a.on("doubleclick",function(a){var b= +a.data.element;b.is("img")&&"iframe"==b.data("cke-real-element-type")&&(a.data.dialog="iframe")});a.addMenuItems&&a.addMenuItems({iframe:{label:b.title,command:"iframe",group:"image"}});a.contextMenu&&a.contextMenu.addListener(function(a){if(a&&a.is("img")&&"iframe"==a.data("cke-real-element-type"))return{iframe:CKEDITOR.TRISTATE_OFF}})},afterInit:function(a){var b=a.dataProcessor;(b=b&&b.dataFilter)&&b.addRules({elements:{iframe:function(b){return a.createFakeParserElement(b,"cke_iframe","iframe", +!0)}}})}})})();
\ No newline at end of file |