diff options
Diffstat (limited to 'public/bower_components/ckeditor/plugins/templates')
81 files changed, 178 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/templates/dialogs/templates.css b/public/bower_components/ckeditor/plugins/templates/dialogs/templates.css new file mode 100644 index 0000000..eab0185 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/dialogs/templates.css @@ -0,0 +1,84 @@ +/* +Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ + +.cke_tpl_list +{ + border: #dcdcdc 2px solid; + background-color: #ffffff; + overflow-y: auto; + overflow-x: hidden; + width: 100%; + height: 220px; +} + +.cke_tpl_item +{ + margin: 5px; + padding: 7px; + border: #eeeeee 1px solid; + *width: 88%; +} + +.cke_tpl_preview +{ + border-collapse: separate; + text-indent:0; + width: 100%; +} +.cke_tpl_preview td +{ + padding: 2px; + vertical-align: middle; +} +.cke_tpl_preview .cke_tpl_preview_img +{ + width: 100px; +} +.cke_tpl_preview span +{ + white-space: normal; +} + +.cke_tpl_title +{ + font-weight: bold; +} + +.cke_tpl_list a:hover .cke_tpl_item, +.cke_tpl_list a:focus .cke_tpl_item, +.cke_tpl_list a:active .cke_tpl_item +{ + border: #ff9933 1px solid; + background-color: #fffacd; +} + +.cke_tpl_list a:hover *, +.cke_tpl_list a:focus *, +.cke_tpl_list a:active * +{ + cursor: pointer; +} + +/* IE Quirks contextual selectors children will not get :hover transition until + the hover style of the link itself contains certain CSS declarations. */ +.cke_browser_quirks .cke_tpl_list a:active, +.cke_browser_quirks .cke_tpl_list a:hover, +.cke_browser_quirks .cke_tpl_list a:focus +{ + background-position: 0 0; +} + +.cke_hc .cke_tpl_list a:hover .cke_tpl_item, +.cke_hc .cke_tpl_list a:focus .cke_tpl_item, +.cke_hc .cke_tpl_list a:active .cke_tpl_item +{ + border-width: 3px; +} + +.cke_tpl_empty, .cke_tpl_loading +{ + text-align: center; + padding: 5px; +} diff --git a/public/bower_components/ckeditor/plugins/templates/dialogs/templates.js b/public/bower_components/ckeditor/plugins/templates/dialogs/templates.js new file mode 100644 index 0000000..0a9010e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/dialogs/templates.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(){CKEDITOR.dialog.add("templates",function(c){function r(a,b){var m=CKEDITOR.dom.element.createFromHtml('\x3ca href\x3d"javascript:void(0)" tabIndex\x3d"-1" role\x3d"option" \x3e\x3cdiv class\x3d"cke_tpl_item"\x3e\x3c/div\x3e\x3c/a\x3e'),d='\x3ctable style\x3d"width:350px;" class\x3d"cke_tpl_preview" role\x3d"presentation"\x3e\x3ctr\x3e';a.image&&b&&(d+='\x3ctd class\x3d"cke_tpl_preview_img"\x3e\x3cimg src\x3d"'+CKEDITOR.getUrl(b+a.image)+'"'+(CKEDITOR.env.ie6Compat?' onload\x3d"this.width\x3dthis.width"': +"")+' alt\x3d"" title\x3d""\x3e\x3c/td\x3e');d+='\x3ctd style\x3d"white-space:normal;"\x3e\x3cspan class\x3d"cke_tpl_title"\x3e'+a.title+"\x3c/span\x3e\x3cbr/\x3e";a.description&&(d+="\x3cspan\x3e"+a.description+"\x3c/span\x3e");d+="\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e";m.getFirst().setHtml(d);m.on("click",function(){t(a.html)});return m}function t(a){var b=CKEDITOR.dialog.getCurrent();b.getValueOf("selectTpl","chkInsertOpt")?(c.fire("saveSnapshot"),c.setData(a,function(){b.hide();var a=c.createRange(); +a.moveToElementEditStart(c.editable());a.select();setTimeout(function(){c.fire("saveSnapshot")},0)})):(c.insertHtml(a),b.hide())}function k(a){var b=a.data.getTarget(),c=g.equals(b);if(c||g.contains(b)){var d=a.data.getKeystroke(),f=g.getElementsByTag("a"),e;if(f){if(c)e=f.getItem(0);else switch(d){case 40:e=b.getNext();break;case 38:e=b.getPrevious();break;case 13:case 32:b.fire("click")}e&&(e.focus(),a.data.preventDefault())}}}var h=CKEDITOR.plugins.get("templates");CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(h.path+ +"dialogs/templates.css"));var g,h="cke_tpl_list_label_"+CKEDITOR.tools.getNextNumber(),f=c.lang.templates,n=c.config;return{title:c.lang.templates.title,minWidth:CKEDITOR.env.ie?440:400,minHeight:340,contents:[{id:"selectTpl",label:f.title,elements:[{type:"vbox",padding:5,children:[{id:"selectTplText",type:"html",html:"\x3cspan\x3e"+f.selectPromptMsg+"\x3c/span\x3e"},{id:"templatesList",type:"html",focus:!0,html:'\x3cdiv class\x3d"cke_tpl_list" tabIndex\x3d"-1" role\x3d"listbox" aria-labelledby\x3d"'+ +h+'"\x3e\x3cdiv class\x3d"cke_tpl_loading"\x3e\x3cspan\x3e\x3c/span\x3e\x3c/div\x3e\x3c/div\x3e\x3cspan class\x3d"cke_voice_label" id\x3d"'+h+'"\x3e'+f.options+"\x3c/span\x3e"},{id:"chkInsertOpt",type:"checkbox",label:f.insertOption,"default":n.templates_replaceContent}]}]}],buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var a=this.getContentElement("selectTpl","templatesList");g=a.getElement();CKEDITOR.loadTemplates(n.templates_files,function(){var b=(n.templates||"default").split(","); +if(b.length){var c=g;c.setHtml("");for(var d=0,h=b.length;d<h;d++)for(var e=CKEDITOR.getTemplates(b[d]),k=e.imagesPath,e=e.templates,q=e.length,l=0;l<q;l++){var p=r(e[l],k);p.setAttribute("aria-posinset",l+1);p.setAttribute("aria-setsize",q);c.append(p)}a.focus()}else g.setHtml('\x3cdiv class\x3d"cke_tpl_empty"\x3e\x3cspan\x3e'+f.emptyListMsg+"\x3c/span\x3e\x3c/div\x3e")});this._.element.on("keydown",k)},onHide:function(){this._.element.removeListener("keydown",k)}}})})();
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png b/public/bower_components/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png Binary files differnew file mode 100644 index 0000000..9483ceb --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png diff --git a/public/bower_components/ckeditor/plugins/templates/icons/hidpi/templates.png b/public/bower_components/ckeditor/plugins/templates/icons/hidpi/templates.png Binary files differnew file mode 100644 index 0000000..9483ceb --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/icons/hidpi/templates.png diff --git a/public/bower_components/ckeditor/plugins/templates/icons/templates-rtl.png b/public/bower_components/ckeditor/plugins/templates/icons/templates-rtl.png Binary files differnew file mode 100644 index 0000000..bca7714 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/icons/templates-rtl.png diff --git a/public/bower_components/ckeditor/plugins/templates/icons/templates.png b/public/bower_components/ckeditor/plugins/templates/icons/templates.png Binary files differnew file mode 100644 index 0000000..bca7714 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/icons/templates.png diff --git a/public/bower_components/ckeditor/plugins/templates/lang/af.js b/public/bower_components/ckeditor/plugins/templates/lang/af.js new file mode 100644 index 0000000..3d31c9f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","af",{button:"Sjablone",emptyListMsg:"(Geen sjablone gedefineer nie)",insertOption:"Vervang huidige inhoud",options:"Sjabloon opsies",selectPromptMsg:"Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):",title:"Inhoud Sjablone"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ar.js b/public/bower_components/ckeditor/plugins/templates/lang/ar.js new file mode 100644 index 0000000..b4d6e74 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ar",{button:"القوالب",emptyListMsg:"(لم يتم تعريف أي قالب)",insertOption:"استبدال المحتوى",options:"خصائص القوالب",selectPromptMsg:"اختر القالب الذي تود وضعه في المحرر",title:"قوالب المحتوى"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/az.js b/public/bower_components/ckeditor/plugins/templates/lang/az.js new file mode 100644 index 0000000..e1e0f63 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","az",{button:"Şablon",emptyListMsg:"(Heç bir şablon təyin edilməyib)",insertOption:"Həqiqi içindəkiləri əvəz et",options:"Şablonun seçimləri",selectPromptMsg:"Redaktor ilə açmaq üçün şablonu seçin",title:"İçindəkinin şablonu"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/bg.js b/public/bower_components/ckeditor/plugins/templates/lang/bg.js new file mode 100644 index 0000000..cafe9df --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","bg",{button:"Шаблони",emptyListMsg:"(Няма дефинирани шаблони)",insertOption:"Замяна на актуалното съдържание",options:"Опции за шаблона",selectPromptMsg:"Моля изберете шаблон за отваряне в редактора",title:"Шаблони"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/bn.js b/public/bower_components/ckeditor/plugins/templates/lang/bn.js new file mode 100644 index 0000000..839d773 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","bn",{button:"টেমপ্লেট",emptyListMsg:"(কোন টেমপ্লেট ডিফাইন করা নেই)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন\x3cbr\x3e(আসল কনটেন্ট হারিয়ে যাবে):",title:"কনটেন্ট টেমপ্লেট"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/bs.js b/public/bower_components/ckeditor/plugins/templates/lang/bs.js new file mode 100644 index 0000000..09cfcd7 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","bs",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ca.js b/public/bower_components/ckeditor/plugins/templates/lang/ca.js new file mode 100644 index 0000000..96fb943 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ca",{button:"Plantilles",emptyListMsg:"(No hi ha plantilles definides)",insertOption:"Reemplaça el contingut actual",options:"Opcions de plantilla",selectPromptMsg:"Seleccioneu una plantilla per usar a l'editor\x3cbr\x3e(per defecte s'elimina el contingut actual):",title:"Plantilles de contingut"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/cs.js b/public/bower_components/ckeditor/plugins/templates/lang/cs.js new file mode 100644 index 0000000..da340bf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","cs",{button:"Šablony",emptyListMsg:"(Není definována žádná šablona)",insertOption:"Nahradit aktuální obsah",options:"Nastavení šablon",selectPromptMsg:"Prosím zvolte šablonu pro otevření v editoru\x3cbr\x3e(aktuální obsah editoru bude ztracen):",title:"Šablony obsahu"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/cy.js b/public/bower_components/ckeditor/plugins/templates/lang/cy.js new file mode 100644 index 0000000..86896b0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","cy",{button:"Templedi",emptyListMsg:"(Dim templedi wedi'u diffinio)",insertOption:"Amnewid y cynnwys go iawn",options:"Opsiynau Templedi",selectPromptMsg:"Dewiswch dempled i'w agor yn y golygydd",title:"Templedi Cynnwys"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/da.js b/public/bower_components/ckeditor/plugins/templates/lang/da.js new file mode 100644 index 0000000..a7505cc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","da",{button:"Skabeloner",emptyListMsg:"(Der er ikke defineret nogen skabelon)",insertOption:"Erstat det faktiske indhold",options:"Skabelon muligheder",selectPromptMsg:"Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):",title:"Indholdsskabeloner"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/de-ch.js b/public/bower_components/ckeditor/plugins/templates/lang/de-ch.js new file mode 100644 index 0000000..1baaf4c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","de-ch",{button:"Vorlagen",emptyListMsg:"(Keine Vorlagen definiert)",insertOption:"Aktuelle Inhalte ersetzen",options:"Vorlagenoptionen",selectPromptMsg:"Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen",title:"Inhaltsvorlagen"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/de.js b/public/bower_components/ckeditor/plugins/templates/lang/de.js new file mode 100644 index 0000000..14b8b37 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","de",{button:"Vorlagen",emptyListMsg:"(Keine Vorlagen definiert)",insertOption:"Aktuelle Inhalte ersetzen",options:"Vorlagenoptionen",selectPromptMsg:"Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen",title:"Inhaltsvorlagen"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/el.js b/public/bower_components/ckeditor/plugins/templates/lang/el.js new file mode 100644 index 0000000..ca7464d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","el",{button:"Πρότυπα",emptyListMsg:"(Δεν έχουν καθοριστεί πρότυπα)",insertOption:"Αντικατάσταση υπάρχοντων περιεχομένων",options:"Επιλογές Προτύπου",selectPromptMsg:"Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα",title:"Πρότυπα Περιεχομένου"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/en-au.js b/public/bower_components/ckeditor/plugins/templates/lang/en-au.js new file mode 100644 index 0000000..65e5433 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en-au",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/en-ca.js b/public/bower_components/ckeditor/plugins/templates/lang/en-ca.js new file mode 100644 index 0000000..5472454 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en-ca",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/en-gb.js b/public/bower_components/ckeditor/plugins/templates/lang/en-gb.js new file mode 100644 index 0000000..ec9a7fd --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en-gb",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/en.js b/public/bower_components/ckeditor/plugins/templates/lang/en.js new file mode 100644 index 0000000..c5fef88 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/eo.js b/public/bower_components/ckeditor/plugins/templates/lang/eo.js new file mode 100644 index 0000000..5d5afe6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","eo",{button:"Ŝablonoj",emptyListMsg:"(Neniu ŝablono difinita)",insertOption:"Anstataŭigi la nunan enhavon",options:"Opcioj pri ŝablonoj",selectPromptMsg:"Bonvolu selekti la ŝablonon por malfermi ĝin en la redaktilo",title:"Enhavo de ŝablonoj"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/es-mx.js b/public/bower_components/ckeditor/plugins/templates/lang/es-mx.js new file mode 100644 index 0000000..145ebe5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","es-mx",{button:"Plantillas",emptyListMsg:"(Sin plantilla definida)",insertOption:"Reemplazar contenido actual",options:"Opciones de la plantilla",selectPromptMsg:"Por favor selecciona una plantilla para abrir en el editor",title:"Contenido de las plantillas"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/es.js b/public/bower_components/ckeditor/plugins/templates/lang/es.js new file mode 100644 index 0000000..b958645 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","es",{button:"Plantillas",emptyListMsg:"(No hay plantillas definidas)",insertOption:"Reemplazar el contenido actual",options:"Opciones de plantillas",selectPromptMsg:"Por favor selecciona la plantilla a abrir en el editor\x3cbr\x3e(el contenido actual se perderá):",title:"Contenido de Plantillas"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/et.js b/public/bower_components/ckeditor/plugins/templates/lang/et.js new file mode 100644 index 0000000..04d844c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","et",{button:"Mall",emptyListMsg:"(Ühtegi malli ei ole defineeritud)",insertOption:"Praegune sisu asendatakse",options:"Malli valikud",selectPromptMsg:"Palun vali mall, mis avada redaktoris\x3cbr /\x3e(praegune sisu läheb kaotsi):",title:"Sisumallid"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/eu.js b/public/bower_components/ckeditor/plugins/templates/lang/eu.js new file mode 100644 index 0000000..93f1ff2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","eu",{button:"Txantiloiak",emptyListMsg:"(Ez dago txantiloirik definituta)",insertOption:"Ordeztu uneko edukiak",options:"Txantiloi aukerak",selectPromptMsg:"Mesedez hautatu txantiloia editorean irekitzeko",title:"Eduki txantiloiak"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/fa.js b/public/bower_components/ckeditor/plugins/templates/lang/fa.js new file mode 100644 index 0000000..b7a94ba --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fa",{button:"الگوها",emptyListMsg:"(الگوئی تعریف نشده است)",insertOption:"محتویات کنونی جایگزین شوند",options:"گزینههای الگو",selectPromptMsg:"لطفاً الگوی مورد نظر را برای بازکردن در ویرایشگر انتخاب کنید",title:"الگوهای محتویات"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/fi.js b/public/bower_components/ckeditor/plugins/templates/lang/fi.js new file mode 100644 index 0000000..e58e9e4 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fi",{button:"Pohjat",emptyListMsg:"(Ei määriteltyjä pohjia)",insertOption:"Korvaa koko sisältö",options:"Sisältöpohjan ominaisuudet",selectPromptMsg:"Valitse editoriin avattava pohja",title:"Sisältöpohjat"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/fo.js b/public/bower_components/ckeditor/plugins/templates/lang/fo.js new file mode 100644 index 0000000..b140085 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fo",{button:"Skabelónir",emptyListMsg:"(Ongar skabelónir tøkar)",insertOption:"Yvirskriva núverandi innihald",options:"Møguleikar fyri Template",selectPromptMsg:"Vinarliga vel ta skabelón, ið skal opnast í tekstviðgeranum\x3cbr\x3e(Hetta yvirskrivar núverandi innihald):",title:"Innihaldsskabelónir"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/fr-ca.js b/public/bower_components/ckeditor/plugins/templates/lang/fr-ca.js new file mode 100644 index 0000000..91003fc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fr-ca",{button:"Modèles",emptyListMsg:"(Aucun modèle disponible)",insertOption:"Remplacer tout le contenu actuel",options:"Options de modèles",selectPromptMsg:"Sélectionner le modèle à ouvrir dans l'éditeur",title:"Modèles de contenu"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/fr.js b/public/bower_components/ckeditor/plugins/templates/lang/fr.js new file mode 100644 index 0000000..1cbcd12 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fr",{button:"Modèles",emptyListMsg:"(Aucun modèle disponible)",insertOption:"Remplacer le contenu actuel",options:"Options des modèles",selectPromptMsg:"Veuillez sélectionner le modèle à ouvrir dans l'éditeur",title:"Contenu des modèles"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/gl.js b/public/bower_components/ckeditor/plugins/templates/lang/gl.js new file mode 100644 index 0000000..24483d1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","gl",{button:"Modelos",emptyListMsg:"(Non hai modelos definidos)",insertOption:"Substituír o contido actual",options:"Opcións de modelos",selectPromptMsg:"Seleccione o modelo a abrir no editor",title:"Modelos de contido"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/gu.js b/public/bower_components/ckeditor/plugins/templates/lang/gu.js new file mode 100644 index 0000000..ae12196 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","gu",{button:"ટેમ્પ્લેટ",emptyListMsg:"(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)",insertOption:"મૂળ શબ્દને બદલો",options:"ટેમ્પ્લેટના વિકલ્પો",selectPromptMsg:"એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):",title:"કન્ટેન્ટ ટેમ્પ્લેટ"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/he.js b/public/bower_components/ckeditor/plugins/templates/lang/he.js new file mode 100644 index 0000000..3c23673 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","he",{button:"תבניות",emptyListMsg:"(לא הוגדרו תבניות)",insertOption:"החלפת תוכן ממשי",options:"אפשרויות התבניות",selectPromptMsg:"יש לבחור תבנית לפתיחה בעורך.\x3cbr /\x3eהתוכן המקורי ימחק:",title:"תביות תוכן"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/hi.js b/public/bower_components/ckeditor/plugins/templates/lang/hi.js new file mode 100644 index 0000000..246bfe0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","hi",{button:"टॅम्प्लेट",emptyListMsg:"(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)",insertOption:"मूल शब्दों को बदलें",options:"Template Options",selectPromptMsg:"ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):",title:"कन्टेन्ट टॅम्प्लेट"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/hr.js b/public/bower_components/ckeditor/plugins/templates/lang/hr.js new file mode 100644 index 0000000..c0192ce --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","hr",{button:"Predlošci",emptyListMsg:"(Nema definiranih predložaka)",insertOption:"Zamijeni trenutne sadržaje",options:"Opcije predložaka",selectPromptMsg:"Molimo odaberite predložak koji želite otvoriti",title:"Predlošci sadržaja"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/hu.js b/public/bower_components/ckeditor/plugins/templates/lang/hu.js new file mode 100644 index 0000000..8bcb667 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","hu",{button:"Sablonok",emptyListMsg:"(Nincs sablon megadva)",insertOption:"Kicseréli a jelenlegi tartalmat",options:"Sablon opciók",selectPromptMsg:"Válassza ki melyik sablon nyíljon meg a szerkesztőben\x3cbr\x3e(a jelenlegi tartalom elveszik):",title:"Elérhető sablonok"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/id.js b/public/bower_components/ckeditor/plugins/templates/lang/id.js new file mode 100644 index 0000000..8dc86b0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","id",{button:"Contoh",emptyListMsg:"(Tidak ada contoh didefinisikan)",insertOption:"Ganti konten sebenarnya",options:"Opsi Contoh",selectPromptMsg:"Mohon pilih contoh untuk dibuka di editor",title:"Contoh Konten"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/is.js b/public/bower_components/ckeditor/plugins/templates/lang/is.js new file mode 100644 index 0000000..563be9c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","is",{button:"Sniðmát",emptyListMsg:"(Ekkert sniðmát er skilgreint!)",insertOption:"Skipta út raunverulegu innihaldi",options:"Template Options",selectPromptMsg:"Veldu sniðmát til að opna í ritlinum.\x3cbr\x3e(Núverandi innihald víkur fyrir því!):",title:"Innihaldssniðmát"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/it.js b/public/bower_components/ckeditor/plugins/templates/lang/it.js new file mode 100644 index 0000000..c3303ce --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","it",{button:"Modelli",emptyListMsg:"(Nessun modello definito)",insertOption:"Cancella il contenuto corrente",options:"Opzioni del Modello",selectPromptMsg:"Seleziona il modello da aprire nell'editor",title:"Contenuto dei modelli"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ja.js b/public/bower_components/ckeditor/plugins/templates/lang/ja.js new file mode 100644 index 0000000..7757a9d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ja",{button:"テンプレート",emptyListMsg:"(テンプレートが定義されていません)",insertOption:"現在のエディタの内容と置き換えます",options:"テンプレートオプション",selectPromptMsg:"エディターで使用するテンプレートを選択してください。\x3cbr\x3e(現在のエディタの内容は失われます):",title:"内容テンプレート"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ka.js b/public/bower_components/ckeditor/plugins/templates/lang/ka.js new file mode 100644 index 0000000..5864b75 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ka",{button:"თარგები",emptyListMsg:"(თარგი არაა განსაზღვრული)",insertOption:"მიმდინარე შეგთავსის შეცვლა",options:"თარგების პარამეტრები",selectPromptMsg:"აირჩიეთ თარგი რედაქტორისთვის",title:"თარგები"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/km.js b/public/bower_components/ckeditor/plugins/templates/lang/km.js new file mode 100644 index 0000000..14a0cf0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","km",{button:"ពុម្ពគំរូ",emptyListMsg:"(មិនមានពុម្ពគំរូត្រូវបានកំណត់)",insertOption:"ជំនួសក្នុងមាតិកាបច្ចុប្បន្ន",options:"ជម្រើសពុម្ពគំរូ",selectPromptMsg:"សូមរើសពុម្ពគំរូដើម្បីបើកក្នុងកម្មវិធីសរសេរអត្ថបទ",title:"ពុម្ពគំរូមាតិកា"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ko.js b/public/bower_components/ckeditor/plugins/templates/lang/ko.js new file mode 100644 index 0000000..692bf37 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ko",{button:"템플릿",emptyListMsg:"(템플릿이 없습니다)",insertOption:"현재 내용 바꾸기",options:"템플릿 옵션",selectPromptMsg:"에디터에서 사용할 템플릿을 선택하십시오",title:"내용 템플릿"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ku.js b/public/bower_components/ckeditor/plugins/templates/lang/ku.js new file mode 100644 index 0000000..a5bda7d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ku",{button:"ڕووکار",emptyListMsg:"(هیچ ڕووکارێك دیارینەکراوە)",insertOption:"لە شوێن دانانی ئەم پێکهاتانەی ئێستا",options:"هەڵبژاردەکانی ڕووکار",selectPromptMsg:"ڕووکارێك هەڵبژێره بۆ کردنەوەی له سەرنووسەر:",title:"پێکهاتەی ڕووکار"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/lt.js b/public/bower_components/ckeditor/plugins/templates/lang/lt.js new file mode 100644 index 0000000..5ea51d5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","lt",{button:"Šablonai",emptyListMsg:"(Šablonų sąrašas tuščias)",insertOption:"Pakeisti dabartinį turinį pasirinktu šablonu",options:"Template Options",selectPromptMsg:"Pasirinkite norimą šabloną\x3cbr\x3e(\x3cb\x3eDėmesio!\x3c/b\x3e esamas turinys bus prarastas):",title:"Turinio šablonai"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/lv.js b/public/bower_components/ckeditor/plugins/templates/lang/lv.js new file mode 100644 index 0000000..259f9ad --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","lv",{button:"Sagataves",emptyListMsg:"(Nav norādītas sagataves)",insertOption:"Aizvietot pašreizējo saturu",options:"Sagataves uzstādījumi",selectPromptMsg:"Lūdzu, norādiet sagatavi, ko atvērt editorā\x3cbr\x3e(patreizējie dati tiks zaudēti):",title:"Satura sagataves"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/mk.js b/public/bower_components/ckeditor/plugins/templates/lang/mk.js new file mode 100644 index 0000000..ade20ea --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","mk",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/mn.js b/public/bower_components/ckeditor/plugins/templates/lang/mn.js new file mode 100644 index 0000000..ea7b26f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","mn",{button:"Загварууд",emptyListMsg:"(Загвар тодорхойлогдоогүй байна)",insertOption:"Одоогийн агууллагыг дарж бичих",options:"Template Options",selectPromptMsg:"Загварыг нээж editor-рүү сонгож оруулна уу\x3cbr /\x3e(Одоогийн агууллагыг устаж магадгүй):",title:"Загварын агуулга"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ms.js b/public/bower_components/ckeditor/plugins/templates/lang/ms.js new file mode 100644 index 0000000..ee9b98d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ms",{button:"Templat",emptyListMsg:"(Tiada Templat Disimpan)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Sila pilih templat untuk dibuka oleh editor\x3cbr\x3e(kandungan sebenar akan hilang):",title:"Templat Kandungan"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/nb.js b/public/bower_components/ckeditor/plugins/templates/lang/nb.js new file mode 100644 index 0000000..5260dc8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","nb",{button:"Maler",emptyListMsg:"(Ingen maler definert)",insertOption:"Erstatt gjeldende innhold",options:"Alternativer for mal",selectPromptMsg:"Velg malen du vil åpne i redigeringsverktøyet:",title:"Innholdsmaler"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/nl.js b/public/bower_components/ckeditor/plugins/templates/lang/nl.js new file mode 100644 index 0000000..a752e4b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","nl",{button:"Sjablonen",emptyListMsg:"(Geen sjablonen gedefinieerd)",insertOption:"Vervang de huidige inhoud",options:"Template opties",selectPromptMsg:"Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):",title:"Inhoud sjablonen"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/no.js b/public/bower_components/ckeditor/plugins/templates/lang/no.js new file mode 100644 index 0000000..cf5948b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","no",{button:"Maler",emptyListMsg:"(Ingen maler definert)",insertOption:"Erstatt gjeldende innhold",options:"Alternativer for mal",selectPromptMsg:"Velg malen du vil åpne i redigeringsverktøyet:",title:"Innholdsmaler"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/oc.js b/public/bower_components/ckeditor/plugins/templates/lang/oc.js new file mode 100644 index 0000000..64cf6b2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","oc",{button:"Modèls",emptyListMsg:"(Cap de modèl pas disponible)",insertOption:"Remplaçar lo contengut actual",options:"Opcions dels modèls",selectPromptMsg:"Seleccionatz lo modèl de dobrir dins l'editor",title:"Contengut dels modèls"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/pl.js b/public/bower_components/ckeditor/plugins/templates/lang/pl.js new file mode 100644 index 0000000..2977ee7 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","pl",{button:"Szablony",emptyListMsg:"(Brak zdefiniowanych szablonów)",insertOption:"Zastąp obecną zawartość",options:"Opcje szablonów",selectPromptMsg:"Wybierz szablon do otwarcia w edytorze\x3cbr\x3e(obecna zawartość okna edytora zostanie utracona):",title:"Szablony zawartości"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/pt-br.js b/public/bower_components/ckeditor/plugins/templates/lang/pt-br.js new file mode 100644 index 0000000..0177832 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","pt-br",{button:"Modelos de layout",emptyListMsg:"(Não foram definidos modelos de layout)",insertOption:"Substituir o conteúdo atual",options:"Opções de Template",selectPromptMsg:"Selecione um modelo de layout para ser aberto no editor\x3cbr\x3e(o conteúdo atual será perdido):",title:"Modelo de layout de conteúdo"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/pt.js b/public/bower_components/ckeditor/plugins/templates/lang/pt.js new file mode 100644 index 0000000..ba66e62 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","pt",{button:"Temas",emptyListMsg:"(Sem temas definidos)",insertOption:"Substituir conteúdos atuais",options:"Opções do modelo",selectPromptMsg:"Por favor, selecione o modelo a abrir no editor",title:"Conteúdo dos modelos"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ro.js b/public/bower_components/ckeditor/plugins/templates/lang/ro.js new file mode 100644 index 0000000..b652c40 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ro",{button:"Template-uri (şabloane)",emptyListMsg:"(Niciun template (şablon) definit)",insertOption:"Înlocuieşte cuprinsul actual",options:"Opțiuni șabloane",selectPromptMsg:"Vă rugăm selectaţi template-ul (şablonul) ce se va deschide în editor\x3cbr\x3e(conţinutul actual va fi pierdut):",title:"Template-uri (şabloane) de conţinut"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ru.js b/public/bower_components/ckeditor/plugins/templates/lang/ru.js new file mode 100644 index 0000000..201fa65 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ru",{button:"Шаблоны",emptyListMsg:"(не определено ни одного шаблона)",insertOption:"Заменить текущее содержимое",options:"Параметры шаблона",selectPromptMsg:"Пожалуйста, выберите, какой шаблон следует открыть в редакторе",title:"Шаблоны содержимого"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/si.js b/public/bower_components/ckeditor/plugins/templates/lang/si.js new file mode 100644 index 0000000..dc4ea69 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","si",{button:"අච්චුව",emptyListMsg:"කිසිම අච්චුවක් කලින් තීරණය කර ",insertOption:"සත්ය අන්තර්ගතයන් ප්රතිස්ථාපනය කරන්න",options:"අච්චු ",selectPromptMsg:"කරුණාකර සංස්කරණය සදහා අච්චුවක් ",title:"අන්තර්ගත් අච්චුන්"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/sk.js b/public/bower_components/ckeditor/plugins/templates/lang/sk.js new file mode 100644 index 0000000..60f3366 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sk",{button:"Šablóny",emptyListMsg:"(Žiadne šablóny nedefinované)",insertOption:"Nahradiť aktuálny obsah",options:"Možnosti šablóny",selectPromptMsg:"Prosím vyberte šablónu na otvorenie v editore",title:"Šablóny obsahu"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/sl.js b/public/bower_components/ckeditor/plugins/templates/lang/sl.js new file mode 100644 index 0000000..9df01a0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sl",{button:"Predloge",emptyListMsg:"(Ni pripravljenih predlog)",insertOption:"Zamenjaj trenutno vsebino",options:"Možnosti Predloge",selectPromptMsg:"Izberite predlogo, ki jo želite odpreti v urejevalniku\x3cbr\x3e(trenutna vsebina bo izgubljena):",title:"Vsebinske predloge"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/sq.js b/public/bower_components/ckeditor/plugins/templates/lang/sq.js new file mode 100644 index 0000000..f10c387 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sq",{button:"Shabllonet",emptyListMsg:"(Asnjë shabllon nuk është paradefinuar)",insertOption:"Zëvendëso përmbajtjen aktuale",options:"Opsionet e Shabllonit",selectPromptMsg:"Përzgjidhni shabllonin për të hapur tek redaktuesi",title:"Përmbajtja e Shabllonit"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/sr-latn.js b/public/bower_components/ckeditor/plugins/templates/lang/sr-latn.js new file mode 100644 index 0000000..9649883 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sr-latn",{button:"Obrasci",emptyListMsg:"(Nema definisanih obrazaca)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):",title:"Obrasci za sadržaj"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/sr.js b/public/bower_components/ckeditor/plugins/templates/lang/sr.js new file mode 100644 index 0000000..fea8b5e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sr",{button:"Обрасци",emptyListMsg:"(Нема дефинисаних образаца)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Молимо Вас да одаберете образац који ће бити примењен на страницу (тренутни садржај ће бити обрисан):",title:"Обрасци за садржај"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/sv.js b/public/bower_components/ckeditor/plugins/templates/lang/sv.js new file mode 100644 index 0000000..f0f3edf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sv",{button:"Sidmallar",emptyListMsg:"(Ingen mall är vald)",insertOption:"Ersätt aktuellt innehåll",options:"Inställningar för mall",selectPromptMsg:"Var god välj en mall att använda med editorn\x3cbr\x3e(allt nuvarande innehåll raderas):",title:"Sidmallar"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/th.js b/public/bower_components/ckeditor/plugins/templates/lang/th.js new file mode 100644 index 0000000..ccc6699 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","th",{button:"เทมเพลต",emptyListMsg:"(ยังไม่มีการกำหนดเทมเพลต)",insertOption:"แทนที่เนื้อหาเว็บไซต์ที่เลือก",options:"ตัวเลือกเกี่ยวกับเทมเพลท",selectPromptMsg:"กรุณาเลือก เทมเพลต เพื่อนำไปแก้ไขในอีดิตเตอร์\x3cbr /\x3e(เนื้อหาส่วนนี้จะหายไป):",title:"เทมเพลตของส่วนเนื้อหาเว็บไซต์"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/tr.js b/public/bower_components/ckeditor/plugins/templates/lang/tr.js new file mode 100644 index 0000000..942676f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","tr",{button:"Şablonlar",emptyListMsg:"(Belirli bir şablon seçilmedi)",insertOption:"Mevcut içerik ile değiştir",options:"Şablon Seçenekleri",selectPromptMsg:"Düzenleyicide açmak için lütfen bir şablon seçin.\x3cbr\x3e(hali hazırdaki içerik kaybolacaktır.):",title:"İçerik Şablonları"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/tt.js b/public/bower_components/ckeditor/plugins/templates/lang/tt.js new file mode 100644 index 0000000..04f0c93 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","tt",{button:"Шаблоннар",emptyListMsg:"(Шаблоннар билгеләнмәгән)",insertOption:"Әлеге эчтәлекне алмаштыру",options:"Шаблон үзлекләре",selectPromptMsg:"Please select the template to open in the editor",title:"Эчтәлек шаблоннары"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/ug.js b/public/bower_components/ckeditor/plugins/templates/lang/ug.js new file mode 100644 index 0000000..bb66471 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ug",{button:"قېلىپ",emptyListMsg:"(قېلىپ يوق)",insertOption:"نۆۋەتتىكى مەزمۇننى ئالماشتۇر",options:"قېلىپ تاللانمىسى",selectPromptMsg:"تەھرىرلىگۈچنىڭ مەزمۇن قېلىپىنى تاللاڭ:",title:"مەزمۇن قېلىپى"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/uk.js b/public/bower_components/ckeditor/plugins/templates/lang/uk.js new file mode 100644 index 0000000..57a0fd0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","uk",{button:"Шаблони",emptyListMsg:"(Не знайдено жодного шаблону)",insertOption:"Замінити поточний вміст",options:"Опції шаблону",selectPromptMsg:"Оберіть, будь ласка, шаблон для відкриття в редакторі\x3cbr\x3e(поточний зміст буде втрачено):",title:"Шаблони змісту"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/vi.js b/public/bower_components/ckeditor/plugins/templates/lang/vi.js new file mode 100644 index 0000000..14baab2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","vi",{button:"Mẫu dựng sẵn",emptyListMsg:"(Không có mẫu dựng sẵn nào được định nghĩa)",insertOption:"Thay thế nội dung hiện tại",options:"Tùy chọn mẫu dựng sẵn",selectPromptMsg:"Hãy chọn mẫu dựng sẵn để mở trong trình biên tập\x3cbr\x3e(nội dung hiện tại sẽ bị mất):",title:"Nội dung Mẫu dựng sẵn"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/templates/lang/zh-cn.js new file mode 100644 index 0000000..f021648 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","zh-cn",{button:"模板",emptyListMsg:"(没有模板)",insertOption:"替换当前内容",options:"模板选项",selectPromptMsg:"请选择要在编辑器中使用的模板:",title:"内容模板"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/lang/zh.js b/public/bower_components/ckeditor/plugins/templates/lang/zh.js new file mode 100644 index 0000000..dd974df --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","zh",{button:"範本",emptyListMsg:"(尚未定義任何範本)",insertOption:"替代實際內容",options:"範本選項",selectPromptMsg:"請選擇要在編輯器中開啟的範本。",title:"內容範本"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/plugin.js b/public/bower_components/ckeditor/plugins/templates/plugin.js new file mode 100644 index 0000000..2b1a47d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/plugin.js @@ -0,0 +1,7 @@ +/* + 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("templates",{requires:"dialog",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:"templates,templates-rtl",hidpi:!0,init:function(a){CKEDITOR.dialog.add("templates",CKEDITOR.getUrl(this.path+"dialogs/templates.js"));a.addCommand("templates",new CKEDITOR.dialogCommand("templates")); +a.ui.addButton&&a.ui.addButton("Templates",{label:a.lang.templates.button,command:"templates",toolbar:"doctools,10"})}});var c={},f={};CKEDITOR.addTemplates=function(a,d){c[a]=d};CKEDITOR.getTemplates=function(a){return c[a]};CKEDITOR.loadTemplates=function(a,d){for(var e=[],b=0,c=a.length;b<c;b++)f[a[b]]||(e.push(a[b]),f[a[b]]=1);e.length?CKEDITOR.scriptLoader.load(e,d):setTimeout(d,0)}})();CKEDITOR.config.templates_files=[CKEDITOR.getUrl("plugins/templates/templates/default.js")]; +CKEDITOR.config.templates_replaceContent=!0;
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/templates/default.js b/public/bower_components/ckeditor/plugins/templates/templates/default.js new file mode 100644 index 0000000..ce21492 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/templates/default.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.addTemplates("default",{imagesPath:CKEDITOR.getUrl(CKEDITOR.plugins.getPath("templates")+"templates/images/"),templates:[{title:"Image and Title",image:"template1.gif",description:"One main image with a title and text that surround the image.",html:'\x3ch3\x3e\x3cimg src\x3d" " alt\x3d"" style\x3d"margin-right: 10px" height\x3d"100" width\x3d"100" align\x3d"left" /\x3eType the title here\x3c/h3\x3e\x3cp\x3eType the text here\x3c/p\x3e'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two columns, each one with a title, and some text.", +html:'\x3ctable cellspacing\x3d"0" cellpadding\x3d"0" style\x3d"width:100%" border\x3d"0"\x3e\x3ctr\x3e\x3ctd style\x3d"width:50%"\x3e\x3ch3\x3eTitle 1\x3c/h3\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd style\x3d"width:50%"\x3e\x3ch3\x3eTitle 2\x3c/h3\x3e\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3eText 1\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3eText 2\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3cp\x3eMore text goes here.\x3c/p\x3e'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.", +html:'\x3cdiv style\x3d"width: 80%"\x3e\x3ch3\x3eTitle goes here\x3c/h3\x3e\x3ctable style\x3d"width:150px;float: right" cellspacing\x3d"0" cellpadding\x3d"0" border\x3d"1"\x3e\x3ccaption style\x3d"border:solid 1px black"\x3e\x3cstrong\x3eTable title\x3c/strong\x3e\x3c/caption\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3cp\x3eType the text here\x3c/p\x3e\x3c/div\x3e'}]});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/templates/templates/images/template1.gif b/public/bower_components/ckeditor/plugins/templates/templates/images/template1.gif Binary files differnew file mode 100644 index 0000000..428c5a6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/templates/images/template1.gif diff --git a/public/bower_components/ckeditor/plugins/templates/templates/images/template2.gif b/public/bower_components/ckeditor/plugins/templates/templates/images/template2.gif Binary files differnew file mode 100644 index 0000000..c494efe --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/templates/images/template2.gif diff --git a/public/bower_components/ckeditor/plugins/templates/templates/images/template3.gif b/public/bower_components/ckeditor/plugins/templates/templates/images/template3.gif Binary files differnew file mode 100644 index 0000000..d5a40ce --- /dev/null +++ b/public/bower_components/ckeditor/plugins/templates/templates/images/template3.gif |