* (1) http://ckeditor.com/builder\r
* Visit online builder to build CKEditor from scratch.\r
*\r
- * (2) http://ckeditor.com/builder/cedaf06dfb63f51e787f436bc938eb26\r
+ * (2) http://ckeditor.com/builder/7cedabcb934842a5de37b1459786fafd\r
* Visit online builder to build CKEditor, starting with the same setup as before.\r
*\r
- * (3) http://ckeditor.com/builder/download/cedaf06dfb63f51e787f436bc938eb26\r
+ * (3) http://ckeditor.com/builder/download/7cedabcb934842a5de37b1459786fafd\r
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.\r
*\r
* NOTE:\r
'templates' : 1,
'toolbar' : 1,
'undo' : 1,
+ 'widget' : 1,
'wsc' : 1,
'wysiwygarea' : 1
},
{
"name": "ckeditor",
"repo": "immae/connexionswing-ckeditor-component",
- "version": "4.5.6",
+ "version": "4.5.7",
"description": "JavaScript WYSIWYG web text editor.",
"keywords": [
"ckeditor",
CKEditor 4 Changelog\r
====================\r
\r
+## CKEditor 4.5.7\r
+\r
+New Features:\r
+\r
+* [#14327](http://dev.ckeditor.com/ticket/14327): Added Swiss German localization.\r
+\r
+Other Changes:\r
+\r
+* [#13816](http://dev.ckeditor.com/ticket/13816): Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues:\r
+ * [#12727](http://dev.ckeditor.com/ticket/12727): [Blink] `IndexSizeError` when using the [Div Editing Area](http://ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins.\r
+ * [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Korean.\r
+ * [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag.\r
+ * [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor.\r
+* [#13884](http://dev.ckeditor.com/ticket/13884): Fixed: Copy/paste table in Firefox results in just first cell being pasted.\r
+* [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Embed](http://ckeditor.com/addon/embed) dialog.\r
+\r
## CKEditor 4.5.6\r
\r
New Features:\r
\r
New Features:\r
\r
-* [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default filen ame for paste uploads.\r
+* [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default file name for paste uploads.\r
* [#13603](http://dev.ckeditor.com/ticket/13603): Added support for uploading dropped BMP images.\r
\r
Fixed Issues:\r
==========================\r
\r
CKEditor - The text editor for Internet - http://ckeditor.com\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
\r
Licensed under the terms of any of the following licenses at your\r
choice:\r
\r
The following libraries are included in CKEditor under the MIT license (see Appendix D):\r
\r
-* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2015, CKSource - Frederico Knabben.\r
+* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2016, CKSource - Frederico Knabben.\r
* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.\r
* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others.\r
\r
CKEditor 4
==========
-Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
http://ckeditor.com - See LICENSE.md for license information.
CKEditor is a text editor to be used inside web pages. It's not a replacement
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a},
/*
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;window.CKEDITOR||(window.CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,d={timestamp:"FB9E",version:"4.5.6",revision:"91e81fe",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:a},status:"unloaded",basePath:function(){var b=window.CKEDITOR_BASEPATH||"";if(!b)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var l=c[d].src.match(a);if(l){b=l[1];break}}-1==b.indexOf(":/")&&"//"!=b.slice(0,2)&&(b=0===b.indexOf("/")?location.href.match(/^.*?:\/\/[^\/]*/)[0]+
+(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;window.CKEDITOR||(window.CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,d={timestamp:"G14E",version:"4.5.7",revision:"e98277f",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:a},status:"unloaded",basePath:function(){var b=window.CKEDITOR_BASEPATH||"";if(!b)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var k=c[d].src.match(a);if(k){b=k[1];break}}-1==b.indexOf(":/")&&"//"!=b.slice(0,2)&&(b=0===b.indexOf("/")?location.href.match(/^.*?:\/\/[^\/]*/)[0]+
b:location.href.match(/^[^\?]*\/(?:)/)[0]+b);if(!b)throw'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.';return b}(),getUrl:function(a){-1==a.indexOf(":/")&&0!==a.indexOf("/")&&(a=this.basePath+a);this.timestamp&&"/"!=a.charAt(a.length-1)&&!/[&?]t=/.test(a)&&(a+=(0<=a.indexOf("?")?"\x26":"?")+"t\x3d"+this.timestamp);return a},domReady:function(){function a(){try{document.addEventListener?(document.removeEventListener("DOMContentLoaded",
a,!1),b()):document.attachEvent&&"complete"===document.readyState&&(document.detachEvent("onreadystatechange",a),b())}catch(c){}}function b(){for(var a;a=c.shift();)a()}var c=[];return function(b){function d(){try{document.documentElement.doScroll("left")}catch(f){setTimeout(d,1);return}a()}c.push(b);"complete"===document.readyState&&setTimeout(a,1);if(1==c.length)if(document.addEventListener)document.addEventListener("DOMContentLoaded",a,!1),window.addEventListener("load",a,!1);else if(document.attachEvent){document.attachEvent("onreadystatechange",
-a);window.attachEvent("onload",a);b=!1;try{b=!window.frameElement}catch(t){}document.documentElement.doScroll&&b&&d()}}}()},b=window.CKEDITOR_GETURL;if(b){var c=d.getUrl;d.getUrl=function(a){return b.call(d,a)||c.call(d,a)}}return d}());
+a);window.attachEvent("onload",a);b=!1;try{b=!window.frameElement}catch(w){}document.documentElement.doScroll&&b&&d()}}}()},b=window.CKEDITOR_GETURL;if(b){var c=d.getUrl;d.getUrl=function(a){return b.call(d,a)||c.call(d,a)}}return d}());
CKEDITOR.event||(CKEDITOR.event=function(){},CKEDITOR.event.implementOn=function(a){var d=CKEDITOR.event.prototype,b;for(b in d)null==a[b]&&(a[b]=d[b])},CKEDITOR.event.prototype=function(){function a(a){var e=d(this);return e[a]||(e[a]=new b(a))}var d=function(a){a=a.getPrivate&&a.getPrivate()||a._||(a._={});return a.events||(a.events={})},b=function(a){this.name=a;this.listeners=[]};b.prototype={getListenerIndex:function(a){for(var b=0,d=this.listeners;b<d.length;b++)if(d[b].fn==a)return b;return-1}};
-return{define:function(b,d){var g=a.call(this,b);CKEDITOR.tools.extend(g,d,!0)},on:function(b,d,g,h,l){function q(a,f,z,l){a={name:b,sender:this,editor:a,data:f,listenerData:h,stop:z,cancel:l,removeListener:t};return!1===d.call(g,a)?!1:a.data}function t(){z.removeListener(b,d)}var f=a.call(this,b);if(0>f.getListenerIndex(d)){f=f.listeners;g||(g=this);isNaN(l)&&(l=10);var z=this;q.fn=d;q.priority=l;for(var A=f.length-1;0<=A;A--)if(f[A].priority<=l)return f.splice(A+1,0,q),{removeListener:t};f.unshift(q)}return{removeListener:t}},
-once:function(){var a=Array.prototype.slice.call(arguments),b=a[1];a[1]=function(a){a.removeListener();return b.apply(this,arguments)};return this.on.apply(this,a)},capture:function(){CKEDITOR.event.useCapture=1;var a=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return a},fire:function(){var a=0,b=function(){a=1},g=0,h=function(){g=1};return function(l,q,t){var f=d(this)[l];l=a;var z=g;a=g=0;if(f){var A=f.listeners;if(A.length)for(var A=A.slice(0),u,C=0;C<A.length;C++){if(f.errorProof)try{u=
-A[C].call(this,t,q,b,h)}catch(m){}else u=A[C].call(this,t,q,b,h);!1===u?g=1:"undefined"!=typeof u&&(q=u);if(a||g)break}}q=g?!1:"undefined"==typeof q?!0:q;a=l;g=z;return q}}(),fireOnce:function(a,b,g){b=this.fire(a,b,g);delete d(this)[a];return b},removeListener:function(a,b){var g=d(this)[a];if(g){var h=g.getListenerIndex(b);0<=h&&g.listeners.splice(h,1)}},removeAllListeners:function(){var a=d(this),b;for(b in a)delete a[b]},hasListeners:function(a){return(a=d(this)[a])&&0<a.listeners.length}}}());
+return{define:function(b,d){var g=a.call(this,b);CKEDITOR.tools.extend(g,d,!0)},on:function(b,d,g,l,k){function n(a,f,x,k){a={name:b,sender:this,editor:a,data:f,listenerData:l,stop:x,cancel:k,removeListener:w};return!1===d.call(g,a)?!1:a.data}function w(){x.removeListener(b,d)}var f=a.call(this,b);if(0>f.getListenerIndex(d)){f=f.listeners;g||(g=this);isNaN(k)&&(k=10);var x=this;n.fn=d;n.priority=k;for(var A=f.length-1;0<=A;A--)if(f[A].priority<=k)return f.splice(A+1,0,n),{removeListener:w};f.unshift(n)}return{removeListener:w}},
+once:function(){var a=Array.prototype.slice.call(arguments),b=a[1];a[1]=function(a){a.removeListener();return b.apply(this,arguments)};return this.on.apply(this,a)},capture:function(){CKEDITOR.event.useCapture=1;var a=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return a},fire:function(){var a=0,b=function(){a=1},g=0,l=function(){g=1};return function(k,n,w){var f=d(this)[k];k=a;var x=g;a=g=0;if(f){var A=f.listeners;if(A.length)for(var A=A.slice(0),u,B=0;B<A.length;B++){if(f.errorProof)try{u=
+A[B].call(this,w,n,b,l)}catch(q){}else u=A[B].call(this,w,n,b,l);!1===u?g=1:"undefined"!=typeof u&&(n=u);if(a||g)break}}n=g?!1:"undefined"==typeof n?!0:n;a=k;g=x;return n}}(),fireOnce:function(a,b,g){b=this.fire(a,b,g);delete d(this)[a];return b},removeListener:function(a,b){var g=d(this)[a];if(g){var l=g.getListenerIndex(b);0<=l&&g.listeners.splice(l,1)}},removeAllListeners:function(){var a=d(this),b;for(b in a)delete a[b]},hasListeners:function(a){return(a=d(this)[a])&&0<a.listeners.length}}}());
CKEDITOR.editor||(CKEDITOR.editor=function(){CKEDITOR._.pending.push([this,arguments]);CKEDITOR.event.call(this)},CKEDITOR.editor.prototype.fire=function(a,d){a in{instanceReady:1,loaded:1}&&(this[a]=!0);return CKEDITOR.event.prototype.fire.call(this,a,d,this)},CKEDITOR.editor.prototype.fireOnce=function(a,d){a in{instanceReady:1,loaded:1}&&(this[a]=!0);return CKEDITOR.event.prototype.fireOnce.call(this,a,d,this)},CKEDITOR.event.implementOn(CKEDITOR.editor.prototype));
CKEDITOR.env||(CKEDITOR.env=function(){var a=navigator.userAgent.toLowerCase(),d=a.match(/edge[ \/](\d+.?\d*)/),b=-1<a.indexOf("trident/"),b=!(!d&&!b),b={ie:b,edge:!!d,webkit:!b&&-1<a.indexOf(" applewebkit/"),air:-1<a.indexOf(" adobeair/"),mac:-1<a.indexOf("macintosh"),quirks:"BackCompat"==document.compatMode&&(!document.documentMode||10>document.documentMode),mobile:-1<a.indexOf("mobile"),iOS:/(ipad|iphone|ipod)/.test(a),isCustomDomain:function(){if(!this.ie)return!1;var a=document.domain,b=window.location.hostname;
return a!=b&&a!="["+b+"]"},secure:"https:"==location.protocol};b.gecko="Gecko"==navigator.product&&!b.webkit&&!b.ie;b.webkit&&(-1<a.indexOf("chrome")?b.chrome=!0:b.safari=!0);var c=0;b.ie&&(c=d?parseFloat(d[1]):b.quirks||!document.documentMode?parseFloat(a.match(/msie (\d+)/)[1]):document.documentMode,b.ie9Compat=9==c,b.ie8Compat=8==c,b.ie7Compat=7==c,b.ie6Compat=7>c||b.quirks);b.gecko&&(d=a.match(/rv:([\d\.]+)/))&&(d=d[1].split("."),c=1E4*d[0]+100*(d[1]||0)+1*(d[2]||0));b.air&&(c=parseFloat(a.match(/ adobeair\/(\d+)/)[1]));
CKEDITOR.loadFullCore,d=CKEDITOR.loadFullCoreTimeout;a&&(CKEDITOR.status="basic_ready",a&&a._load?a():d&&setTimeout(function(){CKEDITOR.loadFullCore&&CKEDITOR.loadFullCore()},1E3*d))})})();CKEDITOR.status="basic_loaded"}();"use strict";CKEDITOR.VERBOSITY_WARN=1;CKEDITOR.VERBOSITY_ERROR=2;CKEDITOR.verbosity=CKEDITOR.VERBOSITY_WARN|CKEDITOR.VERBOSITY_ERROR;CKEDITOR.warn=function(a,d){CKEDITOR.verbosity&CKEDITOR.VERBOSITY_WARN&&CKEDITOR.fire("log",{type:"warn",errorCode:a,additionalData:d})};
CKEDITOR.error=function(a,d){CKEDITOR.verbosity&CKEDITOR.VERBOSITY_ERROR&&CKEDITOR.fire("log",{type:"error",errorCode:a,additionalData:d})};
CKEDITOR.on("log",function(a){if(window.console&&window.console.log){var d=console[a.data.type]?a.data.type:"log",b=a.data.errorCode;if(a=a.data.additionalData)console[d]("[CKEDITOR] Error code: "+b+".",a);else console[d]("[CKEDITOR] Error code: "+b+".");console[d]("[CKEDITOR] For more information about this error go to http://docs.ckeditor.com/#!/guide/dev_errors-section-"+b)}},null,null,999);CKEDITOR.dom={};
-(function(){var a=[],d=CKEDITOR.env.gecko?"-moz-":CKEDITOR.env.webkit?"-webkit-":CKEDITOR.env.ie?"-ms-":"",b=/&/g,c=/>/g,e=/</g,g=/"/g,h=/&(lt|gt|amp|quot|nbsp|shy|#\d{1,5});/g,l={lt:"\x3c",gt:"\x3e",amp:"\x26",quot:'"',nbsp:" ",shy:""},q=function(a,f){return"#"==f[0]?String.fromCharCode(parseInt(f.slice(1),10)):l[f]};CKEDITOR.on("reset",function(){a=[]});CKEDITOR.tools={arrayCompare:function(a,f){if(!a&&!f)return!0;if(!a||!f||a.length!=f.length)return!1;for(var b=0;b<a.length;b++)if(a[b]!=f[b])return!1;
+(function(){var a=[],d=CKEDITOR.env.gecko?"-moz-":CKEDITOR.env.webkit?"-webkit-":CKEDITOR.env.ie?"-ms-":"",b=/&/g,c=/>/g,e=/</g,g=/"/g,l=/&(lt|gt|amp|quot|nbsp|shy|#\d{1,5});/g,k={lt:"\x3c",gt:"\x3e",amp:"\x26",quot:'"',nbsp:" ",shy:""},n=function(a,f){return"#"==f[0]?String.fromCharCode(parseInt(f.slice(1),10)):k[f]};CKEDITOR.on("reset",function(){a=[]});CKEDITOR.tools={arrayCompare:function(a,f){if(!a&&!f)return!0;if(!a||!f||a.length!=f.length)return!1;for(var b=0;b<a.length;b++)if(a[b]!=f[b])return!1;
return!0},getIndex:function(a,f){for(var b=0;b<a.length;++b)if(f(a[b]))return b;return-1},clone:function(a){var f;if(a&&a instanceof Array){f=[];for(var b=0;b<a.length;b++)f[b]=CKEDITOR.tools.clone(a[b]);return f}if(null===a||"object"!=typeof a||a instanceof String||a instanceof Number||a instanceof Boolean||a instanceof Date||a instanceof RegExp||a.nodeType||a.window===a)return a;f=new a.constructor;for(b in a)f[b]=CKEDITOR.tools.clone(a[b]);return f},capitalize:function(a,f){return a.charAt(0).toUpperCase()+
-(f?a.slice(1):a.slice(1).toLowerCase())},extend:function(a){var f=arguments.length,b,c;"boolean"==typeof(b=arguments[f-1])?f--:"boolean"==typeof(b=arguments[f-2])&&(c=arguments[f-1],f-=2);for(var l=1;l<f;l++){var d=arguments[l],m;for(m in d)if(!0===b||null==a[m])if(!c||m in c)a[m]=d[m]}return a},prototypedCopy:function(a){var f=function(){};f.prototype=a;return new f},copy:function(a){var f={},b;for(b in a)f[b]=a[b];return f},isArray:function(a){return"[object Array]"==Object.prototype.toString.call(a)},
+(f?a.slice(1):a.slice(1).toLowerCase())},extend:function(a){var f=arguments.length,b,c;"boolean"==typeof(b=arguments[f-1])?f--:"boolean"==typeof(b=arguments[f-2])&&(c=arguments[f-1],f-=2);for(var k=1;k<f;k++){var d=arguments[k],q;for(q in d)if(!0===b||null==a[q])if(!c||q in c)a[q]=d[q]}return a},prototypedCopy:function(a){var f=function(){};f.prototype=a;return new f},copy:function(a){var f={},b;for(b in a)f[b]=a[b];return f},isArray:function(a){return"[object Array]"==Object.prototype.toString.call(a)},
isEmpty:function(a){for(var f in a)if(a.hasOwnProperty(f))return!1;return!0},cssVendorPrefix:function(a,f,b){if(b)return d+a+":"+f+";"+a+":"+f;b={};b[a]=f;b[d+a]=f;return b},cssStyleToDomStyle:function(){var a=document.createElement("div").style,f="undefined"!=typeof a.cssFloat?"cssFloat":"undefined"!=typeof a.styleFloat?"styleFloat":"float";return function(a){return"float"==a?f:a.replace(/-./g,function(a){return a.substr(1).toUpperCase()})}}(),buildStyleHtml:function(a){a=[].concat(a);for(var f,
-b=[],c=0;c<a.length;c++)if(f=a[c])/@import|[{}]/.test(f)?b.push("\x3cstyle\x3e"+f+"\x3c/style\x3e"):b.push('\x3clink type\x3d"text/css" rel\x3dstylesheet href\x3d"'+f+'"\x3e');return b.join("")},htmlEncode:function(a){return void 0===a||null===a?"":String(a).replace(b,"\x26amp;").replace(c,"\x26gt;").replace(e,"\x26lt;")},htmlDecode:function(a){return a.replace(h,q)},htmlEncodeAttr:function(a){return CKEDITOR.tools.htmlEncode(a).replace(g,"\x26quot;")},htmlDecodeAttr:function(a){return CKEDITOR.tools.htmlDecode(a)},
-transformPlainTextToHtml:function(a,f){var b=f==CKEDITOR.ENTER_BR,c=this.htmlEncode(a.replace(/\r\n/g,"\n")),c=c.replace(/\t/g,"\x26nbsp;\x26nbsp; \x26nbsp;"),l=f==CKEDITOR.ENTER_P?"p":"div";if(!b){var d=/\n{2}/g;if(d.test(c))var m="\x3c"+l+"\x3e",q="\x3c/"+l+"\x3e",c=m+c.replace(d,function(){return q+m})+q}c=c.replace(/\n/g,"\x3cbr\x3e");b||(c=c.replace(new RegExp("\x3cbr\x3e(?\x3d\x3c/"+l+"\x3e)"),function(a){return CKEDITOR.tools.repeat(a,2)}));c=c.replace(/^ | $/g,"\x26nbsp;");return c=c.replace(/(>|\s) /g,
-function(a,f){return f+"\x26nbsp;"}).replace(/ (?=<)/g,"\x26nbsp;")},getNextNumber:function(){var a=0;return function(){return++a}}(),getNextId:function(){return"cke_"+this.getNextNumber()},getUniqueId:function(){for(var a="e",f=0;8>f;f++)a+=Math.floor(65536*(1+Math.random())).toString(16).substring(1);return a},override:function(a,f){var b=f(a);b.prototype=a.prototype;return b},setTimeout:function(a,f,b,c,l){l||(l=window);b||(b=l);return l.setTimeout(function(){c?a.apply(b,[].concat(c)):a.apply(b)},
+b=[],c=0;c<a.length;c++)if(f=a[c])/@import|[{}]/.test(f)?b.push("\x3cstyle\x3e"+f+"\x3c/style\x3e"):b.push('\x3clink type\x3d"text/css" rel\x3dstylesheet href\x3d"'+f+'"\x3e');return b.join("")},htmlEncode:function(a){return void 0===a||null===a?"":String(a).replace(b,"\x26amp;").replace(c,"\x26gt;").replace(e,"\x26lt;")},htmlDecode:function(a){return a.replace(l,n)},htmlEncodeAttr:function(a){return CKEDITOR.tools.htmlEncode(a).replace(g,"\x26quot;")},htmlDecodeAttr:function(a){return CKEDITOR.tools.htmlDecode(a)},
+transformPlainTextToHtml:function(a,f){var b=f==CKEDITOR.ENTER_BR,c=this.htmlEncode(a.replace(/\r\n/g,"\n")),c=c.replace(/\t/g,"\x26nbsp;\x26nbsp; \x26nbsp;"),k=f==CKEDITOR.ENTER_P?"p":"div";if(!b){var d=/\n{2}/g;if(d.test(c))var q="\x3c"+k+"\x3e",n="\x3c/"+k+"\x3e",c=q+c.replace(d,function(){return n+q})+n}c=c.replace(/\n/g,"\x3cbr\x3e");b||(c=c.replace(new RegExp("\x3cbr\x3e(?\x3d\x3c/"+k+"\x3e)"),function(a){return CKEDITOR.tools.repeat(a,2)}));c=c.replace(/^ | $/g,"\x26nbsp;");return c=c.replace(/(>|\s) /g,
+function(a,f){return f+"\x26nbsp;"}).replace(/ (?=<)/g,"\x26nbsp;")},getNextNumber:function(){var a=0;return function(){return++a}}(),getNextId:function(){return"cke_"+this.getNextNumber()},getUniqueId:function(){for(var a="e",f=0;8>f;f++)a+=Math.floor(65536*(1+Math.random())).toString(16).substring(1);return a},override:function(a,f){var b=f(a);b.prototype=a.prototype;return b},setTimeout:function(a,f,b,c,k){k||(k=window);b||(b=k);return k.setTimeout(function(){c?a.apply(b,[].concat(c)):a.apply(b)},
f||0)},trim:function(){var a=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(f){return f.replace(a,"")}}(),ltrim:function(){var a=/^[ \t\n\r]+/g;return function(f){return f.replace(a,"")}}(),rtrim:function(){var a=/[ \t\n\r]+$/g;return function(f){return f.replace(a,"")}}(),indexOf:function(a,f){if("function"==typeof f)for(var b=0,c=a.length;b<c;b++){if(f(a[b]))return b}else{if(a.indexOf)return a.indexOf(f);b=0;for(c=a.length;b<c;b++)if(a[b]===f)return b}return-1},search:function(a,b){var c=CKEDITOR.tools.indexOf(a,
-b);return 0<=c?a[c]:null},bind:function(a,b){return function(){return a.apply(b,arguments)}},createClass:function(a){var b=a.$,c=a.base,l=a.privates||a._,d=a.proto;a=a.statics;!b&&(b=function(){c&&this.base.apply(this,arguments)});if(l)var q=b,b=function(){var a=this._||(this._={}),b;for(b in l){var f=l[b];a[b]="function"==typeof f?CKEDITOR.tools.bind(f,this):f}q.apply(this,arguments)};c&&(b.prototype=this.prototypedCopy(c.prototype),b.prototype.constructor=b,b.base=c,b.baseProto=c.prototype,b.prototype.base=
+b);return 0<=c?a[c]:null},bind:function(a,b){return function(){return a.apply(b,arguments)}},createClass:function(a){var b=a.$,c=a.base,k=a.privates||a._,d=a.proto;a=a.statics;!b&&(b=function(){c&&this.base.apply(this,arguments)});if(k)var n=b,b=function(){var a=this._||(this._={}),b;for(b in k){var f=k[b];a[b]="function"==typeof f?CKEDITOR.tools.bind(f,this):f}n.apply(this,arguments)};c&&(b.prototype=this.prototypedCopy(c.prototype),b.prototype.constructor=b,b.base=c,b.baseProto=c.prototype,b.prototype.base=
function(){this.base=c.prototype.base;c.apply(this,arguments);this.base=arguments.callee});d&&this.extend(b.prototype,d,!0);a&&this.extend(b,a,!0);return b},addFunction:function(b,f){return a.push(function(){return b.apply(f||this,arguments)})-1},removeFunction:function(b){a[b]=null},callFunction:function(b){var f=a[b];return f&&f.apply(window,Array.prototype.slice.call(arguments,1))},cssLength:function(){var a=/^-?\d+\.?\d*px$/,b;return function(c){b=CKEDITOR.tools.trim(c+"")+"px";return a.test(b)?
-b:c||""}}(),convertToPx:function(){var a;return function(b){a||(a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"position:absolute;left:-9999px;top:-9999px;margin:0px;padding:0px;border:0px;"\x3e\x3c/div\x3e',CKEDITOR.document),CKEDITOR.document.getBody().append(a));return/%$/.test(b)?b:(a.setStyle("width",b),a.$.clientWidth)}}(),repeat:function(a,b){return Array(b+1).join(a)},tryThese:function(){for(var a,b=0,c=arguments.length;b<c;b++){var l=arguments[b];try{a=l();break}catch(d){}}return a},
-genKey:function(){return Array.prototype.slice.call(arguments).join("-")},defer:function(a){return function(){var b=arguments,c=this;window.setTimeout(function(){a.apply(c,b)},0)}},normalizeCssText:function(a,b){var c=[],l,d=CKEDITOR.tools.parseCssText(a,!0,b);for(l in d)c.push(l+":"+d[l]);c.sort();return c.length?c.join(";")+";":""},convertRgbToHex:function(a){return a.replace(/(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi,function(a,b,c,l){a=[b,c,l];for(b=0;3>b;b++)a[b]=("0"+parseInt(a[b],10).toString(16)).slice(-2);
-return"#"+a.join("")})},parseCssText:function(a,b,c){var l={};c&&(c=new CKEDITOR.dom.element("span"),c.setAttribute("style",a),a=CKEDITOR.tools.convertRgbToHex(c.getAttribute("style")||""));if(!a||";"==a)return l;a.replace(/"/g,'"').replace(/\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,c,d){b&&(c=c.toLowerCase(),"font-family"==c&&(d=d.toLowerCase().replace(/["']/g,"").replace(/\s*,\s*/g,",")),d=CKEDITOR.tools.trim(d));l[c]=d});return l},writeCssText:function(a,b){var c,l=[];for(c in a)l.push(c+
-":"+a[c]);b&&l.sort();return l.join("; ")},objectCompare:function(a,b,c){var l;if(!a&&!b)return!0;if(!a||!b)return!1;for(l in a)if(a[l]!=b[l])return!1;if(!c)for(l in b)if(a[l]!=b[l])return!1;return!0},objectKeys:function(a){var b=[],c;for(c in a)b.push(c);return b},convertArrayToObject:function(a,b){var c={};1==arguments.length&&(b=!0);for(var l=0,d=a.length;l<d;++l)c[a[l]]=b;return c},fixDomain:function(){for(var a;;)try{a=window.parent.document.domain;break}catch(b){a=a?a.replace(/.+?(?:\.|$)/,
-""):document.domain;if(!a)break;document.domain=a}return!!a},eventsBuffer:function(a,b,c){function l(){q=(new Date).getTime();d=!1;c?b.call(c):b()}var d,q=0;return{input:function(){if(!d){var b=(new Date).getTime()-q;b<a?d=setTimeout(l,a-b):l()}},reset:function(){d&&clearTimeout(d);d=q=0}}},enableHtml5Elements:function(a,b){for(var c="abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video".split(" "),
-l=c.length,d;l--;)d=a.createElement(c[l]),b&&a.appendChild(d)},checkIfAnyArrayItemMatches:function(a,b){for(var c=0,l=a.length;c<l;++c)if(a[c].match(b))return!0;return!1},checkIfAnyObjectPropertyMatches:function(a,b){for(var c in a)if(c.match(b))return!0;return!1},transparentImageData:"data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw\x3d\x3d",getCookie:function(a){a=a.toLowerCase();for(var b=document.cookie.split(";"),c,l,d=0;d<b.length;d++)if(c=b[d].split("\x3d"),
-l=decodeURIComponent(CKEDITOR.tools.trim(c[0]).toLowerCase()),l===a)return decodeURIComponent(1<c.length?c[1]:"");return null},setCookie:function(a,b){document.cookie=encodeURIComponent(a)+"\x3d"+encodeURIComponent(b)+";path\x3d/"},getCsrfToken:function(){var a=CKEDITOR.tools.getCookie("ckCsrfToken");if(!a||40!=a.length){var a=[],b="";if(window.crypto&&window.crypto.getRandomValues)a=new Uint8Array(40),window.crypto.getRandomValues(a);else for(var c=0;40>c;c++)a.push(Math.floor(256*Math.random()));
-for(c=0;c<a.length;c++)var l="abcdefghijklmnopqrstuvwxyz0123456789".charAt(a[c]%36),b=b+(.5<Math.random()?l.toUpperCase():l);a=b;CKEDITOR.tools.setCookie("ckCsrfToken",a)}return a}}})();
-CKEDITOR.dtd=function(){var a=CKEDITOR.tools.extend,d=function(a,b){for(var c=CKEDITOR.tools.clone(a),l=1;l<arguments.length;l++){b=arguments[l];for(var d in b)delete c[d]}return c},b={},c={},e={address:1,article:1,aside:1,blockquote:1,details:1,div:1,dl:1,fieldset:1,figure:1,footer:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,header:1,hgroup:1,hr:1,main:1,menu:1,nav:1,ol:1,p:1,pre:1,section:1,table:1,ul:1},g={command:1,link:1,meta:1,noscript:1,script:1,style:1},h={},l={"#":1},q={center:1,dir:1,noframes:1};
-a(b,{a:1,abbr:1,area:1,audio:1,b:1,bdi:1,bdo:1,br:1,button:1,canvas:1,cite:1,code:1,command:1,datalist:1,del:1,dfn:1,em:1,embed:1,i:1,iframe:1,img:1,input:1,ins:1,kbd:1,keygen:1,label:1,map:1,mark:1,meter:1,noscript:1,object:1,output:1,progress:1,q:1,ruby:1,s:1,samp:1,script:1,select:1,small:1,span:1,strong:1,sub:1,sup:1,textarea:1,time:1,u:1,"var":1,video:1,wbr:1},l,{acronym:1,applet:1,basefont:1,big:1,font:1,isindex:1,strike:1,style:1,tt:1});a(c,e,b,q);d={a:d(b,{a:1,button:1}),abbr:b,address:c,
-area:h,article:c,aside:c,audio:a({source:1,track:1},c),b:b,base:h,bdi:b,bdo:b,blockquote:c,body:c,br:h,button:d(b,{a:1,button:1}),canvas:b,caption:c,cite:b,code:b,col:h,colgroup:{col:1},command:h,datalist:a({option:1},b),dd:c,del:b,details:a({summary:1},c),dfn:b,div:c,dl:{dt:1,dd:1},dt:c,em:b,embed:h,fieldset:a({legend:1},c),figcaption:c,figure:a({figcaption:1},c),footer:c,form:c,h1:b,h2:b,h3:b,h4:b,h5:b,h6:b,head:a({title:1,base:1},g),header:c,hgroup:{h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},hr:h,html:a({head:1,
-body:1},c,g),i:b,iframe:l,img:h,input:h,ins:b,kbd:b,keygen:h,label:b,legend:b,li:c,link:h,main:c,map:c,mark:b,menu:a({li:1},c),meta:h,meter:d(b,{meter:1}),nav:c,noscript:a({link:1,meta:1,style:1},b),object:a({param:1},b),ol:{li:1},optgroup:{option:1},option:l,output:b,p:b,param:h,pre:b,progress:d(b,{progress:1}),q:b,rp:b,rt:b,ruby:a({rp:1,rt:1},b),s:b,samp:b,script:l,section:c,select:{optgroup:1,option:1},small:b,source:h,span:b,strong:b,style:l,sub:b,summary:a({h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},b),
-sup:b,table:{caption:1,colgroup:1,thead:1,tfoot:1,tbody:1,tr:1},tbody:{tr:1},td:c,textarea:l,tfoot:{tr:1},th:c,thead:{tr:1},time:d(b,{time:1}),title:l,tr:{th:1,td:1},track:h,u:b,ul:{li:1},"var":b,video:a({source:1,track:1},c),wbr:h,acronym:b,applet:a({param:1},c),basefont:h,big:b,center:c,dialog:h,dir:{li:1},font:b,isindex:h,noframes:c,strike:b,tt:b};a(d,{$block:a({audio:1,dd:1,dt:1,figcaption:1,li:1,video:1},e,q),$blockLimit:{article:1,aside:1,audio:1,body:1,caption:1,details:1,dir:1,div:1,dl:1,
+b:c||""}}(),convertToPx:function(){var a;return function(b){a||(a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"position:absolute;left:-9999px;top:-9999px;margin:0px;padding:0px;border:0px;"\x3e\x3c/div\x3e',CKEDITOR.document),CKEDITOR.document.getBody().append(a));return/%$/.test(b)?b:(a.setStyle("width",b),a.$.clientWidth)}}(),repeat:function(a,b){return Array(b+1).join(a)},tryThese:function(){for(var a,b=0,c=arguments.length;b<c;b++){var k=arguments[b];try{a=k();break}catch(d){}}return a},
+genKey:function(){return Array.prototype.slice.call(arguments).join("-")},defer:function(a){return function(){var b=arguments,c=this;window.setTimeout(function(){a.apply(c,b)},0)}},normalizeCssText:function(a,b){var c=[],k,d=CKEDITOR.tools.parseCssText(a,!0,b);for(k in d)c.push(k+":"+d[k]);c.sort();return c.length?c.join(";")+";":""},convertRgbToHex:function(a){return a.replace(/(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi,function(a,b,c,k){a=[b,c,k];for(b=0;3>b;b++)a[b]=("0"+parseInt(a[b],10).toString(16)).slice(-2);
+return"#"+a.join("")})},parseCssText:function(a,b,c){var k={};c&&(c=new CKEDITOR.dom.element("span"),c.setAttribute("style",a),a=CKEDITOR.tools.convertRgbToHex(c.getAttribute("style")||""));if(!a||";"==a)return k;a.replace(/"/g,'"').replace(/\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,c,d){b&&(c=c.toLowerCase(),"font-family"==c&&(d=d.toLowerCase().replace(/["']/g,"").replace(/\s*,\s*/g,",")),d=CKEDITOR.tools.trim(d));k[c]=d});return k},writeCssText:function(a,b){var c,k=[];for(c in a)k.push(c+
+":"+a[c]);b&&k.sort();return k.join("; ")},objectCompare:function(a,b,c){var k;if(!a&&!b)return!0;if(!a||!b)return!1;for(k in a)if(a[k]!=b[k])return!1;if(!c)for(k in b)if(a[k]!=b[k])return!1;return!0},objectKeys:function(a){var b=[],c;for(c in a)b.push(c);return b},convertArrayToObject:function(a,b){var c={};1==arguments.length&&(b=!0);for(var k=0,d=a.length;k<d;++k)c[a[k]]=b;return c},fixDomain:function(){for(var a;;)try{a=window.parent.document.domain;break}catch(b){a=a?a.replace(/.+?(?:\.|$)/,
+""):document.domain;if(!a)break;document.domain=a}return!!a},eventsBuffer:function(a,b,c){function k(){n=(new Date).getTime();d=!1;c?b.call(c):b()}var d,n=0;return{input:function(){if(!d){var b=(new Date).getTime()-n;b<a?d=setTimeout(k,a-b):k()}},reset:function(){d&&clearTimeout(d);d=n=0}}},enableHtml5Elements:function(a,b){for(var c="abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video".split(" "),
+k=c.length,d;k--;)d=a.createElement(c[k]),b&&a.appendChild(d)},checkIfAnyArrayItemMatches:function(a,b){for(var c=0,k=a.length;c<k;++c)if(a[c].match(b))return!0;return!1},checkIfAnyObjectPropertyMatches:function(a,b){for(var c in a)if(c.match(b))return!0;return!1},transparentImageData:"data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw\x3d\x3d",getCookie:function(a){a=a.toLowerCase();for(var b=document.cookie.split(";"),c,k,d=0;d<b.length;d++)if(c=b[d].split("\x3d"),
+k=decodeURIComponent(CKEDITOR.tools.trim(c[0]).toLowerCase()),k===a)return decodeURIComponent(1<c.length?c[1]:"");return null},setCookie:function(a,b){document.cookie=encodeURIComponent(a)+"\x3d"+encodeURIComponent(b)+";path\x3d/"},getCsrfToken:function(){var a=CKEDITOR.tools.getCookie("ckCsrfToken");if(!a||40!=a.length){var a=[],b="";if(window.crypto&&window.crypto.getRandomValues)a=new Uint8Array(40),window.crypto.getRandomValues(a);else for(var c=0;40>c;c++)a.push(Math.floor(256*Math.random()));
+for(c=0;c<a.length;c++)var k="abcdefghijklmnopqrstuvwxyz0123456789".charAt(a[c]%36),b=b+(.5<Math.random()?k.toUpperCase():k);a=b;CKEDITOR.tools.setCookie("ckCsrfToken",a)}return a}}})();
+CKEDITOR.dtd=function(){var a=CKEDITOR.tools.extend,d=function(a,b){for(var c=CKEDITOR.tools.clone(a),k=1;k<arguments.length;k++){b=arguments[k];for(var d in b)delete c[d]}return c},b={},c={},e={address:1,article:1,aside:1,blockquote:1,details:1,div:1,dl:1,fieldset:1,figure:1,footer:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,header:1,hgroup:1,hr:1,main:1,menu:1,nav:1,ol:1,p:1,pre:1,section:1,table:1,ul:1},g={command:1,link:1,meta:1,noscript:1,script:1,style:1},l={},k={"#":1},n={center:1,dir:1,noframes:1};
+a(b,{a:1,abbr:1,area:1,audio:1,b:1,bdi:1,bdo:1,br:1,button:1,canvas:1,cite:1,code:1,command:1,datalist:1,del:1,dfn:1,em:1,embed:1,i:1,iframe:1,img:1,input:1,ins:1,kbd:1,keygen:1,label:1,map:1,mark:1,meter:1,noscript:1,object:1,output:1,progress:1,q:1,ruby:1,s:1,samp:1,script:1,select:1,small:1,span:1,strong:1,sub:1,sup:1,textarea:1,time:1,u:1,"var":1,video:1,wbr:1},k,{acronym:1,applet:1,basefont:1,big:1,font:1,isindex:1,strike:1,style:1,tt:1});a(c,e,b,n);d={a:d(b,{a:1,button:1}),abbr:b,address:c,
+area:l,article:c,aside:c,audio:a({source:1,track:1},c),b:b,base:l,bdi:b,bdo:b,blockquote:c,body:c,br:l,button:d(b,{a:1,button:1}),canvas:b,caption:c,cite:b,code:b,col:l,colgroup:{col:1},command:l,datalist:a({option:1},b),dd:c,del:b,details:a({summary:1},c),dfn:b,div:c,dl:{dt:1,dd:1},dt:c,em:b,embed:l,fieldset:a({legend:1},c),figcaption:c,figure:a({figcaption:1},c),footer:c,form:c,h1:b,h2:b,h3:b,h4:b,h5:b,h6:b,head:a({title:1,base:1},g),header:c,hgroup:{h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},hr:l,html:a({head:1,
+body:1},c,g),i:b,iframe:k,img:l,input:l,ins:b,kbd:b,keygen:l,label:b,legend:b,li:c,link:l,main:c,map:c,mark:b,menu:a({li:1},c),meta:l,meter:d(b,{meter:1}),nav:c,noscript:a({link:1,meta:1,style:1},b),object:a({param:1},b),ol:{li:1},optgroup:{option:1},option:k,output:b,p:b,param:l,pre:b,progress:d(b,{progress:1}),q:b,rp:b,rt:b,ruby:a({rp:1,rt:1},b),s:b,samp:b,script:k,section:c,select:{optgroup:1,option:1},small:b,source:l,span:b,strong:b,style:k,sub:b,summary:a({h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},b),
+sup:b,table:{caption:1,colgroup:1,thead:1,tfoot:1,tbody:1,tr:1},tbody:{tr:1},td:c,textarea:k,tfoot:{tr:1},th:c,thead:{tr:1},time:d(b,{time:1}),title:k,tr:{th:1,td:1},track:l,u:b,ul:{li:1},"var":b,video:a({source:1,track:1},c),wbr:l,acronym:b,applet:a({param:1},c),basefont:l,big:b,center:c,dialog:l,dir:{li:1},font:b,isindex:l,noframes:c,strike:b,tt:b};a(d,{$block:a({audio:1,dd:1,dt:1,figcaption:1,li:1,video:1},e,n),$blockLimit:{article:1,aside:1,audio:1,body:1,caption:1,details:1,dir:1,div:1,dl:1,
fieldset:1,figcaption:1,figure:1,footer:1,form:1,header:1,hgroup:1,main:1,menu:1,nav:1,ol:1,section:1,table:1,td:1,th:1,tr:1,ul:1,video:1},$cdata:{script:1,style:1},$editable:{address:1,article:1,aside:1,blockquote:1,body:1,details:1,div:1,fieldset:1,figcaption:1,footer:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,header:1,hgroup:1,main:1,nav:1,p:1,pre:1,section:1},$empty:{area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:1,hr:1,img:1,input:1,isindex:1,keygen:1,link:1,meta:1,param:1,source:1,
track:1,wbr:1},$inline:b,$list:{dl:1,ol:1,ul:1},$listItem:{dd:1,dt:1,li:1},$nonBodyContent:a({body:1,head:1,html:1},d.head),$nonEditable:{applet:1,audio:1,button:1,embed:1,iframe:1,map:1,object:1,option:1,param:1,script:1,textarea:1,video:1},$object:{applet:1,audio:1,button:1,hr:1,iframe:1,img:1,input:1,object:1,select:1,table:1,textarea:1,video:1},$removeEmpty:{abbr:1,acronym:1,b:1,bdi:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,mark:1,meter:1,output:1,q:1,ruby:1,
s:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,time:1,tt:1,u:1,"var":1},$tabIndex:{a:1,area:1,button:1,input:1,object:1,select:1,textarea:1},$tableContent:{caption:1,col:1,colgroup:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1},$transparent:{a:1,audio:1,canvas:1,del:1,ins:1,map:1,noscript:1,object:1,video:1},$intermediate:{caption:1,colgroup:1,dd:1,dt:1,figcaption:1,legend:1,li:1,optgroup:1,option:1,rp:1,rt:1,summary:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1}});return d}();
CKEDITOR.POSITION_IDENTICAL=0;CKEDITOR.POSITION_DISCONNECTED=1;CKEDITOR.POSITION_FOLLOWING=2;CKEDITOR.POSITION_PRECEDING=4;CKEDITOR.POSITION_IS_CONTAINED=8;CKEDITOR.POSITION_CONTAINS=16;
CKEDITOR.tools.extend(CKEDITOR.dom.node.prototype,{appendTo:function(a,d){a.append(this,d);return a},clone:function(a,d){function b(c){c["data-cke-expando"]&&(c["data-cke-expando"]=!1);if(c.nodeType==CKEDITOR.NODE_ELEMENT||c.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT)if(d||c.nodeType!=CKEDITOR.NODE_ELEMENT||c.removeAttribute("id",!1),a){c=c.childNodes;for(var e=0;e<c.length;e++)b(c[e])}}function c(b){if(b.type==CKEDITOR.NODE_ELEMENT||b.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT){if(b.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var d=
b.getName();":"==d[0]&&b.renameNode(d.substring(1))}if(a)for(d=0;d<b.getChildCount();d++)c(b.getChild(d))}}var e=this.$.cloneNode(a);b(e);e=new CKEDITOR.dom.node(e);CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(this.type==CKEDITOR.NODE_ELEMENT||this.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)&&c(e);return e},hasPrevious:function(){return!!this.$.previousSibling},hasNext:function(){return!!this.$.nextSibling},insertAfter:function(a){a.$.parentNode.insertBefore(this.$,a.$.nextSibling);return a},insertBefore:function(a){a.$.parentNode.insertBefore(this.$,
-a.$);return a},insertBeforeMe:function(a){this.$.parentNode.insertBefore(a.$,this.$);return a},getAddress:function(a){for(var d=[],b=this.getDocument().$.documentElement,c=this.$;c&&c!=b;){var e=c.parentNode;e&&d.unshift(this.getIndex.call({$:c},a));c=e}return d},getDocument:function(){return new CKEDITOR.dom.document(this.$.ownerDocument||this.$.parentNode.ownerDocument)},getIndex:function(a){function d(a,b){var c=b?a.nextSibling:a.previousSibling;return c&&c.nodeType==CKEDITOR.NODE_TEXT?c.nodeValue?
-c:d(c,b):null}var b=this.$,c=-1,e;if(!this.$.parentNode||a&&b.nodeType==CKEDITOR.NODE_TEXT&&!b.nodeValue&&!d(b)&&!d(b,!0))return-1;do if(!a||b==this.$||b.nodeType!=CKEDITOR.NODE_TEXT||!e&&b.nodeValue)c++,e=b.nodeType==CKEDITOR.NODE_TEXT;while(b=b.previousSibling);return c},getNextSourceNode:function(a,d,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getFirst&&this.getFirst();var e;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getNext()}for(;!a&&
-(e=(e||this).getParent());){if(b&&!1===b(e,!0))return null;a=e.getNext()}return!a||b&&!1===b(a)?null:d&&d!=a.type?a.getNextSourceNode(!1,d,b):a},getPreviousSourceNode:function(a,d,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getLast&&this.getLast();var e;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getPrevious()}for(;!a&&(e=(e||this).getParent());){if(b&&!1===b(e,!0))return null;a=e.getPrevious()}return!a||b&&!1===b(a)?null:d&&a.type!=
-d?a.getPreviousSourceNode(!1,d,b):a},getPrevious:function(a){var d=this.$,b;do b=(d=d.previousSibling)&&10!=d.nodeType&&new CKEDITOR.dom.node(d);while(b&&a&&!a(b));return b},getNext:function(a){var d=this.$,b;do b=(d=d.nextSibling)&&new CKEDITOR.dom.node(d);while(b&&a&&!a(b));return b},getParent:function(a){var d=this.$.parentNode;return d&&(d.nodeType==CKEDITOR.NODE_ELEMENT||a&&d.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT)?new CKEDITOR.dom.node(d):null},getParents:function(a){var d=this,b=[];do b[a?
-"push":"unshift"](d);while(d=d.getParent());return b},getCommonAncestor:function(a){if(a.equals(this))return this;if(a.contains&&a.contains(this))return a;var d=this.contains?this:this.getParent();do if(d.contains(a))return d;while(d=d.getParent());return null},getPosition:function(a){var d=this.$,b=a.$;if(d.compareDocumentPosition)return d.compareDocumentPosition(b);if(d==b)return CKEDITOR.POSITION_IDENTICAL;if(this.type==CKEDITOR.NODE_ELEMENT&&a.type==CKEDITOR.NODE_ELEMENT){if(d.contains){if(d.contains(b))return CKEDITOR.POSITION_CONTAINS+
-CKEDITOR.POSITION_PRECEDING;if(b.contains(d))return CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING}if("sourceIndex"in d)return 0>d.sourceIndex||0>b.sourceIndex?CKEDITOR.POSITION_DISCONNECTED:d.sourceIndex<b.sourceIndex?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING}d=this.getAddress();a=a.getAddress();for(var b=Math.min(d.length,a.length),c=0;c<b;c++)if(d[c]!=a[c])return d[c]<a[c]?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING;return d.length<a.length?CKEDITOR.POSITION_CONTAINS+
-CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING},getAscendant:function(a,d){var b=this.$,c,e;d||(b=b.parentNode);"function"==typeof a?(e=!0,c=a):(e=!1,c=function(b){b="string"==typeof b.nodeName?b.nodeName.toLowerCase():"";return"string"==typeof a?b==a:b in a});for(;b;){if(c(e?new CKEDITOR.dom.node(b):b))return new CKEDITOR.dom.node(b);try{b=b.parentNode}catch(g){b=null}}return null},hasAscendant:function(a,d){var b=this.$;d||(b=b.parentNode);for(;b;){if(b.nodeName&&
-b.nodeName.toLowerCase()==a)return!0;b=b.parentNode}return!1},move:function(a,d){a.append(this.remove(),d)},remove:function(a){var d=this.$,b=d.parentNode;if(b){if(a)for(;a=d.firstChild;)b.insertBefore(d.removeChild(a),d);b.removeChild(d)}return this},replace:function(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:function(){for(var a;this.getFirst&&(a=this.getFirst());){if(a.type==CKEDITOR.NODE_TEXT){var d=CKEDITOR.tools.ltrim(a.getText()),b=a.getLength();if(d)d.length<
-b&&(a.split(b-d.length),this.$.removeChild(this.$.firstChild));else{a.remove();continue}}break}},rtrim:function(){for(var a;this.getLast&&(a=this.getLast());){if(a.type==CKEDITOR.NODE_TEXT){var d=CKEDITOR.tools.rtrim(a.getText()),b=a.getLength();if(d)d.length<b&&(a.split(d.length),this.$.lastChild.parentNode.removeChild(this.$.lastChild));else{a.remove();continue}}break}CKEDITOR.env.needsBrFiller&&(a=this.$.lastChild)&&1==a.type&&"br"==a.nodeName.toLowerCase()&&a.parentNode.removeChild(a)},isReadOnly:function(a){var d=
-this;this.type!=CKEDITOR.NODE_ELEMENT&&(d=this.getParent());CKEDITOR.env.edge&&d&&d.is("textarea","input")&&(a=!0);if(!a&&d&&"undefined"!=typeof d.$.isContentEditable)return!(d.$.isContentEditable||d.data("cke-editable"));for(;d;){if(d.data("cke-editable"))return!1;if(d.hasAttribute("contenteditable"))return"false"==d.getAttribute("contenteditable");d=d.getParent()}return!0}});CKEDITOR.dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.window.prototype=new CKEDITOR.dom.domObject;
+a.$);return a},insertBeforeMe:function(a){this.$.parentNode.insertBefore(a.$,this.$);return a},getAddress:function(a){for(var d=[],b=this.getDocument().$.documentElement,c=this.$;c&&c!=b;){var e=c.parentNode;e&&d.unshift(this.getIndex.call({$:c},a));c=e}return d},getDocument:function(){return new CKEDITOR.dom.document(this.$.ownerDocument||this.$.parentNode.ownerDocument)},getIndex:function(a){function d(a,c){var n=c?a.nextSibling:a.previousSibling;return n&&n.nodeType==CKEDITOR.NODE_TEXT?b(n)?d(n,
+c):n:null}function b(a){return!a.nodeValue||a.nodeValue==CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE}var c=this.$,e=-1,g;if(!this.$.parentNode||a&&c.nodeType==CKEDITOR.NODE_TEXT&&b(c)&&!d(c)&&!d(c,!0))return-1;do a&&c!=this.$&&c.nodeType==CKEDITOR.NODE_TEXT&&(g||b(c))||(e++,g=c.nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return e},getNextSourceNode:function(a,d,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getFirst&&this.getFirst();var e;if(!a){if(this.type==
+CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getNext()}for(;!a&&(e=(e||this).getParent());){if(b&&!1===b(e,!0))return null;a=e.getNext()}return!a||b&&!1===b(a)?null:d&&d!=a.type?a.getNextSourceNode(!1,d,b):a},getPreviousSourceNode:function(a,d,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getLast&&this.getLast();var e;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getPrevious()}for(;!a&&(e=(e||this).getParent());){if(b&&!1===
+b(e,!0))return null;a=e.getPrevious()}return!a||b&&!1===b(a)?null:d&&a.type!=d?a.getPreviousSourceNode(!1,d,b):a},getPrevious:function(a){var d=this.$,b;do b=(d=d.previousSibling)&&10!=d.nodeType&&new CKEDITOR.dom.node(d);while(b&&a&&!a(b));return b},getNext:function(a){var d=this.$,b;do b=(d=d.nextSibling)&&new CKEDITOR.dom.node(d);while(b&&a&&!a(b));return b},getParent:function(a){var d=this.$.parentNode;return d&&(d.nodeType==CKEDITOR.NODE_ELEMENT||a&&d.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT)?
+new CKEDITOR.dom.node(d):null},getParents:function(a){var d=this,b=[];do b[a?"push":"unshift"](d);while(d=d.getParent());return b},getCommonAncestor:function(a){if(a.equals(this))return this;if(a.contains&&a.contains(this))return a;var d=this.contains?this:this.getParent();do if(d.contains(a))return d;while(d=d.getParent());return null},getPosition:function(a){var d=this.$,b=a.$;if(d.compareDocumentPosition)return d.compareDocumentPosition(b);if(d==b)return CKEDITOR.POSITION_IDENTICAL;if(this.type==
+CKEDITOR.NODE_ELEMENT&&a.type==CKEDITOR.NODE_ELEMENT){if(d.contains){if(d.contains(b))return CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_PRECEDING;if(b.contains(d))return CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING}if("sourceIndex"in d)return 0>d.sourceIndex||0>b.sourceIndex?CKEDITOR.POSITION_DISCONNECTED:d.sourceIndex<b.sourceIndex?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING}d=this.getAddress();a=a.getAddress();for(var b=Math.min(d.length,a.length),c=0;c<b;c++)if(d[c]!=
+a[c])return d[c]<a[c]?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING;return d.length<a.length?CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING},getAscendant:function(a,d){var b=this.$,c,e;d||(b=b.parentNode);"function"==typeof a?(e=!0,c=a):(e=!1,c=function(b){b="string"==typeof b.nodeName?b.nodeName.toLowerCase():"";return"string"==typeof a?b==a:b in a});for(;b;){if(c(e?new CKEDITOR.dom.node(b):b))return new CKEDITOR.dom.node(b);
+try{b=b.parentNode}catch(g){b=null}}return null},hasAscendant:function(a,d){var b=this.$;d||(b=b.parentNode);for(;b;){if(b.nodeName&&b.nodeName.toLowerCase()==a)return!0;b=b.parentNode}return!1},move:function(a,d){a.append(this.remove(),d)},remove:function(a){var d=this.$,b=d.parentNode;if(b){if(a)for(;a=d.firstChild;)b.insertBefore(d.removeChild(a),d);b.removeChild(d)}return this},replace:function(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:function(){for(var a;this.getFirst&&
+(a=this.getFirst());){if(a.type==CKEDITOR.NODE_TEXT){var d=CKEDITOR.tools.ltrim(a.getText()),b=a.getLength();if(d)d.length<b&&(a.split(b-d.length),this.$.removeChild(this.$.firstChild));else{a.remove();continue}}break}},rtrim:function(){for(var a;this.getLast&&(a=this.getLast());){if(a.type==CKEDITOR.NODE_TEXT){var d=CKEDITOR.tools.rtrim(a.getText()),b=a.getLength();if(d)d.length<b&&(a.split(d.length),this.$.lastChild.parentNode.removeChild(this.$.lastChild));else{a.remove();continue}}break}CKEDITOR.env.needsBrFiller&&
+(a=this.$.lastChild)&&1==a.type&&"br"==a.nodeName.toLowerCase()&&a.parentNode.removeChild(a)},isReadOnly:function(a){var d=this;this.type!=CKEDITOR.NODE_ELEMENT&&(d=this.getParent());CKEDITOR.env.edge&&d&&d.is("textarea","input")&&(a=!0);if(!a&&d&&"undefined"!=typeof d.$.isContentEditable)return!(d.$.isContentEditable||d.data("cke-editable"));for(;d;){if(d.data("cke-editable"))return!1;if(d.hasAttribute("contenteditable"))return"false"==d.getAttribute("contenteditable");d=d.getParent()}return!0}});
+CKEDITOR.dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.window.prototype=new CKEDITOR.dom.domObject;
CKEDITOR.tools.extend(CKEDITOR.dom.window.prototype,{focus:function(){this.$.focus()},getViewPaneSize:function(){var a=this.$.document,d="CSS1Compat"==a.compatMode;return{width:(d?a.documentElement.clientWidth:a.body.clientWidth)||0,height:(d?a.documentElement.clientHeight:a.body.clientHeight)||0}},getScrollPosition:function(){var a=this.$;if("pageXOffset"in a)return{x:a.pageXOffset||0,y:a.pageYOffset||0};a=a.document;return{x:a.documentElement.scrollLeft||a.body.scrollLeft||0,y:a.documentElement.scrollTop||
a.body.scrollTop||0}},getFrame:function(){var a=this.$.frameElement;return a?new CKEDITOR.dom.element.get(a):null}});CKEDITOR.dom.document=function(a){CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.document.prototype=new CKEDITOR.dom.domObject;
CKEDITOR.tools.extend(CKEDITOR.dom.document.prototype,{type:CKEDITOR.NODE_DOCUMENT,appendStyleSheet:function(a){if(this.$.createStyleSheet)this.$.createStyleSheet(a);else{var d=new CKEDITOR.dom.element("link");d.setAttributes({rel:"stylesheet",type:"text/css",href:a});this.getHead().append(d)}},appendStyleText:function(a){if(this.$.createStyleSheet){var d=this.$.createStyleSheet("");d.cssText=a}else{var b=new CKEDITOR.dom.element("style",this);b.append(new CKEDITOR.dom.text(a,this));this.getHead().append(b)}return d||
b.$.sheet},createElement:function(a,d){var b=new CKEDITOR.dom.element(a,this);d&&(d.attributes&&b.setAttributes(d.attributes),d.styles&&b.setStyles(d.styles));return b},createText:function(a){return new CKEDITOR.dom.text(a,this)},focus:function(){this.getWindow().focus()},getActive:function(){var a;try{a=this.$.activeElement}catch(d){return null}return new CKEDITOR.dom.element(a)},getById:function(a){return(a=this.$.getElementById(a))?new CKEDITOR.dom.element(a):null},getByAddress:function(a,d){for(var b=
-this.$.documentElement,c=0;b&&c<a.length;c++){var e=a[c];if(d)for(var g=-1,h=0;h<b.childNodes.length;h++){var l=b.childNodes[h];if(!0!==d||3!=l.nodeType||!l.previousSibling||3!=l.previousSibling.nodeType)if(g++,g==e){b=l;break}}else b=b.childNodes[e]}return b?new CKEDITOR.dom.node(b):null},getElementsByTag:function(a,d){CKEDITOR.env.ie&&8>=document.documentMode||!d||(a=d+":"+a);return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a))},getHead:function(){var a=this.$.getElementsByTagName("head")[0];
+this.$.documentElement,c=0;b&&c<a.length;c++){var e=a[c];if(d)for(var g=-1,l=0;l<b.childNodes.length;l++){var k=b.childNodes[l];if(!0!==d||3!=k.nodeType||!k.previousSibling||3!=k.previousSibling.nodeType)if(g++,g==e){b=k;break}}else b=b.childNodes[e]}return b?new CKEDITOR.dom.node(b):null},getElementsByTag:function(a,d){CKEDITOR.env.ie&&8>=document.documentMode||!d||(a=d+":"+a);return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a))},getHead:function(){var a=this.$.getElementsByTagName("head")[0];
return a=a?new CKEDITOR.dom.element(a):this.getDocumentElement().append(new CKEDITOR.dom.element("head"),!0)},getBody:function(){return new CKEDITOR.dom.element(this.$.body)},getDocumentElement:function(){return new CKEDITOR.dom.element(this.$.documentElement)},getWindow:function(){return new CKEDITOR.dom.window(this.$.parentWindow||this.$.defaultView)},write:function(a){this.$.open("text/html","replace");CKEDITOR.env.ie&&(a=a.replace(/(?:^\s*<!DOCTYPE[^>]*?>)|^/i,'$\x26\n\x3cscript data-cke-temp\x3d"1"\x3e('+
CKEDITOR.tools.fixDomain+")();\x3c/script\x3e"));this.$.write(a);this.$.close()},find:function(a){return new CKEDITOR.dom.nodeList(this.$.querySelectorAll(a))},findOne:function(a){return(a=this.$.querySelector(a))?new CKEDITOR.dom.element(a):null},_getHtml5ShivFrag:function(){var a=this.getCustomData("html5ShivFrag");a||(a=this.$.createDocumentFragment(),CKEDITOR.tools.enableHtml5Elements(a,!0),this.setCustomData("html5ShivFrag",a));return a}});CKEDITOR.dom.nodeList=function(a){this.$=a};
CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){return 0>a||a>=this.$.length?null:(a=this.$[a])?new CKEDITOR.dom.node(a):null}};CKEDITOR.dom.element=function(a,d){"string"==typeof a&&(a=(d?d.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.element.get=function(a){return(a="string"==typeof a?document.getElementById(a)||document.getElementsByName(a)[0]:a)&&(a.$?a:new CKEDITOR.dom.element(a))};CKEDITOR.dom.element.prototype=new CKEDITOR.dom.node;
CKEDITOR.dom.element.createFromHtml=function(a,d){var b=new CKEDITOR.dom.element("div",d);b.setHtml(a);return b.getFirst().remove()};CKEDITOR.dom.element.setMarker=function(a,d,b,c){var e=d.getCustomData("list_marker_id")||d.setCustomData("list_marker_id",CKEDITOR.tools.getNextNumber()).getCustomData("list_marker_id"),g=d.getCustomData("list_marker_names")||d.setCustomData("list_marker_names",{}).getCustomData("list_marker_names");a[e]=d;g[b]=1;return d.setCustomData(b,c)};
CKEDITOR.dom.element.clearAllMarkers=function(a){for(var d in a)CKEDITOR.dom.element.clearMarkers(a,a[d],1)};CKEDITOR.dom.element.clearMarkers=function(a,d,b){var c=d.getCustomData("list_marker_names"),e=d.getCustomData("list_marker_id"),g;for(g in c)d.removeCustomData(g);d.removeCustomData("list_marker_names");b&&(d.removeCustomData("list_marker_id"),delete a[e])};
-(function(){function a(a,b){return-1<(" "+a+" ").replace(g," ").indexOf(" "+b+" ")}function d(a){var b=!0;a.$.id||(a.$.id="cke_tmp_"+CKEDITOR.tools.getNextNumber(),b=!1);return function(){b||a.removeAttribute("id")}}function b(a,b){return"#"+a.$.id+" "+b.split(/,\s*/).join(", #"+a.$.id+" ")}function c(a){for(var b=0,c=0,f=h[a].length;c<f;c++)b+=parseInt(this.getComputedStyle(h[a][c])||0,10)||0;return b}var e=document.createElement("_").classList,e="undefined"!==typeof e&&null!==String(e.add).match(/\[Native code\]/gi),
+(function(){function a(a,b){return-1<(" "+a+" ").replace(g," ").indexOf(" "+b+" ")}function d(a){var b=!0;a.$.id||(a.$.id="cke_tmp_"+CKEDITOR.tools.getNextNumber(),b=!1);return function(){b||a.removeAttribute("id")}}function b(a,b){return"#"+a.$.id+" "+b.split(/,\s*/).join(", #"+a.$.id+" ")}function c(a){for(var b=0,c=0,f=l[a].length;c<f;c++)b+=parseInt(this.getComputedStyle(l[a][c])||0,10)||0;return b}var e=document.createElement("_").classList,e="undefined"!==typeof e&&null!==String(e.add).match(/\[Native code\]/gi),
g=/[\n\t\r]/g;CKEDITOR.tools.extend(CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_ELEMENT,addClass:e?function(a){this.$.classList.add(a);return this}:function(b){var c=this.$.className;c&&(a(c,b)||(c+=" "+b));this.$.className=c||b;return this},removeClass:e?function(a){var b=this.$;b.classList.remove(a);b.className||b.removeAttribute("class");return this}:function(b){var c=this.getAttribute("class");c&&a(c,b)&&((c=c.replace(new RegExp("(?:^|\\s+)"+b+"(?\x3d\\s|$)"),"").replace(/^\s+/,""))?this.setAttribute("class",
c):this.removeAttribute("class"));return this},hasClass:function(b){return a(this.$.className,b)},append:function(a,b){"string"==typeof a&&(a=this.getDocument().createElement(a));b?this.$.insertBefore(a.$,this.$.firstChild):this.$.appendChild(a.$);return a},appendHtml:function(a){if(this.$.childNodes.length){var b=new CKEDITOR.dom.element("div",this.getDocument());b.setHtml(a);b.moveChildren(this)}else this.setHtml(a)},appendText:function(a){null!=this.$.text&&CKEDITOR.env.ie&&9>CKEDITOR.env.version?
this.$.text+=a:this.append(new CKEDITOR.dom.text(a))},appendBogus:function(a){if(a||CKEDITOR.env.needsBrFiller){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.getPrevious();a&&a.is&&a.is("br")||(a=this.getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("type","_moz"),this.append(a))}},breakParent:function(a,b){var c=new CKEDITOR.dom.range(this.getDocument());c.setStartAfter(this);c.setEndAfter(a);var f=c.extractContents(!1,b||!1);c.insertNode(this.remove());
b=0,c=a.count();b<c;b++){var f=a.getItem(b);if(f.type!=CKEDITOR.NODE_ELEMENT||!f.data("cke-bookmark"))if(f.type==CKEDITOR.NODE_ELEMENT&&!f.isEmptyInlineRemoveable()||f.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(f.getText()))return!1}return!0},hasAttributes:CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(){for(var a=this.$.attributes,b=0;b<a.length;b++){var c=a[b];switch(c.nodeName){case "class":if(this.getAttribute("class"))return!0;case "data-cke-expando":continue;default:if(c.specified)return!0}}return!1}:
function(){var a=this.$.attributes,b=a.length,c={"data-cke-expando":1,_moz_dirty:1};return 0<b&&(2<b||!c[a[0].nodeName]||2==b&&!c[a[1].nodeName])},hasAttribute:function(){function a(b){var c=this.$.attributes.getNamedItem(b);if("input"==this.getName())switch(b){case "class":return 0<this.$.className.length;case "checked":return!!this.$.checked;case "value":return b=this.getAttribute("type"),"checkbox"==b||"radio"==b?"on"!=this.$.value:!!this.$.value}return c?c.specified:!1}return CKEDITOR.env.ie?
8>CKEDITOR.env.version?function(b){return"name"==b?!!this.$.name:a.call(this,b)}:a:function(a){return!!this.$.attributes.getNamedItem(a)}}(),hide:function(){this.setStyle("display","none")},moveChildren:function(a,b){var c=this.$;a=a.$;if(c!=a){var f;if(b)for(;f=c.lastChild;)a.insertBefore(c.removeChild(f),a.firstChild);else for(;f=c.firstChild;)a.appendChild(c.removeChild(f))}},mergeSiblings:function(){function a(b,c,f){if(c&&c.type==CKEDITOR.NODE_ELEMENT){for(var d=[];c.data("cke-bookmark")||c.isEmptyInlineRemoveable();)if(d.push(c),
-c=f?c.getNext():c.getPrevious(),!c||c.type!=CKEDITOR.NODE_ELEMENT)return;if(b.isIdentical(c)){for(var l=f?b.getLast():b.getFirst();d.length;)d.shift().move(b,!f);c.moveChildren(b,!f);c.remove();l&&l.type==CKEDITOR.NODE_ELEMENT&&l.mergeSiblings()}}}return function(b){if(!1===b||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a"))a(this,this.getNext(),!0),a(this,this.getPrevious())}}(),show:function(){this.setStyles({display:"",visibility:""})},setAttribute:function(){var a=function(a,b){this.$.setAttribute(a,
+c=f?c.getNext():c.getPrevious(),!c||c.type!=CKEDITOR.NODE_ELEMENT)return;if(b.isIdentical(c)){for(var k=f?b.getLast():b.getFirst();d.length;)d.shift().move(b,!f);c.moveChildren(b,!f);c.remove();k&&k.type==CKEDITOR.NODE_ELEMENT&&k.mergeSiblings()}}}return function(b){if(!1===b||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a"))a(this,this.getNext(),!0),a(this,this.getPrevious())}}(),show:function(){this.setStyles({display:"",visibility:""})},setAttribute:function(){var a=function(a,b){this.$.setAttribute(a,
b);return this};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(b,c){"class"==b?this.$.className=c:"style"==b?this.$.style.cssText=c:"tabindex"==b?this.$.tabIndex=c:"checked"==b?this.$.checked=c:"contenteditable"==b?a.call(this,"contentEditable",c):a.apply(this,arguments);return this}:CKEDITOR.env.ie8Compat&&CKEDITOR.env.secure?function(b,c){if("src"==b&&c.match(/^http:\/\//))try{a.apply(this,arguments)}catch(f){}else a.apply(this,arguments);return this}:a}(),setAttributes:function(a){for(var b in a)this.setAttribute(b,
a[b]);return this},setValue:function(a){this.$.value=a;return this},removeAttribute:function(){var a=function(a){this.$.removeAttribute(a)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(a){"class"==a?a="className":"tabindex"==a?a="tabIndex":"contenteditable"==a&&(a="contentEditable");this.$.removeAttribute(a)}:a}(),removeAttributes:function(a){if(CKEDITOR.tools.isArray(a))for(var b=0;b<a.length;b++)this.removeAttribute(a[b]);else for(b in a)a.hasOwnProperty(b)&&this.removeAttribute(b)},
-removeStyle:function(a){var b=this.$.style;if(b.removeProperty||"border"!=a&&"margin"!=a&&"padding"!=a)b.removeProperty?b.removeProperty(a):b.removeAttribute(CKEDITOR.tools.cssStyleToDomStyle(a)),this.$.style.cssText||this.removeAttribute("style");else{var c=["top","left","right","bottom"],f;"border"==a&&(f=["color","style","width"]);for(var b=[],d=0;d<c.length;d++)if(f)for(var A=0;A<f.length;A++)b.push([a,c[d],f[A]].join("-"));else b.push([a,c[d]].join("-"));for(a=0;a<b.length;a++)this.removeStyle(b[a])}},
+removeStyle:function(a){var b=this.$.style;if(b.removeProperty||"border"!=a&&"margin"!=a&&"padding"!=a)b.removeProperty?b.removeProperty(a):b.removeAttribute(CKEDITOR.tools.cssStyleToDomStyle(a)),this.$.style.cssText||this.removeAttribute("style");else{var c=["top","left","right","bottom"],f;"border"==a&&(f=["color","style","width"]);for(var b=[],d=0;d<c.length;d++)if(f)for(var e=0;e<f.length;e++)b.push([a,c[d],f[e]].join("-"));else b.push([a,c[d]].join("-"));for(a=0;a<b.length;a++)this.removeStyle(b[a])}},
setStyle:function(a,b){this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]=b;return this},setStyles:function(a){for(var b in a)this.setStyle(b,a[b]);return this},setOpacity:function(a){CKEDITOR.env.ie&&9>CKEDITOR.env.version?(a=Math.round(100*a),this.setStyle("filter",100<=a?"":"progid:DXImageTransform.Microsoft.Alpha(opacity\x3d"+a+")")):this.setStyle("opacity",a)},unselectable:function(){this.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select","none"));if(CKEDITOR.env.ie){this.setAttribute("unselectable",
-"on");for(var a,b=this.getElementsByTag("*"),c=0,f=b.count();c<f;c++)a=b.getItem(c),a.setAttribute("unselectable","on")}},getPositionedAncestor:function(){for(var a=this;"html"!=a.getName();){if("static"!=a.getComputedStyle("position"))return a;a=a.getParent()}return null},getDocumentPosition:function(a){var b=0,c=0,f=this.getDocument(),d=f.getBody(),A="BackCompat"==f.$.compatMode;if(document.documentElement.getBoundingClientRect){var e=this.$.getBoundingClientRect(),g=f.$.documentElement,m=g.clientTop||
-d.$.clientTop||0,y=g.clientLeft||d.$.clientLeft||0,h=!0;CKEDITOR.env.ie&&(h=f.getDocumentElement().contains(this),f=f.getBody().contains(this),h=A&&f||!A&&h);h&&(CKEDITOR.env.webkit||CKEDITOR.env.ie&&12<=CKEDITOR.env.version?(b=d.$.scrollLeft||g.scrollLeft,c=d.$.scrollTop||g.scrollTop):(c=A?d.$:g,b=c.scrollLeft,c=c.scrollTop),b=e.left+b-y,c=e.top+c-m)}else for(m=this,y=null;m&&"body"!=m.getName()&&"html"!=m.getName();){b+=m.$.offsetLeft-m.$.scrollLeft;c+=m.$.offsetTop-m.$.scrollTop;m.equals(this)||
-(b+=m.$.clientLeft||0,c+=m.$.clientTop||0);for(;y&&!y.equals(m);)b-=y.$.scrollLeft,c-=y.$.scrollTop,y=y.getParent();y=m;m=(e=m.$.offsetParent)?new CKEDITOR.dom.element(e):null}a&&(e=this.getWindow(),m=a.getWindow(),!e.equals(m)&&e.$.frameElement&&(a=(new CKEDITOR.dom.element(e.$.frameElement)).getDocumentPosition(a),b+=a.x,c+=a.y));document.documentElement.getBoundingClientRect||!CKEDITOR.env.gecko||A||(b+=this.$.clientLeft?1:0,c+=this.$.clientTop?1:0);return{x:b,y:c}},scrollIntoView:function(a){var b=
-this.getParent();if(b){do if((b.$.clientWidth&&b.$.clientWidth<b.$.scrollWidth||b.$.clientHeight&&b.$.clientHeight<b.$.scrollHeight)&&!b.is("body")&&this.scrollIntoParent(b,a,1),b.is("html")){var c=b.getWindow();try{var f=c.$.frameElement;f&&(b=new CKEDITOR.dom.element(f))}catch(d){}}while(b=b.getParent())}},scrollIntoParent:function(a,b,c){var f,d,e,u;function g(b,c){/body|html/.test(a.getName())?a.getWindow().$.scrollBy(b,c):(a.$.scrollLeft+=b,a.$.scrollTop+=c)}function m(a,b){var c={x:0,y:0};if(!a.is(h?
-"body":"html")){var f=a.$.getBoundingClientRect();c.x=f.left;c.y=f.top}f=a.getWindow();f.equals(b)||(f=m(CKEDITOR.dom.element.get(f.$.frameElement),b),c.x+=f.x,c.y+=f.y);return c}function y(a,b){return parseInt(a.getComputedStyle("margin-"+b)||0,10)||0}!a&&(a=this.getWindow());e=a.getDocument();var h="BackCompat"==e.$.compatMode;a instanceof CKEDITOR.dom.window&&(a=h?e.getBody():e.getDocumentElement());e=a.getWindow();d=m(this,e);var v=m(a,e),x=this.$.offsetHeight;f=this.$.offsetWidth;var k=a.$.clientHeight,
-p=a.$.clientWidth;e=d.x-y(this,"left")-v.x||0;u=d.y-y(this,"top")-v.y||0;f=d.x+f+y(this,"right")-(v.x+p)||0;d=d.y+x+y(this,"bottom")-(v.y+k)||0;(0>u||0<d)&&g(0,!0===b?u:!1===b?d:0>u?u:d);c&&(0>e||0<f)&&g(0>e?e:f,0)},setState:function(a,b,c){b=b||"cke";switch(a){case CKEDITOR.TRISTATE_ON:this.addClass(b+"_on");this.removeClass(b+"_off");this.removeClass(b+"_disabled");c&&this.setAttribute("aria-pressed",!0);c&&this.removeAttribute("aria-disabled");break;case CKEDITOR.TRISTATE_DISABLED:this.addClass(b+
+"on");for(var a,b=this.getElementsByTag("*"),c=0,f=b.count();c<f;c++)a=b.getItem(c),a.setAttribute("unselectable","on")}},getPositionedAncestor:function(){for(var a=this;"html"!=a.getName();){if("static"!=a.getComputedStyle("position"))return a;a=a.getParent()}return null},getDocumentPosition:function(a){var b=0,c=0,f=this.getDocument(),d=f.getBody(),e="BackCompat"==f.$.compatMode;if(document.documentElement.getBoundingClientRect){var u=this.$.getBoundingClientRect(),g=f.$.documentElement,q=g.clientTop||
+d.$.clientTop||0,y=g.clientLeft||d.$.clientLeft||0,l=!0;CKEDITOR.env.ie&&(l=f.getDocumentElement().contains(this),f=f.getBody().contains(this),l=e&&f||!e&&l);l&&(CKEDITOR.env.webkit||CKEDITOR.env.ie&&12<=CKEDITOR.env.version?(b=d.$.scrollLeft||g.scrollLeft,c=d.$.scrollTop||g.scrollTop):(c=e?d.$:g,b=c.scrollLeft,c=c.scrollTop),b=u.left+b-y,c=u.top+c-q)}else for(q=this,y=null;q&&"body"!=q.getName()&&"html"!=q.getName();){b+=q.$.offsetLeft-q.$.scrollLeft;c+=q.$.offsetTop-q.$.scrollTop;q.equals(this)||
+(b+=q.$.clientLeft||0,c+=q.$.clientTop||0);for(;y&&!y.equals(q);)b-=y.$.scrollLeft,c-=y.$.scrollTop,y=y.getParent();y=q;q=(u=q.$.offsetParent)?new CKEDITOR.dom.element(u):null}a&&(u=this.getWindow(),q=a.getWindow(),!u.equals(q)&&u.$.frameElement&&(a=(new CKEDITOR.dom.element(u.$.frameElement)).getDocumentPosition(a),b+=a.x,c+=a.y));document.documentElement.getBoundingClientRect||!CKEDITOR.env.gecko||e||(b+=this.$.clientLeft?1:0,c+=this.$.clientTop?1:0);return{x:b,y:c}},scrollIntoView:function(a){var b=
+this.getParent();if(b){do if((b.$.clientWidth&&b.$.clientWidth<b.$.scrollWidth||b.$.clientHeight&&b.$.clientHeight<b.$.scrollHeight)&&!b.is("body")&&this.scrollIntoParent(b,a,1),b.is("html")){var c=b.getWindow();try{var f=c.$.frameElement;f&&(b=new CKEDITOR.dom.element(f))}catch(d){}}while(b=b.getParent())}},scrollIntoParent:function(a,b,c){var f,d,e,u;function g(b,c){/body|html/.test(a.getName())?a.getWindow().$.scrollBy(b,c):(a.$.scrollLeft+=b,a.$.scrollTop+=c)}function q(a,b){var c={x:0,y:0};if(!a.is(l?
+"body":"html")){var f=a.$.getBoundingClientRect();c.x=f.left;c.y=f.top}f=a.getWindow();f.equals(b)||(f=q(CKEDITOR.dom.element.get(f.$.frameElement),b),c.x+=f.x,c.y+=f.y);return c}function y(a,b){return parseInt(a.getComputedStyle("margin-"+b)||0,10)||0}!a&&(a=this.getWindow());e=a.getDocument();var l="BackCompat"==e.$.compatMode;a instanceof CKEDITOR.dom.window&&(a=l?e.getBody():e.getDocumentElement());e=a.getWindow();d=q(this,e);var t=q(a,e),z=this.$.offsetHeight;f=this.$.offsetWidth;var h=a.$.clientHeight,
+p=a.$.clientWidth;e=d.x-y(this,"left")-t.x||0;u=d.y-y(this,"top")-t.y||0;f=d.x+f+y(this,"right")-(t.x+p)||0;d=d.y+z+y(this,"bottom")-(t.y+h)||0;(0>u||0<d)&&g(0,!0===b?u:!1===b?d:0>u?u:d);c&&(0>e||0<f)&&g(0>e?e:f,0)},setState:function(a,b,c){b=b||"cke";switch(a){case CKEDITOR.TRISTATE_ON:this.addClass(b+"_on");this.removeClass(b+"_off");this.removeClass(b+"_disabled");c&&this.setAttribute("aria-pressed",!0);c&&this.removeAttribute("aria-disabled");break;case CKEDITOR.TRISTATE_DISABLED:this.addClass(b+
"_disabled");this.removeClass(b+"_off");this.removeClass(b+"_on");c&&this.setAttribute("aria-disabled",!0);c&&this.removeAttribute("aria-pressed");break;default:this.addClass(b+"_off"),this.removeClass(b+"_on"),this.removeClass(b+"_disabled"),c&&this.removeAttribute("aria-pressed"),c&&this.removeAttribute("aria-disabled")}},getFrameDocument:function(){var a=this.$;try{a.contentWindow.document}catch(b){a.src=a.src}return a&&new CKEDITOR.dom.document(a.contentWindow.document)},copyAttributes:function(a,
b){var c=this.$.attributes;b=b||{};for(var f=0;f<c.length;f++){var d=c[f],e=d.nodeName.toLowerCase(),u;if(!(e in b))if("checked"==e&&(u=this.getAttribute(e)))a.setAttribute(e,u);else if(!CKEDITOR.env.ie||this.hasAttribute(e))u=this.getAttribute(e),null===u&&(u=d.nodeValue),a.setAttribute(e,u)}""!==this.$.style.cssText&&(a.$.style.cssText=this.$.style.cssText)},renameNode:function(a){if(this.getName()!=a){var b=this.getDocument();a=new CKEDITOR.dom.element(a,b);this.copyAttributes(a);this.moveChildren(a);
this.getParent(!0)&&this.$.parentNode.replaceChild(a.$,this.$);a.$["data-cke-expando"]=this.$["data-cke-expando"];this.$=a.$;delete this.getName}},getChild:function(){function a(b,c){var f=b.childNodes;if(0<=c&&c<f.length)return f[c]}return function(b){var c=this.$;if(b.slice)for(b=b.slice();0<b.length&&c;)c=a(c,b.shift());else c=a(c,b);return c?new CKEDITOR.dom.node(c):null}}(),getChildCount:function(){return this.$.childNodes.length},disableContextMenu:function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT&&
b.hasClass("cke_enable_context_menu")}this.on("contextmenu",function(b){b.data.getTarget().getAscendant(a,!0)||b.data.preventDefault()})},getDirection:function(a){return a?this.getComputedStyle("direction")||this.getDirection()||this.getParent()&&this.getParent().getDirection(1)||this.getDocument().$.dir||"ltr":this.getStyle("direction")||this.getAttribute("dir")},data:function(a,b){a="data-"+a;if(void 0===b)return this.getAttribute(a);!1===b?this.removeAttribute(a):this.setAttribute(a,b);return null},
getEditor:function(){var a=CKEDITOR.instances,b,c;for(b in a)if(c=a[b],c.element.equals(this)&&c.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO)return c;return null},find:function(a){var c=d(this);a=new CKEDITOR.dom.nodeList(this.$.querySelectorAll(b(this,a)));c();return a},findOne:function(a){var c=d(this);a=this.$.querySelector(b(this,a));c();return a?new CKEDITOR.dom.element(a):null},forEach:function(a,b,c){if(!(c||b&&this.type!=b))var f=a(this);if(!1!==f){c=this.getChildren();for(var d=0;d<c.count();d++)f=
-c.getItem(d),f.type==CKEDITOR.NODE_ELEMENT?f.forEach(a,b):b&&f.type!=b||a(f)}}});var h={width:["border-left-width","border-right-width","padding-left","padding-right"],height:["border-top-width","border-bottom-width","padding-top","padding-bottom"]};CKEDITOR.dom.element.prototype.setSize=function(a,b,d){"number"==typeof b&&(!d||CKEDITOR.env.ie&&CKEDITOR.env.quirks||(b-=c.call(this,a)),this.setStyle(a,b+"px"))};CKEDITOR.dom.element.prototype.getSize=function(a,b){var d=Math.max(this.$["offset"+CKEDITOR.tools.capitalize(a)],
+c.getItem(d),f.type==CKEDITOR.NODE_ELEMENT?f.forEach(a,b):b&&f.type!=b||a(f)}}});var l={width:["border-left-width","border-right-width","padding-left","padding-right"],height:["border-top-width","border-bottom-width","padding-top","padding-bottom"]};CKEDITOR.dom.element.prototype.setSize=function(a,b,d){"number"==typeof b&&(!d||CKEDITOR.env.ie&&CKEDITOR.env.quirks||(b-=c.call(this,a)),this.setStyle(a,b+"px"))};CKEDITOR.dom.element.prototype.getSize=function(a,b){var d=Math.max(this.$["offset"+CKEDITOR.tools.capitalize(a)],
this.$["client"+CKEDITOR.tools.capitalize(a)])||0;b&&(d-=c.call(this,a));return d}})();CKEDITOR.dom.documentFragment=function(a){a=a||CKEDITOR.document;this.$=a.type==CKEDITOR.NODE_DOCUMENT?a.$.createDocumentFragment():a};
CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype,CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,insertAfterNode:function(a){a=a.$;a.parentNode.insertBefore(this.$,a.nextSibling)},getHtml:function(){var a=new CKEDITOR.dom.element("div");this.clone(1,1).appendTo(a);return a.getHtml().replace(/\s*data-cke-expando=".*?"/g,"")}},!0,{append:1,appendBogus:1,clone:1,getFirst:1,getHtml:1,getLast:1,getParent:1,getNext:1,getPrevious:1,appendTo:1,moveChildren:1,insertBefore:1,
insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,getChildren:1});
-(function(){function a(a,b){var c=this.range;if(this._.end)return null;if(!this._.start){this._.start=1;if(c.collapsed)return this.end(),null;c.optimize()}var f,d=c.startContainer;f=c.endContainer;var e=c.startOffset,z=c.endOffset,x,k=this.guard,p=this.type,n=a?"getPreviousSourceNode":"getNextSourceNode";if(!a&&!this._.guardLTR){var D=f.type==CKEDITOR.NODE_ELEMENT?f:f.getParent(),r=f.type==CKEDITOR.NODE_ELEMENT?f.getChild(z):f.getNext();this._.guardLTR=function(a,b){return(!b||!D.equals(a))&&(!r||
-!a.equals(r))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}if(a&&!this._.guardRTL){var F=d.type==CKEDITOR.NODE_ELEMENT?d:d.getParent(),g=d.type==CKEDITOR.NODE_ELEMENT?e?d.getChild(e-1):null:d.getPrevious();this._.guardRTL=function(a,b){return(!b||!F.equals(a))&&(!g||!a.equals(g))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}var h=a?this._.guardRTL:this._.guardLTR;x=k?function(a,b){return!1===h(a,b)?!1:k(a,b)}:h;this.current?f=this.current[n](!1,p,x):(a?f.type==CKEDITOR.NODE_ELEMENT&&
-(f=0<z?f.getChild(z-1):!1===x(f,!0)?null:f.getPreviousSourceNode(!0,p,x)):(f=d,f.type==CKEDITOR.NODE_ELEMENT&&((f=f.getChild(e))||(f=!1===x(d,!0)?null:d.getNextSourceNode(!0,p,x)))),f&&!1===x(f)&&(f=null));for(;f&&!this._.end;){this.current=f;if(!this.evaluator||!1!==this.evaluator(f)){if(!b)return f}else if(b&&this.evaluator)return!1;f=f[n](!1,p,x)}this.end();return this.current=null}function d(b){for(var c,f=null;c=a.call(this,b);)f=c;return f}CKEDITOR.dom.walker=CKEDITOR.tools.createClass({$:function(a){this.range=
+(function(){function a(a,b){var c=this.range;if(this._.end)return null;if(!this._.start){this._.start=1;if(c.collapsed)return this.end(),null;c.optimize()}var f,d=c.startContainer;f=c.endContainer;var e=c.startOffset,x=c.endOffset,z,h=this.guard,p=this.type,m=a?"getPreviousSourceNode":"getNextSourceNode";if(!a&&!this._.guardLTR){var C=f.type==CKEDITOR.NODE_ELEMENT?f:f.getParent(),r=f.type==CKEDITOR.NODE_ELEMENT?f.getChild(x):f.getNext();this._.guardLTR=function(a,b){return(!b||!C.equals(a))&&(!r||
+!a.equals(r))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}if(a&&!this._.guardRTL){var G=d.type==CKEDITOR.NODE_ELEMENT?d:d.getParent(),g=d.type==CKEDITOR.NODE_ELEMENT?e?d.getChild(e-1):null:d.getPrevious();this._.guardRTL=function(a,b){return(!b||!G.equals(a))&&(!g||!a.equals(g))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}var l=a?this._.guardRTL:this._.guardLTR;z=h?function(a,b){return!1===l(a,b)?!1:h(a,b)}:l;this.current?f=this.current[m](!1,p,z):(a?f.type==CKEDITOR.NODE_ELEMENT&&
+(f=0<x?f.getChild(x-1):!1===z(f,!0)?null:f.getPreviousSourceNode(!0,p,z)):(f=d,f.type==CKEDITOR.NODE_ELEMENT&&((f=f.getChild(e))||(f=!1===z(d,!0)?null:d.getNextSourceNode(!0,p,z)))),f&&!1===z(f)&&(f=null));for(;f&&!this._.end;){this.current=f;if(!this.evaluator||!1!==this.evaluator(f)){if(!b)return f}else if(b&&this.evaluator)return!1;f=f[m](!1,p,z)}this.end();return this.current=null}function d(b){for(var c,f=null;c=a.call(this,b);)f=c;return f}CKEDITOR.dom.walker=CKEDITOR.tools.createClass({$:function(a){this.range=
a;this._={}},proto:{end:function(){this._.end=1},next:function(){return a.call(this)},previous:function(){return a.call(this,1)},checkForward:function(){return!1!==a.call(this,0,1)},checkBackward:function(){return!1!==a.call(this,1,1)},lastForward:function(){return d.call(this)},lastBackward:function(){return d.call(this,1)},reset:function(){delete this.current;this._={}}}});var b={block:1,"list-item":1,table:1,"table-row-group":1,"table-header-group":1,"table-footer-group":1,"table-row":1,"table-column-group":1,
"table-column":1,"table-cell":1,"table-caption":1},c={absolute:1,fixed:1};CKEDITOR.dom.element.prototype.isBlockBoundary=function(a){return"none"!=this.getComputedStyle("float")||this.getComputedStyle("position")in c||!b[this.getComputedStyle("display")]?!!(this.is(CKEDITOR.dtd.$block)||a&&this.is(a)):!0};CKEDITOR.dom.walker.blockBoundary=function(a){return function(b){return!(b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary(a))}};CKEDITOR.dom.walker.listItemBoundary=function(){return this.blockBoundary({br:1})};
-CKEDITOR.dom.walker.bookmark=function(a,b){function c(a){return a&&a.getName&&"span"==a.getName()&&a.data("cke-bookmark")}return function(f){var d,e;d=f&&f.type!=CKEDITOR.NODE_ELEMENT&&(e=f.getParent())&&c(e);d=a?d:d||c(f);return!!(b^d)}};CKEDITOR.dom.walker.whitespaces=function(a){return function(b){var c;b&&b.type==CKEDITOR.NODE_TEXT&&(c=!CKEDITOR.tools.trim(b.getText())||CKEDITOR.env.webkit&&""==b.getText());return!!(a^c)}};CKEDITOR.dom.walker.invisible=function(a){var b=CKEDITOR.dom.walker.whitespaces(),
-c=CKEDITOR.env.webkit?1:0;return function(f){b(f)?f=1:(f.type==CKEDITOR.NODE_TEXT&&(f=f.getParent()),f=f.$.offsetWidth<=c);return!!(a^f)}};CKEDITOR.dom.walker.nodeType=function(a,b){return function(c){return!!(b^c.type==a)}};CKEDITOR.dom.walker.bogus=function(a){function b(a){return!g(a)&&!h(a)}return function(c){var f=CKEDITOR.env.needsBrFiller?c.is&&c.is("br"):c.getText&&e.test(c.getText());f&&(f=c.getParent(),c=c.getNext(b),f=f.isBlockBoundary()&&(!c||c.type==CKEDITOR.NODE_ELEMENT&&c.isBlockBoundary()));
-return!!(a^f)}};CKEDITOR.dom.walker.temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b=b&&b.hasAttribute("data-cke-temp");return!!(a^b)}};var e=/^[\t\r\n ]*(?: |\xa0)$/,g=CKEDITOR.dom.walker.whitespaces(),h=CKEDITOR.dom.walker.bookmark(),l=CKEDITOR.dom.walker.temp(),q=function(a){return h(a)||g(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.is(CKEDITOR.dtd.$inline)&&!a.is(CKEDITOR.dtd.$empty)};CKEDITOR.dom.walker.ignored=function(a){return function(b){b=g(b)||h(b)||
-l(b);return!!(a^b)}};var t=CKEDITOR.dom.walker.ignored();CKEDITOR.dom.walker.empty=function(a){return function(b){for(var c=0,f=b.getChildCount();c<f;++c)if(!t(b.getChild(c)))return!!a;return!a}};var f=CKEDITOR.dom.walker.empty(),z=CKEDITOR.dom.walker.validEmptyBlockContainers=CKEDITOR.tools.extend(function(a){var b={},c;for(c in a)CKEDITOR.dtd[c]["#"]&&(b[c]=1);return b}(CKEDITOR.dtd.$block),{caption:1,td:1,th:1});CKEDITOR.dom.walker.editable=function(a){return function(b){b=t(b)?!1:b.type==CKEDITOR.NODE_TEXT||
-b.type==CKEDITOR.NODE_ELEMENT&&(b.is(CKEDITOR.dtd.$inline)||b.is("hr")||"false"==b.getAttribute("contenteditable")||!CKEDITOR.env.needsBrFiller&&b.is(z)&&f(b))?!0:!1;return!!(a^b)}};CKEDITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(q(a));return a&&(CKEDITOR.env.needsBrFiller?a.is&&a.is("br"):a.getText&&e.test(a.getText()))?a:!1}})();
+CKEDITOR.dom.walker.bookmark=function(a,b){function c(a){return a&&a.getName&&"span"==a.getName()&&a.data("cke-bookmark")}return function(f){var d,e;d=f&&f.type!=CKEDITOR.NODE_ELEMENT&&(e=f.getParent())&&c(e);d=a?d:d||c(f);return!!(b^d)}};CKEDITOR.dom.walker.whitespaces=function(a){return function(b){var c;b&&b.type==CKEDITOR.NODE_TEXT&&(c=!CKEDITOR.tools.trim(b.getText())||CKEDITOR.env.webkit&&b.getText()==CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE);return!!(a^c)}};CKEDITOR.dom.walker.invisible=
+function(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.env.webkit?1:0;return function(f){b(f)?f=1:(f.type==CKEDITOR.NODE_TEXT&&(f=f.getParent()),f=f.$.offsetWidth<=c);return!!(a^f)}};CKEDITOR.dom.walker.nodeType=function(a,b){return function(c){return!!(b^c.type==a)}};CKEDITOR.dom.walker.bogus=function(a){function b(a){return!g(a)&&!l(a)}return function(c){var f=CKEDITOR.env.needsBrFiller?c.is&&c.is("br"):c.getText&&e.test(c.getText());f&&(f=c.getParent(),c=c.getNext(b),f=f.isBlockBoundary()&&
+(!c||c.type==CKEDITOR.NODE_ELEMENT&&c.isBlockBoundary()));return!!(a^f)}};CKEDITOR.dom.walker.temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b=b&&b.hasAttribute("data-cke-temp");return!!(a^b)}};var e=/^[\t\r\n ]*(?: |\xa0)$/,g=CKEDITOR.dom.walker.whitespaces(),l=CKEDITOR.dom.walker.bookmark(),k=CKEDITOR.dom.walker.temp(),n=function(a){return l(a)||g(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.is(CKEDITOR.dtd.$inline)&&!a.is(CKEDITOR.dtd.$empty)};CKEDITOR.dom.walker.ignored=
+function(a){return function(b){b=g(b)||l(b)||k(b);return!!(a^b)}};var w=CKEDITOR.dom.walker.ignored();CKEDITOR.dom.walker.empty=function(a){return function(b){for(var c=0,f=b.getChildCount();c<f;++c)if(!w(b.getChild(c)))return!!a;return!a}};var f=CKEDITOR.dom.walker.empty(),x=CKEDITOR.dom.walker.validEmptyBlockContainers=CKEDITOR.tools.extend(function(a){var b={},c;for(c in a)CKEDITOR.dtd[c]["#"]&&(b[c]=1);return b}(CKEDITOR.dtd.$block),{caption:1,td:1,th:1});CKEDITOR.dom.walker.editable=function(a){return function(b){b=
+w(b)?!1:b.type==CKEDITOR.NODE_TEXT||b.type==CKEDITOR.NODE_ELEMENT&&(b.is(CKEDITOR.dtd.$inline)||b.is("hr")||"false"==b.getAttribute("contenteditable")||!CKEDITOR.env.needsBrFiller&&b.is(x)&&f(b))?!0:!1;return!!(a^b)}};CKEDITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(n(a));return a&&(CKEDITOR.env.needsBrFiller?a.is&&a.is("br"):a.getText&&e.test(a.getText()))?a:!1}})();
CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContainer=null;this.collapsed=!0;var d=a instanceof CKEDITOR.dom.document;this.document=d?a:a.getDocument();this.root=d?a.getBody():a};
-(function(){function a(a){a.collapsed=a.startContainer&&a.endContainer&&a.startContainer.equals(a.endContainer)&&a.startOffset==a.endOffset}function d(a,b,c,d,e){function m(a,b,c,f){var d=c?a.getPrevious():a.getNext();if(f&&l)return d;k||f?b.append(a.clone(!0,e),c):(a.remove(),x&&b.append(a));return d}function g(){var a,b,c,f=Math.min(w.length,H.length);for(a=0;a<f;a++)if(b=w[a],c=H[a],!b.equals(c))return a;return a-1}function h(){var b=I-1,c=t&&q&&!p.equals(n);b<G-1||b<J-1||c?(c?a.moveToPosition(n,
-CKEDITOR.POSITION_BEFORE_START):J==b+1&&B?a.moveToPosition(H[b],CKEDITOR.POSITION_BEFORE_END):a.moveToPosition(H[b+1],CKEDITOR.POSITION_BEFORE_START),d&&(b=w[b+1])&&b.type==CKEDITOR.NODE_ELEMENT&&(c=CKEDITOR.dom.element.createFromHtml('\x3cspan data-cke-bookmark\x3d"1" style\x3d"display:none"\x3e\x26nbsp;\x3c/span\x3e',a.document),c.insertAfter(b),b.mergeSiblings(!1),a.moveToBookmark({startNode:c}))):a.collapse(!0)}a.optimizeBookmark();var l=0===b,x=1==b,k=2==b;b=k||x;var p=a.startContainer,n=a.endContainer,
-D=a.startOffset,r=a.endOffset,F,B,t,q,M,S;if(k&&n.type==CKEDITOR.NODE_TEXT&&p.equals(n))p=a.document.createText(p.substring(D,r)),c.append(p);else{n.type==CKEDITOR.NODE_TEXT?k?S=!0:n=n.split(r):0<n.getChildCount()?r>=n.getChildCount()?(n=n.getChild(r-1),B=!0):n=n.getChild(r):q=B=!0;p.type==CKEDITOR.NODE_TEXT?k?M=!0:p.split(D):0<p.getChildCount()?0===D?(p=p.getChild(D),F=!0):p=p.getChild(D-1):t=F=!0;for(var w=p.getParents(),H=n.getParents(),I=g(),G=w.length-1,J=H.length-1,O=c,K,aa,W,fa=-1,P=I;P<=G;P++){aa=
-w[P];W=aa.getNext();for(P!=G||aa.equals(H[P])&&G<J?b&&(K=O.append(aa.clone(0,e))):F?m(aa,O,!1,t):M&&O.append(a.document.createText(aa.substring(D)));W;){if(W.equals(H[P])){fa=P;break}W=m(W,O)}O=K}O=c;for(P=I;P<=J;P++)if(c=H[P],W=c.getPrevious(),c.equals(w[P]))b&&(O=O.getChild(0));else{P!=J||c.equals(w[P])&&J<G?b&&(K=O.append(c.clone(0,e))):B?m(c,O,!1,q):S&&O.append(a.document.createText(c.substring(0,r)));if(P>fa)for(;W;)W=m(W,O,!0);O=K}k||h()}}function b(){var a=!1,b=CKEDITOR.dom.walker.whitespaces(),
-c=CKEDITOR.dom.walker.bookmark(!0),d=CKEDITOR.dom.walker.bogus();return function(e){return c(e)||b(e)?!0:d(e)&&!a?a=!0:e.type==CKEDITOR.NODE_TEXT&&(e.hasAscendant("pre")||CKEDITOR.tools.trim(e.getText()).length)||e.type==CKEDITOR.NODE_ELEMENT&&!e.is(g)?!1:!0}}function c(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1);return function(d){return c(d)||b(d)?!0:!a&&h(d)||d.type==CKEDITOR.NODE_ELEMENT&&d.is(CKEDITOR.dtd.$removeEmpty)}}function e(a){return function(){var b;return this[a?
-"getPreviousNode":"getNextNode"](function(a){!b&&t(a)&&(b=a);return q(a)&&!(h(a)&&a.equals(b))})}}var g={abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1},h=CKEDITOR.dom.walker.bogus(),l=/^[\t\r\n ]*(?: |\xa0)$/,q=CKEDITOR.dom.walker.editable(),t=CKEDITOR.dom.walker.ignored(!0);CKEDITOR.dom.range.prototype={clone:function(){var a=new CKEDITOR.dom.range(this.root);a._setStartContainer(this.startContainer);
+(function(){function a(a){a.collapsed=a.startContainer&&a.endContainer&&a.startContainer.equals(a.endContainer)&&a.startOffset==a.endOffset}function d(a,b,c,d,e){function q(a,b,c,f){var d=c?a.getPrevious():a.getNext();if(f&&k)return d;h||f?b.append(a.clone(!0,e),c):(a.remove(),z&&b.append(a));return d}function g(){var a,b,c,f=Math.min(v.length,D.length);for(a=0;a<f;a++)if(b=v[a],c=D[a],!b.equals(c))return a;return a-1}function l(){var b=I-1,c=w&&n&&!p.equals(m);b<E-1||b<L-1||c?(c?a.moveToPosition(m,
+CKEDITOR.POSITION_BEFORE_START):L==b+1&&H?a.moveToPosition(D[b],CKEDITOR.POSITION_BEFORE_END):a.moveToPosition(D[b+1],CKEDITOR.POSITION_BEFORE_START),d&&(b=v[b+1])&&b.type==CKEDITOR.NODE_ELEMENT&&(c=CKEDITOR.dom.element.createFromHtml('\x3cspan data-cke-bookmark\x3d"1" style\x3d"display:none"\x3e\x26nbsp;\x3c/span\x3e',a.document),c.insertAfter(b),b.mergeSiblings(!1),a.moveToBookmark({startNode:c}))):a.collapse(!0)}a.optimizeBookmark();var k=0===b,z=1==b,h=2==b;b=h||z;var p=a.startContainer,m=a.endContainer,
+C=a.startOffset,r=a.endOffset,G,H,w,n,M,Q;if(h&&m.type==CKEDITOR.NODE_TEXT&&p.equals(m))p=a.document.createText(p.substring(C,r)),c.append(p);else{m.type==CKEDITOR.NODE_TEXT?h?Q=!0:m=m.split(r):0<m.getChildCount()?r>=m.getChildCount()?(m=m.getChild(r-1),H=!0):m=m.getChild(r):n=H=!0;p.type==CKEDITOR.NODE_TEXT?h?M=!0:p.split(C):0<p.getChildCount()?0===C?(p=p.getChild(C),G=!0):p=p.getChild(C-1):w=G=!0;for(var v=p.getParents(),D=m.getParents(),I=g(),E=v.length-1,L=D.length-1,J=c,ba,Z,V,fa=-1,O=I;O<=E;O++){Z=
+v[O];V=Z.getNext();for(O!=E||Z.equals(D[O])&&E<L?b&&(ba=J.append(Z.clone(0,e))):G?q(Z,J,!1,w):M&&J.append(a.document.createText(Z.substring(C)));V;){if(V.equals(D[O])){fa=O;break}V=q(V,J)}J=ba}J=c;for(O=I;O<=L;O++)if(c=D[O],V=c.getPrevious(),c.equals(v[O]))b&&(J=J.getChild(0));else{O!=L||c.equals(v[O])&&L<E?b&&(ba=J.append(c.clone(0,e))):H?q(c,J,!1,n):Q&&J.append(a.document.createText(c.substring(0,r)));if(O>fa)for(;V;)V=q(V,J,!0);J=ba}h||l()}}function b(){var a=!1,b=CKEDITOR.dom.walker.whitespaces(),
+c=CKEDITOR.dom.walker.bookmark(!0),d=CKEDITOR.dom.walker.bogus();return function(e){return c(e)||b(e)?!0:d(e)&&!a?a=!0:e.type==CKEDITOR.NODE_TEXT&&(e.hasAscendant("pre")||CKEDITOR.tools.trim(e.getText()).length)||e.type==CKEDITOR.NODE_ELEMENT&&!e.is(g)?!1:!0}}function c(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1);return function(d){return c(d)||b(d)?!0:!a&&l(d)||d.type==CKEDITOR.NODE_ELEMENT&&d.is(CKEDITOR.dtd.$removeEmpty)}}function e(a){return function(){var b;return this[a?
+"getPreviousNode":"getNextNode"](function(a){!b&&w(a)&&(b=a);return n(a)&&!(l(a)&&a.equals(b))})}}var g={abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1},l=CKEDITOR.dom.walker.bogus(),k=/^[\t\r\n ]*(?: |\xa0)$/,n=CKEDITOR.dom.walker.editable(),w=CKEDITOR.dom.walker.ignored(!0);CKEDITOR.dom.range.prototype={clone:function(){var a=new CKEDITOR.dom.range(this.root);a._setStartContainer(this.startContainer);
a.startOffset=this.startOffset;a._setEndContainer(this.endContainer);a.endOffset=this.endOffset;a.collapsed=this.collapsed;return a},collapse:function(a){a?(this._setEndContainer(this.startContainer),this.endOffset=this.startOffset):(this._setStartContainer(this.endContainer),this.startOffset=this.endOffset);this.collapsed=!0},cloneContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||d(this,2,b,!1,"undefined"==typeof a?!0:a);return b},deleteContents:function(a){this.collapsed||
-d(this,0,null,a)},extractContents:function(a,b){var c=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||d(this,1,c,a,"undefined"==typeof b?!0:b);return c},createBookmark:function(a){var b,c,d,e,m=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display","none");b.setHtml("\x26nbsp;");a&&(d="cke_bm_"+CKEDITOR.tools.getNextNumber(),b.setAttribute("id",d+(m?"C":"S")));m||(c=b.clone(),c.setHtml("\x26nbsp;"),a&&c.setAttribute("id",d+"E"),e=this.clone(),
-e.collapse(),e.insertNode(c));e=this.clone();e.collapse(!0);e.insertNode(b);c?(this.setStartAfter(b),this.setEndBefore(c)):this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?d+(m?"C":"S"):b,endNode:a?d+"E":c,serializable:a,collapsed:m}},createBookmark2:function(){function a(c){var f=c.container,d=c.offset,e;e=f;var g=d;e=e.type!=CKEDITOR.NODE_ELEMENT||0===g||g==e.getChildCount()?0:e.getChild(g-1).type==CKEDITOR.NODE_TEXT&&e.getChild(g).type==CKEDITOR.NODE_TEXT;e&&(f=f.getChild(d-
-1),d=f.getLength());f.type==CKEDITOR.NODE_ELEMENT&&1<d&&(d=f.getChild(d-1).getIndex(!0)+1);if(f.type==CKEDITOR.NODE_TEXT){e=f;for(g=0;(e=e.getPrevious())&&e.type==CKEDITOR.NODE_TEXT;)g+=e.getLength();e=g;f.getText()?d+=e:(g=f.getPrevious(b),e?(d=e,f=g?g.getNext():f.getParent().getFirst()):(f=f.getParent(),d=g?g.getIndex(!0)+1:0))}c.container=f;c.offset=d}var b=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_TEXT,!0);return function(b){var c=this.collapsed,d={container:this.startContainer,offset:this.startOffset},
-e={container:this.endContainer,offset:this.endOffset};b&&(a(d),c||a(e));return{start:d.container.getAddress(b),end:c?null:e.container.getAddress(b),startOffset:d.offset,endOffset:e.offset,normalized:b,collapsed:c,is2:!0}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,d=a.end&&this.document.getByAddress(a.end,a.normalized);a=a.endOffset;this.setStart(b,c);d?this.setEnd(d,a):this.collapse(!0)}else b=(c=a.serializable)?this.document.getById(a.startNode):
-a.startNode,a=c?this.document.getById(a.endNode):a.endNode,this.setStartBefore(b),b.remove(),a?(this.setEndBefore(a),a.remove()):this.collapse(!0)},getBoundaryNodes:function(){var a=this.startContainer,b=this.endContainer,c=this.startOffset,d=this.endOffset,e;if(a.type==CKEDITOR.NODE_ELEMENT)if(e=a.getChildCount(),e>c)a=a.getChild(c);else if(1>e)a=a.getPreviousSourceNode();else{for(a=a.$;a.lastChild;)a=a.lastChild;a=new CKEDITOR.dom.node(a);a=a.getNextSourceNode()||a}if(b.type==CKEDITOR.NODE_ELEMENT)if(e=
-b.getChildCount(),e>d)b=b.getChild(d).getPreviousSourceNode(!0);else if(1>e)b=b.getPreviousSourceNode();else{for(b=b.$;b.lastChild;)b=b.lastChild;b=new CKEDITOR.dom.node(b)}a.getPosition(b)&CKEDITOR.POSITION_FOLLOWING&&(a=b);return{startNode:a,endNode:b}},getCommonAncestor:function(a,b){var c=this.startContainer,d=this.endContainer,c=c.equals(d)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset):c:c.getCommonAncestor(d);return b&&!c.is?c.getParent():
-c},optimize:function(){var a=this.startContainer,b=this.startOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setStartAfter(a):this.setStartBefore(a));a=this.endContainer;b=this.endOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setEndAfter(a):this.setEndBefore(a))},optimizeBookmark:function(){var a=this.startContainer,b=this.endContainer;a.is&&a.is("span")&&a.data("cke-bookmark")&&this.setStartAt(a,CKEDITOR.POSITION_BEFORE_START);b&&b.is&&b.is("span")&&b.data("cke-bookmark")&&
-this.setEndAt(b,CKEDITOR.POSITION_AFTER_END)},trim:function(a,b){var c=this.startContainer,d=this.startOffset,e=this.collapsed;if((!a||e)&&c&&c.type==CKEDITOR.NODE_TEXT){if(d)if(d>=c.getLength())d=c.getIndex()+1,c=c.getParent();else{var m=c.split(d),d=c.getIndex()+1,c=c.getParent();this.startContainer.equals(this.endContainer)?this.setEnd(m,this.endOffset-this.startOffset):c.equals(this.endContainer)&&(this.endOffset+=1)}else d=c.getIndex(),c=c.getParent();this.setStart(c,d);if(e){this.collapse(!0);
-return}}c=this.endContainer;d=this.endOffset;b||e||!c||c.type!=CKEDITOR.NODE_TEXT||(d?(d>=c.getLength()||c.split(d),d=c.getIndex()+1):d=c.getIndex(),c=c.getParent(),this.setEnd(c,d))},enlarge:function(a,b){function c(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("contenteditable")?null:a}var d=new RegExp(/[^\s\ufeff]/);switch(a){case CKEDITOR.ENLARGE_INLINE:var e=1;case CKEDITOR.ENLARGE_ELEMENT:var m=function(a,b){var c=new CKEDITOR.dom.range(h);c.setStart(a,b);c.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);
-var c=new CKEDITOR.dom.walker(c),f;for(c.guard=function(a){return!(a.type==CKEDITOR.NODE_ELEMENT&&a.isBlockBoundary())};f=c.next();){if(f.type!=CKEDITOR.NODE_TEXT)return!1;F=f!=a?f.getText():f.substring(b);if(d.test(F))return!1}return!0};if(this.collapsed)break;var g=this.getCommonAncestor(),h=this.root,l,x,k,p,n,D=!1,r,F;r=this.startContainer;var B=this.startOffset;r.type==CKEDITOR.NODE_TEXT?(B&&(r=!CKEDITOR.tools.trim(r.substring(0,B)).length&&r,D=!!r),r&&((p=r.getPrevious())||(k=r.getParent()))):
-(B&&(p=r.getChild(B-1)||r.getLast()),p||(k=r));for(k=c(k);k||p;){if(k&&!p){!n&&k.equals(g)&&(n=!0);if(e?k.isBlockBoundary():!h.contains(k))break;D&&"inline"==k.getComputedStyle("display")||(D=!1,n?l=k:this.setStartBefore(k));p=k.getPrevious()}for(;p;)if(r=!1,p.type==CKEDITOR.NODE_COMMENT)p=p.getPrevious();else{if(p.type==CKEDITOR.NODE_TEXT)F=p.getText(),d.test(F)&&(p=null),r=/[\s\ufeff]$/.test(F);else if((p.$.offsetWidth>(CKEDITOR.env.webkit?1:0)||b&&p.is("br"))&&!p.data("cke-bookmark"))if(D&&CKEDITOR.dtd.$removeEmpty[p.getName()]){F=
-p.getText();if(d.test(F))p=null;else for(var B=p.$.getElementsByTagName("*"),t=0,q;q=B[t++];)if(!CKEDITOR.dtd.$removeEmpty[q.nodeName.toLowerCase()]){p=null;break}p&&(r=!!F.length)}else p=null;r&&(D?n?l=k:k&&this.setStartBefore(k):D=!0);if(p){r=p.getPrevious();if(!k&&!r){k=p;p=null;break}p=r}else k=null}k&&(k=c(k.getParent()))}r=this.endContainer;B=this.endOffset;k=p=null;n=D=!1;r.type==CKEDITOR.NODE_TEXT?CKEDITOR.tools.trim(r.substring(B)).length?D=!0:(D=!r.getLength(),B==r.getLength()?(p=r.getNext())||
-(k=r.getParent()):m(r,B)&&(k=r.getParent())):(p=r.getChild(B))||(k=r);for(;k||p;){if(k&&!p){!n&&k.equals(g)&&(n=!0);if(e?k.isBlockBoundary():!h.contains(k))break;D&&"inline"==k.getComputedStyle("display")||(D=!1,n?x=k:k&&this.setEndAfter(k));p=k.getNext()}for(;p;){r=!1;if(p.type==CKEDITOR.NODE_TEXT)F=p.getText(),m(p,0)||(p=null),r=/^[\s\ufeff]/.test(F);else if(p.type==CKEDITOR.NODE_ELEMENT){if((0<p.$.offsetWidth||b&&p.is("br"))&&!p.data("cke-bookmark"))if(D&&CKEDITOR.dtd.$removeEmpty[p.getName()]){F=
-p.getText();if(d.test(F))p=null;else for(B=p.$.getElementsByTagName("*"),t=0;q=B[t++];)if(!CKEDITOR.dtd.$removeEmpty[q.nodeName.toLowerCase()]){p=null;break}p&&(r=!!F.length)}else p=null}else r=1;r&&D&&(n?x=k:this.setEndAfter(k));if(p){r=p.getNext();if(!k&&!r){k=p;p=null;break}p=r}else k=null}k&&(k=c(k.getParent()))}l&&x&&(g=l.contains(x)?x:l,this.setStartBefore(g),this.setEndAfter(g));break;case CKEDITOR.ENLARGE_BLOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:k=new CKEDITOR.dom.range(this.root);
-h=this.root;k.setStartAt(h,CKEDITOR.POSITION_AFTER_START);k.setEnd(this.startContainer,this.startOffset);k=new CKEDITOR.dom.walker(k);var M,S,w=CKEDITOR.dom.walker.blockBoundary(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?{br:1}:null),H=null,I=function(a){if(a.type==CKEDITOR.NODE_ELEMENT&&"false"==a.getAttribute("contenteditable"))if(H){if(H.equals(a)){H=null;return}}else H=a;else if(H)return;var b=w(a);b||(M=a);return b},e=function(a){var b=I(a);!b&&a.is&&a.is("br")&&(S=a);return b};k.guard=I;k=k.lastBackward();
-M=M||h;this.setStartAt(M,!M.is("br")&&(!k&&this.checkStartOfBlock()||k&&M.contains(k))?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_AFTER_END);if(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS){k=this.clone();k=new CKEDITOR.dom.walker(k);var G=CKEDITOR.dom.walker.whitespaces(),J=CKEDITOR.dom.walker.bookmark();k.evaluator=function(a){return!G(a)&&!J(a)};if((k=k.previous())&&k.type==CKEDITOR.NODE_ELEMENT&&k.is("br"))break}k=this.clone();k.collapse();k.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);k=new CKEDITOR.dom.walker(k);
-k.guard=a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?e:I;M=H=S=null;k=k.lastForward();M=M||h;this.setEndAt(M,!k&&this.checkEndOfBlock()||k&&M.contains(k)?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_BEFORE_START);S&&this.setEndAfter(S)}},shrink:function(a,b,c){if(!this.collapsed){a=a||CKEDITOR.SHRINK_TEXT;var d=this.clone(),e=this.startContainer,m=this.endContainer,g=this.startOffset,h=this.endOffset,l=1,x=1;e&&e.type==CKEDITOR.NODE_TEXT&&(g?g>=e.getLength()?d.setStartAfter(e):(d.setStartBefore(e),l=
-0):d.setStartBefore(e));m&&m.type==CKEDITOR.NODE_TEXT&&(h?h>=m.getLength()?d.setEndAfter(m):(d.setEndAfter(m),x=0):d.setEndBefore(m));var d=new CKEDITOR.dom.walker(d),k=CKEDITOR.dom.walker.bookmark();d.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)};var p;d.guard=function(b,d){if(k(b))return!0;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||d&&b.equals(p)||!1===c&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary()||b.type==CKEDITOR.NODE_ELEMENT&&
-b.hasAttribute("contenteditable"))return!1;d||b.type!=CKEDITOR.NODE_ELEMENT||(p=b);return!0};l&&(e=d[a==CKEDITOR.SHRINK_ELEMENT?"lastForward":"next"]())&&this.setStartAt(e,b?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_START);x&&(d.reset(),(d=d[a==CKEDITOR.SHRINK_ELEMENT?"lastBackward":"previous"]())&&this.setEndAt(d,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END));return!(!l&&!x)}},insertNode:function(a){this.optimizeBookmark();this.trim(!1,!0);var b=this.startContainer,c=b.getChild(this.startOffset);
-c?a.insertBefore(c):b.append(a);a.getParent()&&a.getParent().equals(this.endContainer)&&this.endOffset++;this.setStartBefore(a)},moveToPosition:function(a,b){this.setStartAt(a,b);this.collapse(!0)},moveToRange:function(a){this.setStart(a.startContainer,a.startOffset);this.setEnd(a.endContainer,a.endOffset)},selectNodeContents:function(a){this.setStart(a,0);this.setEnd(a,a.type==CKEDITOR.NODE_TEXT?a.getLength():a.getChildCount())},setStart:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&
-(c=b.getIndex(),b=b.getParent());this._setStartContainer(b);this.startOffset=c;this.endContainer||(this._setEndContainer(b),this.endOffset=c);a(this)},setEnd:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex()+1,b=b.getParent());this._setEndContainer(b);this.endOffset=c;this.startContainer||(this._setStartContainer(b),this.startOffset=c);a(this)},setStartAfter:function(a){this.setStart(a.getParent(),a.getIndex()+1)},setStartBefore:function(a){this.setStart(a.getParent(),
-a.getIndex())},setEndAfter:function(a){this.setEnd(a.getParent(),a.getIndex()+1)},setEndBefore:function(a){this.setEnd(a.getParent(),a.getIndex())},setStartAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setStart(b,0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setStart(b,b.getLength()):this.setStart(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(b)}a(this)},
-setEndAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setEnd(b,0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setEnd(b,b.getLength()):this.setEnd(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(b)}a(this)},fixBlock:function(a,b){var c=this.createBookmark(),d=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(d);
-d.trim();this.insertNode(d);var e=d.getBogus();e&&e.remove();d.appendBogus();this.moveToBookmark(c);return d},splitBlock:function(a,b){var c=new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.dom.elementPath(this.endContainer,this.root),e=c.block,m=d.block,g=null;if(!c.blockLimit.equals(d.blockLimit))return null;"br"!=a&&(e||(e=this.fixBlock(!0,a),m=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block),m||(m=this.fixBlock(!1,a)));c=e&&this.checkStartOfBlock();
-d=m&&this.checkEndOfBlock();this.deleteContents();e&&e.equals(m)&&(d?(g=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(m,CKEDITOR.POSITION_AFTER_END),m=null):c?(g=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(e,CKEDITOR.POSITION_BEFORE_START),e=null):(m=this.splitElement(e,b||!1),e.is("ul","ol")||e.appendBogus()));return{previousBlock:e,nextBlock:m,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:g}},splitElement:function(a,b){if(!this.collapsed)return null;
-this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);var c=this.extractContents(!1,b||!1),d=a.clone(!1,b||!1);c.appendTo(d);d.insertAfter(a);this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return d},removeEmptyBlocksAtEnd:function(){function a(d){return function(a){return b(a)||c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.isEmptyInlineRemoveable()||d.is("table")&&a.is("caption")?!1:!0}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!1);return function(b){for(var c=this.createBookmark(),
-d=this[b?"endPath":"startPath"](),e=d.block||d.blockLimit,g;e&&!e.equals(d.root)&&!e.getFirst(a(e));)g=e.getParent(),this[b?"setEndAt":"setStartAt"](e,CKEDITOR.POSITION_AFTER_END),e.remove(1),e=g;this.moveToBookmark(c)}}(),startPath:function(){return new CKEDITOR.dom.elementPath(this.startContainer,this.root)},endPath:function(){return new CKEDITOR.dom.elementPath(this.endContainer,this.root)},checkBoundaryOfElement:function(a,b){var d=b==CKEDITOR.START,e=this.clone();e.collapse(d);e[d?"setStartAt":
-"setEndAt"](a,d?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END);e=new CKEDITOR.dom.walker(e);e.evaluator=c(d);return e[d?"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var a=this.startContainer,c=this.startOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0,c)),l.test(a)&&this.trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(!0);c.setStartAt(a.block||a.blockLimit,CKEDITOR.POSITION_AFTER_START);
-a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkBackward()},checkEndOfBlock:function(){var a=this.endContainer,c=this.endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),l.test(a)&&this.trim(1,0));this.trim();a=new CKEDITOR.dom.elementPath(this.endContainer,this.root);c=this.clone();c.collapse(!1);c.setEndAt(a.block||a.blockLimit,CKEDITOR.POSITION_BEFORE_END);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkForward()},getPreviousNode:function(a,
-b,c){var d=this.clone();d.collapse(1);d.setStartAt(c||this.root,CKEDITOR.POSITION_AFTER_START);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.previous()},getNextNode:function(a,b,c){var d=this.clone();d.collapse();d.setEndAt(c||this.root,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.next()},checkReadOnly:function(){function a(b,c){for(;b;){if(b.type==CKEDITOR.NODE_ELEMENT){if("false"==b.getAttribute("contentEditable")&&!b.data("cke-editable"))return 0;
-if(b.is("html")||"true"==b.getAttribute("contentEditable")&&(b.contains(c)||b.equals(c)))break}b=b.getParent()}return 1}return function(){var b=this.startContainer,c=this.endContainer;return!(a(b,c)&&a(c,b))}}(),moveToElementEditablePosition:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&!a.isEditable(!1))return this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START),!0;for(var c=0;a;){if(a.type==CKEDITOR.NODE_TEXT){b&&this.endContainer&&this.checkEndOfBlock()&&l.test(a.getText())?
-this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START):this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START);c=1;break}if(a.type==CKEDITOR.NODE_ELEMENT)if(a.isEditable())this.moveToPosition(a,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_START),c=1;else if(b&&a.is("br")&&this.endContainer&&this.checkEndOfBlock())this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START);else if("false"==a.getAttribute("contenteditable")&&a.is(CKEDITOR.dtd.$block))return this.setStartBefore(a),
-this.setEndAfter(a),!0;var d=a,e=c,m=void 0;d.type==CKEDITOR.NODE_ELEMENT&&d.isEditable(!1)&&(m=d[b?"getLast":"getFirst"](t));e||m||(m=d[b?"getPrevious":"getNext"](t));a=m}return!!c},moveToClosestEditablePosition:function(a,b){var c,d=0,e,m,g=[CKEDITOR.POSITION_AFTER_END,CKEDITOR.POSITION_BEFORE_START];a?(c=new CKEDITOR.dom.range(this.root),c.moveToPosition(a,g[b?0:1])):c=this.clone();if(a&&!a.is(CKEDITOR.dtd.$block))d=1;else if(e=c[b?"getNextEditableNode":"getPreviousEditableNode"]())d=1,(m=e.type==
-CKEDITOR.NODE_ELEMENT)&&e.is(CKEDITOR.dtd.$block)&&"false"==e.getAttribute("contenteditable")?(c.setStartAt(e,CKEDITOR.POSITION_BEFORE_START),c.setEndAt(e,CKEDITOR.POSITION_AFTER_END)):!CKEDITOR.env.needsBrFiller&&m&&e.is(CKEDITOR.dom.walker.validEmptyBlockContainers)?(c.setEnd(e,0),c.collapse()):c.moveToPosition(e,g[b?1:0]);d&&this.moveToRange(c);return!!d},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)},moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,
-!0)},getEnclosedNode:function(){var a=this.clone();a.optimize();if(a.startContainer.type!=CKEDITOR.NODE_ELEMENT||a.endContainer.type!=CKEDITOR.NODE_ELEMENT)return null;var a=new CKEDITOR.dom.walker(a),b=CKEDITOR.dom.walker.bookmark(!1,!0),c=CKEDITOR.dom.walker.whitespaces(!0);a.evaluator=function(a){return c(a)&&b(a)};var d=a.next();a.reset();return d&&d.equals(a.previous())?d:null},getTouchedStartNode:function(){var a=this.startContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.startOffset)||
-a},getTouchedEndNode:function(){var a=this.endContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.endOffset-1)||a},getNextEditableNode:e(),getPreviousEditableNode:e(1),scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e",this.document),b,c,d,e=this.clone();e.optimize();(d=e.startContainer.type==CKEDITOR.NODE_TEXT)?(c=e.startContainer.getText(),b=e.startContainer.split(e.startOffset),a.insertAfter(e.startContainer)):
-e.insertNode(a);a.scrollIntoView();d&&(e.startContainer.setText(c),b.remove());a.remove()},_setStartContainer:function(a){this.startContainer=a},_setEndContainer:function(a){this.endContainer=a}}})();CKEDITOR.POSITION_AFTER_START=1;CKEDITOR.POSITION_BEFORE_END=2;CKEDITOR.POSITION_BEFORE_START=3;CKEDITOR.POSITION_AFTER_END=4;CKEDITOR.ENLARGE_ELEMENT=1;CKEDITOR.ENLARGE_BLOCK_CONTENTS=2;CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS=3;CKEDITOR.ENLARGE_INLINE=4;CKEDITOR.START=1;CKEDITOR.END=2;
-CKEDITOR.SHRINK_ELEMENT=1;CKEDITOR.SHRINK_TEXT=2;"use strict";
-(function(){function a(a){1>arguments.length||(this.range=a,this.forceBrBreak=0,this.enlargeBr=1,this.enforceRealBlocks=0,this._||(this._={}))}function d(a){var b=[];a.forEach(function(a){if("true"==a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function b(a,c,e,g){a:{null==g&&(g=d(e));for(var h;h=g.shift();)if(h.getDtd().p){g={element:h,remaining:g};break a}g=null}if(!g)return 0;if((h=CKEDITOR.filter.instances[g.element.data("cke-filter")])&&!h.check(c))return b(a,
-c,e,g.remaining);c=new CKEDITOR.dom.range(g.element);c.selectNodeContents(g.element);c=c.createIterator();c.enlargeBr=a.enlargeBr;c.enforceRealBlocks=a.enforceRealBlocks;c.activeFilter=c.filter=h;a._.nestedEditable={element:g.element,container:e,remaining:g.remaining,iterator:c};return 1}function c(a,b,c){if(!b)return!1;a=a.clone();a.collapse(!c);return a.checkBoundaryOfElement(b,c?CKEDITOR.START:CKEDITOR.END)}var e=/^[\r\n\t ]+$/,g=CKEDITOR.dom.walker.bookmark(!1,!0),h=CKEDITOR.dom.walker.whitespaces(!0),
-l=function(a){return g(a)&&h(a)},q={dd:1,dt:1,li:1};a.prototype={getNextParagraph:function(a){var d,h,A,u,C;a=a||"p";if(this._.nestedEditable){if(d=this._.nestedEditable.iterator.getNextParagraph(a))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,d;this.activeFilter=this.filter;if(b(this,a,this._.nestedEditable.container,this._.nestedEditable.remaining))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,this._.nestedEditable.iterator.getNextParagraph(a);this._.nestedEditable=
-null}if(!this.range.root.getDtd()[a])return null;if(!this._.started){var m=this.range.clone();h=m.startPath();var y=m.endPath(),E=!m.collapsed&&c(m,h.block),v=!m.collapsed&&c(m,y.block,1);m.shrink(CKEDITOR.SHRINK_ELEMENT,!0);E&&m.setStartAt(h.block,CKEDITOR.POSITION_BEFORE_END);v&&m.setEndAt(y.block,CKEDITOR.POSITION_AFTER_START);h=m.endContainer.hasAscendant("pre",!0)||m.startContainer.hasAscendant("pre",!0);m.enlarge(this.forceBrBreak&&!h||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);
-m.collapsed||(h=new CKEDITOR.dom.walker(m.clone()),y=CKEDITOR.dom.walker.bookmark(!0,!0),h.evaluator=y,this._.nextNode=h.next(),h=new CKEDITOR.dom.walker(m.clone()),h.evaluator=y,h=h.previous(),this._.lastNode=h.getNextSourceNode(!0,null,m.root),this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()&&(y=this.range.clone(),y.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END),y.checkEndOfBlock()&&
-(y=new CKEDITOR.dom.elementPath(y.endContainer,y.root),this._.lastNode=(y.block||y.blockLimit).getNextSourceNode(!0))),this._.lastNode&&m.root.contains(this._.lastNode)||(this._.lastNode=this._.docEndMarker=m.document.createText(""),this._.lastNode.insertAfter(h)),m=null);this._.started=1;h=m}y=this._.nextNode;m=this._.lastNode;for(this._.nextNode=null;y;){var E=0,v=y.hasAscendant("pre"),x=y.type!=CKEDITOR.NODE_ELEMENT,k=0;if(x)y.type==CKEDITOR.NODE_TEXT&&e.test(y.getText())&&(x=0);else{var p=y.getName();
-if(CKEDITOR.dtd.$block[p]&&"false"==y.getAttribute("contenteditable")){d=y;b(this,a,d);break}else if(y.isBlockBoundary(this.forceBrBreak&&!v&&{br:1})){if("br"==p)x=1;else if(!h&&!y.getChildCount()&&"hr"!=p){d=y;A=y.equals(m);break}h&&(h.setEndAt(y,CKEDITOR.POSITION_BEFORE_START),"br"!=p&&(this._.nextNode=y));E=1}else{if(y.getFirst()){h||(h=this.range.clone(),h.setStartAt(y,CKEDITOR.POSITION_BEFORE_START));y=y.getFirst();continue}x=1}}x&&!h&&(h=this.range.clone(),h.setStartAt(y,CKEDITOR.POSITION_BEFORE_START));
-A=(!E||x)&&y.equals(m);if(h&&!E)for(;!y.getNext(l)&&!A;){p=y.getParent();if(p.isBlockBoundary(this.forceBrBreak&&!v&&{br:1})){E=1;x=0;A||p.equals(m);h.setEndAt(p,CKEDITOR.POSITION_BEFORE_END);break}y=p;x=1;A=y.equals(m);k=1}x&&h.setEndAt(y,CKEDITOR.POSITION_AFTER_END);y=this._getNextSourceNode(y,k,m);if((A=!y)||E&&h)break}if(!d){if(!h)return this._.docEndMarker&&this._.docEndMarker.remove(),this._.nextNode=null;d=new CKEDITOR.dom.elementPath(h.startContainer,h.root);y=d.blockLimit;E={div:1,th:1,td:1};
-d=d.block;!d&&y&&!this.enforceRealBlocks&&E[y.getName()]&&h.checkStartOfBlock()&&h.checkEndOfBlock()&&!y.equals(h.root)?d=y:!d||this.enforceRealBlocks&&d.is(q)?(d=this.range.document.createElement(a),h.extractContents().appendTo(d),d.trim(),h.insertNode(d),u=C=!0):"li"!=d.getName()?h.checkStartOfBlock()&&h.checkEndOfBlock()||(d=d.clone(!1),h.extractContents().appendTo(d),d.trim(),C=h.splitBlock(),u=!C.wasStartOfBlock,C=!C.wasEndOfBlock,h.insertNode(d)):A||(this._.nextNode=d.equals(m)?null:this._getNextSourceNode(h.getBoundaryNodes().endNode,
-1,m))}u&&(u=d.getPrevious())&&u.type==CKEDITOR.NODE_ELEMENT&&("br"==u.getName()?u.remove():u.getLast()&&"br"==u.getLast().$.nodeName.toLowerCase()&&u.getLast().remove());C&&(u=d.getLast())&&u.type==CKEDITOR.NODE_ELEMENT&&"br"==u.getName()&&(!CKEDITOR.env.needsBrFiller||u.getPrevious(g)||u.getNext(g))&&u.remove();this._.nextNode||(this._.nextNode=A||d.equals(m)||!m?null:this._getNextSourceNode(d,1,m));return d},_getNextSourceNode:function(a,b,c){function d(a){return!(a.equals(c)||a.equals(e))}var e=
+d(this,0,null,a)},extractContents:function(a,b){var c=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||d(this,1,c,a,"undefined"==typeof b?!0:b);return c},createBookmark:function(a){var b,c,d,e,q=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display","none");b.setHtml("\x26nbsp;");a&&(d="cke_bm_"+CKEDITOR.tools.getNextNumber(),b.setAttribute("id",d+(q?"C":"S")));q||(c=b.clone(),c.setHtml("\x26nbsp;"),a&&c.setAttribute("id",d+"E"),e=this.clone(),
+e.collapse(),e.insertNode(c));e=this.clone();e.collapse(!0);e.insertNode(b);c?(this.setStartAfter(b),this.setEndBefore(c)):this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?d+(q?"C":"S"):b,endNode:a?d+"E":c,serializable:a,collapsed:q}},createBookmark2:function(){function a(b){var f=b.container,d=b.offset,e;e=f;var g=d;e=e.type!=CKEDITOR.NODE_ELEMENT||0===g||g==e.getChildCount()?0:e.getChild(g-1).type==CKEDITOR.NODE_TEXT&&e.getChild(g).type==CKEDITOR.NODE_TEXT;e&&(f=f.getChild(d-
+1),d=f.getLength());if(f.type==CKEDITOR.NODE_ELEMENT&&0<d){a:{for(e=f;d--;)if(g=e.getChild(d).getIndex(!0),0<=g){d=g;break a}d=-1}d+=1}if(f.type==CKEDITOR.NODE_TEXT){e=f;for(g=0;(e=e.getPrevious())&&e.type==CKEDITOR.NODE_TEXT;)g+=e.getText().replace(CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE,"").length;e=g;f.getText()?d+=e:(g=f.getPrevious(c),e?(d=e,f=g?g.getNext():f.getParent().getFirst()):(f=f.getParent(),d=g?g.getIndex(!0)+1:0))}b.container=f;b.offset=d}function b(a,c){var f=c.getCustomData("cke-fillingChar");
+if(f){var d=a.container;f.equals(d)&&(a.offset-=CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE.length,0>=a.offset&&(a.offset=d.getIndex(),a.container=d.getParent()))}}var c=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_TEXT,!0);return function(c){var d=this.collapsed,e={container:this.startContainer,offset:this.startOffset},g={container:this.endContainer,offset:this.endOffset};c&&(a(e),b(e,this.root),d||(a(g),b(g,this.root)));return{start:e.container.getAddress(c),end:d?null:g.container.getAddress(c),
+startOffset:e.offset,endOffset:g.offset,normalized:c,collapsed:d,is2:!0}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,d=a.end&&this.document.getByAddress(a.end,a.normalized);a=a.endOffset;this.setStart(b,c);d?this.setEnd(d,a):this.collapse(!0)}else b=(c=a.serializable)?this.document.getById(a.startNode):a.startNode,a=c?this.document.getById(a.endNode):a.endNode,this.setStartBefore(b),b.remove(),a?(this.setEndBefore(a),a.remove()):
+this.collapse(!0)},getBoundaryNodes:function(){var a=this.startContainer,b=this.endContainer,c=this.startOffset,d=this.endOffset,e;if(a.type==CKEDITOR.NODE_ELEMENT)if(e=a.getChildCount(),e>c)a=a.getChild(c);else if(1>e)a=a.getPreviousSourceNode();else{for(a=a.$;a.lastChild;)a=a.lastChild;a=new CKEDITOR.dom.node(a);a=a.getNextSourceNode()||a}if(b.type==CKEDITOR.NODE_ELEMENT)if(e=b.getChildCount(),e>d)b=b.getChild(d).getPreviousSourceNode(!0);else if(1>e)b=b.getPreviousSourceNode();else{for(b=b.$;b.lastChild;)b=
+b.lastChild;b=new CKEDITOR.dom.node(b)}a.getPosition(b)&CKEDITOR.POSITION_FOLLOWING&&(a=b);return{startNode:a,endNode:b}},getCommonAncestor:function(a,b){var c=this.startContainer,d=this.endContainer,c=c.equals(d)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset):c:c.getCommonAncestor(d);return b&&!c.is?c.getParent():c},optimize:function(){var a=this.startContainer,b=this.startOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setStartAfter(a):
+this.setStartBefore(a));a=this.endContainer;b=this.endOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setEndAfter(a):this.setEndBefore(a))},optimizeBookmark:function(){var a=this.startContainer,b=this.endContainer;a.is&&a.is("span")&&a.data("cke-bookmark")&&this.setStartAt(a,CKEDITOR.POSITION_BEFORE_START);b&&b.is&&b.is("span")&&b.data("cke-bookmark")&&this.setEndAt(b,CKEDITOR.POSITION_AFTER_END)},trim:function(a,b){var c=this.startContainer,d=this.startOffset,e=this.collapsed;if((!a||
+e)&&c&&c.type==CKEDITOR.NODE_TEXT){if(d)if(d>=c.getLength())d=c.getIndex()+1,c=c.getParent();else{var q=c.split(d),d=c.getIndex()+1,c=c.getParent();this.startContainer.equals(this.endContainer)?this.setEnd(q,this.endOffset-this.startOffset):c.equals(this.endContainer)&&(this.endOffset+=1)}else d=c.getIndex(),c=c.getParent();this.setStart(c,d);if(e){this.collapse(!0);return}}c=this.endContainer;d=this.endOffset;b||e||!c||c.type!=CKEDITOR.NODE_TEXT||(d?(d>=c.getLength()||c.split(d),d=c.getIndex()+1):
+d=c.getIndex(),c=c.getParent(),this.setEnd(c,d))},enlarge:function(a,b){function c(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("contenteditable")?null:a}var d=new RegExp(/[^\s\ufeff]/);switch(a){case CKEDITOR.ENLARGE_INLINE:var e=1;case CKEDITOR.ENLARGE_ELEMENT:var q=function(a,b){var c=new CKEDITOR.dom.range(l);c.setStart(a,b);c.setEndAt(l,CKEDITOR.POSITION_BEFORE_END);var c=new CKEDITOR.dom.walker(c),f;for(c.guard=function(a){return!(a.type==CKEDITOR.NODE_ELEMENT&&a.isBlockBoundary())};f=
+c.next();){if(f.type!=CKEDITOR.NODE_TEXT)return!1;G=f!=a?f.getText():f.substring(b);if(d.test(G))return!1}return!0};if(this.collapsed)break;var g=this.getCommonAncestor(),l=this.root,k,z,h,p,m,C=!1,r,G;r=this.startContainer;var H=this.startOffset;r.type==CKEDITOR.NODE_TEXT?(H&&(r=!CKEDITOR.tools.trim(r.substring(0,H)).length&&r,C=!!r),r&&((p=r.getPrevious())||(h=r.getParent()))):(H&&(p=r.getChild(H-1)||r.getLast()),p||(h=r));for(h=c(h);h||p;){if(h&&!p){!m&&h.equals(g)&&(m=!0);if(e?h.isBlockBoundary():
+!l.contains(h))break;C&&"inline"==h.getComputedStyle("display")||(C=!1,m?k=h:this.setStartBefore(h));p=h.getPrevious()}for(;p;)if(r=!1,p.type==CKEDITOR.NODE_COMMENT)p=p.getPrevious();else{if(p.type==CKEDITOR.NODE_TEXT)G=p.getText(),d.test(G)&&(p=null),r=/[\s\ufeff]$/.test(G);else if((p.$.offsetWidth>(CKEDITOR.env.webkit?1:0)||b&&p.is("br"))&&!p.data("cke-bookmark"))if(C&&CKEDITOR.dtd.$removeEmpty[p.getName()]){G=p.getText();if(d.test(G))p=null;else for(var H=p.$.getElementsByTagName("*"),w=0,n;n=
+H[w++];)if(!CKEDITOR.dtd.$removeEmpty[n.nodeName.toLowerCase()]){p=null;break}p&&(r=!!G.length)}else p=null;r&&(C?m?k=h:h&&this.setStartBefore(h):C=!0);if(p){r=p.getPrevious();if(!h&&!r){h=p;p=null;break}p=r}else h=null}h&&(h=c(h.getParent()))}r=this.endContainer;H=this.endOffset;h=p=null;m=C=!1;r.type==CKEDITOR.NODE_TEXT?CKEDITOR.tools.trim(r.substring(H)).length?C=!0:(C=!r.getLength(),H==r.getLength()?(p=r.getNext())||(h=r.getParent()):q(r,H)&&(h=r.getParent())):(p=r.getChild(H))||(h=r);for(;h||
+p;){if(h&&!p){!m&&h.equals(g)&&(m=!0);if(e?h.isBlockBoundary():!l.contains(h))break;C&&"inline"==h.getComputedStyle("display")||(C=!1,m?z=h:h&&this.setEndAfter(h));p=h.getNext()}for(;p;){r=!1;if(p.type==CKEDITOR.NODE_TEXT)G=p.getText(),q(p,0)||(p=null),r=/^[\s\ufeff]/.test(G);else if(p.type==CKEDITOR.NODE_ELEMENT){if((0<p.$.offsetWidth||b&&p.is("br"))&&!p.data("cke-bookmark"))if(C&&CKEDITOR.dtd.$removeEmpty[p.getName()]){G=p.getText();if(d.test(G))p=null;else for(H=p.$.getElementsByTagName("*"),w=
+0;n=H[w++];)if(!CKEDITOR.dtd.$removeEmpty[n.nodeName.toLowerCase()]){p=null;break}p&&(r=!!G.length)}else p=null}else r=1;r&&C&&(m?z=h:this.setEndAfter(h));if(p){r=p.getNext();if(!h&&!r){h=p;p=null;break}p=r}else h=null}h&&(h=c(h.getParent()))}k&&z&&(g=k.contains(z)?z:k,this.setStartBefore(g),this.setEndAfter(g));break;case CKEDITOR.ENLARGE_BLOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:h=new CKEDITOR.dom.range(this.root);l=this.root;h.setStartAt(l,CKEDITOR.POSITION_AFTER_START);h.setEnd(this.startContainer,
+this.startOffset);h=new CKEDITOR.dom.walker(h);var M,Q,v=CKEDITOR.dom.walker.blockBoundary(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?{br:1}:null),D=null,I=function(a){if(a.type==CKEDITOR.NODE_ELEMENT&&"false"==a.getAttribute("contenteditable"))if(D){if(D.equals(a)){D=null;return}}else D=a;else if(D)return;var b=v(a);b||(M=a);return b},e=function(a){var b=I(a);!b&&a.is&&a.is("br")&&(Q=a);return b};h.guard=I;h=h.lastBackward();M=M||l;this.setStartAt(M,!M.is("br")&&(!h&&this.checkStartOfBlock()||h&&M.contains(h))?
+CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_AFTER_END);if(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS){h=this.clone();h=new CKEDITOR.dom.walker(h);var E=CKEDITOR.dom.walker.whitespaces(),L=CKEDITOR.dom.walker.bookmark();h.evaluator=function(a){return!E(a)&&!L(a)};if((h=h.previous())&&h.type==CKEDITOR.NODE_ELEMENT&&h.is("br"))break}h=this.clone();h.collapse();h.setEndAt(l,CKEDITOR.POSITION_BEFORE_END);h=new CKEDITOR.dom.walker(h);h.guard=a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?e:I;M=D=Q=null;h=h.lastForward();
+M=M||l;this.setEndAt(M,!h&&this.checkEndOfBlock()||h&&M.contains(h)?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_BEFORE_START);Q&&this.setEndAfter(Q)}},shrink:function(a,b,c){if(!this.collapsed){a=a||CKEDITOR.SHRINK_TEXT;var d=this.clone(),e=this.startContainer,q=this.endContainer,g=this.startOffset,l=this.endOffset,k=1,z=1;e&&e.type==CKEDITOR.NODE_TEXT&&(g?g>=e.getLength()?d.setStartAfter(e):(d.setStartBefore(e),k=0):d.setStartBefore(e));q&&q.type==CKEDITOR.NODE_TEXT&&(l?l>=q.getLength()?d.setEndAfter(q):
+(d.setEndAfter(q),z=0):d.setEndBefore(q));var d=new CKEDITOR.dom.walker(d),h=CKEDITOR.dom.walker.bookmark();d.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)};var p;d.guard=function(b,d){if(h(b))return!0;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||d&&b.equals(p)||!1===c&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary()||b.type==CKEDITOR.NODE_ELEMENT&&b.hasAttribute("contenteditable"))return!1;d||b.type!=CKEDITOR.NODE_ELEMENT||
+(p=b);return!0};k&&(e=d[a==CKEDITOR.SHRINK_ELEMENT?"lastForward":"next"]())&&this.setStartAt(e,b?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_START);z&&(d.reset(),(d=d[a==CKEDITOR.SHRINK_ELEMENT?"lastBackward":"previous"]())&&this.setEndAt(d,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END));return!(!k&&!z)}},insertNode:function(a){this.optimizeBookmark();this.trim(!1,!0);var b=this.startContainer,c=b.getChild(this.startOffset);c?a.insertBefore(c):b.append(a);a.getParent()&&a.getParent().equals(this.endContainer)&&
+this.endOffset++;this.setStartBefore(a)},moveToPosition:function(a,b){this.setStartAt(a,b);this.collapse(!0)},moveToRange:function(a){this.setStart(a.startContainer,a.startOffset);this.setEnd(a.endContainer,a.endOffset)},selectNodeContents:function(a){this.setStart(a,0);this.setEnd(a,a.type==CKEDITOR.NODE_TEXT?a.getLength():a.getChildCount())},setStart:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex(),b=b.getParent());this._setStartContainer(b);this.startOffset=
+c;this.endContainer||(this._setEndContainer(b),this.endOffset=c);a(this)},setEnd:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex()+1,b=b.getParent());this._setEndContainer(b);this.endOffset=c;this.startContainer||(this._setStartContainer(b),this.startOffset=c);a(this)},setStartAfter:function(a){this.setStart(a.getParent(),a.getIndex()+1)},setStartBefore:function(a){this.setStart(a.getParent(),a.getIndex())},setEndAfter:function(a){this.setEnd(a.getParent(),
+a.getIndex()+1)},setEndBefore:function(a){this.setEnd(a.getParent(),a.getIndex())},setStartAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setStart(b,0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setStart(b,b.getLength()):this.setStart(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(b)}a(this)},setEndAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setEnd(b,
+0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setEnd(b,b.getLength()):this.setEnd(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(b)}a(this)},fixBlock:function(a,b){var c=this.createBookmark(),d=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(d);d.trim();this.insertNode(d);var e=d.getBogus();e&&e.remove();
+d.appendBogus();this.moveToBookmark(c);return d},splitBlock:function(a,b){var c=new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.dom.elementPath(this.endContainer,this.root),e=c.block,q=d.block,g=null;if(!c.blockLimit.equals(d.blockLimit))return null;"br"!=a&&(e||(e=this.fixBlock(!0,a),q=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block),q||(q=this.fixBlock(!1,a)));c=e&&this.checkStartOfBlock();d=q&&this.checkEndOfBlock();this.deleteContents();e&&e.equals(q)&&
+(d?(g=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(q,CKEDITOR.POSITION_AFTER_END),q=null):c?(g=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(e,CKEDITOR.POSITION_BEFORE_START),e=null):(q=this.splitElement(e,b||!1),e.is("ul","ol")||e.appendBogus()));return{previousBlock:e,nextBlock:q,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:g}},splitElement:function(a,b){if(!this.collapsed)return null;this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);
+var c=this.extractContents(!1,b||!1),d=a.clone(!1,b||!1);c.appendTo(d);d.insertAfter(a);this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return d},removeEmptyBlocksAtEnd:function(){function a(d){return function(a){return b(a)||c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.isEmptyInlineRemoveable()||d.is("table")&&a.is("caption")?!1:!0}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!1);return function(b){for(var c=this.createBookmark(),d=this[b?"endPath":"startPath"](),e=d.block||
+d.blockLimit,g;e&&!e.equals(d.root)&&!e.getFirst(a(e));)g=e.getParent(),this[b?"setEndAt":"setStartAt"](e,CKEDITOR.POSITION_AFTER_END),e.remove(1),e=g;this.moveToBookmark(c)}}(),startPath:function(){return new CKEDITOR.dom.elementPath(this.startContainer,this.root)},endPath:function(){return new CKEDITOR.dom.elementPath(this.endContainer,this.root)},checkBoundaryOfElement:function(a,b){var d=b==CKEDITOR.START,e=this.clone();e.collapse(d);e[d?"setStartAt":"setEndAt"](a,d?CKEDITOR.POSITION_AFTER_START:
+CKEDITOR.POSITION_BEFORE_END);e=new CKEDITOR.dom.walker(e);e.evaluator=c(d);return e[d?"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var a=this.startContainer,c=this.startOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0,c)),k.test(a)&&this.trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(!0);c.setStartAt(a.block||a.blockLimit,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(c);
+a.evaluator=b();return a.checkBackward()},checkEndOfBlock:function(){var a=this.endContainer,c=this.endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),k.test(a)&&this.trim(1,0));this.trim();a=new CKEDITOR.dom.elementPath(this.endContainer,this.root);c=this.clone();c.collapse(!1);c.setEndAt(a.block||a.blockLimit,CKEDITOR.POSITION_BEFORE_END);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkForward()},getPreviousNode:function(a,b,c){var d=this.clone();
+d.collapse(1);d.setStartAt(c||this.root,CKEDITOR.POSITION_AFTER_START);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.previous()},getNextNode:function(a,b,c){var d=this.clone();d.collapse();d.setEndAt(c||this.root,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.next()},checkReadOnly:function(){function a(b,c){for(;b;){if(b.type==CKEDITOR.NODE_ELEMENT){if("false"==b.getAttribute("contentEditable")&&!b.data("cke-editable"))return 0;if(b.is("html")||
+"true"==b.getAttribute("contentEditable")&&(b.contains(c)||b.equals(c)))break}b=b.getParent()}return 1}return function(){var b=this.startContainer,c=this.endContainer;return!(a(b,c)&&a(c,b))}}(),moveToElementEditablePosition:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&!a.isEditable(!1))return this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START),!0;for(var c=0;a;){if(a.type==CKEDITOR.NODE_TEXT){b&&this.endContainer&&this.checkEndOfBlock()&&k.test(a.getText())?this.moveToPosition(a,
+CKEDITOR.POSITION_BEFORE_START):this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START);c=1;break}if(a.type==CKEDITOR.NODE_ELEMENT)if(a.isEditable())this.moveToPosition(a,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_START),c=1;else if(b&&a.is("br")&&this.endContainer&&this.checkEndOfBlock())this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START);else if("false"==a.getAttribute("contenteditable")&&a.is(CKEDITOR.dtd.$block))return this.setStartBefore(a),this.setEndAfter(a),
+!0;var d=a,e=c,q=void 0;d.type==CKEDITOR.NODE_ELEMENT&&d.isEditable(!1)&&(q=d[b?"getLast":"getFirst"](w));e||q||(q=d[b?"getPrevious":"getNext"](w));a=q}return!!c},moveToClosestEditablePosition:function(a,b){var c,d=0,e,q,g=[CKEDITOR.POSITION_AFTER_END,CKEDITOR.POSITION_BEFORE_START];a?(c=new CKEDITOR.dom.range(this.root),c.moveToPosition(a,g[b?0:1])):c=this.clone();if(a&&!a.is(CKEDITOR.dtd.$block))d=1;else if(e=c[b?"getNextEditableNode":"getPreviousEditableNode"]())d=1,(q=e.type==CKEDITOR.NODE_ELEMENT)&&
+e.is(CKEDITOR.dtd.$block)&&"false"==e.getAttribute("contenteditable")?(c.setStartAt(e,CKEDITOR.POSITION_BEFORE_START),c.setEndAt(e,CKEDITOR.POSITION_AFTER_END)):!CKEDITOR.env.needsBrFiller&&q&&e.is(CKEDITOR.dom.walker.validEmptyBlockContainers)?(c.setEnd(e,0),c.collapse()):c.moveToPosition(e,g[b?1:0]);d&&this.moveToRange(c);return!!d},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)},moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,!0)},getEnclosedNode:function(){var a=
+this.clone();a.optimize();if(a.startContainer.type!=CKEDITOR.NODE_ELEMENT||a.endContainer.type!=CKEDITOR.NODE_ELEMENT)return null;var a=new CKEDITOR.dom.walker(a),b=CKEDITOR.dom.walker.bookmark(!1,!0),c=CKEDITOR.dom.walker.whitespaces(!0);a.evaluator=function(a){return c(a)&&b(a)};var d=a.next();a.reset();return d&&d.equals(a.previous())?d:null},getTouchedStartNode:function(){var a=this.startContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.startOffset)||a},getTouchedEndNode:function(){var a=
+this.endContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.endOffset-1)||a},getNextEditableNode:e(),getPreviousEditableNode:e(1),scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e",this.document),b,c,d,e=this.clone();e.optimize();(d=e.startContainer.type==CKEDITOR.NODE_TEXT)?(c=e.startContainer.getText(),b=e.startContainer.split(e.startOffset),a.insertAfter(e.startContainer)):e.insertNode(a);a.scrollIntoView();
+d&&(e.startContainer.setText(c),b.remove());a.remove()},_setStartContainer:function(a){this.startContainer=a},_setEndContainer:function(a){this.endContainer=a}}})();CKEDITOR.POSITION_AFTER_START=1;CKEDITOR.POSITION_BEFORE_END=2;CKEDITOR.POSITION_BEFORE_START=3;CKEDITOR.POSITION_AFTER_END=4;CKEDITOR.ENLARGE_ELEMENT=1;CKEDITOR.ENLARGE_BLOCK_CONTENTS=2;CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS=3;CKEDITOR.ENLARGE_INLINE=4;CKEDITOR.START=1;CKEDITOR.END=2;CKEDITOR.SHRINK_ELEMENT=1;CKEDITOR.SHRINK_TEXT=2;"use strict";
+(function(){function a(a){1>arguments.length||(this.range=a,this.forceBrBreak=0,this.enlargeBr=1,this.enforceRealBlocks=0,this._||(this._={}))}function d(a){var b=[];a.forEach(function(a){if("true"==a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function b(a,c,e,g){a:{null==g&&(g=d(e));for(var l;l=g.shift();)if(l.getDtd().p){g={element:l,remaining:g};break a}g=null}if(!g)return 0;if((l=CKEDITOR.filter.instances[g.element.data("cke-filter")])&&!l.check(c))return b(a,
+c,e,g.remaining);c=new CKEDITOR.dom.range(g.element);c.selectNodeContents(g.element);c=c.createIterator();c.enlargeBr=a.enlargeBr;c.enforceRealBlocks=a.enforceRealBlocks;c.activeFilter=c.filter=l;a._.nestedEditable={element:g.element,container:e,remaining:g.remaining,iterator:c};return 1}function c(a,b,c){if(!b)return!1;a=a.clone();a.collapse(!c);return a.checkBoundaryOfElement(b,c?CKEDITOR.START:CKEDITOR.END)}var e=/^[\r\n\t ]+$/,g=CKEDITOR.dom.walker.bookmark(!1,!0),l=CKEDITOR.dom.walker.whitespaces(!0),
+k=function(a){return g(a)&&l(a)},n={dd:1,dt:1,li:1};a.prototype={getNextParagraph:function(a){var d,l,A,u,B;a=a||"p";if(this._.nestedEditable){if(d=this._.nestedEditable.iterator.getNextParagraph(a))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,d;this.activeFilter=this.filter;if(b(this,a,this._.nestedEditable.container,this._.nestedEditable.remaining))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,this._.nestedEditable.iterator.getNextParagraph(a);this._.nestedEditable=
+null}if(!this.range.root.getDtd()[a])return null;if(!this._.started){var q=this.range.clone();l=q.startPath();var y=q.endPath(),F=!q.collapsed&&c(q,l.block),t=!q.collapsed&&c(q,y.block,1);q.shrink(CKEDITOR.SHRINK_ELEMENT,!0);F&&q.setStartAt(l.block,CKEDITOR.POSITION_BEFORE_END);t&&q.setEndAt(y.block,CKEDITOR.POSITION_AFTER_START);l=q.endContainer.hasAscendant("pre",!0)||q.startContainer.hasAscendant("pre",!0);q.enlarge(this.forceBrBreak&&!l||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);
+q.collapsed||(l=new CKEDITOR.dom.walker(q.clone()),y=CKEDITOR.dom.walker.bookmark(!0,!0),l.evaluator=y,this._.nextNode=l.next(),l=new CKEDITOR.dom.walker(q.clone()),l.evaluator=y,l=l.previous(),this._.lastNode=l.getNextSourceNode(!0,null,q.root),this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()&&(y=this.range.clone(),y.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END),y.checkEndOfBlock()&&
+(y=new CKEDITOR.dom.elementPath(y.endContainer,y.root),this._.lastNode=(y.block||y.blockLimit).getNextSourceNode(!0))),this._.lastNode&&q.root.contains(this._.lastNode)||(this._.lastNode=this._.docEndMarker=q.document.createText(""),this._.lastNode.insertAfter(l)),q=null);this._.started=1;l=q}y=this._.nextNode;q=this._.lastNode;for(this._.nextNode=null;y;){var F=0,t=y.hasAscendant("pre"),z=y.type!=CKEDITOR.NODE_ELEMENT,h=0;if(z)y.type==CKEDITOR.NODE_TEXT&&e.test(y.getText())&&(z=0);else{var p=y.getName();
+if(CKEDITOR.dtd.$block[p]&&"false"==y.getAttribute("contenteditable")){d=y;b(this,a,d);break}else if(y.isBlockBoundary(this.forceBrBreak&&!t&&{br:1})){if("br"==p)z=1;else if(!l&&!y.getChildCount()&&"hr"!=p){d=y;A=y.equals(q);break}l&&(l.setEndAt(y,CKEDITOR.POSITION_BEFORE_START),"br"!=p&&(this._.nextNode=y));F=1}else{if(y.getFirst()){l||(l=this.range.clone(),l.setStartAt(y,CKEDITOR.POSITION_BEFORE_START));y=y.getFirst();continue}z=1}}z&&!l&&(l=this.range.clone(),l.setStartAt(y,CKEDITOR.POSITION_BEFORE_START));
+A=(!F||z)&&y.equals(q);if(l&&!F)for(;!y.getNext(k)&&!A;){p=y.getParent();if(p.isBlockBoundary(this.forceBrBreak&&!t&&{br:1})){F=1;z=0;A||p.equals(q);l.setEndAt(p,CKEDITOR.POSITION_BEFORE_END);break}y=p;z=1;A=y.equals(q);h=1}z&&l.setEndAt(y,CKEDITOR.POSITION_AFTER_END);y=this._getNextSourceNode(y,h,q);if((A=!y)||F&&l)break}if(!d){if(!l)return this._.docEndMarker&&this._.docEndMarker.remove(),this._.nextNode=null;d=new CKEDITOR.dom.elementPath(l.startContainer,l.root);y=d.blockLimit;F={div:1,th:1,td:1};
+d=d.block;!d&&y&&!this.enforceRealBlocks&&F[y.getName()]&&l.checkStartOfBlock()&&l.checkEndOfBlock()&&!y.equals(l.root)?d=y:!d||this.enforceRealBlocks&&d.is(n)?(d=this.range.document.createElement(a),l.extractContents().appendTo(d),d.trim(),l.insertNode(d),u=B=!0):"li"!=d.getName()?l.checkStartOfBlock()&&l.checkEndOfBlock()||(d=d.clone(!1),l.extractContents().appendTo(d),d.trim(),B=l.splitBlock(),u=!B.wasStartOfBlock,B=!B.wasEndOfBlock,l.insertNode(d)):A||(this._.nextNode=d.equals(q)?null:this._getNextSourceNode(l.getBoundaryNodes().endNode,
+1,q))}u&&(u=d.getPrevious())&&u.type==CKEDITOR.NODE_ELEMENT&&("br"==u.getName()?u.remove():u.getLast()&&"br"==u.getLast().$.nodeName.toLowerCase()&&u.getLast().remove());B&&(u=d.getLast())&&u.type==CKEDITOR.NODE_ELEMENT&&"br"==u.getName()&&(!CKEDITOR.env.needsBrFiller||u.getPrevious(g)||u.getNext(g))&&u.remove();this._.nextNode||(this._.nextNode=A||d.equals(q)||!q?null:this._getNextSourceNode(d,1,q));return d},_getNextSourceNode:function(a,b,c){function d(a){return!(a.equals(c)||a.equals(e))}var e=
this.range.root;for(a=a.getNextSourceNode(b,null,d);!g(a);)a=a.getNextSourceNode(b,null,d);return a}};CKEDITOR.dom.range.prototype.createIterator=function(){return new a(this)}})();
CKEDITOR.command=function(a,d){this.uiItems=[];this.exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return!1;this.editorFocus&&a.focus();return!1===this.fire("exec")?!0:!1!==d.exec.call(this,a,b)};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return!0;if(this.context&&!b.isContextFor(this.context)||!this.checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable();this.modes&&!this.modes[a.mode]&&this.disable();return!1===this.fire("refresh",
{editor:a,path:b})?!0:d.refresh&&!1!==d.refresh.apply(this,arguments)};var b;this.checkAllowed=function(c){return c||"boolean"!=typeof b?b=a.activeFilter.checkFeature(this):b};CKEDITOR.tools.extend(this,d,{modes:{wysiwyg:1},editorFocus:1,contextSensitive:!!d.context,state:CKEDITOR.TRISTATE_DISABLED});CKEDITOR.event.call(this)};
CKEDITOR.command.prototype={enable:function(){this.state==CKEDITOR.TRISTATE_DISABLED&&this.checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.previousState:CKEDITOR.TRISTATE_OFF)},disable:function(){this.setState(CKEDITOR.TRISTATE_DISABLED)},setState:function(a){if(this.state==a||a!=CKEDITOR.TRISTATE_DISABLED&&!this.checkAllowed())return!1;this.previousState=this.state;this.state=a;this.fire("state");return!0},toggleState:function(){this.state==CKEDITOR.TRISTATE_OFF?
this.setState(CKEDITOR.TRISTATE_ON):this.state==CKEDITOR.TRISTATE_ON&&this.setState(CKEDITOR.TRISTATE_OFF)}};CKEDITOR.event.implementOn(CKEDITOR.command.prototype);CKEDITOR.ENTER_P=1;CKEDITOR.ENTER_BR=2;CKEDITOR.ENTER_DIV=3;
CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",contentsLangDirection:"",enterMode:CKEDITOR.ENTER_P,forceEnterMode:!1,shiftEnterMode:CKEDITOR.ENTER_BR,docType:"\x3c!DOCTYPE html\x3e",bodyId:"",bodyClass:"",fullPage:!1,height:200,contentsCss:CKEDITOR.getUrl("contents.css"),extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85]};
-(function(){function a(a,b,c,d,e){var k,p;a=[];for(k in b){p=b[k];p="boolean"==typeof p?{}:"function"==typeof p?{match:p}:L(p);"$"!=k.charAt(0)&&(p.elements=k);c&&(p.featureName=c.toLowerCase());var n=p;n.elements=h(n.elements,/\s+/)||null;n.propertiesOnly=n.propertiesOnly||!0===n.elements;var r=/\s*,\s*/,m=void 0;for(m in S){n[m]=h(n[m],r)||null;var G=n,f=w[m],x=h(n[w[m]],r),g=n[m],D=[],F=!0,J=void 0;x?F=!1:x={};for(J in g)"!"==J.charAt(0)&&(J=J.slice(1),D.push(J),x[J]=!0,F=!1);for(;J=D.pop();)g[J]=
-g["!"+J],delete g["!"+J];G[f]=(F?!1:x)||null}n.match=n.match||null;d.push(p);a.push(p)}b=e.elements;e=e.generic;var l;c=0;for(d=a.length;c<d;++c){k=L(a[c]);p=!0===k.classes||!0===k.styles||!0===k.attributes;n=k;m=f=r=void 0;for(r in S)n[r]=E(n[r]);G=!0;for(m in w){r=w[m];f=n[r];x=[];g=void 0;for(g in f)-1<g.indexOf("*")?x.push(new RegExp("^"+g.replace(/\*/g,".*")+"$")):x.push(g);f=x;f.length&&(n[r]=f,G=!1)}n.nothingRequired=G;n.noProperties=!(n.attributes||n.classes||n.styles);if(!0===k.elements||
-null===k.elements)e[p?"unshift":"push"](k);else for(l in n=k.elements,delete k.elements,n)if(b[l])b[l][p?"unshift":"push"](k);else b[l]=[k]}}function d(a,c,d,k){if(!a.match||a.match(c))if(k||l(a,c))if(a.propertiesOnly||(d.valid=!0),d.allAttributes||(d.allAttributes=b(a.attributes,c.attributes,d.validAttributes)),d.allStyles||(d.allStyles=b(a.styles,c.styles,d.validStyles)),!d.allClasses){a=a.classes;c=c.classes;k=d.validClasses;if(a)if(!0===a)a=!0;else{for(var e=0,p=c.length,n;e<p;++e)n=c[e],k[n]||
-(k[n]=a(n));a=!1}else a=!1;d.allClasses=a}}function b(a,b,c){if(!a)return!1;if(!0===a)return!0;for(var d in b)c[d]||(c[d]=a(d));return!1}function c(a,b,c){if(!a.match||a.match(b)){if(a.noProperties)return!1;c.hadInvalidAttribute=e(a.attributes,b.attributes)||c.hadInvalidAttribute;c.hadInvalidStyle=e(a.styles,b.styles)||c.hadInvalidStyle;a=a.classes;b=b.classes;if(a){for(var d=!1,k=!0===a,p=b.length;p--;)if(k||a(b[p]))b.splice(p,1),d=!0;a=d}else a=!1;c.hadInvalidClass=a||c.hadInvalidClass}}function e(a,
-b){if(!a)return!1;var c=!1,d=!0===a,k;for(k in b)if(d||a(k))delete b[k],c=!0;return c}function g(a,b,c){if(a.disabled||a.customConfig&&!c||!b)return!1;a._.cachedChecks={};return!0}function h(a,b){if(!a)return!1;if(!0===a)return a;if("string"==typeof a)return a=T(a),"*"==a?!0:CKEDITOR.tools.convertArrayToObject(a.split(b));if(CKEDITOR.tools.isArray(a))return a.length?CKEDITOR.tools.convertArrayToObject(a):!1;var c={},d=0,k;for(k in a)c[k]=a[k],d++;return d?c:!1}function l(a,b){if(a.nothingRequired)return!0;
-var c,d,k,p;if(k=a.requiredClasses)for(p=b.classes,c=0;c<k.length;++c)if(d=k[c],"string"==typeof d){if(-1==CKEDITOR.tools.indexOf(p,d))return!1}else if(!CKEDITOR.tools.checkIfAnyArrayItemMatches(p,d))return!1;return q(b.styles,a.requiredStyles)&&q(b.attributes,a.requiredAttributes)}function q(a,b){if(!b)return!0;for(var c=0,d;c<b.length;++c)if(d=b[c],"string"==typeof d){if(!(d in a))return!1}else if(!CKEDITOR.tools.checkIfAnyObjectPropertyMatches(a,d))return!1;return!0}function t(a){if(!a)return{};
-a=a.split(/\s*,\s*/).sort();for(var b={};a.length;)b[a.shift()]="cke-test";return b}function f(a){var b,c,d,k,p={},e=1;for(a=T(a);b=a.match(H);)(c=b[2])?(d=z(c,"styles"),k=z(c,"attrs"),c=z(c,"classes")):d=k=c=null,p["$"+e++]={elements:b[1],classes:c,styles:d,attributes:k},a=a.slice(b[0].length);return p}function z(a,b){var c=a.match(I[b]);return c?T(c[1]):null}function A(a){var b=a.styleBackup=a.attributes.style,c=a.classBackup=a.attributes["class"];a.styles||(a.styles=CKEDITOR.tools.parseCssText(b||
-"",1));a.classes||(a.classes=c?c.split(/\s+/):[])}function u(a,b,k,e){var n=0,r;e.toHtml&&(b.name=b.name.replace(G,"$1"));if(e.doCallbacks&&a.elementCallbacks){a:{r=a.elementCallbacks;for(var f=0,x=r.length,g;f<x;++f)if(g=r[f](b)){r=g;break a}r=void 0}if(r)return r}if(e.doTransform&&(r=a._.transformations[b.name])){A(b);for(f=0;f<r.length;++f)p(a,b,r[f]);m(b)}if(e.doFilter){a:{f=b.name;x=a._;a=x.allowedRules.elements[f];r=x.allowedRules.generic;f=x.disallowedRules.elements[f];x=x.disallowedRules.generic;
-g=e.skipRequired;var D={valid:!1,validAttributes:{},validClasses:{},validStyles:{},allAttributes:!1,allClasses:!1,allStyles:!1,hadInvalidAttribute:!1,hadInvalidClass:!1,hadInvalidStyle:!1},w,h;if(a||r){A(b);if(f)for(w=0,h=f.length;w<h;++w)if(!1===c(f[w],b,D)){a=null;break a}if(x)for(w=0,h=x.length;w<h;++w)c(x[w],b,D);if(a)for(w=0,h=a.length;w<h;++w)d(a[w],b,D,g);if(r)for(w=0,h=r.length;w<h;++w)d(r[w],b,D,g);a=D}else a=null}if(!a||!a.valid)return k.push(b),1;h=a.validAttributes;var F=a.validStyles;
-r=a.validClasses;var f=b.attributes,l=b.styles,x=b.classes;g=b.classBackup;var I=b.styleBackup,B,H,O=[],D=[],L=/^data-cke-/;w=!1;delete f.style;delete f["class"];delete b.classBackup;delete b.styleBackup;if(!a.allAttributes)for(B in f)h[B]||(L.test(B)?B==(H=B.replace(/^data-cke-saved-/,""))||h[H]||(delete f[B],w=!0):(delete f[B],w=!0));if(!a.allStyles||a.hadInvalidStyle){for(B in l)a.allStyles||F[B]?O.push(B+":"+l[B]):w=!0;O.length&&(f.style=O.sort().join("; "))}else I&&(f.style=I);if(!a.allClasses||
-a.hadInvalidClass){for(B=0;B<x.length;++B)(a.allClasses||r[x[B]])&&D.push(x[B]);D.length&&(f["class"]=D.sort().join(" "));g&&D.length<g.split(/\s+/).length&&(w=!0)}else g&&(f["class"]=g);w&&(n=1);if(!e.skipFinalValidation&&!y(b))return k.push(b),1}e.toHtml&&(b.name=b.name.replace(J,"cke:$1"));return n}function C(a){var b=[],c;for(c in a)-1<c.indexOf("*")&&b.push(c.replace(/\*/g,".*"));return b.length?new RegExp("^(?:"+b.join("|")+")$"):null}function m(a){var b=a.attributes,c;delete b.style;delete b["class"];
-if(c=CKEDITOR.tools.writeCssText(a.styles,!0))b.style=c;a.classes.length&&(b["class"]=a.classes.sort().join(" "))}function y(a){switch(a.name){case "a":if(!(a.children.length||a.attributes.name||a.attributes.id))return!1;break;case "img":if(!a.attributes.src)return!1}return!0}function E(a){if(!a)return!1;if(!0===a)return!0;var b=C(a);return function(c){return c in a||b&&c.match(b)}}function v(){return new CKEDITOR.htmlParser.element("br")}function x(a){return a.type==CKEDITOR.NODE_ELEMENT&&("br"==
-a.name||B.$block[a.name])}function k(a,b,c){var d=a.name;if(B.$empty[d]||!a.children.length)"hr"==d&&"br"==b?a.replaceWith(v()):(a.parent&&c.push({check:"it",el:a.parent}),a.remove());else if(B.$block[d]||"tr"==d)if("br"==b)a.previous&&!x(a.previous)&&(b=v(),b.insertBefore(a)),a.next&&!x(a.next)&&(b=v(),b.insertAfter(a)),a.replaceWithChildren();else{var d=a.children,k;b:{k=B[b];for(var e=0,p=d.length,n;e<p;++e)if(n=d[e],n.type==CKEDITOR.NODE_ELEMENT&&!k[n.name]){k=!1;break b}k=!0}if(k)a.name=b,a.attributes=
-{},c.push({check:"parent-down",el:a});else{k=a.parent;for(var e=k.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||"body"==k.name,r,f,p=d.length;0<p;)n=d[--p],e&&(n.type==CKEDITOR.NODE_TEXT||n.type==CKEDITOR.NODE_ELEMENT&&B.$inline[n.name])?(r||(r=new CKEDITOR.htmlParser.element(b),r.insertAfter(a),c.push({check:"parent-down",el:r})),r.add(n,0)):(r=null,f=B[k.name]||B.span,n.insertAfter(a),k.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||n.type!=CKEDITOR.NODE_ELEMENT||f[n.name]||c.push({check:"el-up",el:n}));a.remove()}}else d in
-{style:1,script:1}?a.remove():(a.parent&&c.push({check:"it",el:a.parent}),a.replaceWithChildren())}function p(a,b,c){var d,k;for(d=0;d<c.length;++d)if(k=c[d],!(k.check&&!a.check(k.check,!1)||k.left&&!k.left(b))){k.right(b,O);break}}function n(a,b){var c=b.getDefinition(),d=c.attributes,k=c.styles,e,p,n,r;if(a.name!=c.element)return!1;for(e in d)if("class"==e)for(c=d[e].split(/\s+/),n=a.classes.join("|");r=c.pop();){if(-1==n.indexOf(r))return!1}else if(a.attributes[e]!=d[e])return!1;for(p in k)if(a.styles[p]!=
-k[p])return!1;return!0}function D(a,b){var c,d;"string"==typeof a?c=a:a instanceof CKEDITOR.style?d=a:(c=a[0],d=a[1]);return[{element:c,left:d,right:function(a,c){c.transform(a,b)}}]}function r(a){return function(b){return n(b,a)}}function F(a){return function(b,c){c[a](b)}}var B=CKEDITOR.dtd,L=CKEDITOR.tools.copy,T=CKEDITOR.tools.trim,M=["","p","br","div"];CKEDITOR.FILTER_SKIP_TREE=2;CKEDITOR.filter=function(a){this.allowedContent=[];this.disallowedContent=[];this.elementCallbacks=null;this.disabled=
+(function(){function a(a,b,c,d,e){var h,p;a=[];for(h in b){p=b[h];p="boolean"==typeof p?{}:"function"==typeof p?{match:p}:K(p);"$"!=h.charAt(0)&&(p.elements=h);c&&(p.featureName=c.toLowerCase());var m=p;m.elements=l(m.elements,/\s+/)||null;m.propertiesOnly=m.propertiesOnly||!0===m.elements;var r=/\s*,\s*/,q=void 0;for(q in Q){m[q]=l(m[q],r)||null;var f=m,E=v[q],z=l(m[v[q]],r),g=m[q],C=[],G=!0,L=void 0;z?G=!1:z={};for(L in g)"!"==L.charAt(0)&&(L=L.slice(1),C.push(L),z[L]=!0,G=!1);for(;L=C.pop();)g[L]=
+g["!"+L],delete g["!"+L];f[E]=(G?!1:z)||null}m.match=m.match||null;d.push(p);a.push(p)}b=e.elements;e=e.generic;var k;c=0;for(d=a.length;c<d;++c){h=K(a[c]);p=!0===h.classes||!0===h.styles||!0===h.attributes;m=h;q=E=r=void 0;for(r in Q)m[r]=F(m[r]);f=!0;for(q in v){r=v[q];E=m[r];z=[];g=void 0;for(g in E)-1<g.indexOf("*")?z.push(new RegExp("^"+g.replace(/\*/g,".*")+"$")):z.push(g);E=z;E.length&&(m[r]=E,f=!1)}m.nothingRequired=f;m.noProperties=!(m.attributes||m.classes||m.styles);if(!0===h.elements||
+null===h.elements)e[p?"unshift":"push"](h);else for(k in m=h.elements,delete h.elements,m)if(b[k])b[k][p?"unshift":"push"](h);else b[k]=[h]}}function d(a,c,d,h){if(!a.match||a.match(c))if(h||k(a,c))if(a.propertiesOnly||(d.valid=!0),d.allAttributes||(d.allAttributes=b(a.attributes,c.attributes,d.validAttributes)),d.allStyles||(d.allStyles=b(a.styles,c.styles,d.validStyles)),!d.allClasses){a=a.classes;c=c.classes;h=d.validClasses;if(a)if(!0===a)a=!0;else{for(var p=0,e=c.length,m;p<e;++p)m=c[p],h[m]||
+(h[m]=a(m));a=!1}else a=!1;d.allClasses=a}}function b(a,b,c){if(!a)return!1;if(!0===a)return!0;for(var d in b)c[d]||(c[d]=a(d));return!1}function c(a,b,c){if(!a.match||a.match(b)){if(a.noProperties)return!1;c.hadInvalidAttribute=e(a.attributes,b.attributes)||c.hadInvalidAttribute;c.hadInvalidStyle=e(a.styles,b.styles)||c.hadInvalidStyle;a=a.classes;b=b.classes;if(a){for(var d=!1,h=!0===a,p=b.length;p--;)if(h||a(b[p]))b.splice(p,1),d=!0;a=d}else a=!1;c.hadInvalidClass=a||c.hadInvalidClass}}function e(a,
+b){if(!a)return!1;var c=!1,d=!0===a,h;for(h in b)if(d||a(h))delete b[h],c=!0;return c}function g(a,b,c){if(a.disabled||a.customConfig&&!c||!b)return!1;a._.cachedChecks={};return!0}function l(a,b){if(!a)return!1;if(!0===a)return a;if("string"==typeof a)return a=R(a),"*"==a?!0:CKEDITOR.tools.convertArrayToObject(a.split(b));if(CKEDITOR.tools.isArray(a))return a.length?CKEDITOR.tools.convertArrayToObject(a):!1;var c={},d=0,h;for(h in a)c[h]=a[h],d++;return d?c:!1}function k(a,b){if(a.nothingRequired)return!0;
+var c,d,h,p;if(h=a.requiredClasses)for(p=b.classes,c=0;c<h.length;++c)if(d=h[c],"string"==typeof d){if(-1==CKEDITOR.tools.indexOf(p,d))return!1}else if(!CKEDITOR.tools.checkIfAnyArrayItemMatches(p,d))return!1;return n(b.styles,a.requiredStyles)&&n(b.attributes,a.requiredAttributes)}function n(a,b){if(!b)return!0;for(var c=0,d;c<b.length;++c)if(d=b[c],"string"==typeof d){if(!(d in a))return!1}else if(!CKEDITOR.tools.checkIfAnyObjectPropertyMatches(a,d))return!1;return!0}function w(a){if(!a)return{};
+a=a.split(/\s*,\s*/).sort();for(var b={};a.length;)b[a.shift()]="cke-test";return b}function f(a){var b,c,d,h,p={},e=1;for(a=R(a);b=a.match(D);)(c=b[2])?(d=x(c,"styles"),h=x(c,"attrs"),c=x(c,"classes")):d=h=c=null,p["$"+e++]={elements:b[1],classes:c,styles:d,attributes:h},a=a.slice(b[0].length);return p}function x(a,b){var c=a.match(I[b]);return c?R(c[1]):null}function A(a){var b=a.styleBackup=a.attributes.style,c=a.classBackup=a.attributes["class"];a.styles||(a.styles=CKEDITOR.tools.parseCssText(b||
+"",1));a.classes||(a.classes=c?c.split(/\s+/):[])}function u(a,b,h,e){var m=0,r;e.toHtml&&(b.name=b.name.replace(E,"$1"));if(e.doCallbacks&&a.elementCallbacks){a:{r=a.elementCallbacks;for(var g=0,f=r.length,z;g<f;++g)if(z=r[g](b)){r=z;break a}r=void 0}if(r)return r}if(e.doTransform&&(r=a._.transformations[b.name])){A(b);for(g=0;g<r.length;++g)p(a,b,r[g]);q(b)}if(e.doFilter){a:{g=b.name;f=a._;a=f.allowedRules.elements[g];r=f.allowedRules.generic;g=f.disallowedRules.elements[g];f=f.disallowedRules.generic;
+z=e.skipRequired;var C={valid:!1,validAttributes:{},validClasses:{},validStyles:{},allAttributes:!1,allClasses:!1,allStyles:!1,hadInvalidAttribute:!1,hadInvalidClass:!1,hadInvalidStyle:!1},v,l;if(a||r){A(b);if(g)for(v=0,l=g.length;v<l;++v)if(!1===c(g[v],b,C)){a=null;break a}if(f)for(v=0,l=f.length;v<l;++v)c(f[v],b,C);if(a)for(v=0,l=a.length;v<l;++v)d(a[v],b,C,z);if(r)for(v=0,l=r.length;v<l;++v)d(r[v],b,C,z);a=C}else a=null}if(!a||!a.valid)return h.push(b),1;l=a.validAttributes;var G=a.validStyles;
+r=a.validClasses;var g=b.attributes,k=b.styles,f=b.classes;z=b.classBackup;var I=b.styleBackup,D,H,J=[],C=[],n=/^data-cke-/;v=!1;delete g.style;delete g["class"];delete b.classBackup;delete b.styleBackup;if(!a.allAttributes)for(D in g)l[D]||(n.test(D)?D==(H=D.replace(/^data-cke-saved-/,""))||l[H]||(delete g[D],v=!0):(delete g[D],v=!0));if(!a.allStyles||a.hadInvalidStyle){for(D in k)a.allStyles||G[D]?J.push(D+":"+k[D]):v=!0;J.length&&(g.style=J.sort().join("; "))}else I&&(g.style=I);if(!a.allClasses||
+a.hadInvalidClass){for(D=0;D<f.length;++D)(a.allClasses||r[f[D]])&&C.push(f[D]);C.length&&(g["class"]=C.sort().join(" "));z&&C.length<z.split(/\s+/).length&&(v=!0)}else z&&(g["class"]=z);v&&(m=1);if(!e.skipFinalValidation&&!y(b))return h.push(b),1}e.toHtml&&(b.name=b.name.replace(L,"cke:$1"));return m}function B(a){var b=[],c;for(c in a)-1<c.indexOf("*")&&b.push(c.replace(/\*/g,".*"));return b.length?new RegExp("^(?:"+b.join("|")+")$"):null}function q(a){var b=a.attributes,c;delete b.style;delete b["class"];
+if(c=CKEDITOR.tools.writeCssText(a.styles,!0))b.style=c;a.classes.length&&(b["class"]=a.classes.sort().join(" "))}function y(a){switch(a.name){case "a":if(!(a.children.length||a.attributes.name||a.attributes.id))return!1;break;case "img":if(!a.attributes.src)return!1}return!0}function F(a){if(!a)return!1;if(!0===a)return!0;var b=B(a);return function(c){return c in a||b&&c.match(b)}}function t(){return new CKEDITOR.htmlParser.element("br")}function z(a){return a.type==CKEDITOR.NODE_ELEMENT&&("br"==
+a.name||H.$block[a.name])}function h(a,b,c){var d=a.name;if(H.$empty[d]||!a.children.length)"hr"==d&&"br"==b?a.replaceWith(t()):(a.parent&&c.push({check:"it",el:a.parent}),a.remove());else if(H.$block[d]||"tr"==d)if("br"==b)a.previous&&!z(a.previous)&&(b=t(),b.insertBefore(a)),a.next&&!z(a.next)&&(b=t(),b.insertAfter(a)),a.replaceWithChildren();else{var d=a.children,h;b:{h=H[b];for(var p=0,e=d.length,m;p<e;++p)if(m=d[p],m.type==CKEDITOR.NODE_ELEMENT&&!h[m.name]){h=!1;break b}h=!0}if(h)a.name=b,a.attributes=
+{},c.push({check:"parent-down",el:a});else{h=a.parent;for(var p=h.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||"body"==h.name,r,g,e=d.length;0<e;)m=d[--e],p&&(m.type==CKEDITOR.NODE_TEXT||m.type==CKEDITOR.NODE_ELEMENT&&H.$inline[m.name])?(r||(r=new CKEDITOR.htmlParser.element(b),r.insertAfter(a),c.push({check:"parent-down",el:r})),r.add(m,0)):(r=null,g=H[h.name]||H.span,m.insertAfter(a),h.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||m.type!=CKEDITOR.NODE_ELEMENT||g[m.name]||c.push({check:"el-up",el:m}));a.remove()}}else d in
+{style:1,script:1}?a.remove():(a.parent&&c.push({check:"it",el:a.parent}),a.replaceWithChildren())}function p(a,b,c){var d,h;for(d=0;d<c.length;++d)if(h=c[d],!(h.check&&!a.check(h.check,!1)||h.left&&!h.left(b))){h.right(b,J);break}}function m(a,b){var c=b.getDefinition(),d=c.attributes,h=c.styles,p,e,m,r;if(a.name!=c.element)return!1;for(p in d)if("class"==p)for(c=d[p].split(/\s+/),m=a.classes.join("|");r=c.pop();){if(-1==m.indexOf(r))return!1}else if(a.attributes[p]!=d[p])return!1;for(e in h)if(a.styles[e]!=
+h[e])return!1;return!0}function C(a,b){var c,d;"string"==typeof a?c=a:a instanceof CKEDITOR.style?d=a:(c=a[0],d=a[1]);return[{element:c,left:d,right:function(a,c){c.transform(a,b)}}]}function r(a){return function(b){return m(b,a)}}function G(a){return function(b,c){c[a](b)}}var H=CKEDITOR.dtd,K=CKEDITOR.tools.copy,R=CKEDITOR.tools.trim,M=["","p","br","div"];CKEDITOR.FILTER_SKIP_TREE=2;CKEDITOR.filter=function(a){this.allowedContent=[];this.disallowedContent=[];this.elementCallbacks=null;this.disabled=
!1;this.editor=null;this.id=CKEDITOR.tools.getNextNumber();this._={allowedRules:{elements:{},generic:[]},disallowedRules:{elements:{},generic:[]},transformations:{},cachedTests:{}};CKEDITOR.filter.instances[this.id]=this;if(a instanceof CKEDITOR.editor){a=this.editor=a;this.customConfig=!0;var b=a.config.allowedContent;!0===b?this.disabled=!0:(b||(this.customConfig=!1),this.allow(b,"config",1),this.allow(a.config.extraAllowedContent,"extra",1),this.allow(M[a.enterMode]+" "+M[a.shiftEnterMode],"default",
-1),this.disallow(a.config.disallowedContent))}else this.customConfig=!1,this.allow(a,"default",1)};CKEDITOR.filter.instances={};CKEDITOR.filter.prototype={allow:function(b,c,d){if(!g(this,b,d))return!1;var k,e;if("string"==typeof b)b=f(b);else if(b instanceof CKEDITOR.style){if(b.toAllowedContentRules)return this.allow(b.toAllowedContentRules(this.editor),c,d);k=b.getDefinition();b={};d=k.attributes;b[k.element]=k={styles:k.styles,requiredStyles:k.styles&&CKEDITOR.tools.objectKeys(k.styles)};d&&(d=
-L(d),k.classes=d["class"]?d["class"].split(/\s+/):null,k.requiredClasses=k.classes,delete d["class"],k.attributes=d,k.requiredAttributes=d&&CKEDITOR.tools.objectKeys(d))}else if(CKEDITOR.tools.isArray(b)){for(k=0;k<b.length;++k)e=this.allow(b[k],c,d);return e}a(this,b,c,this.allowedContent,this._.allowedRules);return!0},applyTo:function(a,b,c,d){if(this.disabled)return!1;var e=this,p=[],n=this.editor&&this.editor.config.protectedSource,r,f=!1,m={doFilter:!c,doTransform:!0,doCallbacks:!0,toHtml:b};
-a.forEach(function(a){if(a.type==CKEDITOR.NODE_ELEMENT){if("off"==a.attributes["data-cke-filter"])return!1;if(!b||"span"!=a.name||!~CKEDITOR.tools.objectKeys(a.attributes).join("|").indexOf("data-cke-"))if(r=u(e,a,p,m),r&1)f=!0;else if(r&2)return!1}else if(a.type==CKEDITOR.NODE_COMMENT&&a.value.match(/^\{cke_protected\}(?!\{C\})/)){var c;a:{var d=decodeURIComponent(a.value.replace(/^\{cke_protected\}/,""));c=[];var k,x,g;if(n)for(x=0;x<n.length;++x)if((g=d.match(n[x]))&&g[0].length==d.length){c=!0;
-break a}d=CKEDITOR.htmlParser.fragment.fromHtml(d);1==d.children.length&&(k=d.children[0]).type==CKEDITOR.NODE_ELEMENT&&u(e,k,c,m);c=!c.length}c||p.push(a)}},null,!0);p.length&&(f=!0);var x;a=[];d=M[d||(this.editor?this.editor.enterMode:CKEDITOR.ENTER_P)];for(var g;c=p.pop();)c.type==CKEDITOR.NODE_ELEMENT?k(c,d,a):c.remove();for(;x=a.pop();)if(c=x.el,c.parent)switch(g=B[c.parent.name]||B.span,x.check){case "it":B.$removeEmpty[c.name]&&!c.children.length?k(c,d,a):y(c)||k(c,d,a);break;case "el-up":c.parent.type==
-CKEDITOR.NODE_DOCUMENT_FRAGMENT||g[c.name]||k(c,d,a);break;case "parent-down":c.parent.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||g[c.name]||k(c.parent,d,a)}return f},checkFeature:function(a){if(this.disabled||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));return!a.requiredContent||this.check(a.requiredContent)},disable:function(){this.disabled=!0},disallow:function(b){if(!g(this,b,!0))return!1;"string"==typeof b&&(b=f(b));a(this,b,null,this.disallowedContent,this._.disallowedRules);return!0},
-addContentForms:function(a){if(!this.disabled&&a){var b,c,d=[],k;for(b=0;b<a.length&&!k;++b)c=a[b],("string"==typeof c||c instanceof CKEDITOR.style)&&this.check(c)&&(k=c);if(k){for(b=0;b<a.length;++b)d.push(D(a[b],k));this.addTransformations(d)}}},addElementCallback:function(a){this.elementCallbacks||(this.elementCallbacks=[]);this.elementCallbacks.push(a)},addFeature:function(a){if(this.disabled||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));this.allow(a.allowedContent,a.name);this.addTransformations(a.contentTransformations);
-this.addContentForms(a.contentForms);return a.requiredContent&&(this.customConfig||this.disallowedContent.length)?this.check(a.requiredContent):!0},addTransformations:function(a){var b,c;if(!this.disabled&&a){var d=this._.transformations,k;for(k=0;k<a.length;++k){b=a[k];var e=void 0,p=void 0,n=void 0,f=void 0,x=void 0,m=void 0;c=[];for(p=0;p<b.length;++p)n=b[p],"string"==typeof n?(n=n.split(/\s*:\s*/),f=n[0],x=null,m=n[1]):(f=n.check,x=n.left,m=n.right),e||(e=n,e=e.element?e.element:f?f.match(/^([a-z0-9]+)/i)[0]:
-e.left.getDefinition().element),x instanceof CKEDITOR.style&&(x=r(x)),c.push({check:f==e?null:f,left:x,right:"string"==typeof m?F(m):m});b=e;d[b]||(d[b]=[]);d[b].push(c)}}},check:function(a,b,c){if(this.disabled)return!0;if(CKEDITOR.tools.isArray(a)){for(var d=a.length;d--;)if(this.check(a[d],b,c))return!0;return!1}var k,e;if("string"==typeof a){e=a+"\x3c"+(!1===b?"0":"1")+(c?"1":"0")+"\x3e";if(e in this._.cachedChecks)return this._.cachedChecks[e];d=f(a).$1;k=d.styles;var n=d.classes;d.name=d.elements;
-d.classes=n=n?n.split(/\s*,\s*/):[];d.styles=t(k);d.attributes=t(d.attributes);d.children=[];n.length&&(d.attributes["class"]=n.join(" "));k&&(d.attributes.style=CKEDITOR.tools.writeCssText(d.styles));k=d}else d=a.getDefinition(),k=d.styles,n=d.attributes||{},k?(k=L(k),n.style=CKEDITOR.tools.writeCssText(k,!0)):k={},k={name:d.element,attributes:n,classes:n["class"]?n["class"].split(/\s+/):[],styles:k,children:[]};var n=CKEDITOR.tools.clone(k),r=[],x;if(!1!==b&&(x=this._.transformations[k.name])){for(d=
-0;d<x.length;++d)p(this,k,x[d]);m(k)}u(this,n,r,{doFilter:!0,doTransform:!1!==b,skipRequired:!c,skipFinalValidation:!c});b=0<r.length?!1:CKEDITOR.tools.objectCompare(k.attributes,n.attributes,!0)?!0:!1;"string"==typeof a&&(this._.cachedChecks[e]=b);return b},getAllowedEnterMode:function(){var a=["p","div","br"],b={p:CKEDITOR.ENTER_P,div:CKEDITOR.ENTER_DIV,br:CKEDITOR.ENTER_BR};return function(c,d){var k=a.slice(),e;if(this.check(M[c]))return c;for(d||(k=k.reverse());e=k.pop();)if(this.check(e))return b[e];
-return CKEDITOR.ENTER_BR}}(),destroy:function(){delete CKEDITOR.filter.instances[this.id];delete this._;delete this.allowedContent;delete this.disallowedContent}};var S={styles:1,attributes:1,classes:1},w={styles:"requiredStyles",attributes:"requiredAttributes",classes:"requiredClasses"},H=/^([a-z0-9\-*\s]+)((?:\s*\{[!\w\-,\s\*]+\}\s*|\s*\[[!\w\-,\s\*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,I={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/,classes:/\(([^\)]+)\)/},G=/^cke:(object|embed|param)$/,
-J=/^(object|embed|param)$/,O=CKEDITOR.filter.transformationsTools={sizeToStyle:function(a){this.lengthToStyle(a,"width");this.lengthToStyle(a,"height")},sizeToAttribute:function(a){this.lengthToAttribute(a,"width");this.lengthToAttribute(a,"height")},lengthToStyle:function(a,b,c){c=c||b;if(!(c in a.styles)){var d=a.attributes[b];d&&(/^\d+$/.test(d)&&(d+="px"),a.styles[c]=d)}delete a.attributes[b]},lengthToAttribute:function(a,b,c){c=c||b;if(!(c in a.attributes)){var d=a.styles[b],k=d&&d.match(/^(\d+)(?:\.\d*)?px$/);
-k?a.attributes[c]=k[1]:"cke-test"==d&&(a.attributes[c]="cke-test")}delete a.styles[b]},alignmentToStyle:function(a){if(!("float"in a.styles)){var b=a.attributes.align;if("left"==b||"right"==b)a.styles["float"]=b}delete a.attributes.align},alignmentToAttribute:function(a){if(!("align"in a.attributes)){var b=a.styles["float"];if("left"==b||"right"==b)a.attributes.align=b}delete a.styles["float"]},matchesStyle:n,transform:function(a,b){if("string"==typeof b)a.name=b;else{var c=b.getDefinition(),d=c.styles,
-k=c.attributes,e,p,n,r;a.name=c.element;for(e in k)if("class"==e)for(c=a.classes.join("|"),n=k[e].split(/\s+/);r=n.pop();)-1==c.indexOf(r)&&a.classes.push(r);else a.attributes[e]=k[e];for(p in d)a.styles[p]=d[p]}}}})();
+1),this.disallow(a.config.disallowedContent))}else this.customConfig=!1,this.allow(a,"default",1)};CKEDITOR.filter.instances={};CKEDITOR.filter.prototype={allow:function(b,c,d){if(!g(this,b,d))return!1;var h,p;if("string"==typeof b)b=f(b);else if(b instanceof CKEDITOR.style){if(b.toAllowedContentRules)return this.allow(b.toAllowedContentRules(this.editor),c,d);h=b.getDefinition();b={};d=h.attributes;b[h.element]=h={styles:h.styles,requiredStyles:h.styles&&CKEDITOR.tools.objectKeys(h.styles)};d&&(d=
+K(d),h.classes=d["class"]?d["class"].split(/\s+/):null,h.requiredClasses=h.classes,delete d["class"],h.attributes=d,h.requiredAttributes=d&&CKEDITOR.tools.objectKeys(d))}else if(CKEDITOR.tools.isArray(b)){for(h=0;h<b.length;++h)p=this.allow(b[h],c,d);return p}a(this,b,c,this.allowedContent,this._.allowedRules);return!0},applyTo:function(a,b,c,d){if(this.disabled)return!1;var p=this,e=[],m=this.editor&&this.editor.config.protectedSource,r,g=!1,f={doFilter:!c,doTransform:!0,doCallbacks:!0,toHtml:b};
+a.forEach(function(a){if(a.type==CKEDITOR.NODE_ELEMENT){if("off"==a.attributes["data-cke-filter"])return!1;if(!b||"span"!=a.name||!~CKEDITOR.tools.objectKeys(a.attributes).join("|").indexOf("data-cke-"))if(r=u(p,a,e,f),r&1)g=!0;else if(r&2)return!1}else if(a.type==CKEDITOR.NODE_COMMENT&&a.value.match(/^\{cke_protected\}(?!\{C\})/)){var c;a:{var d=decodeURIComponent(a.value.replace(/^\{cke_protected\}/,""));c=[];var h,q,z;if(m)for(q=0;q<m.length;++q)if((z=d.match(m[q]))&&z[0].length==d.length){c=!0;
+break a}d=CKEDITOR.htmlParser.fragment.fromHtml(d);1==d.children.length&&(h=d.children[0]).type==CKEDITOR.NODE_ELEMENT&&u(p,h,c,f);c=!c.length}c||e.push(a)}},null,!0);e.length&&(g=!0);var q;a=[];d=M[d||(this.editor?this.editor.enterMode:CKEDITOR.ENTER_P)];for(var z;c=e.pop();)c.type==CKEDITOR.NODE_ELEMENT?h(c,d,a):c.remove();for(;q=a.pop();)if(c=q.el,c.parent)switch(z=H[c.parent.name]||H.span,q.check){case "it":H.$removeEmpty[c.name]&&!c.children.length?h(c,d,a):y(c)||h(c,d,a);break;case "el-up":c.parent.type==
+CKEDITOR.NODE_DOCUMENT_FRAGMENT||z[c.name]||h(c,d,a);break;case "parent-down":c.parent.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||z[c.name]||h(c.parent,d,a)}return g},checkFeature:function(a){if(this.disabled||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));return!a.requiredContent||this.check(a.requiredContent)},disable:function(){this.disabled=!0},disallow:function(b){if(!g(this,b,!0))return!1;"string"==typeof b&&(b=f(b));a(this,b,null,this.disallowedContent,this._.disallowedRules);return!0},
+addContentForms:function(a){if(!this.disabled&&a){var b,c,d=[],h;for(b=0;b<a.length&&!h;++b)c=a[b],("string"==typeof c||c instanceof CKEDITOR.style)&&this.check(c)&&(h=c);if(h){for(b=0;b<a.length;++b)d.push(C(a[b],h));this.addTransformations(d)}}},addElementCallback:function(a){this.elementCallbacks||(this.elementCallbacks=[]);this.elementCallbacks.push(a)},addFeature:function(a){if(this.disabled||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));this.allow(a.allowedContent,a.name);this.addTransformations(a.contentTransformations);
+this.addContentForms(a.contentForms);return a.requiredContent&&(this.customConfig||this.disallowedContent.length)?this.check(a.requiredContent):!0},addTransformations:function(a){var b,c;if(!this.disabled&&a){var d=this._.transformations,h;for(h=0;h<a.length;++h){b=a[h];var p=void 0,e=void 0,m=void 0,g=void 0,q=void 0,f=void 0;c=[];for(e=0;e<b.length;++e)m=b[e],"string"==typeof m?(m=m.split(/\s*:\s*/),g=m[0],q=null,f=m[1]):(g=m.check,q=m.left,f=m.right),p||(p=m,p=p.element?p.element:g?g.match(/^([a-z0-9]+)/i)[0]:
+p.left.getDefinition().element),q instanceof CKEDITOR.style&&(q=r(q)),c.push({check:g==p?null:g,left:q,right:"string"==typeof f?G(f):f});b=p;d[b]||(d[b]=[]);d[b].push(c)}}},check:function(a,b,c){if(this.disabled)return!0;if(CKEDITOR.tools.isArray(a)){for(var d=a.length;d--;)if(this.check(a[d],b,c))return!0;return!1}var h,e;if("string"==typeof a){e=a+"\x3c"+(!1===b?"0":"1")+(c?"1":"0")+"\x3e";if(e in this._.cachedChecks)return this._.cachedChecks[e];d=f(a).$1;h=d.styles;var m=d.classes;d.name=d.elements;
+d.classes=m=m?m.split(/\s*,\s*/):[];d.styles=w(h);d.attributes=w(d.attributes);d.children=[];m.length&&(d.attributes["class"]=m.join(" "));h&&(d.attributes.style=CKEDITOR.tools.writeCssText(d.styles));h=d}else d=a.getDefinition(),h=d.styles,m=d.attributes||{},h?(h=K(h),m.style=CKEDITOR.tools.writeCssText(h,!0)):h={},h={name:d.element,attributes:m,classes:m["class"]?m["class"].split(/\s+/):[],styles:h,children:[]};var m=CKEDITOR.tools.clone(h),r=[],g;if(!1!==b&&(g=this._.transformations[h.name])){for(d=
+0;d<g.length;++d)p(this,h,g[d]);q(h)}u(this,m,r,{doFilter:!0,doTransform:!1!==b,skipRequired:!c,skipFinalValidation:!c});b=0<r.length?!1:CKEDITOR.tools.objectCompare(h.attributes,m.attributes,!0)?!0:!1;"string"==typeof a&&(this._.cachedChecks[e]=b);return b},getAllowedEnterMode:function(){var a=["p","div","br"],b={p:CKEDITOR.ENTER_P,div:CKEDITOR.ENTER_DIV,br:CKEDITOR.ENTER_BR};return function(c,d){var h=a.slice(),p;if(this.check(M[c]))return c;for(d||(h=h.reverse());p=h.pop();)if(this.check(p))return b[p];
+return CKEDITOR.ENTER_BR}}(),destroy:function(){delete CKEDITOR.filter.instances[this.id];delete this._;delete this.allowedContent;delete this.disallowedContent}};var Q={styles:1,attributes:1,classes:1},v={styles:"requiredStyles",attributes:"requiredAttributes",classes:"requiredClasses"},D=/^([a-z0-9\-*\s]+)((?:\s*\{[!\w\-,\s\*]+\}\s*|\s*\[[!\w\-,\s\*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,I={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/,classes:/\(([^\)]+)\)/},E=/^cke:(object|embed|param)$/,
+L=/^(object|embed|param)$/,J=CKEDITOR.filter.transformationsTools={sizeToStyle:function(a){this.lengthToStyle(a,"width");this.lengthToStyle(a,"height")},sizeToAttribute:function(a){this.lengthToAttribute(a,"width");this.lengthToAttribute(a,"height")},lengthToStyle:function(a,b,c){c=c||b;if(!(c in a.styles)){var d=a.attributes[b];d&&(/^\d+$/.test(d)&&(d+="px"),a.styles[c]=d)}delete a.attributes[b]},lengthToAttribute:function(a,b,c){c=c||b;if(!(c in a.attributes)){var d=a.styles[b],h=d&&d.match(/^(\d+)(?:\.\d*)?px$/);
+h?a.attributes[c]=h[1]:"cke-test"==d&&(a.attributes[c]="cke-test")}delete a.styles[b]},alignmentToStyle:function(a){if(!("float"in a.styles)){var b=a.attributes.align;if("left"==b||"right"==b)a.styles["float"]=b}delete a.attributes.align},alignmentToAttribute:function(a){if(!("align"in a.attributes)){var b=a.styles["float"];if("left"==b||"right"==b)a.attributes.align=b}delete a.styles["float"]},matchesStyle:m,transform:function(a,b){if("string"==typeof b)a.name=b;else{var c=b.getDefinition(),d=c.styles,
+h=c.attributes,p,m,e,r;a.name=c.element;for(p in h)if("class"==p)for(c=a.classes.join("|"),e=h[p].split(/\s+/);r=e.pop();)-1==c.indexOf(r)&&a.classes.push(r);else a.attributes[p]=h[p];for(m in d)a.styles[m]=d[m]}}}})();
(function(){CKEDITOR.focusManager=function(a){if(a.focusManager)return a.focusManager;this.hasFocus=!1;this.currentActive=null;this._={editor:a};return this};CKEDITOR.focusManager._={blurDelay:200};CKEDITOR.focusManager.prototype={focus:function(a){this._.timer&&clearTimeout(this._.timer);a&&(this.currentActive=a);this.hasFocus||this._.locked||((a=CKEDITOR.currentInstance)&&a.focusManager.blur(1),this.hasFocus=!0,(a=this._.editor.container)&&a.addClass("cke_focus"),this._.editor.fire("focus"))},lock:function(){this._.locked=
1},unlock:function(){delete this._.locked},blur:function(a){function d(){if(this.hasFocus){this.hasFocus=!1;var a=this._.editor.container;a&&a.removeClass("cke_focus");this._.editor.fire("blur")}}if(!this._.locked){this._.timer&&clearTimeout(this._.timer);var b=CKEDITOR.focusManager._.blurDelay;a||!b?d.call(this):this._.timer=CKEDITOR.tools.setTimeout(function(){delete this._.timer;d.call(this)},b,this)}},add:function(a,d){var b=a.getCustomData("focusmanager");if(!b||b!=this){b&&b.remove(a);var b=
"focus",c="blur";d&&(CKEDITOR.env.ie?(b="focusin",c="focusout"):CKEDITOR.event.useCapture=1);var e={blur:function(){a.equals(this.currentActive)&&this.blur()},focus:function(){this.focus(a)}};a.on(b,e.focus,this);a.on(c,e.blur,this);d&&(CKEDITOR.event.useCapture=0);a.setCustomData("focusmanager",this);a.setCustomData("focusmanager_handlers",e)}},remove:function(a){a.removeCustomData("focusmanager");var d=a.removeCustomData("focusmanager_handlers");a.removeListener("blur",d.blur);a.removeListener("focus",
d.focus)}}})();CKEDITOR.keystrokeHandler=function(a){if(a.keystrokeHandler)return a.keystrokeHandler;this.keystrokes={};this.blockedKeystrokes={};this._={editor:a};return this};
-(function(){var a,d=function(b){b=b.data;var d=b.getKeystroke(),g=this.keystrokes[d],h=this._.editor;a=!1===h.fire("key",{keyCode:d,domEvent:b});a||(g&&(a=!1!==h.execCommand(g,{from:"keystrokeHandler"})),a||(a=!!this.blockedKeystrokes[d]));a&&b.preventDefault(!0);return!a},b=function(b){a&&(a=!1,b.data.preventDefault(!0))};CKEDITOR.keystrokeHandler.prototype={attach:function(a){a.on("keydown",d,this);if(CKEDITOR.env.gecko&&CKEDITOR.env.mac)a.on("keypress",b,this)}}})();
-(function(){CKEDITOR.lang={languages:{af:1,ar:1,bg:1,bn:1,bs:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,"en-au":1,"en-ca":1,"en-gb":1,en:1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,"fr-ca":1,fr:1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,is:1,it:1,ja:1,ka:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,ms:1,nb:1,nl:1,no:1,pl:1,"pt-br":1,pt:1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,"sr-latn":1,sr:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,"zh-cn":1,zh:1},rtl:{ar:1,fa:1,he:1,ku:1,ug:1},load:function(a,d,b){a&&CKEDITOR.lang.languages[a]||(a=this.detect(d,
-a));var c=this;d=function(){c[a].dir=c.rtl[a]?"rtl":"ltr";b(a,c[a])};this[a]?d():CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+a+".js"),d,this)},detect:function(a,d){var b=this.languages;d=d||navigator.userLanguage||navigator.language||a;var c=d.toLowerCase().match(/([a-z]+)(?:-([a-z]+))?/),e=c[1],c=c[2];b[e+"-"+c]?e=e+"-"+c:b[e]||(e=null);CKEDITOR.lang.detect=e?function(){return e}:function(a){return a};return e||a}}})();
-CKEDITOR.scriptLoader=function(){var a={},d={};return{load:function(b,c,e,g){var h="string"==typeof b;h&&(b=[b]);e||(e=CKEDITOR);var l=b.length,q=[],t=[],f=function(a){c&&(h?c.call(e,a):c.call(e,q,t))};if(0===l)f(!0);else{var z=function(a,b){(b?q:t).push(a);0>=--l&&(g&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),f(b))},A=function(b,c){a[b]=1;var e=d[b];delete d[b];for(var f=0;f<e.length;f++)e[f](b,c)},u=function(b){if(a[b])z(b,!0);else{var e=d[b]||(d[b]=[]);e.push(z);if(!(1<e.length)){var f=
-new CKEDITOR.dom.element("script");f.setAttributes({type:"text/javascript",src:b});c&&(CKEDITOR.env.ie&&11>CKEDITOR.env.version?f.$.onreadystatechange=function(){if("loaded"==f.$.readyState||"complete"==f.$.readyState)f.$.onreadystatechange=null,A(b,!0)}:(f.$.onload=function(){setTimeout(function(){A(b,!0)},0)},f.$.onerror=function(){A(b,!1)}));f.appendTo(CKEDITOR.document.getHead())}}};g&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var C=0;C<l;C++)u(b[C])}},queue:function(){function a(){var b;
-(b=c[0])&&this.load(b.scriptUrl,b.callback,CKEDITOR,0)}var c=[];return function(d,g){var h=this;c.push({scriptUrl:d,callback:function(){g&&g.apply(this,arguments);c.shift();a.call(h)}});1==c.length&&a.call(this)}}()}}();CKEDITOR.resourceManager=function(a,d){this.basePath=a;this.fileName=d;this.registered={};this.loaded={};this.externals={};this._={waitingList:{}}};
+(function(){var a,d=function(b){b=b.data;var d=b.getKeystroke(),g=this.keystrokes[d],l=this._.editor;a=!1===l.fire("key",{keyCode:d,domEvent:b});a||(g&&(a=!1!==l.execCommand(g,{from:"keystrokeHandler"})),a||(a=!!this.blockedKeystrokes[d]));a&&b.preventDefault(!0);return!a},b=function(b){a&&(a=!1,b.data.preventDefault(!0))};CKEDITOR.keystrokeHandler.prototype={attach:function(a){a.on("keydown",d,this);if(CKEDITOR.env.gecko&&CKEDITOR.env.mac)a.on("keypress",b,this)}}})();
+(function(){CKEDITOR.lang={languages:{af:1,ar:1,bg:1,bn:1,bs:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,"en-au":1,"en-ca":1,"en-gb":1,en:1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,"fr-ca":1,fr:1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,is:1,it:1,ja:1,ka:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,ms:1,nb:1,nl:1,no:1,pl:1,"pt-br":1,pt:1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,"sr-latn":1,sr:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,"zh-cn":1,zh:1},rtl:{ar:1,fa:1,he:1,ku:1,ug:1},load:function(a,d,b){a&&CKEDITOR.lang.languages[a]||(a=
+this.detect(d,a));var c=this;d=function(){c[a].dir=c.rtl[a]?"rtl":"ltr";b(a,c[a])};this[a]?d():CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+a+".js"),d,this)},detect:function(a,d){var b=this.languages;d=d||navigator.userLanguage||navigator.language||a;var c=d.toLowerCase().match(/([a-z]+)(?:-([a-z]+))?/),e=c[1],c=c[2];b[e+"-"+c]?e=e+"-"+c:b[e]||(e=null);CKEDITOR.lang.detect=e?function(){return e}:function(a){return a};return e||a}}})();
+CKEDITOR.scriptLoader=function(){var a={},d={};return{load:function(b,c,e,g){var l="string"==typeof b;l&&(b=[b]);e||(e=CKEDITOR);var k=b.length,n=[],w=[],f=function(a){c&&(l?c.call(e,a):c.call(e,n,w))};if(0===k)f(!0);else{var x=function(a,b){(b?n:w).push(a);0>=--k&&(g&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),f(b))},A=function(b,c){a[b]=1;var e=d[b];delete d[b];for(var g=0;g<e.length;g++)e[g](b,c)},u=function(b){if(a[b])x(b,!0);else{var e=d[b]||(d[b]=[]);e.push(x);if(!(1<e.length)){var g=
+new CKEDITOR.dom.element("script");g.setAttributes({type:"text/javascript",src:b});c&&(CKEDITOR.env.ie&&11>CKEDITOR.env.version?g.$.onreadystatechange=function(){if("loaded"==g.$.readyState||"complete"==g.$.readyState)g.$.onreadystatechange=null,A(b,!0)}:(g.$.onload=function(){setTimeout(function(){A(b,!0)},0)},g.$.onerror=function(){A(b,!1)}));g.appendTo(CKEDITOR.document.getHead())}}};g&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var B=0;B<k;B++)u(b[B])}},queue:function(){function a(){var b;
+(b=c[0])&&this.load(b.scriptUrl,b.callback,CKEDITOR,0)}var c=[];return function(d,g){var l=this;c.push({scriptUrl:d,callback:function(){g&&g.apply(this,arguments);c.shift();a.call(l)}});1==c.length&&a.call(this)}}()}}();CKEDITOR.resourceManager=function(a,d){this.basePath=a;this.fileName=d;this.registered={};this.loaded={};this.externals={};this._={waitingList:{}}};
CKEDITOR.resourceManager.prototype={add:function(a,d){if(this.registered[a])throw Error('[CKEDITOR.resourceManager.add] The resource name "'+a+'" is already registered.');var b=this.registered[a]=d||{};b.name=a;b.path=this.getPath(a);CKEDITOR.fire(a+CKEDITOR.tools.capitalize(this.fileName)+"Ready",b);return this.get(a)},get:function(a){return this.registered[a]||null},getPath:function(a){var d=this.externals[a];return CKEDITOR.getUrl(d&&d.dir||this.basePath+a+"/")},getFilePath:function(a){var d=this.externals[a];
-return CKEDITOR.getUrl(this.getPath(a)+(d?d.file:this.fileName+".js"))},addExternal:function(a,d,b){a=a.split(",");for(var c=0;c<a.length;c++){var e=a[c];b||(d=d.replace(/[^\/]+$/,function(a){b=a;return""}));this.externals[e]={dir:d,file:b||this.fileName+".js"}}},load:function(a,d,b){CKEDITOR.tools.isArray(a)||(a=a?[a]:[]);for(var c=this.loaded,e=this.registered,g=[],h={},l={},q=0;q<a.length;q++){var t=a[q];if(t)if(c[t]||e[t])l[t]=this.get(t);else{var f=this.getFilePath(t);g.push(f);f in h||(h[f]=
-[]);h[f].push(t)}}CKEDITOR.scriptLoader.load(g,function(a,e){if(e.length)throw Error('[CKEDITOR.resourceManager.load] Resource name "'+h[e[0]].join(",")+'" was not found at "'+e[0]+'".');for(var f=0;f<a.length;f++)for(var g=h[a[f]],m=0;m<g.length;m++){var y=g[m];l[y]=this.get(y);c[y]=1}d.call(b,l)},this)}};CKEDITOR.plugins=new CKEDITOR.resourceManager("plugins/","plugin");
-CKEDITOR.plugins.load=CKEDITOR.tools.override(CKEDITOR.plugins.load,function(a){var d={};return function(b,c,e){var g={},h=function(b){a.call(this,b,function(a){CKEDITOR.tools.extend(g,a);var b=[],f;for(f in a){var l=a[f],A=l&&l.requires;if(!d[f]){if(l.icons)for(var u=l.icons.split(","),C=u.length;C--;)CKEDITOR.skin.addIcon(u[C],l.path+"icons/"+(CKEDITOR.env.hidpi&&l.hidpi?"hidpi/":"")+u[C]+".png");d[f]=1}if(A)for(A.split&&(A=A.split(",")),l=0;l<A.length;l++)g[A[l]]||b.push(A[l])}if(b.length)h.call(this,
-b);else{for(f in g)l=g[f],l.onLoad&&!l.onLoad._called&&(!1===l.onLoad()&&delete g[f],l.onLoad._called=1);c&&c.call(e||window,g)}},this)};h.call(this,b)}});CKEDITOR.plugins.setLang=function(a,d,b){var c=this.get(a);a=c.langEntries||(c.langEntries={});c=c.lang||(c.lang=[]);c.split&&(c=c.split(","));-1==CKEDITOR.tools.indexOf(c,d)&&c.push(d);a[d]=b};CKEDITOR.ui=function(a){if(a.ui)return a.ui;this.items={};this.instances={};this.editor=a;this._={handlers:{}};return this};
+return CKEDITOR.getUrl(this.getPath(a)+(d?d.file:this.fileName+".js"))},addExternal:function(a,d,b){a=a.split(",");for(var c=0;c<a.length;c++){var e=a[c];b||(d=d.replace(/[^\/]+$/,function(a){b=a;return""}));this.externals[e]={dir:d,file:b||this.fileName+".js"}}},load:function(a,d,b){CKEDITOR.tools.isArray(a)||(a=a?[a]:[]);for(var c=this.loaded,e=this.registered,g=[],l={},k={},n=0;n<a.length;n++){var w=a[n];if(w)if(c[w]||e[w])k[w]=this.get(w);else{var f=this.getFilePath(w);g.push(f);f in l||(l[f]=
+[]);l[f].push(w)}}CKEDITOR.scriptLoader.load(g,function(a,e){if(e.length)throw Error('[CKEDITOR.resourceManager.load] Resource name "'+l[e[0]].join(",")+'" was not found at "'+e[0]+'".');for(var g=0;g<a.length;g++)for(var f=l[a[g]],q=0;q<f.length;q++){var y=f[q];k[y]=this.get(y);c[y]=1}d.call(b,k)},this)}};CKEDITOR.plugins=new CKEDITOR.resourceManager("plugins/","plugin");
+CKEDITOR.plugins.load=CKEDITOR.tools.override(CKEDITOR.plugins.load,function(a){var d={};return function(b,c,e){var g={},l=function(b){a.call(this,b,function(a){CKEDITOR.tools.extend(g,a);var b=[],f;for(f in a){var k=a[f],A=k&&k.requires;if(!d[f]){if(k.icons)for(var u=k.icons.split(","),B=u.length;B--;)CKEDITOR.skin.addIcon(u[B],k.path+"icons/"+(CKEDITOR.env.hidpi&&k.hidpi?"hidpi/":"")+u[B]+".png");d[f]=1}if(A)for(A.split&&(A=A.split(",")),k=0;k<A.length;k++)g[A[k]]||b.push(A[k])}if(b.length)l.call(this,
+b);else{for(f in g)k=g[f],k.onLoad&&!k.onLoad._called&&(!1===k.onLoad()&&delete g[f],k.onLoad._called=1);c&&c.call(e||window,g)}},this)};l.call(this,b)}});CKEDITOR.plugins.setLang=function(a,d,b){var c=this.get(a);a=c.langEntries||(c.langEntries={});c=c.lang||(c.lang=[]);c.split&&(c=c.split(","));-1==CKEDITOR.tools.indexOf(c,d)&&c.push(d);a[d]=b};CKEDITOR.ui=function(a){if(a.ui)return a.ui;this.items={};this.instances={};this.editor=a;this._={handlers:{}};return this};
CKEDITOR.ui.prototype={add:function(a,d,b){b.name=a.toLowerCase();var c=this.items[a]={type:d,command:b.command||null,args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},get:function(a){return this.instances[a]},create:function(a){var d=this.items[a],b=d&&this._.handlers[d.type],c=d&&d.command&&this.editor.getCommand(d.command),b=b&&b.create.apply(this,d.args);this.instances[a]=b;c&&c.uiItems.push(b);b&&!b.type&&(b.type=d.type);return b},addHandler:function(a,d){this._.handlers[a]=
d},space:function(a){return CKEDITOR.document.getById(this.spaceId(a))},spaceId:function(a){return this.editor.id+"_"+a}};CKEDITOR.event.implementOn(CKEDITOR.ui);
(function(){function a(a,e,f){CKEDITOR.event.call(this);a=a&&CKEDITOR.tools.clone(a);if(void 0!==e){if(!(e instanceof CKEDITOR.dom.element))throw Error("Expect element of type CKEDITOR.dom.element.");if(!f)throw Error("One of the element modes must be specified.");if(CKEDITOR.env.ie&&CKEDITOR.env.quirks&&f==CKEDITOR.ELEMENT_MODE_INLINE)throw Error("Inline element mode is not supported on IE quirks.");if(!b(e,f))throw Error('The specified element mode is not supported on element: "'+e.getName()+'".');
this.element=e;this.elementMode=f;this.name=this.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO&&(e.getId()||e.getNameAtt())}else this.elementMode=CKEDITOR.ELEMENT_MODE_NONE;this._={};this.commands={};this.templates={};this.name=this.name||d();this.id=CKEDITOR.tools.getNextId();this.status="unloaded";this.config=CKEDITOR.tools.prototypedCopy(CKEDITOR.config);this.ui=new CKEDITOR.ui(this);this.focusManager=new CKEDITOR.focusManager(this);this.keystrokeHandler=new CKEDITOR.keystrokeHandler(this);this.on("readOnly",
-c);this.on("selectionChange",function(a){g(this,a.data.path)});this.on("activeFilterChange",function(){g(this,this.elementPath(),!0)});this.on("mode",c);this.on("instanceReady",function(){this.config.startupFocus&&this.focus()});CKEDITOR.fire("instanceCreated",null,this);CKEDITOR.add(this);CKEDITOR.tools.setTimeout(function(){"destroyed"!==this.status?l(this,a):CKEDITOR.warn("editor-incorrect-destroy")},0,this)}function d(){do var a="editor"+ ++u;while(CKEDITOR.instances[a]);return a}function b(a,
-b){return b==CKEDITOR.ELEMENT_MODE_INLINE?a.is(CKEDITOR.dtd.$editable)||a.is("textarea"):b==CKEDITOR.ELEMENT_MODE_REPLACE?!a.is(CKEDITOR.dtd.$nonBodyContent):1}function c(){var a=this.commands,b;for(b in a)e(this,a[b])}function e(a,b){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":b.modes[a.mode]?"enable":"disable"]()}function g(a,b,c){if(b){var d,e,k=a.commands;for(e in k)d=k[e],(c||d.contextSensitive)&&d.refresh(a,b)}}function h(a){var b=a.config.customConfig;if(!b)return!1;var b=
-CKEDITOR.getUrl(b),c=C[b]||(C[b]={});c.fn?(c.fn.call(a,a.config),CKEDITOR.getUrl(a.config.customConfig)!=b&&h(a)||a.fireOnce("customConfigLoaded")):CKEDITOR.scriptLoader.queue(b,function(){c.fn=CKEDITOR.editorConfig?CKEDITOR.editorConfig:function(){};h(a)});return!0}function l(a,b){a.on("customConfigLoaded",function(){if(b){if(b.on)for(var c in b.on)a.on(c,b.on[c]);CKEDITOR.tools.extend(a.config,b,!0);delete a.config.on}c=a.config;a.readOnly=c.readOnly?!0:a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?
+c);this.on("selectionChange",function(a){g(this,a.data.path)});this.on("activeFilterChange",function(){g(this,this.elementPath(),!0)});this.on("mode",c);this.on("instanceReady",function(){this.config.startupFocus&&this.focus()});CKEDITOR.fire("instanceCreated",null,this);CKEDITOR.add(this);CKEDITOR.tools.setTimeout(function(){"destroyed"!==this.status?k(this,a):CKEDITOR.warn("editor-incorrect-destroy")},0,this)}function d(){do var a="editor"+ ++u;while(CKEDITOR.instances[a]);return a}function b(a,
+b){return b==CKEDITOR.ELEMENT_MODE_INLINE?a.is(CKEDITOR.dtd.$editable)||a.is("textarea"):b==CKEDITOR.ELEMENT_MODE_REPLACE?!a.is(CKEDITOR.dtd.$nonBodyContent):1}function c(){var a=this.commands,b;for(b in a)e(this,a[b])}function e(a,b){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":b.modes[a.mode]?"enable":"disable"]()}function g(a,b,c){if(b){var d,e,h=a.commands;for(e in h)d=h[e],(c||d.contextSensitive)&&d.refresh(a,b)}}function l(a){var b=a.config.customConfig;if(!b)return!1;var b=
+CKEDITOR.getUrl(b),c=B[b]||(B[b]={});c.fn?(c.fn.call(a,a.config),CKEDITOR.getUrl(a.config.customConfig)!=b&&l(a)||a.fireOnce("customConfigLoaded")):CKEDITOR.scriptLoader.queue(b,function(){c.fn=CKEDITOR.editorConfig?CKEDITOR.editorConfig:function(){};l(a)});return!0}function k(a,b){a.on("customConfigLoaded",function(){if(b){if(b.on)for(var c in b.on)a.on(c,b.on[c]);CKEDITOR.tools.extend(a.config,b,!0);delete a.config.on}c=a.config;a.readOnly=c.readOnly?!0:a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?
a.element.is("textarea")?a.element.hasAttribute("disabled")||a.element.hasAttribute("readonly"):a.element.isReadOnly():a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE?a.element.hasAttribute("disabled")||a.element.hasAttribute("readonly"):!1;a.blockless=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?!(a.element.is("textarea")||CKEDITOR.dtd[a.element.getName()].p):!1;a.tabIndex=c.tabIndex||a.element&&a.element.getAttribute("tabindex")||0;a.activeEnterMode=a.enterMode=a.blockless?CKEDITOR.ENTER_BR:c.enterMode;
-a.activeShiftEnterMode=a.shiftEnterMode=a.blockless?CKEDITOR.ENTER_BR:c.shiftEnterMode;c.skin&&(CKEDITOR.skinName=c.skin);a.fireOnce("configLoaded");a.dataProcessor=new CKEDITOR.htmlDataProcessor(a);a.filter=a.activeFilter=new CKEDITOR.filter(a);q(a)});b&&null!=b.customConfig&&(a.config.customConfig=b.customConfig);h(a)||a.fireOnce("customConfigLoaded")}function q(a){CKEDITOR.skin.loadPart("editor",function(){t(a)})}function t(a){CKEDITOR.lang.load(a.config.language,a.config.defaultLanguage,function(b,
-c){var d=a.config.title;a.langCode=b;a.lang=CKEDITOR.tools.prototypedCopy(c);a.title="string"==typeof d||!1===d?d:[a.lang.editor,a.name].join(", ");a.config.contentsLangDirection||(a.config.contentsLangDirection=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.getDirection(1):a.lang.dir);a.fire("langLoaded");f(a)})}function f(a){a.getStylesSet(function(b){a.once("loaded",function(){a.fire("stylesSet",{styles:b})},null,null,1);z(a)})}function z(a){var b=a.config,c=b.plugins,d=b.extraPlugins,e=
-b.removePlugins;if(d)var k=new RegExp("(?:^|,)(?:"+d.replace(/\s*,\s*/g,"|")+")(?\x3d,|$)","g"),c=c.replace(k,""),c=c+(","+d);if(e)var p=new RegExp("(?:^|,)(?:"+e.replace(/\s*,\s*/g,"|")+")(?\x3d,|$)","g"),c=c.replace(p,"");CKEDITOR.env.air&&(c+=",adobeair");CKEDITOR.plugins.load(c.split(","),function(c){var d=[],k=[],e=[];a.plugins=c;for(var f in c){var x=c[f],g=x.lang,h=null,l=x.requires,w;CKEDITOR.tools.isArray(l)&&(l=l.join(","));if(l&&(w=l.match(p)))for(;l=w.pop();)CKEDITOR.error("editor-plugin-required",
-{plugin:l.replace(",",""),requiredBy:f});g&&!a.lang[f]&&(g.split&&(g=g.split(",")),0<=CKEDITOR.tools.indexOf(g,a.langCode)?h=a.langCode:(h=a.langCode.replace(/-.*/,""),h=h!=a.langCode&&0<=CKEDITOR.tools.indexOf(g,h)?h:0<=CKEDITOR.tools.indexOf(g,"en")?"en":g[0]),x.langEntries&&x.langEntries[h]?(a.lang[f]=x.langEntries[h],h=null):e.push(CKEDITOR.getUrl(x.path+"lang/"+h+".js")));k.push(h);d.push(x)}CKEDITOR.scriptLoader.load(e,function(){for(var c=["beforeInit","init","afterInit"],e=0;e<c.length;e++)for(var p=
-0;p<d.length;p++){var n=d[p];0===e&&k[p]&&n.lang&&n.langEntries&&(a.lang[n.name]=n.langEntries[k[p]]);if(n[c[e]])n[c[e]](a)}a.fireOnce("pluginsLoaded");b.keystrokes&&a.setKeystroke(a.config.keystrokes);for(p=0;p<a.config.blockedKeystrokes.length;p++)a.keystrokeHandler.blockedKeystrokes[a.config.blockedKeystrokes[p]]=1;a.status="loaded";a.fireOnce("loaded");CKEDITOR.fire("instanceLoaded",null,a)})})}function A(){var a=this.element;if(a&&this.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO){var b=this.getData();
-this.config.htmlEncodeOutput&&(b=CKEDITOR.tools.htmlEncode(b));a.is("textarea")?a.setValue(b):a.setHtml(b);return!0}return!1}a.prototype=CKEDITOR.editor.prototype;CKEDITOR.editor=a;var u=0,C={};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{addCommand:function(a,b){b.name=a.toLowerCase();var c=new CKEDITOR.command(this,b);this.mode&&e(this,c);return this.commands[a]=c},_attachToForm:function(){function a(b){c.updateElement();c._.required&&!d.getValue()&&!1===c.fire("required")&&b.data.preventDefault()}
+a.activeShiftEnterMode=a.shiftEnterMode=a.blockless?CKEDITOR.ENTER_BR:c.shiftEnterMode;c.skin&&(CKEDITOR.skinName=c.skin);a.fireOnce("configLoaded");a.dataProcessor=new CKEDITOR.htmlDataProcessor(a);a.filter=a.activeFilter=new CKEDITOR.filter(a);n(a)});b&&null!=b.customConfig&&(a.config.customConfig=b.customConfig);l(a)||a.fireOnce("customConfigLoaded")}function n(a){CKEDITOR.skin.loadPart("editor",function(){w(a)})}function w(a){CKEDITOR.lang.load(a.config.language,a.config.defaultLanguage,function(b,
+c){var d=a.config.title;a.langCode=b;a.lang=CKEDITOR.tools.prototypedCopy(c);a.title="string"==typeof d||!1===d?d:[a.lang.editor,a.name].join(", ");a.config.contentsLangDirection||(a.config.contentsLangDirection=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.getDirection(1):a.lang.dir);a.fire("langLoaded");f(a)})}function f(a){a.getStylesSet(function(b){a.once("loaded",function(){a.fire("stylesSet",{styles:b})},null,null,1);x(a)})}function x(a){var b=a.config,c=b.plugins,d=b.extraPlugins,e=
+b.removePlugins;if(d)var h=new RegExp("(?:^|,)(?:"+d.replace(/\s*,\s*/g,"|")+")(?\x3d,|$)","g"),c=c.replace(h,""),c=c+(","+d);if(e)var p=new RegExp("(?:^|,)(?:"+e.replace(/\s*,\s*/g,"|")+")(?\x3d,|$)","g"),c=c.replace(p,"");CKEDITOR.env.air&&(c+=",adobeair");CKEDITOR.plugins.load(c.split(","),function(c){var d=[],h=[],e=[];a.plugins=c;for(var g in c){var f=c[g],z=f.lang,l=null,k=f.requires,v;CKEDITOR.tools.isArray(k)&&(k=k.join(","));if(k&&(v=k.match(p)))for(;k=v.pop();)CKEDITOR.error("editor-plugin-required",
+{plugin:k.replace(",",""),requiredBy:g});z&&!a.lang[g]&&(z.split&&(z=z.split(",")),0<=CKEDITOR.tools.indexOf(z,a.langCode)?l=a.langCode:(l=a.langCode.replace(/-.*/,""),l=l!=a.langCode&&0<=CKEDITOR.tools.indexOf(z,l)?l:0<=CKEDITOR.tools.indexOf(z,"en")?"en":z[0]),f.langEntries&&f.langEntries[l]?(a.lang[g]=f.langEntries[l],l=null):e.push(CKEDITOR.getUrl(f.path+"lang/"+l+".js")));h.push(l);d.push(f)}CKEDITOR.scriptLoader.load(e,function(){for(var c=["beforeInit","init","afterInit"],e=0;e<c.length;e++)for(var p=
+0;p<d.length;p++){var m=d[p];0===e&&h[p]&&m.lang&&m.langEntries&&(a.lang[m.name]=m.langEntries[h[p]]);if(m[c[e]])m[c[e]](a)}a.fireOnce("pluginsLoaded");b.keystrokes&&a.setKeystroke(a.config.keystrokes);for(p=0;p<a.config.blockedKeystrokes.length;p++)a.keystrokeHandler.blockedKeystrokes[a.config.blockedKeystrokes[p]]=1;a.status="loaded";a.fireOnce("loaded");CKEDITOR.fire("instanceLoaded",null,a)})})}function A(){var a=this.element;if(a&&this.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO){var b=this.getData();
+this.config.htmlEncodeOutput&&(b=CKEDITOR.tools.htmlEncode(b));a.is("textarea")?a.setValue(b):a.setHtml(b);return!0}return!1}a.prototype=CKEDITOR.editor.prototype;CKEDITOR.editor=a;var u=0,B={};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{addCommand:function(a,b){b.name=a.toLowerCase();var c=new CKEDITOR.command(this,b);this.mode&&e(this,c);return this.commands[a]=c},_attachToForm:function(){function a(b){c.updateElement();c._.required&&!d.getValue()&&!1===c.fire("required")&&b.data.preventDefault()}
function b(a){return!!(a&&a.call&&a.apply)}var c=this,d=c.element,e=new CKEDITOR.dom.element(d.$.form);d.is("textarea")&&e&&(e.on("submit",a),b(e.$.submit)&&(e.$.submit=CKEDITOR.tools.override(e.$.submit,function(b){return function(){a();b.apply?b.apply(this):b()}})),c.on("destroy",function(){e.removeListener("submit",a)}))},destroy:function(a){this.fire("beforeDestroy");!a&&A.call(this);this.editable(null);this.filter&&(this.filter.destroy(),delete this.filter);delete this.activeFilter;this.status=
"destroyed";this.fire("destroy");this.removeAllListeners();CKEDITOR.remove(this);CKEDITOR.fire("instanceDestroyed",null,this)},elementPath:function(a){if(!a){a=this.getSelection();if(!a)return null;a=a.getStartElement()}return a?new CKEDITOR.dom.elementPath(a,this.editable()):null},createRange:function(){var a=this.editable();return a?new CKEDITOR.dom.range(a):null},execCommand:function(a,b){var c=this.getCommand(a),d={name:a,commandData:b,command:c};return c&&c.state!=CKEDITOR.TRISTATE_DISABLED&&
!1!==this.fire("beforeCommandExec",d)&&(d.returnValue=c.exec(d.commandData),!c.async&&!1!==this.fire("afterCommandExec",d))?d.returnValue:!1},getCommand:function(a){return this.commands[a]},getData:function(a){!a&&this.fire("beforeGetData");var b=this._.data;"string"!=typeof b&&(b=(b=this.element)&&this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE?b.is("textarea")?b.getValue():b.getHtml():"");b={dataValue:b};!a&&this.fire("getData",b);return b.dataValue},getSnapshot:function(){var a=this.fire("getSnapshot");
"string"!=typeof a&&(a=(a=this.element)&&this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE?a.is("textarea")?a.getValue():a.getHtml():"");return a},loadSnapshot:function(a){this.fire("loadSnapshot",a)},setData:function(a,b,c){var d=!0,e=b;b&&"object"==typeof b&&(c=b.internal,e=b.callback,d=!b.noSnapshot);!c&&d&&this.fire("saveSnapshot");if(e||!c)this.once("dataReady",function(a){!c&&d&&this.fire("saveSnapshot");e&&e.call(a.editor)});a={dataValue:a};!c&&this.fire("setData",a);this._.data=a.dataValue;
!c&&this.fire("afterSetData",a)},setReadOnly:function(a){a=null==a||a;this.readOnly!=a&&(this.readOnly=a,this.keystrokeHandler.blockedKeystrokes[8]=+a,this.editable().setReadOnly(a),this.fire("readOnly"))},insertHtml:function(a,b,c){this.fire("insertHtml",{dataValue:a,mode:b,range:c})},insertText:function(a){this.fire("insertText",a)},insertElement:function(a){this.fire("insertElement",a)},getSelectedHtml:function(a){var b=this.editable(),c=this.getSelection(),c=c&&c.getRanges();if(!b||!c||0===c.length)return null;
-b=b.getHtmlFromRange(c[0]);return a?b.getHtml():b},extractSelectedHtml:function(a,b){var c=this.editable(),d=this.getSelection().getRanges();if(!c||0===d.length)return null;d=d[0];c=c.extractHtmlFromRange(d,b);b||this.getSelection().selectRanges([d]);return a?c.getHtml():c},focus:function(){this.fire("beforeFocus")},checkDirty:function(){return"ready"==this.status&&this._.previousValue!==this.getSnapshot()},resetDirty:function(){this._.previousValue=this.getSnapshot()},updateElement:function(){return A.call(this)},
-setKeystroke:function(){for(var a=this.keystrokeHandler.keystrokes,b=CKEDITOR.tools.isArray(arguments[0])?arguments[0]:[[].slice.call(arguments,0)],c,d,e=b.length;e--;)c=b[e],d=0,CKEDITOR.tools.isArray(c)&&(d=c[1],c=c[0]),d?a[c]=d:delete a[c]},addFeature:function(a){return this.filter.addFeature(a)},setActiveFilter:function(a){a||(a=this.filter);this.activeFilter!==a&&(this.activeFilter=a,this.fire("activeFilterChange"),a===this.filter?this.setActiveEnterMode(null,null):this.setActiveEnterMode(a.getAllowedEnterMode(this.enterMode),
-a.getAllowedEnterMode(this.shiftEnterMode,!0)))},setActiveEnterMode:function(a,b){a=a?this.blockless?CKEDITOR.ENTER_BR:a:this.enterMode;b=b?this.blockless?CKEDITOR.ENTER_BR:b:this.shiftEnterMode;if(this.activeEnterMode!=a||this.activeShiftEnterMode!=b)this.activeEnterMode=a,this.activeShiftEnterMode=b,this.fire("activeEnterModeChange")},showNotification:function(a){alert(a)}})})();CKEDITOR.ELEMENT_MODE_NONE=0;CKEDITOR.ELEMENT_MODE_REPLACE=1;CKEDITOR.ELEMENT_MODE_APPENDTO=2;
-CKEDITOR.ELEMENT_MODE_INLINE=3;CKEDITOR.htmlParser=function(){this._={htmlPartsRegex:/<(?:(?:\/([^>]+)>)|(?:!--([\S|\s]*?)--\x3e)|(?:([^\/\s>]+)((?:\s+[\w\-:.]+(?:\s*=\s*?(?:(?:"[^"]*")|(?:'[^']*')|[^\s"'\/>]+))?)*)[\S\s]*?(\/?)>))/g}};
-(function(){var a=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,d={checked:1,compact:1,declare:1,defer:1,disabled:1,ismap:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,selected:1};CKEDITOR.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(b){for(var c,e,g=0,h;c=this._.htmlPartsRegex.exec(b);){e=c.index;if(e>g)if(g=b.substring(g,e),h)h.push(g);else this.onText(g);
-g=this._.htmlPartsRegex.lastIndex;if(e=c[1])if(e=e.toLowerCase(),h&&CKEDITOR.dtd.$cdata[e]&&(this.onCDATA(h.join("")),h=null),!h){this.onTagClose(e);continue}if(h)h.push(c[0]);else if(e=c[3]){if(e=e.toLowerCase(),!/="/.test(e)){var l={},q,t=c[4];c=!!c[5];if(t)for(;q=a.exec(t);){var f=q[1].toLowerCase();q=q[2]||q[3]||q[4]||"";l[f]=!q&&d[f]?f:CKEDITOR.tools.htmlDecodeAttr(q)}this.onTagOpen(e,l,c);!h&&CKEDITOR.dtd.$cdata[e]&&(h=[])}}else if(e=c[2])this.onComment(e)}if(b.length>g)this.onText(b.substring(g,
+for(var d=new CKEDITOR.dom.documentFragment,e,h,p,m=0;m<c.length;m++){var g=c[m],r=g.startContainer;r.getName&&"tr"==r.getName()?(e||(e=r.getAscendant("table").clone(),e.append(r.getAscendant("tbody").clone()),d.append(e),e=e.findOne("tbody")),h&&h.equals(r)||(h=r,p=r.clone(),e.append(p)),p.append(g.cloneContents())):d.append(g.cloneContents())}b=e?d:b.getHtmlFromRange(c[0]);return a?b.getHtml():b},extractSelectedHtml:function(a,b){var c=this.editable(),d=this.getSelection().getRanges();if(!c||0===
+d.length)return null;d=d[0];c=c.extractHtmlFromRange(d,b);b||this.getSelection().selectRanges([d]);return a?c.getHtml():c},focus:function(){this.fire("beforeFocus")},checkDirty:function(){return"ready"==this.status&&this._.previousValue!==this.getSnapshot()},resetDirty:function(){this._.previousValue=this.getSnapshot()},updateElement:function(){return A.call(this)},setKeystroke:function(){for(var a=this.keystrokeHandler.keystrokes,b=CKEDITOR.tools.isArray(arguments[0])?arguments[0]:[[].slice.call(arguments,
+0)],c,d,e=b.length;e--;)c=b[e],d=0,CKEDITOR.tools.isArray(c)&&(d=c[1],c=c[0]),d?a[c]=d:delete a[c]},addFeature:function(a){return this.filter.addFeature(a)},setActiveFilter:function(a){a||(a=this.filter);this.activeFilter!==a&&(this.activeFilter=a,this.fire("activeFilterChange"),a===this.filter?this.setActiveEnterMode(null,null):this.setActiveEnterMode(a.getAllowedEnterMode(this.enterMode),a.getAllowedEnterMode(this.shiftEnterMode,!0)))},setActiveEnterMode:function(a,b){a=a?this.blockless?CKEDITOR.ENTER_BR:
+a:this.enterMode;b=b?this.blockless?CKEDITOR.ENTER_BR:b:this.shiftEnterMode;if(this.activeEnterMode!=a||this.activeShiftEnterMode!=b)this.activeEnterMode=a,this.activeShiftEnterMode=b,this.fire("activeEnterModeChange")},showNotification:function(a){alert(a)}})})();CKEDITOR.ELEMENT_MODE_NONE=0;CKEDITOR.ELEMENT_MODE_REPLACE=1;CKEDITOR.ELEMENT_MODE_APPENDTO=2;CKEDITOR.ELEMENT_MODE_INLINE=3;CKEDITOR.htmlParser=function(){this._={htmlPartsRegex:/<(?:(?:\/([^>]+)>)|(?:!--([\S|\s]*?)--\x3e)|(?:([^\/\s>]+)((?:\s+[\w\-:.]+(?:\s*=\s*?(?:(?:"[^"]*")|(?:'[^']*')|[^\s"'\/>]+))?)*)[\S\s]*?(\/?)>))/g}};
+(function(){var a=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,d={checked:1,compact:1,declare:1,defer:1,disabled:1,ismap:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,selected:1};CKEDITOR.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(b){for(var c,e,g=0,l;c=this._.htmlPartsRegex.exec(b);){e=c.index;if(e>g)if(g=b.substring(g,e),l)l.push(g);else this.onText(g);
+g=this._.htmlPartsRegex.lastIndex;if(e=c[1])if(e=e.toLowerCase(),l&&CKEDITOR.dtd.$cdata[e]&&(this.onCDATA(l.join("")),l=null),!l){this.onTagClose(e);continue}if(l)l.push(c[0]);else if(e=c[3]){if(e=e.toLowerCase(),!/="/.test(e)){var k={},n,w=c[4];c=!!c[5];if(w)for(;n=a.exec(w);){var f=n[1].toLowerCase();n=n[2]||n[3]||n[4]||"";k[f]=!n&&d[f]?f:CKEDITOR.tools.htmlDecodeAttr(n)}this.onTagOpen(e,k,c);!l&&CKEDITOR.dtd.$cdata[e]&&(l=[])}}else if(e=c[2])this.onComment(e)}if(b.length>g)this.onText(b.substring(g,
b.length))}}})();
CKEDITOR.htmlParser.basicWriter=CKEDITOR.tools.createClass({$:function(){this._={output:[]}},proto:{openTag:function(a){this._.output.push("\x3c",a)},openTagClose:function(a,d){d?this._.output.push(" /\x3e"):this._.output.push("\x3e")},attribute:function(a,d){"string"==typeof d&&(d=CKEDITOR.tools.htmlEncodeAttr(d));this._.output.push(" ",a,'\x3d"',d,'"')},closeTag:function(a){this._.output.push("\x3c/",a,"\x3e")},text:function(a){this._.output.push(a)},comment:function(a){this._.output.push("\x3c!--",a,
"--\x3e")},write:function(a){this._.output.push(a)},reset:function(){this._.output=[];this._.indent=!1},getHtml:function(a){var d=this._.output.join("");a&&this.reset();return d}}});"use strict";
(function(){CKEDITOR.htmlParser.text=function(a){this.value=a;this._={isBlockLike:!1}};CKEDITOR.htmlParser.text.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(a,d){if(!(this.value=a.onText(d,this.value,this)))return this.remove(),!1},writeHtml:function(a,d){d&&this.filter(d);a.text(this.value)}})})();"use strict";
(function(){CKEDITOR.htmlParser.cdata=function(a){this.value=a};CKEDITOR.htmlParser.cdata.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(){},writeHtml:function(a){a.write(this.value)}})})();"use strict";CKEDITOR.htmlParser.fragment=function(){this.children=[];this.parent=null;this._={isBlockLike:!0,hasInlineStarted:!1}};
(function(){function a(a){return a.attributes["data-cke-survive"]?!1:"a"==a.name&&a.attributes.href||CKEDITOR.dtd.$removeEmpty[a.name]}var d=CKEDITOR.tools.extend({table:1,ul:1,ol:1,dl:1},CKEDITOR.dtd.table,CKEDITOR.dtd.ul,CKEDITOR.dtd.ol,CKEDITOR.dtd.dl),b={ol:1,ul:1},c=CKEDITOR.tools.extend({},{html:1},CKEDITOR.dtd.html,CKEDITOR.dtd.body,CKEDITOR.dtd.head,{style:1,script:1}),e={ul:"li",ol:"li",dl:"dd",table:"tbody",tbody:"tr",thead:"tr",tfoot:"tr",tr:"td"};CKEDITOR.htmlParser.fragment.fromHtml=
-function(g,h,l){function q(a){var b;if(0<y.length)for(var c=0;c<y.length;c++){var d=y[c],k=d.name,e=CKEDITOR.dtd[k],f=v.name&&CKEDITOR.dtd[v.name];f&&!f[k]||a&&e&&!e[a]&&CKEDITOR.dtd[a]?k==v.name&&(z(v,v.parent,1),c--):(b||(t(),b=1),d=d.clone(),d.parent=v,v=d,y.splice(c,1),c--)}}function t(){for(;E.length;)z(E.shift(),v)}function f(a){if(a._.isBlockLike&&"pre"!=a.name&&"textarea"!=a.name){var b=a.children.length,c=a.children[b-1],d;c&&c.type==CKEDITOR.NODE_TEXT&&((d=CKEDITOR.tools.rtrim(c.value))?
-c.value=d:a.children.length=b-1)}}function z(b,c,d){c=c||v||m;var e=v;void 0===b.previous&&(A(c,b)&&(v=c,C.onTagOpen(l,{}),b.returnPoint=c=v),f(b),a(b)&&!b.children.length||c.add(b),"pre"==b.name&&(k=!1),"textarea"==b.name&&(x=!1));b.returnPoint?(v=b.returnPoint,delete b.returnPoint):v=d?c:e}function A(a,b){if((a==m||"body"==a.name)&&l&&(!a.name||CKEDITOR.dtd[a.name][l])){var c,d;return(c=b.attributes&&(d=b.attributes["data-cke-real-element-type"])?d:b.name)&&c in CKEDITOR.dtd.$inline&&!(c in CKEDITOR.dtd.head)&&
-!b.isOrphan||b.type==CKEDITOR.NODE_TEXT}}function u(a,b){return a in CKEDITOR.dtd.$listItem||a in CKEDITOR.dtd.$tableContent?a==b||"dt"==a&&"dd"==b||"dd"==a&&"dt"==b:!1}var C=new CKEDITOR.htmlParser,m=h instanceof CKEDITOR.htmlParser.element?h:"string"==typeof h?new CKEDITOR.htmlParser.element(h):new CKEDITOR.htmlParser.fragment,y=[],E=[],v=m,x="textarea"==m.name,k="pre"==m.name;C.onTagOpen=function(e,n,f,r){n=new CKEDITOR.htmlParser.element(e,n);n.isUnknown&&f&&(n.isEmpty=!0);n.isOptionalClose=r;
-if(a(n))y.push(n);else{if("pre"==e)k=!0;else{if("br"==e&&k){v.add(new CKEDITOR.htmlParser.text("\n"));return}"textarea"==e&&(x=!0)}if("br"==e)E.push(n);else{for(;!(r=(f=v.name)?CKEDITOR.dtd[f]||(v._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c,n.isUnknown||v.isUnknown||r[e]);)if(v.isOptionalClose)C.onTagClose(f);else if(e in b&&f in b)f=v.children,(f=f[f.length-1])&&"li"==f.name||z(f=new CKEDITOR.htmlParser.element("li"),v),!n.returnPoint&&(n.returnPoint=v),v=f;else if(e in CKEDITOR.dtd.$listItem&&
-!u(e,f))C.onTagOpen("li"==e?"ul":"dl",{},0,1);else if(f in d&&!u(e,f))!n.returnPoint&&(n.returnPoint=v),v=v.parent;else if(f in CKEDITOR.dtd.$inline&&y.unshift(v),v.parent)z(v,v.parent,1);else{n.isOrphan=1;break}q(e);t();n.parent=v;n.isEmpty?z(n):v=n}}};C.onTagClose=function(a){for(var b=y.length-1;0<=b;b--)if(a==y[b].name){y.splice(b,1);return}for(var c=[],d=[],k=v;k!=m&&k.name!=a;)k._.isBlockLike||d.unshift(k),c.push(k),k=k.returnPoint||k.parent;if(k!=m){for(b=0;b<c.length;b++){var e=c[b];z(e,e.parent)}v=
-k;k._.isBlockLike&&t();z(k,k.parent);k==v&&(v=v.parent);y=y.concat(d)}"body"==a&&(l=!1)};C.onText=function(a){if(!(v._.hasInlineStarted&&!E.length||k||x)&&(a=CKEDITOR.tools.ltrim(a),0===a.length))return;var b=v.name,f=b?CKEDITOR.dtd[b]||(v._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c;if(!x&&!f["#"]&&b in d)C.onTagOpen(e[b]||""),C.onText(a);else{t();q();k||x||(a=a.replace(/[\t\r\n ]{2,}|[\t\r\n]/g," "));a=new CKEDITOR.htmlParser.text(a);if(A(v,a))this.onTagOpen(l,{},0,1);v.add(a)}};C.onCDATA=
-function(a){v.add(new CKEDITOR.htmlParser.cdata(a))};C.onComment=function(a){t();q();v.add(new CKEDITOR.htmlParser.comment(a))};C.parse(g);for(t();v!=m;)z(v,v.parent,1);f(m);return m};CKEDITOR.htmlParser.fragment.prototype={type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,add:function(a,b){isNaN(b)&&(b=this.children.length);var c=0<b?this.children[b-1]:null;if(c){if(a._.isBlockLike&&c.type==CKEDITOR.NODE_TEXT&&(c.value=CKEDITOR.tools.rtrim(c.value),0===c.value.length)){this.children.pop();this.add(a);return}c.next=
+function(g,l,k){function n(a){var b;if(0<y.length)for(var c=0;c<y.length;c++){var d=y[c],h=d.name,e=CKEDITOR.dtd[h],g=t.name&&CKEDITOR.dtd[t.name];g&&!g[h]||a&&e&&!e[a]&&CKEDITOR.dtd[a]?h==t.name&&(x(t,t.parent,1),c--):(b||(w(),b=1),d=d.clone(),d.parent=t,t=d,y.splice(c,1),c--)}}function w(){for(;F.length;)x(F.shift(),t)}function f(a){if(a._.isBlockLike&&"pre"!=a.name&&"textarea"!=a.name){var b=a.children.length,c=a.children[b-1],d;c&&c.type==CKEDITOR.NODE_TEXT&&((d=CKEDITOR.tools.rtrim(c.value))?
+c.value=d:a.children.length=b-1)}}function x(b,c,d){c=c||t||q;var e=t;void 0===b.previous&&(A(c,b)&&(t=c,B.onTagOpen(k,{}),b.returnPoint=c=t),f(b),a(b)&&!b.children.length||c.add(b),"pre"==b.name&&(h=!1),"textarea"==b.name&&(z=!1));b.returnPoint?(t=b.returnPoint,delete b.returnPoint):t=d?c:e}function A(a,b){if((a==q||"body"==a.name)&&k&&(!a.name||CKEDITOR.dtd[a.name][k])){var c,d;return(c=b.attributes&&(d=b.attributes["data-cke-real-element-type"])?d:b.name)&&c in CKEDITOR.dtd.$inline&&!(c in CKEDITOR.dtd.head)&&
+!b.isOrphan||b.type==CKEDITOR.NODE_TEXT}}function u(a,b){return a in CKEDITOR.dtd.$listItem||a in CKEDITOR.dtd.$tableContent?a==b||"dt"==a&&"dd"==b||"dd"==a&&"dt"==b:!1}var B=new CKEDITOR.htmlParser,q=l instanceof CKEDITOR.htmlParser.element?l:"string"==typeof l?new CKEDITOR.htmlParser.element(l):new CKEDITOR.htmlParser.fragment,y=[],F=[],t=q,z="textarea"==q.name,h="pre"==q.name;B.onTagOpen=function(e,m,g,f){m=new CKEDITOR.htmlParser.element(e,m);m.isUnknown&&g&&(m.isEmpty=!0);m.isOptionalClose=f;
+if(a(m))y.push(m);else{if("pre"==e)h=!0;else{if("br"==e&&h){t.add(new CKEDITOR.htmlParser.text("\n"));return}"textarea"==e&&(z=!0)}if("br"==e)F.push(m);else{for(;!(f=(g=t.name)?CKEDITOR.dtd[g]||(t._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c,m.isUnknown||t.isUnknown||f[e]);)if(t.isOptionalClose)B.onTagClose(g);else if(e in b&&g in b)g=t.children,(g=g[g.length-1])&&"li"==g.name||x(g=new CKEDITOR.htmlParser.element("li"),t),!m.returnPoint&&(m.returnPoint=t),t=g;else if(e in CKEDITOR.dtd.$listItem&&
+!u(e,g))B.onTagOpen("li"==e?"ul":"dl",{},0,1);else if(g in d&&!u(e,g))!m.returnPoint&&(m.returnPoint=t),t=t.parent;else if(g in CKEDITOR.dtd.$inline&&y.unshift(t),t.parent)x(t,t.parent,1);else{m.isOrphan=1;break}n(e);w();m.parent=t;m.isEmpty?x(m):t=m}}};B.onTagClose=function(a){for(var b=y.length-1;0<=b;b--)if(a==y[b].name){y.splice(b,1);return}for(var c=[],d=[],h=t;h!=q&&h.name!=a;)h._.isBlockLike||d.unshift(h),c.push(h),h=h.returnPoint||h.parent;if(h!=q){for(b=0;b<c.length;b++){var e=c[b];x(e,e.parent)}t=
+h;h._.isBlockLike&&w();x(h,h.parent);h==t&&(t=t.parent);y=y.concat(d)}"body"==a&&(k=!1)};B.onText=function(a){if(!(t._.hasInlineStarted&&!F.length||h||z)&&(a=CKEDITOR.tools.ltrim(a),0===a.length))return;var b=t.name,g=b?CKEDITOR.dtd[b]||(t._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c;if(!z&&!g["#"]&&b in d)B.onTagOpen(e[b]||""),B.onText(a);else{w();n();h||z||(a=a.replace(/[\t\r\n ]{2,}|[\t\r\n]/g," "));a=new CKEDITOR.htmlParser.text(a);if(A(t,a))this.onTagOpen(k,{},0,1);t.add(a)}};B.onCDATA=
+function(a){t.add(new CKEDITOR.htmlParser.cdata(a))};B.onComment=function(a){w();n();t.add(new CKEDITOR.htmlParser.comment(a))};B.parse(g);for(w();t!=q;)x(t,t.parent,1);f(q);return q};CKEDITOR.htmlParser.fragment.prototype={type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,add:function(a,b){isNaN(b)&&(b=this.children.length);var c=0<b?this.children[b-1]:null;if(c){if(a._.isBlockLike&&c.type==CKEDITOR.NODE_TEXT&&(c.value=CKEDITOR.tools.rtrim(c.value),0===c.value.length)){this.children.pop();this.add(a);return}c.next=
a}a.previous=c;a.parent=this;this.children.splice(b,0,a);this._.hasInlineStarted||(this._.hasInlineStarted=a.type==CKEDITOR.NODE_TEXT||a.type==CKEDITOR.NODE_ELEMENT&&!a._.isBlockLike)},filter:function(a,b){b=this.getFilterContext(b);a.onRoot(b,this);this.filterChildren(a,!1,b)},filterChildren:function(a,b,c){if(this.childrenFilteredBy!=a.id){c=this.getFilterContext(c);if(b&&!this.parent)a.onRoot(c,this);this.childrenFilteredBy=a.id;for(b=0;b<this.children.length;b++)!1===this.children[b].filter(a,
c)&&b--}},writeHtml:function(a,b){b&&this.filter(b);this.writeChildrenHtml(a)},writeChildrenHtml:function(a,b,c){var d=this.getFilterContext();if(c&&!this.parent&&b)b.onRoot(d,this);b&&this.filterChildren(b,!1,d);b=0;c=this.children;for(d=c.length;b<d;b++)c[b].writeHtml(a)},forEach:function(a,b,c){if(!(c||b&&this.type!=b))var d=a(this);if(!1!==d){c=this.children;for(var e=0;e<c.length;e++)d=c[e],d.type==CKEDITOR.NODE_ELEMENT?d.forEach(a,b):b&&d.type!=b||a(d)}},getFilterContext:function(a){return a||
{}}}})();"use strict";
-(function(){function a(){this.rules=[]}function d(b,c,d,g){var h,l;for(h in c)(l=b[h])||(l=b[h]=new a),l.add(c[h],d,g)}CKEDITOR.htmlParser.filter=CKEDITOR.tools.createClass({$:function(b){this.id=CKEDITOR.tools.getNextNumber();this.elementNameRules=new a;this.attributeNameRules=new a;this.elementsRules={};this.attributesRules={};this.textRules=new a;this.commentRules=new a;this.rootRules=new a;b&&this.addRules(b,10)},proto:{addRules:function(a,c){var e;"number"==typeof c?e=c:c&&"priority"in c&&(e=
+(function(){function a(){this.rules=[]}function d(b,c,d,g){var l,k;for(l in c)(k=b[l])||(k=b[l]=new a),k.add(c[l],d,g)}CKEDITOR.htmlParser.filter=CKEDITOR.tools.createClass({$:function(b){this.id=CKEDITOR.tools.getNextNumber();this.elementNameRules=new a;this.attributeNameRules=new a;this.elementsRules={};this.attributesRules={};this.textRules=new a;this.commentRules=new a;this.rootRules=new a;b&&this.addRules(b,10)},proto:{addRules:function(a,c){var e;"number"==typeof c?e=c:c&&"priority"in c&&(e=
c.priority);"number"!=typeof e&&(e=10);"object"!=typeof c&&(c={});a.elementNames&&this.elementNameRules.addMany(a.elementNames,e,c);a.attributeNames&&this.attributeNameRules.addMany(a.attributeNames,e,c);a.elements&&d(this.elementsRules,a.elements,e,c);a.attributes&&d(this.attributesRules,a.attributes,e,c);a.text&&this.textRules.add(a.text,e,c);a.comment&&this.commentRules.add(a.comment,e,c);a.root&&this.rootRules.add(a.root,e,c)},applyTo:function(a){a.filter(this)},onElementName:function(a,c){return this.elementNameRules.execOnName(a,
-c)},onAttributeName:function(a,c){return this.attributeNameRules.execOnName(a,c)},onText:function(a,c,d){return this.textRules.exec(a,c,d)},onComment:function(a,c,d){return this.commentRules.exec(a,c,d)},onRoot:function(a,c){return this.rootRules.exec(a,c)},onElement:function(a,c){for(var d=[this.elementsRules["^"],this.elementsRules[c.name],this.elementsRules.$],g,h=0;3>h;h++)if(g=d[h]){g=g.exec(a,c,this);if(!1===g)return null;if(g&&g!=c)return this.onNode(a,g);if(c.parent&&!c.name)break}return c},
+c)},onAttributeName:function(a,c){return this.attributeNameRules.execOnName(a,c)},onText:function(a,c,d){return this.textRules.exec(a,c,d)},onComment:function(a,c,d){return this.commentRules.exec(a,c,d)},onRoot:function(a,c){return this.rootRules.exec(a,c)},onElement:function(a,c){for(var d=[this.elementsRules["^"],this.elementsRules[c.name],this.elementsRules.$],g,l=0;3>l;l++)if(g=d[l]){g=g.exec(a,c,this);if(!1===g)return null;if(g&&g!=c)return this.onNode(a,g);if(c.parent&&!c.name)break}return c},
onNode:function(a,c){var d=c.type;return d==CKEDITOR.NODE_ELEMENT?this.onElement(a,c):d==CKEDITOR.NODE_TEXT?new CKEDITOR.htmlParser.text(this.onText(a,c.value)):d==CKEDITOR.NODE_COMMENT?new CKEDITOR.htmlParser.comment(this.onComment(a,c.value)):null},onAttribute:function(a,c,d,g){return(d=this.attributesRules[d])?d.exec(a,g,c,this):g}}});CKEDITOR.htmlParser.filterRulesGroup=a;a.prototype={add:function(a,c,d){this.rules.splice(this.findIndex(c),0,{value:a,priority:c,options:d})},addMany:function(a,
-c,d){for(var g=[this.findIndex(c),0],h=0,l=a.length;h<l;h++)g.push({value:a[h],priority:c,options:d});this.rules.splice.apply(this.rules,g)},findIndex:function(a){for(var c=this.rules,d=c.length-1;0<=d&&a<c[d].priority;)d--;return d+1},exec:function(a,c){var d=c instanceof CKEDITOR.htmlParser.node||c instanceof CKEDITOR.htmlParser.fragment,g=Array.prototype.slice.call(arguments,1),h=this.rules,l=h.length,q,t,f,z;for(z=0;z<l;z++)if(d&&(q=c.type,t=c.name),f=h[z],!(a.nonEditable&&!f.options.applyToAll||
-a.nestedEditable&&f.options.excludeNestedEditable)){f=f.value.apply(null,g);if(!1===f||d&&f&&(f.name!=t||f.type!=q))return f;null!=f&&(g[0]=c=f)}return c},execOnName:function(a,c){for(var d=0,g=this.rules,h=g.length,l;c&&d<h;d++)l=g[d],a.nonEditable&&!l.options.applyToAll||a.nestedEditable&&l.options.excludeNestedEditable||(c=c.replace(l.value[0],l.value[1]));return c}}})();
-(function(){function a(a,d){function n(a){return a||CKEDITOR.env.needsNbspFiller?new CKEDITOR.htmlParser.text(" "):new CKEDITOR.htmlParser.element("br",{"data-cke-bogus":1})}function p(a,d){return function(k){if(k.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var e=[],p=b(k),r,w;if(p)for(f(p,1)&&e.push(p);p;)g(p)&&(r=c(p))&&f(r)&&((w=c(r))&&!g(w)?e.push(r):(n(x).insertAfter(r),r.remove())),p=p.previous;for(p=0;p<e.length;p++)e[p].remove();if(e=!a||!1!==("function"==typeof d?d(k):d))x||CKEDITOR.env.needsBrFiller||
-k.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT?x||CKEDITOR.env.needsBrFiller||!(7<document.documentMode||k.name in CKEDITOR.dtd.tr||k.name in CKEDITOR.dtd.$listItem)?(e=b(k),e=!e||"form"==k.name&&"input"==e.name):e=!1:e=!1;e&&k.add(n(a))}}}function f(a,b){if((!x||CKEDITOR.env.needsBrFiller)&&a.type==CKEDITOR.NODE_ELEMENT&&"br"==a.name&&!a.attributes["data-cke-eol"])return!0;var c;return a.type==CKEDITOR.NODE_TEXT&&(c=a.value.match(y))&&(c.index&&((new CKEDITOR.htmlParser.text(a.value.substring(0,c.index))).insertBefore(a),
-a.value=c[0]),!CKEDITOR.env.needsBrFiller&&x&&(!b||a.parent.name in w)||!x&&((c=a.previous)&&"br"==c.name||!c||g(c)))?!0:!1}var r={elements:{}},x="html"==d,w=CKEDITOR.tools.extend({},k),D;for(D in w)"#"in v[D]||delete w[D];for(D in w)r.elements[D]=p(x,a.config.fillEmptyBlocks);r.root=p(x,!1);r.elements.br=function(a){return function(b){if(b.parent.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var d=b.attributes;if("data-cke-bogus"in d||"data-cke-eol"in d)delete d["data-cke-bogus"];else{for(d=b.next;d&&e(d);)d=
-d.next;var k=c(b);!d&&g(b.parent)?h(b.parent,n(a)):g(d)&&k&&!g(k)&&n(a).insertBefore(d)}}}}(x);return r}function d(a,b){return a!=CKEDITOR.ENTER_BR&&!1!==b?a==CKEDITOR.ENTER_DIV?"div":"p":!1}function b(a){for(a=a.children[a.children.length-1];a&&e(a);)a=a.previous;return a}function c(a){for(a=a.previous;a&&e(a);)a=a.previous;return a}function e(a){return a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(a.value)||a.type==CKEDITOR.NODE_ELEMENT&&a.attributes["data-cke-bookmark"]}function g(a){return a&&
-(a.type==CKEDITOR.NODE_ELEMENT&&a.name in k||a.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)}function h(a,b){var c=a.children[a.children.length-1];a.children.push(b);b.parent=a;c&&(c.next=b,b.previous=c)}function l(a){a=a.attributes;"false"!=a.contenteditable&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function q(a){a=a.attributes;switch(a["data-cke-editable"]){case "true":a.contenteditable="true";break;case "1":delete a.contenteditable}}function t(a){return a.replace(F,
-function(a,b,c){return"\x3c"+b+c.replace(B,function(a,b){return L.test(b)&&-1==c.indexOf("data-cke-saved-"+b)?" data-cke-saved-"+a+" data-cke-"+CKEDITOR.rnd+"-"+a:a})+"\x3e"})}function f(a,b){return a.replace(b,function(a,b,c){0===a.indexOf("\x3ctextarea")&&(a=b+u(c).replace(/</g,"\x26lt;").replace(/>/g,"\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:encoded\x3e"})}function z(a){return a.replace(S,function(a,b){return decodeURIComponent(b)})}function A(a){return a.replace(/\x3c!--(?!{cke_protected})[\s\S]+?--\x3e/g,
-function(a){return"\x3c!--"+E+"{C}"+encodeURIComponent(a).replace(/--/g,"%2D%2D")+"--\x3e"})}function u(a){return a.replace(/\x3c!--\{cke_protected\}\{C\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)})}function C(a,b){var c=b._.dataStore;return a.replace(/\x3c!--\{cke_protected\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function m(a,b){var c=[],d=b.config.protectedSource,k=b._.dataStore||(b._.dataStore=
-{id:1}),e=/<\!--\{cke_temp(comment)?\}(\d*?)--\x3e/g,d=[/<script[\s\S]*?(<\/script>|$)/gi,/<noscript[\s\S]*?<\/noscript>/gi,/<meta[\s\S]*?\/?>/gi].concat(d);a=a.replace(/\x3c!--[\s\S]*?--\x3e/g,function(a){return"\x3c!--{cke_tempcomment}"+(c.push(a)-1)+"--\x3e"});for(var n=0;n<d.length;n++)a=a.replace(d[n],function(a){a=a.replace(e,function(a,b,d){return c[d]});return/cke_temp(comment)?/.test(a)?a:"\x3c!--{cke_temp}"+(c.push(a)-1)+"--\x3e"});a=a.replace(e,function(a,b,d){return"\x3c!--"+E+(b?"{C}":
-"")+encodeURIComponent(c[d]).replace(/--/g,"%2D%2D")+"--\x3e"});a=a.replace(/<\w+(?:\s+(?:(?:[^\s=>]+\s*=\s*(?:[^'"\s>]+|'[^']*'|"[^"]*"))|[^\s=\/>]+))+\s*\/?>/g,function(a){return a.replace(/\x3c!--\{cke_protected\}([^>]*)--\x3e/g,function(a,b){k[k.id]=decodeURIComponent(b);return"{cke_protected_"+k.id++ +"}"})});return a=a.replace(/<(title|iframe|textarea)([^>]*)>([\s\S]*?)<\/\1>/g,function(a,c,d,k){return"\x3c"+c+d+"\x3e"+C(u(k),b)+"\x3c/"+c+"\x3e"})}CKEDITOR.htmlDataProcessor=function(b){var c,
-k,e=this;this.editor=b;this.dataFilter=c=new CKEDITOR.htmlParser.filter;this.htmlFilter=k=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;c.addRules(p);c.addRules(n,{applyToAll:!0});c.addRules(a(b,"data"),{applyToAll:!0});k.addRules(D);k.addRules(r,{applyToAll:!0});k.addRules(a(b,"html"),{applyToAll:!0});b.on("toHtml",function(a){a=a.data;var c=a.dataValue,k,c=m(c,b),c=f(c,M),c=t(c),c=f(c,T),c=c.replace(w,"$1cke:$2"),c=c.replace(I,"\x3ccke:$1$2\x3e\x3c/cke:$1\x3e"),
-c=c.replace(/(<pre\b[^>]*>)(\r\n|\n)/g,"$1$2$2"),c=c.replace(/([^a-z0-9<\-])(on\w{3,})(?!>)/gi,"$1data-cke-"+CKEDITOR.rnd+"-$2");k=a.context||b.editable().getName();var e;CKEDITOR.env.ie&&9>CKEDITOR.env.version&&"pre"==k&&(k="div",c="\x3cpre\x3e"+c+"\x3c/pre\x3e",e=1);k=b.document.createElement(k);k.setHtml("a"+c);c=k.getHtml().substr(1);c=c.replace(new RegExp("data-cke-"+CKEDITOR.rnd+"-","ig"),"");e&&(c=c.replace(/^<pre>|<\/pre>$/gi,""));c=c.replace(H,"$1$2");c=z(c);c=u(c);k=!1===a.fixForBody?!1:
-d(a.enterMode,b.config.autoParagraph);c=CKEDITOR.htmlParser.fragment.fromHtml(c,a.context,k);k&&(e=c,!e.children.length&&CKEDITOR.dtd[e.name][k]&&(k=new CKEDITOR.htmlParser.element(k),e.add(k)));a.dataValue=c},null,null,5);b.on("toHtml",function(a){a.data.filter.applyTo(a.data.dataValue,!0,a.data.dontFilter,a.data.enterMode)&&b.fire("dataFiltered")},null,null,6);b.on("toHtml",function(a){a.data.dataValue.filterChildren(e.dataFilter,!0)},null,null,10);b.on("toHtml",function(a){a=a.data;var b=a.dataValue,
+c,d){for(var g=[this.findIndex(c),0],l=0,k=a.length;l<k;l++)g.push({value:a[l],priority:c,options:d});this.rules.splice.apply(this.rules,g)},findIndex:function(a){for(var c=this.rules,d=c.length-1;0<=d&&a<c[d].priority;)d--;return d+1},exec:function(a,c){var d=c instanceof CKEDITOR.htmlParser.node||c instanceof CKEDITOR.htmlParser.fragment,g=Array.prototype.slice.call(arguments,1),l=this.rules,k=l.length,n,w,f,x;for(x=0;x<k;x++)if(d&&(n=c.type,w=c.name),f=l[x],!(a.nonEditable&&!f.options.applyToAll||
+a.nestedEditable&&f.options.excludeNestedEditable)){f=f.value.apply(null,g);if(!1===f||d&&f&&(f.name!=w||f.type!=n))return f;null!=f&&(g[0]=c=f)}return c},execOnName:function(a,c){for(var d=0,g=this.rules,l=g.length,k;c&&d<l;d++)k=g[d],a.nonEditable&&!k.options.applyToAll||a.nestedEditable&&k.options.excludeNestedEditable||(c=c.replace(k.value[0],k.value[1]));return c}}})();
+(function(){function a(a,d){function m(a){return a||CKEDITOR.env.needsNbspFiller?new CKEDITOR.htmlParser.text(" "):new CKEDITOR.htmlParser.element("br",{"data-cke-bogus":1})}function p(a,d){return function(h){if(h.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var e=[],p=b(h),r,v;if(p)for(f(p,1)&&e.push(p);p;)g(p)&&(r=c(p))&&f(r)&&((v=c(r))&&!g(v)?e.push(r):(m(z).insertAfter(r),r.remove())),p=p.previous;for(p=0;p<e.length;p++)e[p].remove();if(e=!a||!1!==("function"==typeof d?d(h):d))z||CKEDITOR.env.needsBrFiller||
+h.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT?z||CKEDITOR.env.needsBrFiller||!(7<document.documentMode||h.name in CKEDITOR.dtd.tr||h.name in CKEDITOR.dtd.$listItem)?(e=b(h),e=!e||"form"==h.name&&"input"==e.name):e=!1:e=!1;e&&h.add(m(a))}}}function f(a,b){if((!z||CKEDITOR.env.needsBrFiller)&&a.type==CKEDITOR.NODE_ELEMENT&&"br"==a.name&&!a.attributes["data-cke-eol"])return!0;var c;return a.type==CKEDITOR.NODE_TEXT&&(c=a.value.match(y))&&(c.index&&((new CKEDITOR.htmlParser.text(a.value.substring(0,c.index))).insertBefore(a),
+a.value=c[0]),!CKEDITOR.env.needsBrFiller&&z&&(!b||a.parent.name in v)||!z&&((c=a.previous)&&"br"==c.name||!c||g(c)))?!0:!1}var r={elements:{}},z="html"==d,v=CKEDITOR.tools.extend({},h),C;for(C in v)"#"in t[C]||delete v[C];for(C in v)r.elements[C]=p(z,a.config.fillEmptyBlocks);r.root=p(z,!1);r.elements.br=function(a){return function(b){if(b.parent.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var d=b.attributes;if("data-cke-bogus"in d||"data-cke-eol"in d)delete d["data-cke-bogus"];else{for(d=b.next;d&&e(d);)d=
+d.next;var h=c(b);!d&&g(b.parent)?l(b.parent,m(a)):g(d)&&h&&!g(h)&&m(a).insertBefore(d)}}}}(z);return r}function d(a,b){return a!=CKEDITOR.ENTER_BR&&!1!==b?a==CKEDITOR.ENTER_DIV?"div":"p":!1}function b(a){for(a=a.children[a.children.length-1];a&&e(a);)a=a.previous;return a}function c(a){for(a=a.previous;a&&e(a);)a=a.previous;return a}function e(a){return a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(a.value)||a.type==CKEDITOR.NODE_ELEMENT&&a.attributes["data-cke-bookmark"]}function g(a){return a&&
+(a.type==CKEDITOR.NODE_ELEMENT&&a.name in h||a.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)}function l(a,b){var c=a.children[a.children.length-1];a.children.push(b);b.parent=a;c&&(c.next=b,b.previous=c)}function k(a){a=a.attributes;"false"!=a.contenteditable&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function n(a){a=a.attributes;switch(a["data-cke-editable"]){case "true":a.contenteditable="true";break;case "1":delete a.contenteditable}}function w(a){return a.replace(G,
+function(a,b,c){return"\x3c"+b+c.replace(H,function(a,b){return K.test(b)&&-1==c.indexOf("data-cke-saved-"+b)?" data-cke-saved-"+a+" data-cke-"+CKEDITOR.rnd+"-"+a:a})+"\x3e"})}function f(a,b){return a.replace(b,function(a,b,c){0===a.indexOf("\x3ctextarea")&&(a=b+u(c).replace(/</g,"\x26lt;").replace(/>/g,"\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:encoded\x3e"})}function x(a){return a.replace(Q,function(a,b){return decodeURIComponent(b)})}function A(a){return a.replace(/\x3c!--(?!{cke_protected})[\s\S]+?--\x3e/g,
+function(a){return"\x3c!--"+F+"{C}"+encodeURIComponent(a).replace(/--/g,"%2D%2D")+"--\x3e"})}function u(a){return a.replace(/\x3c!--\{cke_protected\}\{C\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)})}function B(a,b){var c=b._.dataStore;return a.replace(/\x3c!--\{cke_protected\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function q(a,b){var c=[],d=b.config.protectedSource,h=b._.dataStore||(b._.dataStore=
+{id:1}),e=/<\!--\{cke_temp(comment)?\}(\d*?)--\x3e/g,d=[/<script[\s\S]*?(<\/script>|$)/gi,/<noscript[\s\S]*?<\/noscript>/gi,/<meta[\s\S]*?\/?>/gi].concat(d);a=a.replace(/\x3c!--[\s\S]*?--\x3e/g,function(a){return"\x3c!--{cke_tempcomment}"+(c.push(a)-1)+"--\x3e"});for(var p=0;p<d.length;p++)a=a.replace(d[p],function(a){a=a.replace(e,function(a,b,d){return c[d]});return/cke_temp(comment)?/.test(a)?a:"\x3c!--{cke_temp}"+(c.push(a)-1)+"--\x3e"});a=a.replace(e,function(a,b,d){return"\x3c!--"+F+(b?"{C}":
+"")+encodeURIComponent(c[d]).replace(/--/g,"%2D%2D")+"--\x3e"});a=a.replace(/<\w+(?:\s+(?:(?:[^\s=>]+\s*=\s*(?:[^'"\s>]+|'[^']*'|"[^"]*"))|[^\s=\/>]+))+\s*\/?>/g,function(a){return a.replace(/\x3c!--\{cke_protected\}([^>]*)--\x3e/g,function(a,b){h[h.id]=decodeURIComponent(b);return"{cke_protected_"+h.id++ +"}"})});return a=a.replace(/<(title|iframe|textarea)([^>]*)>([\s\S]*?)<\/\1>/g,function(a,c,d,h){return"\x3c"+c+d+"\x3e"+B(u(h),b)+"\x3c/"+c+"\x3e"})}CKEDITOR.htmlDataProcessor=function(b){var c,
+h,e=this;this.editor=b;this.dataFilter=c=new CKEDITOR.htmlParser.filter;this.htmlFilter=h=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;c.addRules(p);c.addRules(m,{applyToAll:!0});c.addRules(a(b,"data"),{applyToAll:!0});h.addRules(C);h.addRules(r,{applyToAll:!0});h.addRules(a(b,"html"),{applyToAll:!0});b.on("toHtml",function(a){a=a.data;var c=a.dataValue,h,c=q(c,b),c=f(c,M),c=w(c),c=f(c,R),c=c.replace(v,"$1cke:$2"),c=c.replace(I,"\x3ccke:$1$2\x3e\x3c/cke:$1\x3e"),
+c=c.replace(/(<pre\b[^>]*>)(\r\n|\n)/g,"$1$2$2"),c=c.replace(/([^a-z0-9<\-])(on\w{3,})(?!>)/gi,"$1data-cke-"+CKEDITOR.rnd+"-$2");h=a.context||b.editable().getName();var e;CKEDITOR.env.ie&&9>CKEDITOR.env.version&&"pre"==h&&(h="div",c="\x3cpre\x3e"+c+"\x3c/pre\x3e",e=1);h=b.document.createElement(h);h.setHtml("a"+c);c=h.getHtml().substr(1);c=c.replace(new RegExp("data-cke-"+CKEDITOR.rnd+"-","ig"),"");e&&(c=c.replace(/^<pre>|<\/pre>$/gi,""));c=c.replace(D,"$1$2");c=x(c);c=u(c);h=!1===a.fixForBody?!1:
+d(a.enterMode,b.config.autoParagraph);c=CKEDITOR.htmlParser.fragment.fromHtml(c,a.context,h);h&&(e=c,!e.children.length&&CKEDITOR.dtd[e.name][h]&&(h=new CKEDITOR.htmlParser.element(h),e.add(h)));a.dataValue=c},null,null,5);b.on("toHtml",function(a){a.data.filter.applyTo(a.data.dataValue,!0,a.data.dontFilter,a.data.enterMode)&&b.fire("dataFiltered")},null,null,6);b.on("toHtml",function(a){a.data.dataValue.filterChildren(e.dataFilter,!0)},null,null,10);b.on("toHtml",function(a){a=a.data;var b=a.dataValue,
c=new CKEDITOR.htmlParser.basicWriter;b.writeChildrenHtml(c);b=c.getHtml(!0);a.dataValue=A(b)},null,null,15);b.on("toDataFormat",function(a){var c=a.data.dataValue;a.data.enterMode!=CKEDITOR.ENTER_BR&&(c=c.replace(/^<br *\/?>/i,""));a.data.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(c,a.data.context,d(a.data.enterMode,b.config.autoParagraph))},null,null,5);b.on("toDataFormat",function(a){a.data.dataValue.filterChildren(e.htmlFilter,!0)},null,null,10);b.on("toDataFormat",function(a){a.data.filter.applyTo(a.data.dataValue,
-!1,!0)},null,null,11);b.on("toDataFormat",function(a){var c=a.data.dataValue,d=e.writer;d.reset();c.writeChildrenHtml(d);c=d.getHtml(!0);c=u(c);c=C(c,b);a.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype={toHtml:function(a,b,c,d){var k=this.editor,e,n,p,f;b&&"object"==typeof b?(e=b.context,c=b.fixForBody,d=b.dontFilter,n=b.filter,p=b.enterMode,f=b.protectedWhitespaces):e=b;e||null===e||(e=k.editable().getName());return k.fire("toHtml",{dataValue:a,context:e,fixForBody:c,dontFilter:d,
-filter:n||k.filter,enterMode:p||k.enterMode,protectedWhitespaces:f}).dataValue},toDataFormat:function(a,b){var c,d,k;b&&(c=b.context,d=b.filter,k=b.enterMode);c||null===c||(c=this.editor.editable().getName());return this.editor.fire("toDataFormat",{dataValue:a,filter:d||this.editor.filter,context:c,enterMode:k||this.editor.enterMode}).dataValue}};var y=/(?: |\xa0)$/,E="{cke_protected}",v=CKEDITOR.dtd,x="caption colgroup col thead tfoot tbody".split(" "),k=CKEDITOR.tools.extend({},v.$blockLimit,
-v.$block),p={elements:{input:l,textarea:l}},n={attributeNames:[[/^on/,"data-cke-pa-on"],[/^data-cke-expando$/,""]]},D={elements:{embed:function(a){var b=a.parent;if(b&&"object"==b.name){var c=b.attributes.width,b=b.attributes.height;c&&(a.attributes.width=c);b&&(a.attributes.height=b)}},a:function(a){var b=a.attributes;if(!(a.children.length||b.name||b.id||a.attributes["data-cke-saved-name"]))return!1}}},r={elementNames:[[/^cke:/,""],[/^\?xml:namespace$/,""]],attributeNames:[[/^data-cke-(saved|pa)-/,
-""],[/^data-cke-.*/,""],["hidefocus",""]],elements:{$:function(a){var b=a.attributes;if(b){if(b["data-cke-temp"])return!1;for(var c=["name","href","src"],d,k=0;k<c.length;k++)d="data-cke-saved-"+c[k],d in b&&delete b[c[k]]}return a},table:function(a){a.children.slice(0).sort(function(a,b){var c,d;a.type==CKEDITOR.NODE_ELEMENT&&b.type==a.type&&(c=CKEDITOR.tools.indexOf(x,a.name),d=CKEDITOR.tools.indexOf(x,b.name));-1<c&&-1<d&&c!=d||(c=a.parent?a.getIndex():-1,d=b.parent?b.getIndex():-1);return c>d?
-1:-1})},param:function(a){a.children=[];a.isEmpty=!0;return a},span:function(a){"Apple-style-span"==a.attributes["class"]&&delete a.name},html:function(a){delete a.attributes.contenteditable;delete a.attributes["class"]},body:function(a){delete a.attributes.spellcheck;delete a.attributes.contenteditable},style:function(a){var b=a.children[0];b&&b.value&&(b.value=CKEDITOR.tools.trim(b.value));a.attributes.type||(a.attributes.type="text/css")},title:function(a){var b=a.children[0];!b&&h(a,b=new CKEDITOR.htmlParser.text);
-b.value=a.attributes["data-cke-title"]||""},input:q,textarea:q},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||!1}}};CKEDITOR.env.ie&&(r.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})});var F=/<(a|area|img|input|source)\b([^>]*)>/gi,B=/([\w-:]+)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,L=/^(href|src|name)$/i,T=/(?:<style(?=[ >])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,
-M=/(<textarea(?=[ >])[^>]*>)([\s\S]*?)(?:<\/textarea>)/gi,S=/<cke:encoded>([^<]*)<\/cke:encoded>/gi,w=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,H=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,I=/<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi})();"use strict";
+!1,!0)},null,null,11);b.on("toDataFormat",function(a){var c=a.data.dataValue,d=e.writer;d.reset();c.writeChildrenHtml(d);c=d.getHtml(!0);c=u(c);c=B(c,b);a.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype={toHtml:function(a,b,c,d){var h=this.editor,e,p,m,g;b&&"object"==typeof b?(e=b.context,c=b.fixForBody,d=b.dontFilter,p=b.filter,m=b.enterMode,g=b.protectedWhitespaces):e=b;e||null===e||(e=h.editable().getName());return h.fire("toHtml",{dataValue:a,context:e,fixForBody:c,dontFilter:d,
+filter:p||h.filter,enterMode:m||h.enterMode,protectedWhitespaces:g}).dataValue},toDataFormat:function(a,b){var c,d,h;b&&(c=b.context,d=b.filter,h=b.enterMode);c||null===c||(c=this.editor.editable().getName());return this.editor.fire("toDataFormat",{dataValue:a,filter:d||this.editor.filter,context:c,enterMode:h||this.editor.enterMode}).dataValue}};var y=/(?: |\xa0)$/,F="{cke_protected}",t=CKEDITOR.dtd,z="caption colgroup col thead tfoot tbody".split(" "),h=CKEDITOR.tools.extend({},t.$blockLimit,
+t.$block),p={elements:{input:k,textarea:k}},m={attributeNames:[[/^on/,"data-cke-pa-on"],[/^data-cke-expando$/,""]]},C={elements:{embed:function(a){var b=a.parent;if(b&&"object"==b.name){var c=b.attributes.width,b=b.attributes.height;c&&(a.attributes.width=c);b&&(a.attributes.height=b)}},a:function(a){var b=a.attributes;if(!(a.children.length||b.name||b.id||a.attributes["data-cke-saved-name"]))return!1}}},r={elementNames:[[/^cke:/,""],[/^\?xml:namespace$/,""]],attributeNames:[[/^data-cke-(saved|pa)-/,
+""],[/^data-cke-.*/,""],["hidefocus",""]],elements:{$:function(a){var b=a.attributes;if(b){if(b["data-cke-temp"])return!1;for(var c=["name","href","src"],d,h=0;h<c.length;h++)d="data-cke-saved-"+c[h],d in b&&delete b[c[h]]}return a},table:function(a){a.children.slice(0).sort(function(a,b){var c,d;a.type==CKEDITOR.NODE_ELEMENT&&b.type==a.type&&(c=CKEDITOR.tools.indexOf(z,a.name),d=CKEDITOR.tools.indexOf(z,b.name));-1<c&&-1<d&&c!=d||(c=a.parent?a.getIndex():-1,d=b.parent?b.getIndex():-1);return c>d?
+1:-1})},param:function(a){a.children=[];a.isEmpty=!0;return a},span:function(a){"Apple-style-span"==a.attributes["class"]&&delete a.name},html:function(a){delete a.attributes.contenteditable;delete a.attributes["class"]},body:function(a){delete a.attributes.spellcheck;delete a.attributes.contenteditable},style:function(a){var b=a.children[0];b&&b.value&&(b.value=CKEDITOR.tools.trim(b.value));a.attributes.type||(a.attributes.type="text/css")},title:function(a){var b=a.children[0];!b&&l(a,b=new CKEDITOR.htmlParser.text);
+b.value=a.attributes["data-cke-title"]||""},input:n,textarea:n},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||!1}}};CKEDITOR.env.ie&&(r.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})});var G=/<(a|area|img|input|source)\b([^>]*)>/gi,H=/([\w-:]+)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,K=/^(href|src|name)$/i,R=/(?:<style(?=[ >])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,
+M=/(<textarea(?=[ >])[^>]*>)([\s\S]*?)(?:<\/textarea>)/gi,Q=/<cke:encoded>([^<]*)<\/cke:encoded>/gi,v=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,D=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,I=/<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi})();"use strict";
CKEDITOR.htmlParser.element=function(a,d){this.name=a;this.attributes=d||{};this.children=[];var b=a||"",c=b.match(/^cke:(.*)/);c&&(b=c[1]);b=!!(CKEDITOR.dtd.$nonBodyContent[b]||CKEDITOR.dtd.$block[b]||CKEDITOR.dtd.$listItem[b]||CKEDITOR.dtd.$tableContent[b]||CKEDITOR.dtd.$nonEditable[b]||"br"==b);this.isEmpty=!!CKEDITOR.dtd.$empty[a];this.isUnknown=!CKEDITOR.dtd[a];this._={isBlockLike:b,hasInlineStarted:this.isEmpty||!b}};
CKEDITOR.htmlParser.cssStyle=function(a){var d={};((a instanceof CKEDITOR.htmlParser.element?a.attributes.style:a)||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,c,e){"font-family"==c&&(e=e.replace(/["']/g,""));d[c.toLowerCase()]=e});return{rules:d,populate:function(a){var c=this.toString();c&&(a instanceof CKEDITOR.dom.element?a.setAttribute("style",c):a instanceof CKEDITOR.htmlParser.element?a.attributes.style=c:a.style=c)},toString:function(){var a=[],c;
for(c in d)d[c]&&a.push(c,":",d[c],";");return a.join("")}}};
-(function(){function a(a){return function(b){return b.type==CKEDITOR.NODE_ELEMENT&&("string"==typeof a?b.name==a:b.name in a)}}var d=function(a,b){a=a[0];b=b[0];return a<b?-1:a>b?1:0},b=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_ELEMENT,add:b.add,clone:function(){return new CKEDITOR.htmlParser.element(this.name,this.attributes)},filter:function(a,b){var d=this,h,l;b=d.getFilterContext(b);if(b.off)return!0;
-if(!d.parent)a.onRoot(b,d);for(;;){h=d.name;if(!(l=a.onElementName(b,h)))return this.remove(),!1;d.name=l;if(!(d=a.onElement(b,d)))return this.remove(),!1;if(d!==this)return this.replaceWith(d),!1;if(d.name==h)break;if(d.type!=CKEDITOR.NODE_ELEMENT)return this.replaceWith(d),!1;if(!d.name)return this.replaceWithChildren(),!1}h=d.attributes;var q,t;for(q in h){for(l=h[q];;)if(t=a.onAttributeName(b,q))if(t!=q)delete h[q],q=t;else break;else{delete h[q];break}t&&(!1===(l=a.onAttribute(b,d,t,l))?delete h[t]:
-h[t]=l)}d.isEmpty||this.filterChildren(a,!1,b);return!0},filterChildren:b.filterChildren,writeHtml:function(a,b){b&&this.filter(b);var g=this.name,h=[],l=this.attributes,q,t;a.openTag(g,l);for(q in l)h.push([q,l[q]]);a.sortAttributes&&h.sort(d);q=0;for(t=h.length;q<t;q++)l=h[q],a.attribute(l[0],l[1]);a.openTagClose(g,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(g)},writeChildrenHtml:b.writeChildrenHtml,replaceWithChildren:function(){for(var a=this.children,b=a.length;b;)a[--b].insertAfter(this);
+(function(){function a(a){return function(b){return b.type==CKEDITOR.NODE_ELEMENT&&("string"==typeof a?b.name==a:b.name in a)}}var d=function(a,b){a=a[0];b=b[0];return a<b?-1:a>b?1:0},b=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_ELEMENT,add:b.add,clone:function(){return new CKEDITOR.htmlParser.element(this.name,this.attributes)},filter:function(a,b){var d=this,l,k;b=d.getFilterContext(b);if(b.off)return!0;
+if(!d.parent)a.onRoot(b,d);for(;;){l=d.name;if(!(k=a.onElementName(b,l)))return this.remove(),!1;d.name=k;if(!(d=a.onElement(b,d)))return this.remove(),!1;if(d!==this)return this.replaceWith(d),!1;if(d.name==l)break;if(d.type!=CKEDITOR.NODE_ELEMENT)return this.replaceWith(d),!1;if(!d.name)return this.replaceWithChildren(),!1}l=d.attributes;var n,w;for(n in l){for(k=l[n];;)if(w=a.onAttributeName(b,n))if(w!=n)delete l[n],n=w;else break;else{delete l[n];break}w&&(!1===(k=a.onAttribute(b,d,w,k))?delete l[w]:
+l[w]=k)}d.isEmpty||this.filterChildren(a,!1,b);return!0},filterChildren:b.filterChildren,writeHtml:function(a,b){b&&this.filter(b);var g=this.name,l=[],k=this.attributes,n,w;a.openTag(g,k);for(n in k)l.push([n,k[n]]);a.sortAttributes&&l.sort(d);n=0;for(w=l.length;n<w;n++)k=l[n],a.attribute(k[0],k[1]);a.openTagClose(g,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(g)},writeChildrenHtml:b.writeChildrenHtml,replaceWithChildren:function(){for(var a=this.children,b=a.length;b;)a[--b].insertAfter(this);
this.remove()},forEach:b.forEach,getFirst:function(b){if(!b)return this.children.length?this.children[0]:null;"function"!=typeof b&&(b=a(b));for(var d=0,g=this.children.length;d<g;++d)if(b(this.children[d]))return this.children[d];return null},getHtml:function(){var a=new CKEDITOR.htmlParser.basicWriter;this.writeChildrenHtml(a);return a.getHtml()},setHtml:function(a){a=this.children=CKEDITOR.htmlParser.fragment.fromHtml(a).children;for(var b=0,d=a.length;b<d;++b)a[b].parent=this},getOuterHtml:function(){var a=
-new CKEDITOR.htmlParser.basicWriter;this.writeHtml(a);return a.getHtml()},split:function(a){for(var b=this.children.splice(a,this.children.length-a),d=this.clone(),h=0;h<b.length;++h)b[h].parent=d;d.children=b;b[0]&&(b[0].previous=null);0<a&&(this.children[a-1].next=null);this.parent.add(d,this.getIndex()+1);return d},addClass:function(a){if(!this.hasClass(a)){var b=this.attributes["class"]||"";this.attributes["class"]=b+(b?" ":"")+a}},removeClass:function(a){var b=this.attributes["class"];b&&((b=
+new CKEDITOR.htmlParser.basicWriter;this.writeHtml(a);return a.getHtml()},split:function(a){for(var b=this.children.splice(a,this.children.length-a),d=this.clone(),l=0;l<b.length;++l)b[l].parent=d;d.children=b;b[0]&&(b[0].previous=null);0<a&&(this.children[a-1].next=null);this.parent.add(d,this.getIndex()+1);return d},addClass:function(a){if(!this.hasClass(a)){var b=this.attributes["class"]||"";this.attributes["class"]=b+(b?" ":"")+a}},removeClass:function(a){var b=this.attributes["class"];b&&((b=
CKEDITOR.tools.trim(b.replace(new RegExp("(?:\\s+|^)"+a+"(?:\\s+|$)")," ")))?this.attributes["class"]=b:delete this.attributes["class"])},hasClass:function(a){var b=this.attributes["class"];return b?(new RegExp("(?:^|\\s)"+a+"(?\x3d\\s|$)")).test(b):!1},getFilterContext:function(a){var b=[];a||(a={off:!1,nonEditable:!1,nestedEditable:!1});a.off||"off"!=this.attributes["data-cke-processor"]||b.push("off",!0);a.nonEditable||"false"!=this.attributes.contenteditable?a.nonEditable&&!a.nestedEditable&&
"true"==this.attributes.contenteditable&&b.push("nestedEditable",!0):b.push("nonEditable",!0);if(b.length){a=CKEDITOR.tools.copy(a);for(var d=0;d<b.length;d+=2)a[b[d]]=b[d+1]}return a}},!0)})();
-(function(){var a={},d=/{([^}]+)}/g,b=/([\\'])/g,c=/\n/g,e=/\r/g;CKEDITOR.template=function(g){if(a[g])this.output=a[g];else{var h=g.replace(b,"\\$1").replace(c,"\\n").replace(e,"\\r").replace(d,function(a,b){return"',data['"+b+"']\x3d\x3dundefined?'{"+b+"}':data['"+b+"'],'"});this.output=a[g]=Function("data","buffer","return buffer?buffer.push('"+h+"'):['"+h+"'].join('');")}}})();delete CKEDITOR.loadFullCore;CKEDITOR.instances={};CKEDITOR.document=new CKEDITOR.dom.document(document);
+(function(){var a={},d=/{([^}]+)}/g,b=/([\\'])/g,c=/\n/g,e=/\r/g;CKEDITOR.template=function(g){if(a[g])this.output=a[g];else{var l=g.replace(b,"\\$1").replace(c,"\\n").replace(e,"\\r").replace(d,function(a,b){return"',data['"+b+"']\x3d\x3dundefined?'{"+b+"}':data['"+b+"'],'"});this.output=a[g]=Function("data","buffer","return buffer?buffer.push('"+l+"'):['"+l+"'].join('');")}}})();delete CKEDITOR.loadFullCore;CKEDITOR.instances={};CKEDITOR.document=new CKEDITOR.dom.document(document);
CKEDITOR.add=function(a){CKEDITOR.instances[a.name]=a;a.on("focus",function(){CKEDITOR.currentInstance!=a&&(CKEDITOR.currentInstance=a,CKEDITOR.fire("currentInstance"))});a.on("blur",function(){CKEDITOR.currentInstance==a&&(CKEDITOR.currentInstance=null,CKEDITOR.fire("currentInstance"))});CKEDITOR.fire("instance",null,a)};CKEDITOR.remove=function(a){delete CKEDITOR.instances[a.name]};
(function(){var a={};CKEDITOR.addTemplate=function(d,b){var c=a[d];if(c)return c;c={name:d,source:b};CKEDITOR.fire("template",c);return a[d]=new CKEDITOR.template(c.source)};CKEDITOR.getTemplate=function(d){return a[d]}})();(function(){var a=[];CKEDITOR.addCss=function(d){a.push(d)};CKEDITOR.getCss=function(){return a.join("\n")}})();CKEDITOR.on("instanceDestroyed",function(){CKEDITOR.tools.isEmpty(this.instances)&&CKEDITOR.fire("reset")});CKEDITOR.TRISTATE_ON=1;CKEDITOR.TRISTATE_OFF=2;
CKEDITOR.TRISTATE_DISABLED=0;
(function(){CKEDITOR.inline=function(a,d){if(!CKEDITOR.env.isCompatible)return null;a=CKEDITOR.dom.element.get(a);if(a.getEditor())throw'The editor instance "'+a.getEditor().name+'" is already attached to the provided element.';var b=new CKEDITOR.editor(d,a,CKEDITOR.ELEMENT_MODE_INLINE),c=a.is("textarea")?a:null;c?(b.setData(c.getValue(),null,!0),a=CKEDITOR.dom.element.createFromHtml('\x3cdiv contenteditable\x3d"'+!!b.readOnly+'" class\x3d"cke_textarea_inline"\x3e'+c.getValue()+"\x3c/div\x3e",CKEDITOR.document),
a.insertAfter(c),c.hide(),c.$.form&&b._attachToForm()):b.setData(a.getHtml(),null,!0);b.on("loaded",function(){b.fire("uiReady");b.editable(a);b.container=a;b.ui.contentsElement=a;b.setData(b.getData(1));b.resetDirty();b.fire("contentDom");b.mode="wysiwyg";b.fire("mode");b.status="ready";b.fireOnce("instanceReady");CKEDITOR.fire("instanceReady",null,b)},null,null,1E4);b.on("destroy",function(){c&&(b.container.clearCustomData(),b.container.remove(),c.show());b.element.clearCustomData();delete b.element});
return b};CKEDITOR.inlineAll=function(){var a,d,b;for(b in CKEDITOR.dtd.$editable)for(var c=CKEDITOR.document.getElementsByTag(b),e=0,g=c.count();e<g;e++)a=c.getItem(e),"true"==a.getAttribute("contenteditable")&&(d={element:a,config:{}},!1!==CKEDITOR.fire("inline",d)&&CKEDITOR.inline(a,d.config))};CKEDITOR.domReady(function(){!CKEDITOR.disableAutoInline&&CKEDITOR.inlineAll()})})();CKEDITOR.replaceClass="ckeditor";
-(function(){function a(a,e,g,h){if(!CKEDITOR.env.isCompatible)return null;a=CKEDITOR.dom.element.get(a);if(a.getEditor())throw'The editor instance "'+a.getEditor().name+'" is already attached to the provided element.';var l=new CKEDITOR.editor(e,a,h);h==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.setStyle("visibility","hidden"),l._.required=a.hasAttribute("required"),a.removeAttribute("required"));g&&l.setData(g,null,!0);l.on("loaded",function(){b(l);h==CKEDITOR.ELEMENT_MODE_REPLACE&&l.config.autoUpdateElement&&
-a.$.form&&l._attachToForm();l.setMode(l.config.startupMode,function(){l.resetDirty();l.status="ready";l.fireOnce("instanceReady");CKEDITOR.fire("instanceReady",null,l)})});l.on("destroy",d);return l}function d(){var a=this.container,b=this.element;a&&(a.clearCustomData(),a.remove());b&&(b.clearCustomData(),this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&(b.show(),this._.required&&b.setAttribute("required","required")),delete this.element)}function b(a){var b=a.name,d=a.element,h=a.elementMode,l=
-a.fire("uiSpace",{space:"top",html:""}).html,q=a.fire("uiSpace",{space:"bottom",html:""}).html,t=new CKEDITOR.template('\x3c{outerEl} id\x3d"cke_{name}" class\x3d"{id} cke cke_reset cke_chrome cke_editor_{name} cke_{langDir} '+CKEDITOR.env.cssClass+'" dir\x3d"{langDir}" lang\x3d"{langCode}" role\x3d"application"'+(a.title?' aria-labelledby\x3d"cke_{name}_arialbl"':"")+"\x3e"+(a.title?'\x3cspan id\x3d"cke_{name}_arialbl" class\x3d"cke_voice_label"\x3e{voiceLabel}\x3c/span\x3e':"")+'\x3c{outerEl} class\x3d"cke_inner cke_reset" role\x3d"presentation"\x3e{topHtml}\x3c{outerEl} id\x3d"{contentId}" class\x3d"cke_contents cke_reset" role\x3d"presentation"\x3e\x3c/{outerEl}\x3e{bottomHtml}\x3c/{outerEl}\x3e\x3c/{outerEl}\x3e'),
-b=CKEDITOR.dom.element.createFromHtml(t.output({id:a.id,name:b,langDir:a.lang.dir,langCode:a.langCode,voiceLabel:a.title,topHtml:l?'\x3cspan id\x3d"'+a.ui.spaceId("top")+'" class\x3d"cke_top cke_reset_all" role\x3d"presentation" style\x3d"height:auto"\x3e'+l+"\x3c/span\x3e":"",contentId:a.ui.spaceId("contents"),bottomHtml:q?'\x3cspan id\x3d"'+a.ui.spaceId("bottom")+'" class\x3d"cke_bottom cke_reset_all" role\x3d"presentation"\x3e'+q+"\x3c/span\x3e":"",outerEl:CKEDITOR.env.ie?"span":"div"}));h==CKEDITOR.ELEMENT_MODE_REPLACE?
-(d.hide(),b.insertAfter(d)):d.append(b);a.container=b;a.ui.contentsElement=a.ui.space("contents");l&&a.ui.space("top").unselectable();q&&a.ui.space("bottom").unselectable();d=a.config.width;h=a.config.height;d&&b.setStyle("width",CKEDITOR.tools.cssLength(d));h&&a.ui.space("contents").setStyle("height",CKEDITOR.tools.cssLength(h));b.disableContextMenu();CKEDITOR.env.webkit&&b.on("focus",function(){a.focus()});a.fireOnce("uiReady")}CKEDITOR.replace=function(b,d){return a(b,d,null,CKEDITOR.ELEMENT_MODE_REPLACE)};
-CKEDITOR.appendTo=function(b,d,g){return a(b,d,g,CKEDITOR.ELEMENT_MODE_APPENDTO)};CKEDITOR.replaceAll=function(){for(var a=document.getElementsByTagName("textarea"),b=0;b<a.length;b++){var d=null,h=a[b];if(h.name||h.id){if("string"==typeof arguments[0]){if(!(new RegExp("(?:^|\\s)"+arguments[0]+"(?:$|\\s)")).test(h.className))continue}else if("function"==typeof arguments[0]&&(d={},!1===arguments[0](h,d)))continue;this.replace(h,d)}}};CKEDITOR.editor.prototype.addMode=function(a,b){(this._.modes||(this._.modes=
-{}))[a]=b};CKEDITOR.editor.prototype.setMode=function(a,b){var d=this,h=this._.modes;if(a!=d.mode&&h&&h[a]){d.fire("beforeSetMode",a);if(d.mode){var l=d.checkDirty(),h=d._.previousModeData,q,t=0;d.fire("beforeModeUnload");d.editable(0);d._.previousMode=d.mode;d._.previousModeData=q=d.getData(1);"source"==d.mode&&h==q&&(d.fire("lockSnapshot",{forceUpdate:!0}),t=1);d.ui.space("contents").setHtml("");d.mode=""}else d._.previousModeData=d.getData(1);this._.modes[a](function(){d.mode=a;void 0!==l&&!l&&
-d.resetDirty();t?d.fire("unlockSnapshot"):"wysiwyg"==a&&d.fire("saveSnapshot");setTimeout(function(){d.fire("mode");b&&b.call(d)},0)})}};CKEDITOR.editor.prototype.resize=function(a,b,d,h){var l=this.container,q=this.ui.space("contents"),t=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement;h=h?this.container.getFirst(function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_inner")}):l;h.setSize("width",a,!0);t&&(t.style.width="1%");var f=(h.$.offsetHeight||0)-(q.$.clientHeight||
-0),l=Math.max(b-(d?0:f),0);b=d?b+f:b;q.setStyle("height",l+"px");t&&(t.style.width="100%");this.fire("resize",{outerHeight:b,contentsHeight:l,outerWidth:a||h.getSize("width")})};CKEDITOR.editor.prototype.getResizable=function(a){return a?this.ui.space("contents"):this.container};CKEDITOR.domReady(function(){CKEDITOR.replaceClass&&CKEDITOR.replaceAll(CKEDITOR.replaceClass)})})();CKEDITOR.config.startupMode="wysiwyg";
-(function(){function a(a){var b=a.editor,e=a.data.path,n=e.blockLimit,f=a.data.selection,r=f.getRanges()[0],F;if(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller)if(f=d(f,e))f.appendBogus(),F=CKEDITOR.env.ie;h(b,e.block,n)&&r.collapsed&&!r.getCommonAncestor().isReadOnly()&&(e=r.clone(),e.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS),n=new CKEDITOR.dom.walker(e),n.guard=function(a){return!c(a)||a.type==CKEDITOR.NODE_COMMENT||a.isReadOnly()},!n.checkForward()||e.checkStartOfBlock()&&e.checkEndOfBlock())&&
-(b=r.fixBlock(!0,b.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p"),CKEDITOR.env.needsBrFiller||(b=b.getFirst(c))&&b.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(b.getText()).match(/^(?: |\xa0)$/)&&b.remove(),F=1,a.cancel());F&&r.select()}function d(a,b){if(a.isFake)return 0;var d=b.block||b.blockLimit,e=d&&d.getLast(c);if(!(!d||!d.isBlockBoundary()||e&&e.type==CKEDITOR.NODE_ELEMENT&&e.isBlockBoundary()||d.is("pre")||d.getBogus()))return d}function b(a){var b=a.data.getTarget();b.is("input")&&
-(b=b.getAttribute("type"),"submit"!=b&&"reset"!=b||a.data.preventDefault())}function c(a){return f(a)&&z(a)}function e(a,b){return function(c){var d=c.data.$.toElement||c.data.$.fromElement||c.data.$.relatedTarget;(d=d&&d.nodeType==CKEDITOR.NODE_ELEMENT?new CKEDITOR.dom.element(d):null)&&(b.equals(d)||b.contains(d))||a.call(this,c)}}function g(a){function b(a){return function(b,k){k&&b.type==CKEDITOR.NODE_ELEMENT&&b.is(f)&&(d=b);if(!(k||!c(b)||a&&u(b)))return!1}}var d,e=a.getRanges()[0];a=a.root;
-var f={table:1,ul:1,ol:1,dl:1};if(e.startPath().contains(f)){var r=e.clone();r.collapse(1);r.setStartAt(a,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(r);a.guard=b();a.checkBackward();if(d)return r=e.clone(),r.collapse(),r.setEndAt(d,CKEDITOR.POSITION_AFTER_END),a=new CKEDITOR.dom.walker(r),a.guard=b(!0),d=!1,a.checkForward(),d}return null}function h(a,b,c){return!1!==a.config.autoParagraph&&a.activeEnterMode!=CKEDITOR.ENTER_BR&&(a.editable().equals(c)&&!b||b&&"true"==b.getAttribute("contenteditable"))}
-function l(a){return a.activeEnterMode!=CKEDITOR.ENTER_BR&&!1!==a.config.autoParagraph?a.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p":!1}function q(a){var b=a.editor;b.getSelection().scrollIntoView();setTimeout(function(){b.fire("saveSnapshot")},0)}function t(a,b,c){var d=a.getCommonAncestor(b);for(b=a=c?b:a;(a=a.getParent())&&!d.equals(a)&&1==a.getChildCount();)b=a;b.remove()}CKEDITOR.editable=CKEDITOR.tools.createClass({base:CKEDITOR.dom.element,$:function(a,b){this.base(b.$||b);this.editor=a;
+(function(){function a(a,e,g,l){if(!CKEDITOR.env.isCompatible)return null;a=CKEDITOR.dom.element.get(a);if(a.getEditor())throw'The editor instance "'+a.getEditor().name+'" is already attached to the provided element.';var k=new CKEDITOR.editor(e,a,l);l==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.setStyle("visibility","hidden"),k._.required=a.hasAttribute("required"),a.removeAttribute("required"));g&&k.setData(g,null,!0);k.on("loaded",function(){b(k);l==CKEDITOR.ELEMENT_MODE_REPLACE&&k.config.autoUpdateElement&&
+a.$.form&&k._attachToForm();k.setMode(k.config.startupMode,function(){k.resetDirty();k.status="ready";k.fireOnce("instanceReady");CKEDITOR.fire("instanceReady",null,k)})});k.on("destroy",d);return k}function d(){var a=this.container,b=this.element;a&&(a.clearCustomData(),a.remove());b&&(b.clearCustomData(),this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&(b.show(),this._.required&&b.setAttribute("required","required")),delete this.element)}function b(a){var b=a.name,d=a.element,l=a.elementMode,k=
+a.fire("uiSpace",{space:"top",html:""}).html,n=a.fire("uiSpace",{space:"bottom",html:""}).html,w=new CKEDITOR.template('\x3c{outerEl} id\x3d"cke_{name}" class\x3d"{id} cke cke_reset cke_chrome cke_editor_{name} cke_{langDir} '+CKEDITOR.env.cssClass+'" dir\x3d"{langDir}" lang\x3d"{langCode}" role\x3d"application"'+(a.title?' aria-labelledby\x3d"cke_{name}_arialbl"':"")+"\x3e"+(a.title?'\x3cspan id\x3d"cke_{name}_arialbl" class\x3d"cke_voice_label"\x3e{voiceLabel}\x3c/span\x3e':"")+'\x3c{outerEl} class\x3d"cke_inner cke_reset" role\x3d"presentation"\x3e{topHtml}\x3c{outerEl} id\x3d"{contentId}" class\x3d"cke_contents cke_reset" role\x3d"presentation"\x3e\x3c/{outerEl}\x3e{bottomHtml}\x3c/{outerEl}\x3e\x3c/{outerEl}\x3e'),
+b=CKEDITOR.dom.element.createFromHtml(w.output({id:a.id,name:b,langDir:a.lang.dir,langCode:a.langCode,voiceLabel:a.title,topHtml:k?'\x3cspan id\x3d"'+a.ui.spaceId("top")+'" class\x3d"cke_top cke_reset_all" role\x3d"presentation" style\x3d"height:auto"\x3e'+k+"\x3c/span\x3e":"",contentId:a.ui.spaceId("contents"),bottomHtml:n?'\x3cspan id\x3d"'+a.ui.spaceId("bottom")+'" class\x3d"cke_bottom cke_reset_all" role\x3d"presentation"\x3e'+n+"\x3c/span\x3e":"",outerEl:CKEDITOR.env.ie?"span":"div"}));l==CKEDITOR.ELEMENT_MODE_REPLACE?
+(d.hide(),b.insertAfter(d)):d.append(b);a.container=b;a.ui.contentsElement=a.ui.space("contents");k&&a.ui.space("top").unselectable();n&&a.ui.space("bottom").unselectable();d=a.config.width;l=a.config.height;d&&b.setStyle("width",CKEDITOR.tools.cssLength(d));l&&a.ui.space("contents").setStyle("height",CKEDITOR.tools.cssLength(l));b.disableContextMenu();CKEDITOR.env.webkit&&b.on("focus",function(){a.focus()});a.fireOnce("uiReady")}CKEDITOR.replace=function(b,d){return a(b,d,null,CKEDITOR.ELEMENT_MODE_REPLACE)};
+CKEDITOR.appendTo=function(b,d,g){return a(b,d,g,CKEDITOR.ELEMENT_MODE_APPENDTO)};CKEDITOR.replaceAll=function(){for(var a=document.getElementsByTagName("textarea"),b=0;b<a.length;b++){var d=null,l=a[b];if(l.name||l.id){if("string"==typeof arguments[0]){if(!(new RegExp("(?:^|\\s)"+arguments[0]+"(?:$|\\s)")).test(l.className))continue}else if("function"==typeof arguments[0]&&(d={},!1===arguments[0](l,d)))continue;this.replace(l,d)}}};CKEDITOR.editor.prototype.addMode=function(a,b){(this._.modes||(this._.modes=
+{}))[a]=b};CKEDITOR.editor.prototype.setMode=function(a,b){var d=this,l=this._.modes;if(a!=d.mode&&l&&l[a]){d.fire("beforeSetMode",a);if(d.mode){var k=d.checkDirty(),l=d._.previousModeData,n,w=0;d.fire("beforeModeUnload");d.editable(0);d._.previousMode=d.mode;d._.previousModeData=n=d.getData(1);"source"==d.mode&&l==n&&(d.fire("lockSnapshot",{forceUpdate:!0}),w=1);d.ui.space("contents").setHtml("");d.mode=""}else d._.previousModeData=d.getData(1);this._.modes[a](function(){d.mode=a;void 0!==k&&!k&&
+d.resetDirty();w?d.fire("unlockSnapshot"):"wysiwyg"==a&&d.fire("saveSnapshot");setTimeout(function(){d.fire("mode");b&&b.call(d)},0)})}};CKEDITOR.editor.prototype.resize=function(a,b,d,l){var k=this.container,n=this.ui.space("contents"),w=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement;l=l?this.container.getFirst(function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_inner")}):k;l.setSize("width",a,!0);w&&(w.style.width="1%");var f=(l.$.offsetHeight||0)-(n.$.clientHeight||
+0),k=Math.max(b-(d?0:f),0);b=d?b+f:b;n.setStyle("height",k+"px");w&&(w.style.width="100%");this.fire("resize",{outerHeight:b,contentsHeight:k,outerWidth:a||l.getSize("width")})};CKEDITOR.editor.prototype.getResizable=function(a){return a?this.ui.space("contents"):this.container};CKEDITOR.domReady(function(){CKEDITOR.replaceClass&&CKEDITOR.replaceAll(CKEDITOR.replaceClass)})})();CKEDITOR.config.startupMode="wysiwyg";
+(function(){function a(a){var b=a.editor,e=a.data.path,m=e.blockLimit,f=a.data.selection,r=f.getRanges()[0],g;if(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller)if(f=d(f,e))f.appendBogus(),g=CKEDITOR.env.ie;l(b,e.block,m)&&r.collapsed&&!r.getCommonAncestor().isReadOnly()&&(e=r.clone(),e.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS),m=new CKEDITOR.dom.walker(e),m.guard=function(a){return!c(a)||a.type==CKEDITOR.NODE_COMMENT||a.isReadOnly()},!m.checkForward()||e.checkStartOfBlock()&&e.checkEndOfBlock())&&
+(b=r.fixBlock(!0,b.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p"),CKEDITOR.env.needsBrFiller||(b=b.getFirst(c))&&b.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(b.getText()).match(/^(?: |\xa0)$/)&&b.remove(),g=1,a.cancel());g&&r.select()}function d(a,b){if(a.isFake)return 0;var d=b.block||b.blockLimit,e=d&&d.getLast(c);if(!(!d||!d.isBlockBoundary()||e&&e.type==CKEDITOR.NODE_ELEMENT&&e.isBlockBoundary()||d.is("pre")||d.getBogus()))return d}function b(a){var b=a.data.getTarget();b.is("input")&&
+(b=b.getAttribute("type"),"submit"!=b&&"reset"!=b||a.data.preventDefault())}function c(a){return f(a)&&x(a)}function e(a,b){return function(c){var d=c.data.$.toElement||c.data.$.fromElement||c.data.$.relatedTarget;(d=d&&d.nodeType==CKEDITOR.NODE_ELEMENT?new CKEDITOR.dom.element(d):null)&&(b.equals(d)||b.contains(d))||a.call(this,c)}}function g(a){function b(a){return function(b,h){h&&b.type==CKEDITOR.NODE_ELEMENT&&b.is(f)&&(d=b);if(!(h||!c(b)||a&&u(b)))return!1}}var d,e=a.getRanges()[0];a=a.root;
+var f={table:1,ul:1,ol:1,dl:1};if(e.startPath().contains(f)){var r=e.clone();r.collapse(1);r.setStartAt(a,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(r);a.guard=b();a.checkBackward();if(d)return r=e.clone(),r.collapse(),r.setEndAt(d,CKEDITOR.POSITION_AFTER_END),a=new CKEDITOR.dom.walker(r),a.guard=b(!0),d=!1,a.checkForward(),d}return null}function l(a,b,c){return!1!==a.config.autoParagraph&&a.activeEnterMode!=CKEDITOR.ENTER_BR&&(a.editable().equals(c)&&!b||b&&"true"==b.getAttribute("contenteditable"))}
+function k(a){return a.activeEnterMode!=CKEDITOR.ENTER_BR&&!1!==a.config.autoParagraph?a.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p":!1}function n(a){var b=a.editor;b.getSelection().scrollIntoView();setTimeout(function(){b.fire("saveSnapshot")},0)}function w(a,b,c){var d=a.getCommonAncestor(b);for(b=a=c?b:a;(a=a.getParent())&&!d.equals(a)&&1==a.getChildCount();)b=a;b.remove()}CKEDITOR.editable=CKEDITOR.tools.createClass({base:CKEDITOR.dom.element,$:function(a,b){this.base(b.$||b);this.editor=a;
this.status="unloaded";this.hasFocus=!1;this.setup()},proto:{focus:function(){var a;if(CKEDITOR.env.webkit&&!this.hasFocus&&(a=this.editor._.previousActive||this.getDocument().getActive(),this.contains(a))){a.focus();return}try{this.$[CKEDITOR.env.ie&&this.getDocument().equals(CKEDITOR.document)?"setActive":"focus"]()}catch(b){if(!CKEDITOR.env.ie)throw b;}CKEDITOR.env.safari&&!this.isInline()&&(a=CKEDITOR.document.getActive(),a.equals(this.getWindow().getFrame())||this.getWindow().focus())},on:function(a,
b){var c=Array.prototype.slice.call(arguments,0);CKEDITOR.env.ie&&/^focus|blur$/.exec(a)&&(a="focus"==a?"focusin":"focusout",b=e(b,this),c[0]=a,c[1]=b);return CKEDITOR.dom.element.prototype.on.apply(this,c)},attachListener:function(a){!this._.listeners&&(this._.listeners=[]);var b=Array.prototype.slice.call(arguments,1),b=a.on.apply(a,b);this._.listeners.push(b);return b},clearListeners:function(){var a=this._.listeners;try{for(;a.length;)a.pop().removeListener()}catch(b){}},restoreAttrs:function(){var a=
this._.attrChanges,b,c;for(c in a)a.hasOwnProperty(c)&&(b=a[c],null!==b?this.setAttribute(c,b):this.removeAttribute(c))},attachClass:function(a){var b=this.getCustomData("classes");this.hasClass(a)||(!b&&(b=[]),b.push(a),this.setCustomData("classes",b),this.addClass(a))},changeAttr:function(a,b){var c=this.getAttribute(a);b!==c&&(!this._.attrChanges&&(this._.attrChanges={}),a in this._.attrChanges||(this._.attrChanges[a]=c),this.setAttribute(a,b))},insertText:function(a){this.editor.focus();this.insertHtml(this.transformPlainTextToHtml(a),
-"text")},transformPlainTextToHtml:function(a){var b=this.editor.getSelection().getStartElement().hasAscendant("pre",!0)?CKEDITOR.ENTER_BR:this.editor.activeEnterMode;return CKEDITOR.tools.transformPlainTextToHtml(a,b)},insertHtml:function(a,b,c){var d=this.editor;d.focus();d.fire("saveSnapshot");c||(c=d.getSelection().getRanges()[0]);m(this,b||"html",a,c);c.select();q(this);this.editor.fire("afterInsertHtml",{})},insertHtmlIntoRange:function(a,b,c){m(this,c||"html",a,b);this.editor.fire("afterInsertHtml",
+"text")},transformPlainTextToHtml:function(a){var b=this.editor.getSelection().getStartElement().hasAscendant("pre",!0)?CKEDITOR.ENTER_BR:this.editor.activeEnterMode;return CKEDITOR.tools.transformPlainTextToHtml(a,b)},insertHtml:function(a,b,c){var d=this.editor;d.focus();d.fire("saveSnapshot");c||(c=d.getSelection().getRanges()[0]);q(this,b||"html",a,c);c.select();n(this);this.editor.fire("afterInsertHtml",{})},insertHtmlIntoRange:function(a,b,c){q(this,c||"html",a,b);this.editor.fire("afterInsertHtml",
{intoRange:b})},insertElement:function(a,b){var d=this.editor;d.focus();d.fire("saveSnapshot");var e=d.activeEnterMode,d=d.getSelection(),f=a.getName(),f=CKEDITOR.dtd.$block[f];b||(b=d.getRanges()[0]);this.insertElementIntoRange(a,b)&&(b.moveToPosition(a,CKEDITOR.POSITION_AFTER_END),f&&((f=a.getNext(function(a){return c(a)&&!u(a)}))&&f.type==CKEDITOR.NODE_ELEMENT&&f.is(CKEDITOR.dtd.$block)?f.getDtd()["#"]?b.moveToElementEditStart(f):b.moveToElementEditEnd(a):f||e==CKEDITOR.ENTER_BR||(f=b.fixBlock(!0,
-e==CKEDITOR.ENTER_DIV?"div":"p"),b.moveToElementEditStart(f))));d.selectRanges([b]);q(this)},insertElementIntoSelection:function(a){this.insertElement(a)},insertElementIntoRange:function(a,b){var c=this.editor,d=c.config.enterMode,e=a.getName(),f=CKEDITOR.dtd.$block[e];if(b.checkReadOnly())return!1;b.deleteContents(1);b.startContainer.type==CKEDITOR.NODE_ELEMENT&&b.startContainer.is({tr:1,table:1,tbody:1,thead:1,tfoot:1})&&y(b);var h,g;if(f)for(;(h=b.getCommonAncestor(0,1))&&(g=CKEDITOR.dtd[h.getName()])&&
-(!g||!g[e]);)h.getName()in CKEDITOR.dtd.span?b.splitElement(h):b.checkStartOfBlock()&&b.checkEndOfBlock()?(b.setStartBefore(h),b.collapse(!0),h.remove()):b.splitBlock(d==CKEDITOR.ENTER_DIV?"div":"p",c.editable());b.insertNode(a);return!0},setData:function(a,b){b||(a=this.editor.dataProcessor.toHtml(a));this.setHtml(a);this.fixInitialSelection();"unloaded"==this.status&&(this.status="ready");this.editor.fire("dataReady")},getData:function(a){var b=this.getHtml();a||(b=this.editor.dataProcessor.toDataFormat(b));
-return b},setReadOnly:function(a){this.setAttribute("contenteditable",!a)},detach:function(){this.removeClass("cke_editable");this.status="detached";var a=this.editor;this._.detach();delete a.document;delete a.window},isInline:function(){return this.getDocument().equals(CKEDITOR.document)},fixInitialSelection:function(){function a(){var b=c.getDocument().$,d=b.getSelection(),k;a:if(d.anchorNode&&d.anchorNode==c.$)k=!0;else{if(CKEDITOR.env.webkit&&(k=c.getDocument().getActive())&&k.equals(c)&&!d.anchorNode){k=
-!0;break a}k=void 0}k&&(k=new CKEDITOR.dom.range(c),k.moveToElementEditStart(c),b=b.createRange(),b.setStart(k.startContainer.$,k.startOffset),b.collapse(!0),d.removeAllRanges(),d.addRange(b))}function b(){var a=c.getDocument().$,d=a.selection,k=c.getDocument().getActive();"None"==d.type&&k.equals(c)&&(d=new CKEDITOR.dom.range(c),a=a.body.createTextRange(),d.moveToElementEditStart(c),d=d.startContainer,d.type!=CKEDITOR.NODE_ELEMENT&&(d=d.getParent()),a.moveToElementText(d.$),a.collapse(!0),a.select())}
-var c=this;if(CKEDITOR.env.ie&&(9>CKEDITOR.env.version||CKEDITOR.env.quirks))this.hasFocus&&(this.focus(),b());else if(this.hasFocus)this.focus(),a();else this.once("focus",function(){a()},null,null,-999)},getHtmlFromRange:function(a){if(a.collapsed)return new CKEDITOR.dom.documentFragment(a.document);a={doc:this.getDocument(),range:a.clone()};E.eol.detect(a,this);E.bogus.exclude(a);E.cell.shrink(a);a.fragment=a.range.cloneContents();E.tree.rebuild(a,this);E.eol.fix(a,this);return new CKEDITOR.dom.documentFragment(a.fragment.$)},
-extractHtmlFromRange:function(a,b){var c=v,d={range:a,doc:a.document},e=this.getHtmlFromRange(a);if(a.collapsed)return a.optimize(),e;a.enlarge(CKEDITOR.ENLARGE_INLINE,1);c.table.detectPurge(d);d.bookmark=a.createBookmark();delete d.range;var f=this.editor.createRange();f.moveToPosition(d.bookmark.startNode,CKEDITOR.POSITION_BEFORE_START);d.targetBookmark=f.createBookmark();c.list.detectMerge(d,this);c.table.detectRanges(d,this);c.block.detectMerge(d,this);d.tableContentsRanges?(c.table.deleteRanges(d),
-a.moveToBookmark(d.bookmark),d.range=a):(a.moveToBookmark(d.bookmark),d.range=a,a.extractContents(c.detectExtractMerge(d)));a.moveToBookmark(d.targetBookmark);a.optimize();c.fixUneditableRangePosition(a);c.list.merge(d,this);c.table.purge(d,this);c.block.merge(d,this);if(b){c=a.startPath();if(d=a.checkStartOfBlock()&&a.checkEndOfBlock()&&c.block&&!a.root.equals(c.block)){a:{var d=c.block.getElementsByTag("span"),f=0,h;if(d)for(;h=d.getItem(f++);)if(!z(h)){d=!0;break a}d=!1}d=!d}d&&(a.moveToPosition(c.block,
-CKEDITOR.POSITION_BEFORE_START),c.block.remove())}else c.autoParagraph(this.editor,a),A(a.startContainer)&&a.startContainer.appendBogus();a.startContainer.mergeSiblings();return e},setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")||!1!==a.config.ignoreEmptyParagraph&&(b=b.replace(C,function(a,b){return b}));a.setData(b,null,1)},this);this.attachListener(a,"getSnapshot",function(a){a.data=this.getData(1)},this);this.attachListener(a,
+e==CKEDITOR.ENTER_DIV?"div":"p"),b.moveToElementEditStart(f))));d.selectRanges([b]);n(this)},insertElementIntoSelection:function(a){this.insertElement(a)},insertElementIntoRange:function(a,b){var c=this.editor,d=c.config.enterMode,e=a.getName(),f=CKEDITOR.dtd.$block[e];if(b.checkReadOnly())return!1;b.deleteContents(1);b.startContainer.type==CKEDITOR.NODE_ELEMENT&&b.startContainer.is({tr:1,table:1,tbody:1,thead:1,tfoot:1})&&y(b);var g,l;if(f)for(;(g=b.getCommonAncestor(0,1))&&(l=CKEDITOR.dtd[g.getName()])&&
+(!l||!l[e]);)g.getName()in CKEDITOR.dtd.span?b.splitElement(g):b.checkStartOfBlock()&&b.checkEndOfBlock()?(b.setStartBefore(g),b.collapse(!0),g.remove()):b.splitBlock(d==CKEDITOR.ENTER_DIV?"div":"p",c.editable());b.insertNode(a);return!0},setData:function(a,b){b||(a=this.editor.dataProcessor.toHtml(a));this.setHtml(a);this.fixInitialSelection();"unloaded"==this.status&&(this.status="ready");this.editor.fire("dataReady")},getData:function(a){var b=this.getHtml();a||(b=this.editor.dataProcessor.toDataFormat(b));
+return b},setReadOnly:function(a){this.setAttribute("contenteditable",!a)},detach:function(){this.removeClass("cke_editable");this.status="detached";var a=this.editor;this._.detach();delete a.document;delete a.window},isInline:function(){return this.getDocument().equals(CKEDITOR.document)},fixInitialSelection:function(){function a(){var b=c.getDocument().$,d=b.getSelection(),h;a:if(d.anchorNode&&d.anchorNode==c.$)h=!0;else{if(CKEDITOR.env.webkit&&(h=c.getDocument().getActive())&&h.equals(c)&&!d.anchorNode){h=
+!0;break a}h=void 0}h&&(h=new CKEDITOR.dom.range(c),h.moveToElementEditStart(c),b=b.createRange(),b.setStart(h.startContainer.$,h.startOffset),b.collapse(!0),d.removeAllRanges(),d.addRange(b))}function b(){var a=c.getDocument().$,d=a.selection,h=c.getDocument().getActive();"None"==d.type&&h.equals(c)&&(d=new CKEDITOR.dom.range(c),a=a.body.createTextRange(),d.moveToElementEditStart(c),d=d.startContainer,d.type!=CKEDITOR.NODE_ELEMENT&&(d=d.getParent()),a.moveToElementText(d.$),a.collapse(!0),a.select())}
+var c=this;if(CKEDITOR.env.ie&&(9>CKEDITOR.env.version||CKEDITOR.env.quirks))this.hasFocus&&(this.focus(),b());else if(this.hasFocus)this.focus(),a();else this.once("focus",function(){a()},null,null,-999)},getHtmlFromRange:function(a){if(a.collapsed)return new CKEDITOR.dom.documentFragment(a.document);a={doc:this.getDocument(),range:a.clone()};F.eol.detect(a,this);F.bogus.exclude(a);F.cell.shrink(a);a.fragment=a.range.cloneContents();F.tree.rebuild(a,this);F.eol.fix(a,this);return new CKEDITOR.dom.documentFragment(a.fragment.$)},
+extractHtmlFromRange:function(a,b){var c=t,d={range:a,doc:a.document},e=this.getHtmlFromRange(a);if(a.collapsed)return a.optimize(),e;a.enlarge(CKEDITOR.ENLARGE_INLINE,1);c.table.detectPurge(d);d.bookmark=a.createBookmark();delete d.range;var f=this.editor.createRange();f.moveToPosition(d.bookmark.startNode,CKEDITOR.POSITION_BEFORE_START);d.targetBookmark=f.createBookmark();c.list.detectMerge(d,this);c.table.detectRanges(d,this);c.block.detectMerge(d,this);d.tableContentsRanges?(c.table.deleteRanges(d),
+a.moveToBookmark(d.bookmark),d.range=a):(a.moveToBookmark(d.bookmark),d.range=a,a.extractContents(c.detectExtractMerge(d)));a.moveToBookmark(d.targetBookmark);a.optimize();c.fixUneditableRangePosition(a);c.list.merge(d,this);c.table.purge(d,this);c.block.merge(d,this);if(b){c=a.startPath();if(d=a.checkStartOfBlock()&&a.checkEndOfBlock()&&c.block&&!a.root.equals(c.block)){a:{var d=c.block.getElementsByTag("span"),f=0,g;if(d)for(;g=d.getItem(f++);)if(!x(g)){d=!0;break a}d=!1}d=!d}d&&(a.moveToPosition(c.block,
+CKEDITOR.POSITION_BEFORE_START),c.block.remove())}else c.autoParagraph(this.editor,a),A(a.startContainer)&&a.startContainer.appendBogus();a.startContainer.mergeSiblings();return e},setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")||!1!==a.config.ignoreEmptyParagraph&&(b=b.replace(B,function(a,b){return b}));a.setData(b,null,1)},this);this.attachListener(a,"getSnapshot",function(a){a.data=this.getData(1)},this);this.attachListener(a,
"afterSetData",function(){this.setData(a.getData(1))},this);this.attachListener(a,"loadSnapshot",function(a){this.setData(a.data,1)},this);this.attachListener(a,"beforeFocus",function(){var b=a.getSelection();(b=b&&b.getNative())&&"Control"==b.type||this.focus()},this);this.attachListener(a,"insertHtml",function(a){this.insertHtml(a.data.dataValue,a.data.mode,a.data.range)},this);this.attachListener(a,"insertElement",function(a){this.insertElement(a.data)},this);this.attachListener(a,"insertText",
function(a){this.insertText(a.data)},this);this.setReadOnly(a.readOnly);this.attachClass("cke_editable");a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?this.attachClass("cke_editable_inline"):a.elementMode!=CKEDITOR.ELEMENT_MODE_REPLACE&&a.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO||this.attachClass("cke_editable_themed");this.attachClass("cke_contents_"+a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keystrokeHandler.attach(this);this.on("blur",function(){this.hasFocus=
!1},null,null,-1);this.on("focus",function(){this.hasFocus=!0},null,null,-1);a.focusManager.add(this);this.equals(CKEDITOR.document.getActive())&&(this.hasFocus=!0,a.once("contentDom",function(){a.focusManager.focus(this)},this));this.isInline()&&this.changeAttr("tabindex",a.tabIndex);if(!this.is("textarea")){a.document=this.getDocument();a.window=this.getWindow();var d=a.document;this.changeAttr("spellcheck",!a.config.disableNativeSpellChecker);var e=a.config.contentsLangDirection;this.getDirection(1)!=
-e&&this.changeAttr("dir",e);var n=CKEDITOR.getCss();n&&(e=d.getHead(),e.getCustomData("stylesheet")||(n=d.appendStyleText(n),n=new CKEDITOR.dom.element(n.ownerNode||n.owningElement),e.setCustomData("stylesheet",n),n.data("cke-temp",1)));e=d.getCustomData("stylesheet_ref")||0;d.setCustomData("stylesheet_ref",e+1);this.setCustomData("cke_includeReadonly",!a.config.disableReadonlyStyling);this.attachListener(this,"click",function(a){a=a.data;var b=(new CKEDITOR.dom.elementPath(a.getTarget(),this)).contains("a");
-b&&2!=a.$.button&&b.isReadOnly()&&a.preventDefault()});var h={8:1,46:1};this.attachListener(a,"key",function(b){if(a.readOnly)return!0;var c=b.data.domEvent.getKey(),d;if(c in h){b=a.getSelection();var k,e=b.getRanges()[0],n=e.startPath(),p,w,l,c=8==c;CKEDITOR.env.ie&&11>CKEDITOR.env.version&&(k=b.getSelectedElement())||(k=g(b))?(a.fire("saveSnapshot"),e.moveToPosition(k,CKEDITOR.POSITION_BEFORE_START),k.remove(),e.select(),a.fire("saveSnapshot"),d=1):e.collapsed&&((p=n.block)&&(l=p[c?"getPrevious":
-"getNext"](f))&&l.type==CKEDITOR.NODE_ELEMENT&&l.is("table")&&e[c?"checkStartOfBlock":"checkEndOfBlock"]()?(a.fire("saveSnapshot"),e[c?"checkEndOfBlock":"checkStartOfBlock"]()&&p.remove(),e["moveToElementEdit"+(c?"End":"Start")](l),e.select(),a.fire("saveSnapshot"),d=1):n.blockLimit&&n.blockLimit.is("td")&&(w=n.blockLimit.getAscendant("table"))&&e.checkBoundaryOfElement(w,c?CKEDITOR.START:CKEDITOR.END)&&(l=w[c?"getPrevious":"getNext"](f))?(a.fire("saveSnapshot"),e["moveToElementEdit"+(c?"End":"Start")](l),
-e.checkStartOfBlock()&&e.checkEndOfBlock()?l.remove():e.select(),a.fire("saveSnapshot"),d=1):(w=n.contains(["td","th","caption"]))&&e.checkBoundaryOfElement(w,c?CKEDITOR.START:CKEDITOR.END)&&(d=1))}return!d});a.blockless&&CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller&&this.attachListener(this,"keyup",function(b){b.data.getKeystroke()in h&&!this.getFirst(c)&&(this.appendBogus(),b=a.createRange(),b.moveToPosition(this,CKEDITOR.POSITION_AFTER_START),b.select())});this.attachListener(this,"dblclick",function(b){if(a.readOnly)return!1;
+e&&this.changeAttr("dir",e);var m=CKEDITOR.getCss();m&&(e=d.getHead(),e.getCustomData("stylesheet")||(m=d.appendStyleText(m),m=new CKEDITOR.dom.element(m.ownerNode||m.owningElement),e.setCustomData("stylesheet",m),m.data("cke-temp",1)));e=d.getCustomData("stylesheet_ref")||0;d.setCustomData("stylesheet_ref",e+1);this.setCustomData("cke_includeReadonly",!a.config.disableReadonlyStyling);this.attachListener(this,"click",function(a){a=a.data;var b=(new CKEDITOR.dom.elementPath(a.getTarget(),this)).contains("a");
+b&&2!=a.$.button&&b.isReadOnly()&&a.preventDefault()});var l={8:1,46:1};this.attachListener(a,"key",function(b){if(a.readOnly)return!0;var c=b.data.domEvent.getKey(),d;if(c in l){b=a.getSelection();var h,e=b.getRanges()[0],m=e.startPath(),p,v,k,c=8==c;CKEDITOR.env.ie&&11>CKEDITOR.env.version&&(h=b.getSelectedElement())||(h=g(b))?(a.fire("saveSnapshot"),e.moveToPosition(h,CKEDITOR.POSITION_BEFORE_START),h.remove(),e.select(),a.fire("saveSnapshot"),d=1):e.collapsed&&((p=m.block)&&(k=p[c?"getPrevious":
+"getNext"](f))&&k.type==CKEDITOR.NODE_ELEMENT&&k.is("table")&&e[c?"checkStartOfBlock":"checkEndOfBlock"]()?(a.fire("saveSnapshot"),e[c?"checkEndOfBlock":"checkStartOfBlock"]()&&p.remove(),e["moveToElementEdit"+(c?"End":"Start")](k),e.select(),a.fire("saveSnapshot"),d=1):m.blockLimit&&m.blockLimit.is("td")&&(v=m.blockLimit.getAscendant("table"))&&e.checkBoundaryOfElement(v,c?CKEDITOR.START:CKEDITOR.END)&&(k=v[c?"getPrevious":"getNext"](f))?(a.fire("saveSnapshot"),e["moveToElementEdit"+(c?"End":"Start")](k),
+e.checkStartOfBlock()&&e.checkEndOfBlock()?k.remove():e.select(),a.fire("saveSnapshot"),d=1):(v=m.contains(["td","th","caption"]))&&e.checkBoundaryOfElement(v,c?CKEDITOR.START:CKEDITOR.END)&&(d=1))}return!d});a.blockless&&CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller&&this.attachListener(this,"keyup",function(b){b.data.getKeystroke()in l&&!this.getFirst(c)&&(this.appendBogus(),b=a.createRange(),b.moveToPosition(this,CKEDITOR.POSITION_AFTER_START),b.select())});this.attachListener(this,"dblclick",function(b){if(a.readOnly)return!1;
b={element:b.data.getTarget()};a.fire("doubleclick",b)});CKEDITOR.env.ie&&this.attachListener(this,"click",b);CKEDITOR.env.ie&&!CKEDITOR.env.edge||this.attachListener(this,"mousedown",function(b){var c=b.data.getTarget();c.is("img","hr","input","textarea","select")&&!c.isReadOnly()&&(a.getSelection().selectElement(c),c.is("input","textarea","select")&&b.data.preventDefault())});CKEDITOR.env.edge&&this.attachListener(this,"mouseup",function(b){(b=b.data.getTarget())&&b.is("img")&&a.getSelection().selectElement(b)});
-CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(2==b.data.$.button&&(b=b.data.getTarget(),!b.getOuterHtml().replace(C,""))){var c=a.createRange();c.moveToElementEditStart(b);c.select(!0)}});CKEDITOR.env.webkit&&(this.attachListener(this,"click",function(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(this,"mouseup",function(a){a.data.getTarget().is("input","textarea")&&a.data.preventDefault()}));CKEDITOR.env.webkit&&this.attachListener(a,
-"key",function(b){if(a.readOnly)return!0;b=b.data.domEvent.getKey();if(b in h){var c=8==b,d=a.getSelection().getRanges()[0];b=d.startPath();if(d.collapsed)a:{var k=b.block;if(k&&d[c?"checkStartOfBlock":"checkEndOfBlock"]()&&d.moveToClosestEditablePosition(k,!c)&&d.collapsed){if(d.startContainer.type==CKEDITOR.NODE_ELEMENT){var e=d.startContainer.getChild(d.startOffset-(c?1:0));if(e&&e.type==CKEDITOR.NODE_ELEMENT&&e.is("hr")){a.fire("saveSnapshot");e.remove();b=!0;break a}}d=d.startPath().block;if(!d||
-d&&d.contains(k))b=void 0;else{a.fire("saveSnapshot");var f;(f=(c?d:k).getBogus())&&f.remove();f=a.getSelection();e=f.createBookmarks();(c?k:d).moveChildren(c?d:k,!1);b.lastElement.mergeSiblings();t(k,d,!c);f.selectBookmarks(e);b=!0}}else b=!1}else c=d,f=b.block,d=c.endPath().block,f&&d&&!f.equals(d)?(a.fire("saveSnapshot"),(k=f.getBogus())&&k.remove(),c.enlarge(CKEDITOR.ENLARGE_INLINE),c.deleteContents(),d.getParent()&&(d.moveChildren(f,!1),b.lastElement.mergeSiblings(),t(f,d,!0)),c=a.getSelection().getRanges()[0],
+CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(2==b.data.$.button&&(b=b.data.getTarget(),!b.getOuterHtml().replace(B,""))){var c=a.createRange();c.moveToElementEditStart(b);c.select(!0)}});CKEDITOR.env.webkit&&(this.attachListener(this,"click",function(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(this,"mouseup",function(a){a.data.getTarget().is("input","textarea")&&a.data.preventDefault()}));CKEDITOR.env.webkit&&this.attachListener(a,
+"key",function(b){if(a.readOnly)return!0;b=b.data.domEvent.getKey();if(b in l){var c=8==b,d=a.getSelection().getRanges()[0];b=d.startPath();if(d.collapsed)a:{var h=b.block;if(h&&d[c?"checkStartOfBlock":"checkEndOfBlock"]()&&d.moveToClosestEditablePosition(h,!c)&&d.collapsed){if(d.startContainer.type==CKEDITOR.NODE_ELEMENT){var e=d.startContainer.getChild(d.startOffset-(c?1:0));if(e&&e.type==CKEDITOR.NODE_ELEMENT&&e.is("hr")){a.fire("saveSnapshot");e.remove();b=!0;break a}}d=d.startPath().block;if(!d||
+d&&d.contains(h))b=void 0;else{a.fire("saveSnapshot");var m;(m=(c?d:h).getBogus())&&m.remove();m=a.getSelection();e=m.createBookmarks();(c?h:d).moveChildren(c?d:h,!1);b.lastElement.mergeSiblings();w(h,d,!c);m.selectBookmarks(e);b=!0}}else b=!1}else c=d,m=b.block,d=c.endPath().block,m&&d&&!m.equals(d)?(a.fire("saveSnapshot"),(h=m.getBogus())&&h.remove(),c.enlarge(CKEDITOR.ENLARGE_INLINE),c.deleteContents(),d.getParent()&&(d.moveChildren(m,!1),b.lastElement.mergeSiblings(),w(m,d,!0)),c=a.getSelection().getRanges()[0],
c.collapse(1),c.optimize(),""===c.startContainer.getHtml()&&c.startContainer.appendBogus(),c.select(),b=!0):b=!1;if(!b)return;a.getSelection().scrollIntoView();a.fire("saveSnapshot");return!1}},this,null,100)}}},_:{detach:function(){this.editor.setData(this.editor.getData(),0,1);this.clearListeners();this.restoreAttrs();var a;if(a=this.removeCustomData("classes"))for(;a.length;)this.removeClass(a.pop());if(!this.is("textarea")){a=this.getDocument();var b=a.getHead();if(b.getCustomData("stylesheet")){var c=
a.getCustomData("stylesheet_ref");--c?a.setCustomData("stylesheet_ref",c):(a.removeCustomData("stylesheet_ref"),b.removeCustomData("stylesheet").remove())}}this.editor.fire("contentDomUnload");delete this.editor}}});CKEDITOR.editor.prototype.editable=function(a){var b=this._.editable;if(b&&a)return 0;arguments.length&&(b=this._.editable=a?a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(),null));return b};CKEDITOR.on("instanceLoaded",function(b){var c=b.editor;c.on("insertElement",
function(a){a=a.data;a.type==CKEDITOR.NODE_ELEMENT&&(a.is("input")||a.is("textarea"))&&("false"!=a.getAttribute("contentEditable")&&a.data("cke-editable",a.hasAttribute("contenteditable")?"true":"1"),a.setAttribute("contentEditable",!1))});c.on("selectionChange",function(b){if(!c.readOnly){var d=c.getSelection();d&&!d.isLocked&&(d=c.checkDirty(),c.fire("lockSnapshot"),a(b),c.fire("unlockSnapshot"),!d&&c.resetDirty())}})});CKEDITOR.on("instanceCreated",function(a){var b=a.editor;b.on("mode",function(){var a=
b.editable();if(a&&a.isInline()){var c=b.title;a.changeAttr("role","textbox");a.changeAttr("aria-label",c);c&&a.changeAttr("title",c);var d=b.fire("ariaEditorHelpLabel",{}).label;if(d&&(c=this.ui.space(this.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"top":"contents"))){var e=CKEDITOR.tools.getNextId(),d=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+e+'" class\x3d"cke_voice_label"\x3e'+d+"\x3c/span\x3e");c.append(d);a.changeAttr("aria-describedby",e)}}})});CKEDITOR.addCss(".cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default}");
-var f=CKEDITOR.dom.walker.whitespaces(!0),z=CKEDITOR.dom.walker.bookmark(!1,!0),A=CKEDITOR.dom.walker.empty(),u=CKEDITOR.dom.walker.bogus(),C=/(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi,m=function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT}function b(c,d){var e,f,n,p,h=[],r=d.range.startContainer;e=d.range.startPath();for(var r=B[r.getName()],g=0,D=c.getChildren(),l=D.count(),F=-1,m=-1,t=0,q=e.contains(B.$list);g<
-l;++g)e=D.getItem(g),a(e)?(n=e.getName(),q&&n in CKEDITOR.dtd.$list?h=h.concat(b(e,d)):(p=!!r[n],"br"!=n||!e.data("cke-eol")||g&&g!=l-1||(t=(f=g?h[g-1].node:D.getItem(g+1))&&(!a(f)||!f.is("br")),f=f&&a(f)&&B.$block[f.getName()]),-1!=F||p||(F=g),p||(m=g),h.push({isElement:1,isLineBreak:t,isBlock:e.isBlockBoundary(),hasBlockSibling:f,node:e,name:n,allowed:p}),f=t=0)):h.push({isElement:0,node:e,allowed:1});-1<F&&(h[F].firstNotAllowed=1);-1<m&&(h[m].lastNotAllowed=1);return h}function d(b,c){var e=[],
-k=b.getChildren(),f=k.count(),n,h=0,r=B[c],g=!b.is(B.$inline)||b.is("br");for(g&&e.push(" ");h<f;h++)n=k.getItem(h),a(n)&&!n.is(r)?e=e.concat(d(n,c)):e.push(n);g&&e.push(" ");return e}function e(b){return a(b.startContainer)&&b.startContainer.getChild(b.startOffset-1)}function f(b){return b&&a(b)&&(b.is(B.$removeEmpty)||b.is("a")&&!b.isBlockBoundary())}function r(b,c,d,e){var k=b.clone(),f,n;k.setEndAt(c,CKEDITOR.POSITION_BEFORE_END);(f=(new CKEDITOR.dom.walker(k)).next())&&a(f)&&m[f.getName()]&&
-(n=f.getPrevious())&&a(n)&&!n.getParent().equals(b.startContainer)&&d.contains(n)&&e.contains(f)&&f.isIdentical(n)&&(f.moveChildren(n),f.remove(),r(b,c,d,e))}function g(b,c){function d(b,c){if(c.isBlock&&c.isElement&&!c.node.is("br")&&a(b)&&b.is("br"))return b.remove(),1}var e=c.endContainer.getChild(c.endOffset),k=c.endContainer.getChild(c.endOffset-1);e&&d(e,b[b.length-1]);k&&d(k,b[0])&&(c.setEnd(c.endContainer,c.endOffset-1),c.collapse())}var B=CKEDITOR.dtd,m={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,
-h6:1,ul:1,ol:1,li:1,pre:1,dl:1,blockquote:1},t={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},q=CKEDITOR.tools.extend({},B.$inline);delete q.br;return function(m,w,H,I){var G=m.editor,J=!1;"unfiltered_html"==w&&(w="html",J=!0);if(!I.checkReadOnly()){var L=(new CKEDITOR.dom.elementPath(I.startContainer,I.root)).blockLimit||I.root;m={type:w,dontFilter:J,editable:m,editor:G,range:I,blockLimit:L,mergeCandidates:[],zombies:[]};w=m.range;I=m.mergeCandidates;var K,u;"text"==m.type&&w.shrink(CKEDITOR.SHRINK_ELEMENT,
-!0,!1)&&(K=CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e",w.document),w.insertNode(K),w.setStartAfter(K));J=new CKEDITOR.dom.elementPath(w.startContainer);m.endPath=L=new CKEDITOR.dom.elementPath(w.endContainer);if(!w.collapsed){var G=L.block||L.blockLimit,y=w.getCommonAncestor();G&&!G.equals(y)&&!G.contains(y)&&w.checkEndOfBlock()&&m.zombies.push(G);w.deleteContents()}for(;(u=e(w))&&a(u)&&u.isBlockBoundary()&&J.contains(u);)w.moveToPosition(u,CKEDITOR.POSITION_BEFORE_END);
-r(w,m.blockLimit,J,L);K&&(w.setEndBefore(K),w.collapse(),K.remove());K=w.startPath();if(G=K.contains(f,!1,1))w.splitElement(G),m.inlineStylesRoot=G,m.inlineStylesPeak=K.lastElement;K=w.createBookmark();(G=K.startNode.getPrevious(c))&&a(G)&&f(G)&&I.push(G);(G=K.startNode.getNext(c))&&a(G)&&f(G)&&I.push(G);for(G=K.startNode;(G=G.getParent())&&f(G);)I.push(G);w.moveToBookmark(K);if(K=H){K=m.range;if("text"==m.type&&m.inlineStylesRoot){u=m.inlineStylesPeak;w=u.getDocument().createText("{cke-peak}");for(I=
-m.inlineStylesRoot.getParent();!u.equals(I);)w=w.appendTo(u.clone()),u=u.getParent();H=w.getOuterHtml().split("{cke-peak}").join(H)}u=m.blockLimit.getName();if(/^\s+|\s+$/.test(H)&&"span"in CKEDITOR.dtd[u]){var A='\x3cspan data-cke-marker\x3d"1"\x3e\x26nbsp;\x3c/span\x3e';H=A+H+A}H=m.editor.dataProcessor.toHtml(H,{context:null,fixForBody:!1,protectedWhitespaces:!!A,dontFilter:m.dontFilter,filter:m.editor.activeFilter,enterMode:m.editor.activeEnterMode});u=K.document.createElement("body");u.setHtml(H);
-A&&(u.getFirst().remove(),u.getLast().remove());if((A=K.startPath().block)&&(1!=A.getChildCount()||!A.getBogus()))a:{var z;if(1==u.getChildCount()&&a(z=u.getFirst())&&z.is(t)&&!z.hasAttribute("contenteditable")){A=z.getElementsByTag("*");K=0;for(I=A.count();K<I;K++)if(w=A.getItem(K),!w.is(q))break a;z.moveChildren(z.getParent(1));z.remove()}}m.dataWrapper=u;K=H}if(K){z=m.range;K=z.document;var v;u=m.blockLimit;I=0;var C,A=[],N,E;H=G=0;var R,X;w=z.startContainer;var J=m.endPath.elements[0],Y,L=J.getPosition(w),
-y=!!J.getCommonAncestor(w)&&L!=CKEDITOR.POSITION_IDENTICAL&&!(L&CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED);w=b(m.dataWrapper,m);for(g(w,z);I<w.length;I++){L=w[I];if(v=L.isLineBreak){v=z;R=u;var U=void 0,ba=void 0;L.hasBlockSibling?v=1:(U=v.startContainer.getAscendant(B.$block,1))&&U.is({div:1,p:1})?(ba=U.getPosition(R),ba==CKEDITOR.POSITION_IDENTICAL||ba==CKEDITOR.POSITION_CONTAINS?v=0:(R=v.splitElement(U),v.moveToPosition(R,CKEDITOR.POSITION_AFTER_START),v=1)):v=0}if(v)H=0<I;else{v=
-z.startPath();!L.isBlock&&h(m.editor,v.block,v.blockLimit)&&(E=l(m.editor))&&(E=K.createElement(E),E.appendBogus(),z.insertNode(E),CKEDITOR.env.needsBrFiller&&(C=E.getBogus())&&C.remove(),z.moveToPosition(E,CKEDITOR.POSITION_BEFORE_END));if((v=z.startPath().block)&&!v.equals(N)){if(C=v.getBogus())C.remove(),A.push(v);N=v}L.firstNotAllowed&&(G=1);if(G&&L.isElement){v=z.startContainer;for(R=null;v&&!B[v.getName()][L.name];){if(v.equals(u)){v=null;break}R=v;v=v.getParent()}if(v)R&&(X=z.splitElement(R),
-m.zombies.push(X),m.zombies.push(R));else{R=u.getName();Y=!I;v=I==w.length-1;R=d(L.node,R);for(var U=[],ba=R.length,ca=0,ea=void 0,Z=0,V=-1;ca<ba;ca++)ea=R[ca]," "==ea?(Z||Y&&!ca||(U.push(new CKEDITOR.dom.text(" ")),V=U.length),Z=1):(U.push(ea),Z=0);v&&V==U.length&&U.pop();Y=U}}if(Y){for(;v=Y.pop();)z.insertNode(v);Y=0}else z.insertNode(L.node);L.lastNotAllowed&&I<w.length-1&&((X=y?J:X)&&z.setEndAt(X,CKEDITOR.POSITION_AFTER_START),G=0);z.collapse()}}1!=w.length?C=!1:(C=w[0],C=C.isElement&&"false"==
-C.node.getAttribute("contenteditable"));C&&(H=!0,v=w[0].node,z.setStartAt(v,CKEDITOR.POSITION_BEFORE_START),z.setEndAt(v,CKEDITOR.POSITION_AFTER_END));m.dontMoveCaret=H;m.bogusNeededBlocks=A}C=m.range;var Q;X=m.bogusNeededBlocks;for(Y=C.createBookmark();N=m.zombies.pop();)N.getParent()&&(E=C.clone(),E.moveToElementEditStart(N),E.removeEmptyBlocksAtEnd());if(X)for(;N=X.pop();)CKEDITOR.env.needsBrFiller?N.appendBogus():N.append(C.document.createText(" "));for(;N=m.mergeCandidates.pop();)N.mergeSiblings();
-C.moveToBookmark(Y);if(!m.dontMoveCaret){for(N=e(C);N&&a(N)&&!N.is(B.$empty);){if(N.isBlockBoundary())C.moveToPosition(N,CKEDITOR.POSITION_BEFORE_END);else{if(f(N)&&N.getHtml().match(/(\s| )$/g)){Q=null;break}Q=C.clone();Q.moveToPosition(N,CKEDITOR.POSITION_BEFORE_END)}N=N.getLast(c)}Q&&C.moveToRange(Q)}}}}(),y=function(){function a(b){b=new CKEDITOR.dom.walker(b);b.guard=function(a,b){if(b)return!1;if(a.type==CKEDITOR.NODE_ELEMENT)return a.is(CKEDITOR.dtd.$tableContent)};b.evaluator=function(a){return a.type==
-CKEDITOR.NODE_ELEMENT};return b}function b(a,c,d){c=a.getDocument().createElement(c);a.append(c,d);return c}function c(a){var b=a.count(),d;for(b;0<b--;)d=a.getItem(b),CKEDITOR.tools.trim(d.getHtml())||(d.appendBogus(),CKEDITOR.env.ie&&9>CKEDITOR.env.version&&d.getChildCount()&&d.getFirst().remove())}return function(d){var e=d.startContainer,f=e.getAscendant("table",1),h=!1;c(f.getElementsByTag("td"));c(f.getElementsByTag("th"));f=d.clone();f.setStart(e,0);f=a(f).lastBackward();f||(f=d.clone(),f.setEndAt(e,
-CKEDITOR.POSITION_BEFORE_END),f=a(f).lastForward(),h=!0);f||(f=e);f.is("table")?(d.setStartAt(f,CKEDITOR.POSITION_BEFORE_START),d.collapse(!0),f.remove()):(f.is({tbody:1,thead:1,tfoot:1})&&(f=b(f,"tr",h)),f.is("tr")&&(f=b(f,f.getParent().is("thead")?"th":"td",h)),(e=f.getBogus())&&e.remove(),d.moveToPosition(f,h?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END))}}(),E={eol:{detect:function(a,b){var c=a.range,d=c.clone(),e=c.clone(),f=new CKEDITOR.dom.elementPath(c.startContainer,b),h=new CKEDITOR.dom.elementPath(c.endContainer,
-b);d.collapse(1);e.collapse();f.block&&d.checkBoundaryOfElement(f.block,CKEDITOR.END)&&(c.setStartAfter(f.block),a.prependEolBr=1);h.block&&e.checkBoundaryOfElement(h.block,CKEDITOR.START)&&(c.setEndBefore(h.block),a.appendEolBr=1)},fix:function(a,b){var c=b.getDocument(),d;a.appendEolBr&&(d=this.createEolBr(c),a.fragment.append(d));!a.prependEolBr||d&&!d.getPrevious()||a.fragment.append(this.createEolBr(c),1)},createEolBr:function(a){return a.createElement("br",{attributes:{"data-cke-eol":1}})}},
-bogus:{exclude:function(a){var b=a.range.getBoundaryNodes(),c=b.startNode,b=b.endNode;!b||!u(b)||c&&c.equals(b)||a.range.setEndBefore(b)}},tree:{rebuild:function(a,b){var c=a.range,d=c.getCommonAncestor(),e=new CKEDITOR.dom.elementPath(d,b),f=new CKEDITOR.dom.elementPath(c.startContainer,b),c=new CKEDITOR.dom.elementPath(c.endContainer,b),h;d.type==CKEDITOR.NODE_TEXT&&(d=d.getParent());if(e.blockLimit.is({tr:1,table:1})){var g=e.contains("table").getParent();h=function(a){return!a.equals(g)}}else if(e.block&&
-e.block.is(CKEDITOR.dtd.$listItem)&&(f=f.contains(CKEDITOR.dtd.$list),c=c.contains(CKEDITOR.dtd.$list),!f.equals(c))){var l=e.contains(CKEDITOR.dtd.$list).getParent();h=function(a){return!a.equals(l)}}h||(h=function(a){return!a.equals(e.block)&&!a.equals(e.blockLimit)});this.rebuildFragment(a,b,d,h)},rebuildFragment:function(a,b,c,d){for(var e;c&&!c.equals(b)&&d(c);)e=c.clone(0,1),a.fragment.appendTo(e),a.fragment=e,c=c.getParent()}},cell:{shrink:function(a){a=a.range;var b=a.startContainer,c=a.endContainer,
-d=a.startOffset,e=a.endOffset;b.type==CKEDITOR.NODE_ELEMENT&&b.equals(c)&&b.is("tr")&&++d==e&&a.shrink(CKEDITOR.SHRINK_TEXT)}}},v=function(){function a(b,c){var d=b.getParent();if(d.is(CKEDITOR.dtd.$inline))b[c?"insertBefore":"insertAfter"](d)}function b(c,d,e){a(d);a(e,1);for(var f;f=e.getNext();)f.insertAfter(d),d=f;A(c)&&c.remove()}function c(a,b){var d=new CKEDITOR.dom.range(a);d.setStartAfter(b.startNode);d.setEndBefore(b.endNode);return d}return{list:{detectMerge:function(a,b){var d=c(b,a.bookmark),
-e=d.startPath(),f=d.endPath(),k=e.contains(CKEDITOR.dtd.$list),h=f.contains(CKEDITOR.dtd.$list);a.mergeList=k&&h&&k.getParent().equals(h.getParent())&&!k.equals(h);a.mergeListItems=e.block&&f.block&&e.block.is(CKEDITOR.dtd.$listItem)&&f.block.is(CKEDITOR.dtd.$listItem);if(a.mergeList||a.mergeListItems)d=d.clone(),d.setStartBefore(a.bookmark.startNode),d.setEndAfter(a.bookmark.endNode),a.mergeListBookmark=d.createBookmark()},merge:function(a,c){if(a.mergeListBookmark){var d=a.mergeListBookmark.startNode,
-e=a.mergeListBookmark.endNode,f=new CKEDITOR.dom.elementPath(d,c),h=new CKEDITOR.dom.elementPath(e,c);if(a.mergeList){var p=f.contains(CKEDITOR.dtd.$list),g=h.contains(CKEDITOR.dtd.$list);p.equals(g)||(g.moveChildren(p),g.remove())}a.mergeListItems&&(f=f.contains(CKEDITOR.dtd.$listItem),h=h.contains(CKEDITOR.dtd.$listItem),f.equals(h)||b(h,d,e));d.remove();e.remove()}}},block:{detectMerge:function(a,b){if(!a.tableContentsRanges&&!a.mergeListBookmark){var c=new CKEDITOR.dom.range(b);c.setStartBefore(a.bookmark.startNode);
-c.setEndAfter(a.bookmark.endNode);a.mergeBlockBookmark=c.createBookmark()}},merge:function(a,c){if(a.mergeBlockBookmark&&!a.purgeTableBookmark){var d=a.mergeBlockBookmark.startNode,e=a.mergeBlockBookmark.endNode,f=new CKEDITOR.dom.elementPath(d,c),h=new CKEDITOR.dom.elementPath(e,c),f=f.block,h=h.block;f&&h&&!f.equals(h)&&b(h,d,e);d.remove();e.remove()}}},table:function(){function a(c){var e=[],f,k=new CKEDITOR.dom.walker(c),h=c.startPath().contains(d),n=c.endPath().contains(d),p={};k.guard=function(a,
-k){if(a.type==CKEDITOR.NODE_ELEMENT){var g="visited_"+(k?"out":"in");if(a.getCustomData(g))return;CKEDITOR.dom.element.setMarker(p,a,g,1)}if(k&&h&&a.equals(h))f=c.clone(),f.setEndAt(h,CKEDITOR.POSITION_BEFORE_END),e.push(f);else if(!k&&n&&a.equals(n))f=c.clone(),f.setStartAt(n,CKEDITOR.POSITION_AFTER_START),e.push(f);else{if(g=!k)g=a.type==CKEDITOR.NODE_ELEMENT&&a.is(d)&&(!h||b(a,h))&&(!n||b(a,n));g&&(f=c.clone(),f.selectNodeContents(a),e.push(f))}};k.lastForward();CKEDITOR.dom.element.clearAllMarkers(p);
-return e}function b(a,c){var d=CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED,e=a.getPosition(c);return e===CKEDITOR.POSITION_IDENTICAL?!1:0===(e&d)}var d={td:1,th:1,caption:1};return{detectPurge:function(a){var b=a.range,c=b.clone();c.enlarge(CKEDITOR.ENLARGE_ELEMENT);var c=new CKEDITOR.dom.walker(c),e=0;c.evaluator=function(a){a.type==CKEDITOR.NODE_ELEMENT&&a.is(d)&&++e};c.checkForward();if(1<e){var c=b.startPath().contains("table"),f=b.endPath().contains("table");c&&f&&b.checkBoundaryOfElement(c,
-CKEDITOR.START)&&b.checkBoundaryOfElement(f,CKEDITOR.END)&&(b=a.range.clone(),b.setStartBefore(c),b.setEndAfter(f),a.purgeTableBookmark=b.createBookmark())}},detectRanges:function(e,f){var k=c(f,e.bookmark),h=k.clone(),g,l,w=k.getCommonAncestor();w.is(CKEDITOR.dtd.$tableContent)&&!w.is(d)&&(w=w.getAscendant("table",!0));l=w;w=new CKEDITOR.dom.elementPath(k.startContainer,l);l=new CKEDITOR.dom.elementPath(k.endContainer,l);w=w.contains("table");l=l.contains("table");if(w||l)w&&l&&b(w,l)?(e.tableSurroundingRange=
-h,h.setStartAt(w,CKEDITOR.POSITION_AFTER_END),h.setEndAt(l,CKEDITOR.POSITION_BEFORE_START),h=k.clone(),h.setEndAt(w,CKEDITOR.POSITION_AFTER_END),g=k.clone(),g.setStartAt(l,CKEDITOR.POSITION_BEFORE_START),g=a(h).concat(a(g))):w?l||(e.tableSurroundingRange=h,h.setStartAt(w,CKEDITOR.POSITION_AFTER_END),k.setEndAt(w,CKEDITOR.POSITION_AFTER_END)):(e.tableSurroundingRange=h,h.setEndAt(l,CKEDITOR.POSITION_BEFORE_START),k.setStartAt(l,CKEDITOR.POSITION_AFTER_START)),e.tableContentsRanges=g?g:a(k)},deleteRanges:function(a){for(var b;b=
+var f=CKEDITOR.dom.walker.whitespaces(!0),x=CKEDITOR.dom.walker.bookmark(!1,!0),A=CKEDITOR.dom.walker.empty(),u=CKEDITOR.dom.walker.bogus(),B=/(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi,q=function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT}function b(c,d){var e,m,f,p,g=[],l=d.range.startContainer;e=d.range.startPath();for(var l=q[l.getName()],r=0,k=c.getChildren(),C=k.count(),G=-1,n=-1,w=0,K=e.contains(q.$list);r<
+C;++r)e=k.getItem(r),a(e)?(f=e.getName(),K&&f in CKEDITOR.dtd.$list?g=g.concat(b(e,d)):(p=!!l[f],"br"!=f||!e.data("cke-eol")||r&&r!=C-1||(w=(m=r?g[r-1].node:k.getItem(r+1))&&(!a(m)||!m.is("br")),m=m&&a(m)&&q.$block[m.getName()]),-1!=G||p||(G=r),p||(n=r),g.push({isElement:1,isLineBreak:w,isBlock:e.isBlockBoundary(),hasBlockSibling:m,node:e,name:f,allowed:p}),m=w=0)):g.push({isElement:0,node:e,allowed:1});-1<G&&(g[G].firstNotAllowed=1);-1<n&&(g[n].lastNotAllowed=1);return g}function d(b,c){var e=[],
+h=b.getChildren(),m=h.count(),f,g=0,l=q[c],r=!b.is(q.$inline)||b.is("br");for(r&&e.push(" ");g<m;g++)f=h.getItem(g),a(f)&&!f.is(l)?e=e.concat(d(f,c)):e.push(f);r&&e.push(" ");return e}function e(b){return a(b.startContainer)&&b.startContainer.getChild(b.startOffset-1)}function f(b){return b&&a(b)&&(b.is(q.$removeEmpty)||b.is("a")&&!b.isBlockBoundary())}function g(b,c,d,e){var h=b.clone(),m,f;h.setEndAt(c,CKEDITOR.POSITION_BEFORE_END);(m=(new CKEDITOR.dom.walker(h)).next())&&a(m)&&n[m.getName()]&&
+(f=m.getPrevious())&&a(f)&&!f.getParent().equals(b.startContainer)&&d.contains(f)&&e.contains(m)&&m.isIdentical(f)&&(m.moveChildren(f),m.remove(),g(b,c,d,e))}function G(b,c){function d(b,c){if(c.isBlock&&c.isElement&&!c.node.is("br")&&a(b)&&b.is("br"))return b.remove(),1}var e=c.endContainer.getChild(c.endOffset),h=c.endContainer.getChild(c.endOffset-1);e&&d(e,b[b.length-1]);h&&d(h,b[0])&&(c.setEnd(c.endContainer,c.endOffset-1),c.collapse())}var q=CKEDITOR.dtd,n={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,
+h6:1,ul:1,ol:1,li:1,pre:1,dl:1,blockquote:1},w={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},M=CKEDITOR.tools.extend({},q.$inline);delete M.br;return function(n,v,D,I){var E=n.editor,L=!1;"unfiltered_html"==v&&(v="html",L=!0);if(!I.checkReadOnly()){var J=(new CKEDITOR.dom.elementPath(I.startContainer,I.root)).blockLimit||I.root;n={type:v,dontFilter:L,editable:n,editor:E,range:I,blockLimit:J,mergeCandidates:[],zombies:[]};v=n.range;I=n.mergeCandidates;var K,u;"text"==n.type&&v.shrink(CKEDITOR.SHRINK_ELEMENT,
+!0,!1)&&(K=CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e",v.document),v.insertNode(K),v.setStartAfter(K));L=new CKEDITOR.dom.elementPath(v.startContainer);n.endPath=J=new CKEDITOR.dom.elementPath(v.endContainer);if(!v.collapsed){var E=J.block||J.blockLimit,y=v.getCommonAncestor();E&&!E.equals(y)&&!E.contains(y)&&v.checkEndOfBlock()&&n.zombies.push(E);v.deleteContents()}for(;(u=e(v))&&a(u)&&u.isBlockBoundary()&&L.contains(u);)v.moveToPosition(u,CKEDITOR.POSITION_BEFORE_END);
+g(v,n.blockLimit,L,J);K&&(v.setEndBefore(K),v.collapse(),K.remove());K=v.startPath();if(E=K.contains(f,!1,1))v.splitElement(E),n.inlineStylesRoot=E,n.inlineStylesPeak=K.lastElement;K=v.createBookmark();(E=K.startNode.getPrevious(c))&&a(E)&&f(E)&&I.push(E);(E=K.startNode.getNext(c))&&a(E)&&f(E)&&I.push(E);for(E=K.startNode;(E=E.getParent())&&f(E);)I.push(E);v.moveToBookmark(K);if(K=D){K=n.range;if("text"==n.type&&n.inlineStylesRoot){u=n.inlineStylesPeak;v=u.getDocument().createText("{cke-peak}");for(I=
+n.inlineStylesRoot.getParent();!u.equals(I);)v=v.appendTo(u.clone()),u=u.getParent();D=v.getOuterHtml().split("{cke-peak}").join(D)}u=n.blockLimit.getName();if(/^\s+|\s+$/.test(D)&&"span"in CKEDITOR.dtd[u]){var A='\x3cspan data-cke-marker\x3d"1"\x3e\x26nbsp;\x3c/span\x3e';D=A+D+A}D=n.editor.dataProcessor.toHtml(D,{context:null,fixForBody:!1,protectedWhitespaces:!!A,dontFilter:n.dontFilter,filter:n.editor.activeFilter,enterMode:n.editor.activeEnterMode});u=K.document.createElement("body");u.setHtml(D);
+A&&(u.getFirst().remove(),u.getLast().remove());if((A=K.startPath().block)&&(1!=A.getChildCount()||!A.getBogus()))a:{var x;if(1==u.getChildCount()&&a(x=u.getFirst())&&x.is(w)&&!x.hasAttribute("contenteditable")){A=x.getElementsByTag("*");K=0;for(I=A.count();K<I;K++)if(v=A.getItem(K),!v.is(M))break a;x.moveChildren(x.getParent(1));x.remove()}}n.dataWrapper=u;K=D}if(K){x=n.range;K=x.document;var t;u=n.blockLimit;I=0;var B,A=[],N,T;D=E=0;var F,W;v=x.startContainer;var L=n.endPath.elements[0],X,J=L.getPosition(v),
+y=!!L.getCommonAncestor(v)&&J!=CKEDITOR.POSITION_IDENTICAL&&!(J&CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED);v=b(n.dataWrapper,n);for(G(v,x);I<v.length;I++){J=v[I];if(t=J.isLineBreak){t=x;F=u;var S=void 0,aa=void 0;J.hasBlockSibling?t=1:(S=t.startContainer.getAscendant(q.$block,1))&&S.is({div:1,p:1})?(aa=S.getPosition(F),aa==CKEDITOR.POSITION_IDENTICAL||aa==CKEDITOR.POSITION_CONTAINS?t=0:(F=t.splitElement(S),t.moveToPosition(F,CKEDITOR.POSITION_AFTER_START),t=1)):t=0}if(t)D=0<I;else{t=
+x.startPath();!J.isBlock&&l(n.editor,t.block,t.blockLimit)&&(T=k(n.editor))&&(T=K.createElement(T),T.appendBogus(),x.insertNode(T),CKEDITOR.env.needsBrFiller&&(B=T.getBogus())&&B.remove(),x.moveToPosition(T,CKEDITOR.POSITION_BEFORE_END));if((t=x.startPath().block)&&!t.equals(N)){if(B=t.getBogus())B.remove(),A.push(t);N=t}J.firstNotAllowed&&(E=1);if(E&&J.isElement){t=x.startContainer;for(F=null;t&&!q[t.getName()][J.name];){if(t.equals(u)){t=null;break}F=t;t=t.getParent()}if(t)F&&(W=x.splitElement(F),
+n.zombies.push(W),n.zombies.push(F));else{F=u.getName();X=!I;t=I==v.length-1;F=d(J.node,F);for(var S=[],aa=F.length,ca=0,ea=void 0,Y=0,U=-1;ca<aa;ca++)ea=F[ca]," "==ea?(Y||X&&!ca||(S.push(new CKEDITOR.dom.text(" ")),U=S.length),Y=1):(S.push(ea),Y=0);t&&U==S.length&&S.pop();X=S}}if(X){for(;t=X.pop();)x.insertNode(t);X=0}else x.insertNode(J.node);J.lastNotAllowed&&I<v.length-1&&((W=y?L:W)&&x.setEndAt(W,CKEDITOR.POSITION_AFTER_START),E=0);x.collapse()}}1!=v.length?B=!1:(B=v[0],B=B.isElement&&"false"==
+B.node.getAttribute("contenteditable"));B&&(D=!0,t=v[0].node,x.setStartAt(t,CKEDITOR.POSITION_BEFORE_START),x.setEndAt(t,CKEDITOR.POSITION_AFTER_END));n.dontMoveCaret=D;n.bogusNeededBlocks=A}B=n.range;var P;W=n.bogusNeededBlocks;for(X=B.createBookmark();N=n.zombies.pop();)N.getParent()&&(T=B.clone(),T.moveToElementEditStart(N),T.removeEmptyBlocksAtEnd());if(W)for(;N=W.pop();)CKEDITOR.env.needsBrFiller?N.appendBogus():N.append(B.document.createText(" "));for(;N=n.mergeCandidates.pop();)N.mergeSiblings();
+B.moveToBookmark(X);if(!n.dontMoveCaret){for(N=e(B);N&&a(N)&&!N.is(q.$empty);){if(N.isBlockBoundary())B.moveToPosition(N,CKEDITOR.POSITION_BEFORE_END);else{if(f(N)&&N.getHtml().match(/(\s| )$/g)){P=null;break}P=B.clone();P.moveToPosition(N,CKEDITOR.POSITION_BEFORE_END)}N=N.getLast(c)}P&&B.moveToRange(P)}}}}(),y=function(){function a(b){b=new CKEDITOR.dom.walker(b);b.guard=function(a,b){if(b)return!1;if(a.type==CKEDITOR.NODE_ELEMENT)return a.is(CKEDITOR.dtd.$tableContent)};b.evaluator=function(a){return a.type==
+CKEDITOR.NODE_ELEMENT};return b}function b(a,c,d){c=a.getDocument().createElement(c);a.append(c,d);return c}function c(a){var b=a.count(),d;for(b;0<b--;)d=a.getItem(b),CKEDITOR.tools.trim(d.getHtml())||(d.appendBogus(),CKEDITOR.env.ie&&9>CKEDITOR.env.version&&d.getChildCount()&&d.getFirst().remove())}return function(d){var e=d.startContainer,f=e.getAscendant("table",1),g=!1;c(f.getElementsByTag("td"));c(f.getElementsByTag("th"));f=d.clone();f.setStart(e,0);f=a(f).lastBackward();f||(f=d.clone(),f.setEndAt(e,
+CKEDITOR.POSITION_BEFORE_END),f=a(f).lastForward(),g=!0);f||(f=e);f.is("table")?(d.setStartAt(f,CKEDITOR.POSITION_BEFORE_START),d.collapse(!0),f.remove()):(f.is({tbody:1,thead:1,tfoot:1})&&(f=b(f,"tr",g)),f.is("tr")&&(f=b(f,f.getParent().is("thead")?"th":"td",g)),(e=f.getBogus())&&e.remove(),d.moveToPosition(f,g?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END))}}(),F={eol:{detect:function(a,b){var c=a.range,d=c.clone(),e=c.clone(),f=new CKEDITOR.dom.elementPath(c.startContainer,b),g=new CKEDITOR.dom.elementPath(c.endContainer,
+b);d.collapse(1);e.collapse();f.block&&d.checkBoundaryOfElement(f.block,CKEDITOR.END)&&(c.setStartAfter(f.block),a.prependEolBr=1);g.block&&e.checkBoundaryOfElement(g.block,CKEDITOR.START)&&(c.setEndBefore(g.block),a.appendEolBr=1)},fix:function(a,b){var c=b.getDocument(),d;a.appendEolBr&&(d=this.createEolBr(c),a.fragment.append(d));!a.prependEolBr||d&&!d.getPrevious()||a.fragment.append(this.createEolBr(c),1)},createEolBr:function(a){return a.createElement("br",{attributes:{"data-cke-eol":1}})}},
+bogus:{exclude:function(a){var b=a.range.getBoundaryNodes(),c=b.startNode,b=b.endNode;!b||!u(b)||c&&c.equals(b)||a.range.setEndBefore(b)}},tree:{rebuild:function(a,b){var c=a.range,d=c.getCommonAncestor(),e=new CKEDITOR.dom.elementPath(d,b),f=new CKEDITOR.dom.elementPath(c.startContainer,b),c=new CKEDITOR.dom.elementPath(c.endContainer,b),g;d.type==CKEDITOR.NODE_TEXT&&(d=d.getParent());if(e.blockLimit.is({tr:1,table:1})){var l=e.contains("table").getParent();g=function(a){return!a.equals(l)}}else if(e.block&&
+e.block.is(CKEDITOR.dtd.$listItem)&&(f=f.contains(CKEDITOR.dtd.$list),c=c.contains(CKEDITOR.dtd.$list),!f.equals(c))){var k=e.contains(CKEDITOR.dtd.$list).getParent();g=function(a){return!a.equals(k)}}g||(g=function(a){return!a.equals(e.block)&&!a.equals(e.blockLimit)});this.rebuildFragment(a,b,d,g)},rebuildFragment:function(a,b,c,d){for(var e;c&&!c.equals(b)&&d(c);)e=c.clone(0,1),a.fragment.appendTo(e),a.fragment=e,c=c.getParent()}},cell:{shrink:function(a){a=a.range;var b=a.startContainer,c=a.endContainer,
+d=a.startOffset,e=a.endOffset;b.type==CKEDITOR.NODE_ELEMENT&&b.equals(c)&&b.is("tr")&&++d==e&&a.shrink(CKEDITOR.SHRINK_TEXT)}}},t=function(){function a(b,c){var d=b.getParent();if(d.is(CKEDITOR.dtd.$inline))b[c?"insertBefore":"insertAfter"](d)}function b(c,d,e){a(d);a(e,1);for(var h;h=e.getNext();)h.insertAfter(d),d=h;A(c)&&c.remove()}function c(a,b){var d=new CKEDITOR.dom.range(a);d.setStartAfter(b.startNode);d.setEndBefore(b.endNode);return d}return{list:{detectMerge:function(a,b){var d=c(b,a.bookmark),
+e=d.startPath(),h=d.endPath(),f=e.contains(CKEDITOR.dtd.$list),g=h.contains(CKEDITOR.dtd.$list);a.mergeList=f&&g&&f.getParent().equals(g.getParent())&&!f.equals(g);a.mergeListItems=e.block&&h.block&&e.block.is(CKEDITOR.dtd.$listItem)&&h.block.is(CKEDITOR.dtd.$listItem);if(a.mergeList||a.mergeListItems)d=d.clone(),d.setStartBefore(a.bookmark.startNode),d.setEndAfter(a.bookmark.endNode),a.mergeListBookmark=d.createBookmark()},merge:function(a,c){if(a.mergeListBookmark){var d=a.mergeListBookmark.startNode,
+e=a.mergeListBookmark.endNode,f=new CKEDITOR.dom.elementPath(d,c),g=new CKEDITOR.dom.elementPath(e,c);if(a.mergeList){var p=f.contains(CKEDITOR.dtd.$list),l=g.contains(CKEDITOR.dtd.$list);p.equals(l)||(l.moveChildren(p),l.remove())}a.mergeListItems&&(f=f.contains(CKEDITOR.dtd.$listItem),g=g.contains(CKEDITOR.dtd.$listItem),f.equals(g)||b(g,d,e));d.remove();e.remove()}}},block:{detectMerge:function(a,b){if(!a.tableContentsRanges&&!a.mergeListBookmark){var c=new CKEDITOR.dom.range(b);c.setStartBefore(a.bookmark.startNode);
+c.setEndAfter(a.bookmark.endNode);a.mergeBlockBookmark=c.createBookmark()}},merge:function(a,c){if(a.mergeBlockBookmark&&!a.purgeTableBookmark){var d=a.mergeBlockBookmark.startNode,e=a.mergeBlockBookmark.endNode,f=new CKEDITOR.dom.elementPath(d,c),g=new CKEDITOR.dom.elementPath(e,c),f=f.block,g=g.block;f&&g&&!f.equals(g)&&b(g,d,e);d.remove();e.remove()}}},table:function(){function a(c){var e=[],h,f=new CKEDITOR.dom.walker(c),g=c.startPath().contains(d),m=c.endPath().contains(d),p={};f.guard=function(a,
+f){if(a.type==CKEDITOR.NODE_ELEMENT){var l="visited_"+(f?"out":"in");if(a.getCustomData(l))return;CKEDITOR.dom.element.setMarker(p,a,l,1)}if(f&&g&&a.equals(g))h=c.clone(),h.setEndAt(g,CKEDITOR.POSITION_BEFORE_END),e.push(h);else if(!f&&m&&a.equals(m))h=c.clone(),h.setStartAt(m,CKEDITOR.POSITION_AFTER_START),e.push(h);else{if(l=!f)l=a.type==CKEDITOR.NODE_ELEMENT&&a.is(d)&&(!g||b(a,g))&&(!m||b(a,m));l&&(h=c.clone(),h.selectNodeContents(a),e.push(h))}};f.lastForward();CKEDITOR.dom.element.clearAllMarkers(p);
+return e}function b(a,c){var d=CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED,e=a.getPosition(c);return e===CKEDITOR.POSITION_IDENTICAL?!1:0===(e&d)}var d={td:1,th:1,caption:1};return{detectPurge:function(a){var b=a.range,c=b.clone();c.enlarge(CKEDITOR.ENLARGE_ELEMENT);var c=new CKEDITOR.dom.walker(c),e=0;c.evaluator=function(a){a.type==CKEDITOR.NODE_ELEMENT&&a.is(d)&&++e};c.checkForward();if(1<e){var c=b.startPath().contains("table"),h=b.endPath().contains("table");c&&h&&b.checkBoundaryOfElement(c,
+CKEDITOR.START)&&b.checkBoundaryOfElement(h,CKEDITOR.END)&&(b=a.range.clone(),b.setStartBefore(c),b.setEndAfter(h),a.purgeTableBookmark=b.createBookmark())}},detectRanges:function(e,h){var f=c(h,e.bookmark),g=f.clone(),l,k,v=f.getCommonAncestor();v.is(CKEDITOR.dtd.$tableContent)&&!v.is(d)&&(v=v.getAscendant("table",!0));k=v;v=new CKEDITOR.dom.elementPath(f.startContainer,k);k=new CKEDITOR.dom.elementPath(f.endContainer,k);v=v.contains("table");k=k.contains("table");if(v||k)v&&k&&b(v,k)?(e.tableSurroundingRange=
+g,g.setStartAt(v,CKEDITOR.POSITION_AFTER_END),g.setEndAt(k,CKEDITOR.POSITION_BEFORE_START),g=f.clone(),g.setEndAt(v,CKEDITOR.POSITION_AFTER_END),l=f.clone(),l.setStartAt(k,CKEDITOR.POSITION_BEFORE_START),l=a(g).concat(a(l))):v?k||(e.tableSurroundingRange=g,g.setStartAt(v,CKEDITOR.POSITION_AFTER_END),f.setEndAt(v,CKEDITOR.POSITION_AFTER_END)):(e.tableSurroundingRange=g,g.setEndAt(k,CKEDITOR.POSITION_BEFORE_START),f.setStartAt(k,CKEDITOR.POSITION_AFTER_START)),e.tableContentsRanges=l?l:a(f)},deleteRanges:function(a){for(var b;b=
a.tableContentsRanges.pop();)b.extractContents(),A(b.startContainer)&&b.startContainer.appendBogus();a.tableSurroundingRange&&a.tableSurroundingRange.extractContents()},purge:function(a){if(a.purgeTableBookmark){var b=a.doc,c=a.range.clone(),b=b.createElement("p");b.insertBefore(a.purgeTableBookmark.startNode);c.moveToBookmark(a.purgeTableBookmark);c.deleteContents();a.range.moveToPosition(b,CKEDITOR.POSITION_AFTER_START)}}}}(),detectExtractMerge:function(a){return!(a.range.startPath().contains(CKEDITOR.dtd.$listItem)&&
-a.range.endPath().contains(CKEDITOR.dtd.$listItem))},fixUneditableRangePosition:function(a){a.startContainer.getDtd()["#"]||a.moveToClosestEditablePosition(null,!0)},autoParagraph:function(a,b){var c=b.startPath(),d;h(a,c.block,c.blockLimit)&&(d=l(a))&&(d=b.document.createElement(d),d.appendBogus(),b.insertNode(d),b.moveToPosition(d,CKEDITOR.POSITION_AFTER_START))}}}()})();
-(function(){function a(){var a=this._.fakeSelection,b;a&&(b=this.getSelection(1),b&&b.isHidden()||(a.reset(),a=0));if(!a&&(a=b||this.getSelection(1),!a||a.getType()==CKEDITOR.SELECTION_NONE))return;this.fire("selectionCheck",a);b=this.elementPath();b.compare(this._.selectionPreviousPath)||(CKEDITOR.env.webkit&&(this._.previousActive=this.document.getActive()),this._.selectionPreviousPath=b,this.fire("selectionChange",{selection:a,path:b}))}function d(){C=!0;u||(b.call(this),u=CKEDITOR.tools.setTimeout(b,
-200,this))}function b(){u=null;C&&(CKEDITOR.tools.setTimeout(a,0,this),C=!1)}function c(a){return m(a)||a.type==CKEDITOR.NODE_ELEMENT&&!a.is(CKEDITOR.dtd.$empty)?!0:!1}function e(a){function b(c,d){return c&&c.type!=CKEDITOR.NODE_TEXT?a.clone()["moveToElementEdit"+(d?"End":"Start")](c):!1}if(!(a.root instanceof CKEDITOR.editable))return!1;var d=a.startContainer,e=a.getPreviousNode(c,null,d),f=a.getNextNode(c,null,d);return b(e)||b(f,1)||!(e||f||d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()&&
-d.getBogus())?!0:!1}function g(a){return a.getCustomData("cke-fillingChar")}function h(a,b){var c=a&&a.removeCustomData("cke-fillingChar");if(c){if(!1!==b){var d,e=a.getDocument().getSelection().getNative(),f=e&&"None"!=e.type&&e.getRangeAt(0);1<c.getLength()&&f&&f.intersectsNode(c.$)&&(d=q(e),f=e.focusNode==c.$&&0<e.focusOffset,e.anchorNode==c.$&&0<e.anchorOffset&&d[0].offset--,f&&d[1].offset--)}c.setText(l(c.getText()));d&&t(a.getDocument().$,d)}}function l(a){return a.replace(/\u200B( )?/g,function(a){return a[1]?
-" ":""})}function q(a){return[{node:a.anchorNode,offset:a.anchorOffset},{node:a.focusNode,offset:a.focusOffset}]}function t(a,b){var c=a.getSelection(),d=a.createRange();d.setStart(b[0].node,b[0].offset);d.collapse(!0);c.removeAllRanges();c.addRange(d);c.extend(b[1].node,b[1].offset)}function f(a){var b=CKEDITOR.dom.element.createFromHtml('\x3cdiv data-cke-hidden-sel\x3d"1" data-cke-temp\x3d"1" style\x3d"'+(CKEDITOR.env.ie?"display:none":"position:fixed;top:0;left:-1000px")+'"\x3e\x26nbsp;\x3c/div\x3e',
-a.document);a.fire("lockSnapshot");a.editable().append(b);var c=a.getSelection(1),d=a.createRange(),e=c.root.on("selectionchange",function(a){a.cancel()},null,null,0);d.setStartAt(b,CKEDITOR.POSITION_AFTER_START);d.setEndAt(b,CKEDITOR.POSITION_BEFORE_END);c.selectRanges([d]);e.removeListener();a.fire("unlockSnapshot");a._.hiddenSelectionContainer=b}function z(a){var b={37:1,39:1,8:1,46:1};return function(c){var d=c.data.getKeystroke();if(b[d]){var e=a.getSelection().getRanges(),f=e[0];1==e.length&&
-f.collapsed&&(d=f[38>d?"getPreviousEditableNode":"getNextEditableNode"]())&&d.type==CKEDITOR.NODE_ELEMENT&&"false"==d.getAttribute("contenteditable")&&(a.getSelection().fake(d),c.data.preventDefault(),c.cancel())}}}function A(a){for(var b=0;b<a.length;b++){var c=a[b];c.getCommonAncestor().isReadOnly()&&a.splice(b,1);if(!c.collapsed){if(c.startContainer.isReadOnly())for(var d=c.startContainer,e;d&&!((e=d.type==CKEDITOR.NODE_ELEMENT)&&d.is("body")||!d.isReadOnly());)e&&"false"==d.getAttribute("contentEditable")&&
-c.setStartAfter(d),d=d.getParent();d=c.startContainer;e=c.endContainer;var f=c.startOffset,h=c.endOffset,g=c.clone();d&&d.type==CKEDITOR.NODE_TEXT&&(f>=d.getLength()?g.setStartAfter(d):g.setStartBefore(d));e&&e.type==CKEDITOR.NODE_TEXT&&(h?g.setEndAfter(e):g.setEndBefore(e));d=new CKEDITOR.dom.walker(g);d.evaluator=function(d){if(d.type==CKEDITOR.NODE_ELEMENT&&d.isReadOnly()){var e=c.clone();c.setEndBefore(d);c.collapsed&&a.splice(b--,1);d.getPosition(g.endContainer)&CKEDITOR.POSITION_CONTAINS||(e.setStartAfter(d),
-e.collapsed||a.splice(b+1,0,e));return!0}return!1};d.next()}}return a}var u,C,m=CKEDITOR.dom.walker.invisible(1),y=function(){function a(b){return function(a){var c=a.editor.createRange();c.moveToClosestEditablePosition(a.selected,b)&&a.editor.getSelection().selectRanges([c]);return!1}}function b(a){return function(b){var c=b.editor,d=c.createRange(),e;(e=d.moveToClosestEditablePosition(b.selected,a))||(e=d.moveToClosestEditablePosition(b.selected,!a));e&&c.getSelection().selectRanges([d]);c.fire("saveSnapshot");
-b.selected.remove();e||(d.moveToElementEditablePosition(c.editable()),c.getSelection().selectRanges([d]));c.fire("saveSnapshot");return!1}}var c=a(),d=a(1);return{37:c,38:c,39:d,40:d,8:b(),46:b(1)}}();CKEDITOR.on("instanceCreated",function(b){function c(){var a=e.getSelection();a&&a.removeAllRanges()}var e=b.editor;e.on("contentDom",function(){function b(){H=new CKEDITOR.dom.selection(e.getSelection());H.lock()}function c(){k.removeListener("mouseup",c);l.removeListener("mouseup",c);var a=CKEDITOR.document.$.selection,
-b=a.createRange();"None"!=a.type&&b.parentElement().ownerDocument==f.$&&b.select()}var f=e.document,k=CKEDITOR.document,g=e.editable(),p=f.getBody(),l=f.getDocumentElement(),m=g.isInline(),w,H;CKEDITOR.env.gecko&&g.attachListener(g,"focus",function(a){a.removeListener();0!==w&&(a=e.getSelection().getNative())&&a.isCollapsed&&a.anchorNode==g.$&&(a=e.createRange(),a.moveToElementEditStart(g),a.select())},null,null,-2);g.attachListener(g,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){w&&CKEDITOR.env.webkit&&
-(w=e._.previousActive&&e._.previousActive.equals(f.getActive()));e.unlockSelection(w);w=0},null,null,-1);g.attachListener(g,"mousedown",function(){w=0});if(CKEDITOR.env.ie||m)E?g.attachListener(g,"beforedeactivate",b,null,null,-1):g.attachListener(e,"selectionCheck",b,null,null,-1),g.attachListener(g,CKEDITOR.env.webkit?"DOMFocusOut":"blur",function(){e.lockSelection(H);w=1},null,null,-1),g.attachListener(g,"mousedown",function(){w=0});if(CKEDITOR.env.ie&&!m){var I;g.attachListener(g,"mousedown",
-function(a){2==a.data.$.button&&((a=e.document.getSelection())&&a.getType()!=CKEDITOR.SELECTION_NONE||(I=e.window.getScrollPosition()))});g.attachListener(g,"mouseup",function(a){2==a.data.$.button&&I&&(e.document.$.documentElement.scrollLeft=I.x,e.document.$.documentElement.scrollTop=I.y);I=null});if("BackCompat"!=f.$.compatMode){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)l.on("mousedown",function(a){function b(a){a=a.data.$;if(d){var c=p.$.createTextRange();try{c.moveToPoint(a.clientX,a.clientY)}catch(e){}d.setEndPoint(0>
-f.compareEndPoints("StartToStart",c)?"EndToEnd":"StartToStart",c);d.select()}}function c(){l.removeListener("mousemove",b);k.removeListener("mouseup",c);l.removeListener("mouseup",c);d.select()}a=a.data;if(a.getTarget().is("html")&&a.$.y<l.$.clientHeight&&a.$.x<l.$.clientWidth){var d=p.$.createTextRange();try{d.moveToPoint(a.$.clientX,a.$.clientY)}catch(e){}var f=d.duplicate();l.on("mousemove",b);k.on("mouseup",c);l.on("mouseup",c)}});if(7<CKEDITOR.env.version&&11>CKEDITOR.env.version)l.on("mousedown",
-function(a){a.data.getTarget().is("html")&&(k.on("mouseup",c),l.on("mouseup",c))})}}g.attachListener(g,"selectionchange",a,e);g.attachListener(g,"keyup",d,e);g.attachListener(g,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){e.forceNextSelectionCheck();e.selectionChange(1)});if(m&&(CKEDITOR.env.webkit||CKEDITOR.env.gecko)){var G;g.attachListener(g,"mousedown",function(){G=1});g.attachListener(f.getDocumentElement(),"mouseup",function(){G&&d.call(e);G=0})}else g.attachListener(CKEDITOR.env.ie?
-g:f.getDocumentElement(),"mouseup",d,e);CKEDITOR.env.webkit&&g.attachListener(f,"keydown",function(a){switch(a.data.getKey()){case 13:case 33:case 34:case 35:case 36:case 37:case 39:case 8:case 45:case 46:h(g)}},null,null,-1);g.attachListener(g,"keydown",z(e),null,null,-1)});e.on("setData",function(){e.unlockSelection();CKEDITOR.env.webkit&&c()});e.on("contentDomUnload",function(){e.unlockSelection()});if(CKEDITOR.env.ie9Compat)e.on("beforeDestroy",c,null,null,9);e.on("dataReady",function(){delete e._.fakeSelection;
-delete e._.hiddenSelectionContainer;e.selectionChange(1)});e.on("loadSnapshot",function(){var a=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT),b=e.editable().getLast(a);b&&b.hasAttribute("data-cke-hidden-sel")&&(b.remove(),CKEDITOR.env.gecko&&(a=e.editable().getFirst(a))&&a.is("br")&&a.getAttribute("_moz_editor_bogus_node")&&a.remove())},null,null,100);e.on("key",function(a){if("wysiwyg"==e.mode){var b=e.getSelection();if(b.isFake){var c=y[a.data.keyCode];if(c)return c({editor:e,selected:b.getSelectedElement(),
-selection:b,keyEvent:a})}}})});CKEDITOR.on("instanceReady",function(a){function b(){var a=d.editable();if(a&&(a=g(a))){var c=d.document.$.getSelection();"None"==c.type||c.anchorNode!=a.$&&c.focusNode!=a.$||(f=q(c));e=a.getText();a.setText(l(e))}}function c(){var a=d.editable();a&&(a=g(a))&&(a.setText(e),f&&(t(d.document.$,f),f=null))}var d=a.editor,e,f;CKEDITOR.env.webkit&&(d.on("selectionChange",function(){var a=d.editable(),b=g(a);b&&(b.getCustomData("ready")?h(a):b.setCustomData("ready",1))},null,
-null,-1),d.on("beforeSetMode",function(){h(d.editable())},null,null,-1),d.on("beforeUndoImage",b),d.on("afterUndoImage",c),d.on("beforeGetData",b,null,null,0),d.on("getData",c))});CKEDITOR.editor.prototype.selectionChange=function(b){(b?a:d).call(this)};CKEDITOR.editor.prototype.getSelection=function(a){return!this._.savedSelection&&!this._.fakeSelection||a?(a=this.editable())&&"wysiwyg"==this.mode?new CKEDITOR.dom.selection(a):null:this._.savedSelection||this._.fakeSelection};CKEDITOR.editor.prototype.lockSelection=
-function(a){a=a||this.getSelection(1);return a.getType()!=CKEDITOR.SELECTION_NONE?(!a.isLocked&&a.lock(),this._.savedSelection=a,!0):!1};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;return b?(b.unlock(a),delete this._.savedSelection,!0):!1};CKEDITOR.editor.prototype.forceNextSelectionCheck=function(){delete this._.selectionPreviousPath};CKEDITOR.dom.document.prototype.getSelection=function(){return new CKEDITOR.dom.selection(this)};CKEDITOR.dom.range.prototype.select=
-function(){var a=this.root instanceof CKEDITOR.editable?this.root.editor.getSelection():new CKEDITOR.dom.selection(this.root);a.selectRanges([this]);return a};CKEDITOR.SELECTION_NONE=1;CKEDITOR.SELECTION_TEXT=2;CKEDITOR.SELECTION_ELEMENT=3;var E="function"!=typeof window.getSelection,v=1;CKEDITOR.dom.selection=function(a){if(a instanceof CKEDITOR.dom.selection){var b=a;a=a.root}var c=a instanceof CKEDITOR.dom.element;this.rev=b?b.rev:v++;this.document=a instanceof CKEDITOR.dom.document?a:a.getDocument();
-this.root=c?a:this.document.getBody();this.isLocked=0;this._={cache:{}};if(b)return CKEDITOR.tools.extend(this._.cache,b._.cache),this.isFake=b.isFake,this.isLocked=b.isLocked,this;a=this.getNative();var d,e;if(a)if(a.getRangeAt)d=(e=a.rangeCount&&a.getRangeAt(0))&&new CKEDITOR.dom.node(e.commonAncestorContainer);else{try{e=a.createRange()}catch(f){}d=e&&CKEDITOR.dom.element.get(e.item&&e.item(0)||e.parentElement())}if(!d||d.type!=CKEDITOR.NODE_ELEMENT&&d.type!=CKEDITOR.NODE_TEXT||!this.root.equals(d)&&
-!this.root.contains(d))this._.cache.type=CKEDITOR.SELECTION_NONE,this._.cache.startElement=null,this._.cache.selectedElement=null,this._.cache.selectedText="",this._.cache.ranges=new CKEDITOR.dom.rangeList;return this};var x={img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1};CKEDITOR.dom.selection.prototype={getNative:function(){return void 0!==this._.cache.nativeSel?this._.cache.nativeSel:this._.cache.nativeSel=
-E?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:E?function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE;try{var c=this.getNative(),d=c.type;"Text"==d&&(b=CKEDITOR.SELECTION_TEXT);"Control"==d&&(b=CKEDITOR.SELECTION_ELEMENT);c.createRange().parentElement()&&(b=CKEDITOR.SELECTION_TEXT)}catch(e){}return a.type=b}:function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_TEXT,c=this.getNative();if(!c||!c.rangeCount)b=CKEDITOR.SELECTION_NONE;
-else if(1==c.rangeCount){var c=c.getRangeAt(0),d=c.startContainer;d==c.endContainer&&1==d.nodeType&&1==c.endOffset-c.startOffset&&x[d.childNodes[c.startOffset].nodeName.toLowerCase()]&&(b=CKEDITOR.SELECTION_ELEMENT)}return a.type=b},getRanges:function(){var a=E?function(){function a(b){return(new CKEDITOR.dom.node(b)).getIndex()}var b=function(b,c){b=b.duplicate();b.collapse(c);var d=b.parentElement();if(!d.hasChildNodes())return{container:d,offset:0};for(var e=d.children,f,k,h=b.duplicate(),g=0,
-w=e.length-1,l=-1,n,m;g<=w;)if(l=Math.floor((g+w)/2),f=e[l],h.moveToElementText(f),n=h.compareEndPoints("StartToStart",b),0<n)w=l-1;else if(0>n)g=l+1;else return{container:d,offset:a(f)};if(-1==l||l==e.length-1&&0>n){h.moveToElementText(d);h.setEndPoint("StartToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;e=d.childNodes;if(!h)return f=e[e.length-1],f.nodeType!=CKEDITOR.NODE_TEXT?{container:d,offset:e.length}:{container:f,offset:f.nodeValue.length};for(d=e.length;0<h&&0<d;)k=e[--d],k.nodeType==
-CKEDITOR.NODE_TEXT&&(m=k,h-=k.nodeValue.length);return{container:m,offset:-h}}h.collapse(0<n?!0:!1);h.setEndPoint(0<n?"StartToStart":"EndToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;if(!h)return{container:d,offset:a(f)+(0<n?0:1)};for(;0<h;)try{k=f[0<n?"previousSibling":"nextSibling"],k.nodeType==CKEDITOR.NODE_TEXT&&(h-=k.nodeValue.length,m=k),f=k}catch(t){return{container:d,offset:a(f)}}return{container:m,offset:0<n?-h:m.nodeValue.length+h}};return function(){var a=this.getNative(),c=a&&
-a.createRange(),d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT)return a=new CKEDITOR.dom.range(this.root),d=b(c,!0),a.setStart(new CKEDITOR.dom.node(d.container),d.offset),d=b(c),a.setEnd(new CKEDITOR.dom.node(d.container),d.offset),a.endContainer.getPosition(a.startContainer)&CKEDITOR.POSITION_PRECEDING&&a.endOffset<=a.startContainer.getIndex()&&a.collapse(),[a];if(d==CKEDITOR.SELECTION_ELEMENT){for(var d=[],e=0;e<c.length;e++){for(var f=c.item(e),k=f.parentNode,h=0,a=new CKEDITOR.dom.range(this.root);h<
-k.childNodes.length&&k.childNodes[h]!=f;h++);a.setStart(new CKEDITOR.dom.node(k),h);a.setEnd(new CKEDITOR.dom.node(k),h+1);d.push(a)}return d}return[]}}():function(){var a=[],b,c=this.getNative();if(!c)return a;for(var d=0;d<c.rangeCount;d++){var e=c.getRangeAt(d);b=new CKEDITOR.dom.range(this.root);b.setStart(new CKEDITOR.dom.node(e.startContainer),e.startOffset);b.setEnd(new CKEDITOR.dom.node(e.endContainer),e.endOffset);a.push(b)}return a};return function(b){var c=this._.cache,d=c.ranges;d||(c.ranges=
-d=new CKEDITOR.dom.rangeList(a.call(this)));return b?A(new CKEDITOR.dom.rangeList(d.slice())):d}}(),getStartElement:function(){var a=this._.cache;if(void 0!==a.startElement)return a.startElement;var b;switch(this.getType()){case CKEDITOR.SELECTION_ELEMENT:return this.getSelectedElement();case CKEDITOR.SELECTION_TEXT:var c=this.getRanges()[0];if(c){if(c.collapsed)b=c.startContainer,b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());else{for(c.optimize();b=c.startContainer,c.startOffset==(b.getChildCount?
-b.getChildCount():b.getLength())&&!b.isBlockBoundary();)c.setStartAfter(b);b=c.startContainer;if(b.type!=CKEDITOR.NODE_ELEMENT)return b.getParent();if((b=b.getChild(c.startOffset))&&b.type==CKEDITOR.NODE_ELEMENT)for(c=b.getFirst();c&&c.type==CKEDITOR.NODE_ELEMENT;)b=c,c=c.getFirst();else b=c.startContainer}b=b.$}}return a.startElement=b?new CKEDITOR.dom.element(b):null},getSelectedElement:function(){var a=this._.cache;if(void 0!==a.selectedElement)return a.selectedElement;var b=this,c=CKEDITOR.tools.tryThese(function(){return b.getNative().createRange().item(0)},
-function(){for(var a=b.getRanges()[0].clone(),c,d,e=2;e&&!((c=a.getEnclosedNode())&&c.type==CKEDITOR.NODE_ELEMENT&&x[c.getName()]&&(d=c));e--)a.shrink(CKEDITOR.SHRINK_ELEMENT);return d&&d.$});return a.selectedElement=c?new CKEDITOR.dom.element(c):null},getSelectedText:function(){var a=this._.cache;if(void 0!==a.selectedText)return a.selectedText;var b=this.getNative(),b=E?"Control"==b.type?"":b.createRange().text:b.toString();return a.selectedText=b},lock:function(){this.getRanges();this.getStartElement();
-this.getSelectedElement();this.getSelectedText();this._.cache.nativeSel=null;this.isLocked=1},unlock:function(a){if(this.isLocked){if(a)var b=this.getSelectedElement(),c=!b&&this.getRanges(),d=this.isFake;this.isLocked=0;this.reset();a&&(a=b||c[0]&&c[0].getCommonAncestor())&&a.getAscendant("body",1)&&(d?this.fake(b):b?this.selectElement(b):this.selectRanges(c))}},reset:function(){this._.cache={};this.isFake=0;var a=this.root.editor;if(a&&a._.fakeSelection)if(this.rev==a._.fakeSelection.rev){delete a._.fakeSelection;
-var b=a._.hiddenSelectionContainer;if(b){var c=a.checkDirty();a.fire("lockSnapshot");b.remove();a.fire("unlockSnapshot");!c&&a.resetDirty()}delete a._.hiddenSelectionContainer}else CKEDITOR.warn("selection-fake-reset");this.rev=v++},selectElement:function(a){var b=new CKEDITOR.dom.range(this.root);b.setStartBefore(a);b.setEndAfter(a);this.selectRanges([b])},selectRanges:function(a){var b=this.root.editor,b=b&&b._.hiddenSelectionContainer;this.reset();if(b)for(var b=this.root,c,d=0;d<a.length;++d)c=
-a[d],c.endContainer.equals(b)&&(c.endOffset=Math.min(c.endOffset,b.getChildCount()));if(a.length)if(this.isLocked){var f=CKEDITOR.document.getActive();this.unlock();this.selectRanges(a);this.lock();f&&!f.equals(this.root)&&f.focus()}else{var g;a:{var l,m;if(1==a.length&&!(m=a[0]).collapsed&&(g=m.getEnclosedNode())&&g.type==CKEDITOR.NODE_ELEMENT&&(m=m.clone(),m.shrink(CKEDITOR.SHRINK_ELEMENT,!0),(l=m.getEnclosedNode())&&l.type==CKEDITOR.NODE_ELEMENT&&(g=l),"false"==g.getAttribute("contenteditable")))break a;
-g=void 0}if(g)this.fake(g);else{if(E){m=CKEDITOR.dom.walker.whitespaces(!0);l=/\ufeff|\u00a0/;b={table:1,tbody:1,tr:1};1<a.length&&(g=a[a.length-1],a[0].setEnd(g.endContainer,g.endOffset));g=a[0];a=g.collapsed;var t,q,u;if((c=g.getEnclosedNode())&&c.type==CKEDITOR.NODE_ELEMENT&&c.getName()in x&&(!c.is("a")||!c.getText()))try{u=c.$.createControlRange();u.addElement(c.$);u.select();return}catch(w){}if(g.startContainer.type==CKEDITOR.NODE_ELEMENT&&g.startContainer.getName()in b||g.endContainer.type==
-CKEDITOR.NODE_ELEMENT&&g.endContainer.getName()in b)g.shrink(CKEDITOR.NODE_ELEMENT,!0),a=g.collapsed;u=g.createBookmark();b=u.startNode;a||(f=u.endNode);u=g.document.$.body.createTextRange();u.moveToElementText(b.$);u.moveStart("character",1);f?(l=g.document.$.body.createTextRange(),l.moveToElementText(f.$),u.setEndPoint("EndToEnd",l),u.moveEnd("character",-1)):(t=b.getNext(m),q=b.hasAscendant("pre"),t=!(t&&t.getText&&t.getText().match(l))&&(q||!b.hasPrevious()||b.getPrevious().is&&b.getPrevious().is("br")),
-q=g.document.createElement("span"),q.setHtml("\x26#65279;"),q.insertBefore(b),t&&g.document.createText("").insertBefore(b));g.setStartBefore(b);b.remove();a?(t?(u.moveStart("character",-1),u.select(),g.document.$.selection.clear()):u.select(),g.moveToPosition(q,CKEDITOR.POSITION_BEFORE_START),q.remove()):(g.setEndBefore(f),f.remove(),u.select())}else{f=this.getNative();if(!f)return;this.removeAllRanges();for(u=0;u<a.length;u++){if(u<a.length-1&&(t=a[u],q=a[u+1],l=t.clone(),l.setStart(t.endContainer,
-t.endOffset),l.setEnd(q.startContainer,q.startOffset),!l.collapsed&&(l.shrink(CKEDITOR.NODE_ELEMENT,!0),g=l.getCommonAncestor(),l=l.getEnclosedNode(),g.isReadOnly()||l&&l.isReadOnly()))){q.setStart(t.startContainer,t.startOffset);a.splice(u--,1);continue}g=a[u];q=this.document.$.createRange();g.collapsed&&CKEDITOR.env.webkit&&e(g)&&(t=this.root,h(t,!1),l=t.getDocument().createText(""),t.setCustomData("cke-fillingChar",l),g.insertNode(l),(t=l.getNext())&&!l.getPrevious()&&t.type==CKEDITOR.NODE_ELEMENT&&
-"br"==t.getName()?(h(this.root),g.moveToPosition(t,CKEDITOR.POSITION_BEFORE_START)):g.moveToPosition(l,CKEDITOR.POSITION_AFTER_END));q.setStart(g.startContainer.$,g.startOffset);try{q.setEnd(g.endContainer.$,g.endOffset)}catch(H){if(0<=H.toString().indexOf("NS_ERROR_ILLEGAL_VALUE"))g.collapse(1),q.setEnd(g.endContainer.$,g.endOffset);else throw H;}f.addRange(q)}}this.reset();this.root.fire("selectionchange")}}},fake:function(a){var b=this.root.editor;this.reset();f(b);var c=this._.cache,d=new CKEDITOR.dom.range(this.root);
-d.setStartBefore(a);d.setEndAfter(a);c.ranges=new CKEDITOR.dom.rangeList(d);c.selectedElement=c.startElement=a;c.type=CKEDITOR.SELECTION_ELEMENT;c.selectedText=c.nativeSel=null;this.isFake=1;this.rev=v++;b._.fakeSelection=this;this.root.fire("selectionchange")},isHidden:function(){var a=this.getCommonAncestor();a&&a.type==CKEDITOR.NODE_TEXT&&(a=a.getParent());return!(!a||!a.data("cke-hidden-sel"))},createBookmarks:function(a){a=this.getRanges().createBookmarks(a);this.isFake&&(a.isFake=1);return a},
-createBookmarks2:function(a){a=this.getRanges().createBookmarks2(a);this.isFake&&(a.isFake=1);return a},selectBookmarks:function(a){for(var b=[],c,d=0;d<a.length;d++){var e=new CKEDITOR.dom.range(this.root);e.moveToBookmark(a[d]);b.push(e)}a.isFake&&(c=b[0].getEnclosedNode(),c&&c.type==CKEDITOR.NODE_ELEMENT||(CKEDITOR.warn("selection-not-fake"),a.isFake=0));a.isFake?this.fake(c):this.selectRanges(b);return this},getCommonAncestor:function(){var a=this.getRanges();return a.length?a[0].startContainer.getCommonAncestor(a[a.length-
-1].endContainer):null},scrollIntoView:function(){this.type!=CKEDITOR.SELECTION_NONE&&this.getRanges()[0].scrollIntoView()},removeAllRanges:function(){if(this.getType()!=CKEDITOR.SELECTION_NONE){var a=this.getNative();try{a&&a[E?"empty":"removeAllRanges"]()}catch(b){}this.reset()}}}})();"use strict";CKEDITOR.STYLE_BLOCK=1;CKEDITOR.STYLE_INLINE=2;CKEDITOR.STYLE_OBJECT=3;
-(function(){function a(a,b){for(var c,d;(a=a.getParent())&&!a.equals(b);)if(a.getAttribute("data-nostyle"))c=a;else if(!d){var e=a.getAttribute("contentEditable");"false"==e?c=a:"true"==e&&(d=1)}return c}function d(a,b,c,d){return(a.getPosition(b)|d)==d&&(!c.childRule||c.childRule(a))}function b(c){var f=c.document;if(c.collapsed)f=E(this,f),c.insertNode(f),c.moveToPosition(f,CKEDITOR.POSITION_BEFORE_END);else{var h=this.element,g=this._.definition,k,l=g.ignoreReadonly,m=l||g.includeReadonly;null==
-m&&(m=c.root.getCustomData("cke_includeReadonly"));var n=CKEDITOR.dtd[h];n||(k=!0,n=CKEDITOR.dtd.span);c.enlarge(CKEDITOR.ENLARGE_INLINE,1);c.trim();var p=c.createBookmark(),t=p.startNode,q=p.endNode,r=t,u;if(!l){var x=c.getCommonAncestor(),l=a(t,x),x=a(q,x);l&&(r=l.getNextSourceNode(!0));x&&(q=x)}for(r.getPosition(q)==CKEDITOR.POSITION_FOLLOWING&&(r=0);r;){l=!1;if(r.equals(q))r=null,l=!0;else{var v=r.type==CKEDITOR.NODE_ELEMENT?r.getName():null,x=v&&"false"==r.getAttribute("contentEditable"),z=v&&
-r.getAttribute("data-nostyle");if(v&&r.data("cke-bookmark")){r=r.getNextSourceNode(!0);continue}if(x&&m&&CKEDITOR.dtd.$block[v])for(var A=r,y=e(A),B=void 0,D=y.length,F=0,A=D&&new CKEDITOR.dom.range(A.getDocument());F<D;++F){var B=y[F],T=CKEDITOR.filter.instances[B.data("cke-filter")];if(T?T.check(this):1)A.selectNodeContents(B),b.call(this,A)}y=v?!n[v]||z?0:x&&!m?0:d(r,q,g,M):1;if(y)if(B=r.getParent(),y=g,D=h,F=k,!B||!(B.getDtd()||CKEDITOR.dtd.span)[D]&&!F||y.parentRule&&!y.parentRule(B))l=!0;else{if(u||
-v&&CKEDITOR.dtd.$removeEmpty[v]&&(r.getPosition(q)|M)!=M||(u=c.clone(),u.setStartBefore(r)),v=r.type,v==CKEDITOR.NODE_TEXT||x||v==CKEDITOR.NODE_ELEMENT&&!r.getChildCount()){for(var v=r,Z;(l=!v.getNext(L))&&(Z=v.getParent(),n[Z.getName()])&&d(Z,t,g,S);)v=Z;u.setEndAfter(v)}}else l=!0;r=r.getNextSourceNode(z||x)}if(l&&u&&!u.collapsed){for(var l=E(this,f),x=l.hasAttributes(),z=u.getCommonAncestor(),v={},y={},B={},D={},V,Q,da;l&&z;){if(z.getName()==h){for(V in g.attributes)!D[V]&&(da=z.getAttribute(Q))&&
-(l.getAttribute(V)==da?y[V]=1:D[V]=1);for(Q in g.styles)!B[Q]&&(da=z.getStyle(Q))&&(l.getStyle(Q)==da?v[Q]=1:B[Q]=1)}z=z.getParent()}for(V in y)l.removeAttribute(V);for(Q in v)l.removeStyle(Q);x&&!l.hasAttributes()&&(l=null);l?(u.extractContents().appendTo(l),u.insertNode(l),C.call(this,l),l.mergeSiblings(),CKEDITOR.env.ie||l.$.normalize()):(l=new CKEDITOR.dom.element("span"),u.extractContents().appendTo(l),u.insertNode(l),C.call(this,l),l.remove(!0));u=null}}c.moveToBookmark(p);c.shrink(CKEDITOR.SHRINK_TEXT);
-c.shrink(CKEDITOR.NODE_ELEMENT,!0)}}function c(a){function b(){for(var a=new CKEDITOR.dom.elementPath(d.getParent()),c=new CKEDITOR.dom.elementPath(n.getParent()),e=null,f=null,g=0;g<a.elements.length;g++){var h=a.elements[g];if(h==a.block||h==a.blockLimit)break;p.checkElementRemovable(h,!0)&&(e=h)}for(g=0;g<c.elements.length;g++){h=c.elements[g];if(h==c.block||h==c.blockLimit)break;p.checkElementRemovable(h,!0)&&(f=h)}f&&n.breakParent(f);e&&d.breakParent(e)}a.enlarge(CKEDITOR.ENLARGE_INLINE,1);var c=
-a.createBookmark(),d=c.startNode;if(a.collapsed){for(var e=new CKEDITOR.dom.elementPath(d.getParent(),a.root),f,h=0,g;h<e.elements.length&&(g=e.elements[h])&&g!=e.block&&g!=e.blockLimit;h++)if(this.checkElementRemovable(g)){var l;a.collapsed&&(a.checkBoundaryOfElement(g,CKEDITOR.END)||(l=a.checkBoundaryOfElement(g,CKEDITOR.START)))?(f=g,f.match=l?"start":"end"):(g.mergeSiblings(),g.is(this.element)?u.call(this,g):m(g,k(this)[g.getName()]))}if(f){g=d;for(h=0;;h++){l=e.elements[h];if(l.equals(f))break;
-else if(l.match)continue;else l=l.clone();l.append(g);g=l}g["start"==f.match?"insertBefore":"insertAfter"](f)}}else{var n=c.endNode,p=this;b();for(e=d;!e.equals(n);)f=e.getNextSourceNode(),e.type==CKEDITOR.NODE_ELEMENT&&this.checkElementRemovable(e)&&(e.getName()==this.element?u.call(this,e):m(e,k(this)[e.getName()]),f.type==CKEDITOR.NODE_ELEMENT&&f.contains(d)&&(b(),f=d.getNext())),e=f}a.moveToBookmark(c);a.shrink(CKEDITOR.NODE_ELEMENT,!0)}function e(a){var b=[];a.forEach(function(a){if("true"==
-a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function g(a){var b=a.getEnclosedNode()||a.getCommonAncestor(!1,!0);(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1))&&!a.isReadOnly()&&v(a,this)}function h(a){var b=a.getCommonAncestor(!0,!0);if(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1)){var b=this._.definition,c=b.attributes;if(c)for(var d in c)a.removeAttribute(d,c[d]);if(b.styles)for(var e in b.styles)b.styles.hasOwnProperty(e)&&
-a.removeStyle(e)}}function l(a){var b=a.createBookmark(!0),c=a.createIterator();c.enforceRealBlocks=!0;this._.enterMode&&(c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR);for(var d,e=a.document,f;d=c.getNextParagraph();)!d.isReadOnly()&&(c.activeFilter?c.activeFilter.check(this):1)&&(f=E(this,e,d),t(d,f));a.moveToBookmark(b)}function q(a){var b=a.createBookmark(1),c=a.createIterator();c.enforceRealBlocks=!0;c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR;for(var d,e;d=c.getNextParagraph();)this.checkElementRemovable(d)&&
-(d.is("pre")?((e=this._.enterMode==CKEDITOR.ENTER_BR?null:a.document.createElement(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))&&d.copyAttributes(e),t(d,e)):u.call(this,d));a.moveToBookmark(b)}function t(a,b){var c=!b;c&&(b=a.getDocument().createElement("div"),a.copyAttributes(b));var d=b&&b.is("pre"),e=a.is("pre"),g=!d&&e;if(d&&!e){e=b;(g=a.getBogus())&&g.remove();g=a.getHtml();g=z(g,/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g,"");g=g.replace(/[ \t\r\n]*(<br[^>]*>)[ \t\r\n]*/gi,"$1");g=g.replace(/([ \t\n\r]+| )/g,
-" ");g=g.replace(/<br\b[^>]*>/gi,"\n");if(CKEDITOR.env.ie){var h=a.getDocument().createElement("div");h.append(e);e.$.outerHTML="\x3cpre\x3e"+g+"\x3c/pre\x3e";e.copyAttributes(h.getFirst());e=h.getFirst().remove()}else e.setHtml(g);b=e}else g?b=A(c?[a.getHtml()]:f(a),b):a.moveChildren(b);b.replace(a);if(d){var c=b,k;(k=c.getPrevious(T))&&k.type==CKEDITOR.NODE_ELEMENT&&k.is("pre")&&(d=z(k.getHtml(),/\n$/,"")+"\n\n"+z(c.getHtml(),/^\n/,""),CKEDITOR.env.ie?c.$.outerHTML="\x3cpre\x3e"+d+"\x3c/pre\x3e":
-c.setHtml(d),k.remove())}else c&&y(b)}function f(a){var b=[];z(a.getOuterHtml(),/(\S\s*)\n(?:\s|(<span[^>]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"\x3c/pre\x3e"+c+"\x3cpre\x3e"}).replace(/<pre\b.*?>([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function z(a,b,c){var d="",e="";a=a.replace(/(^<span[^>]+data-cke-bookmark.*?\/span>)|(<span[^>]+data-cke-bookmark.*?\/span>$)/gi,function(a,b,c){b&&(d=b);c&&(e=c);return""});return d+a.replace(b,c)+e}function A(a,b){var c;
-1<a.length&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var d=0;d<a.length;d++){var e=a[d],e=e.replace(/(\r\n|\r)/g,"\n"),e=z(e,/^[ \t]*\n/,""),e=z(e,/\n$/,""),e=z(e,/^[ \t]+|[ \t]+$/g,function(a,b){return 1==a.length?"\x26nbsp;":b?" "+CKEDITOR.tools.repeat("\x26nbsp;",a.length-1):CKEDITOR.tools.repeat("\x26nbsp;",a.length-1)+" "}),e=e.replace(/\n/g,"\x3cbr\x3e"),e=e.replace(/[ \t]{2,}/g,function(a){return CKEDITOR.tools.repeat("\x26nbsp;",a.length-1)+" "});if(c){var f=b.clone();f.setHtml(e);
-c.append(f)}else b.setHtml(e)}return c||b}function u(a,b){var c=this._.definition,d=c.attributes,c=c.styles,e=k(this)[a.getName()],f=CKEDITOR.tools.isEmpty(d)&&CKEDITOR.tools.isEmpty(c),g;for(g in d)if("class"!=g&&!this._.definition.fullMatch||a.getAttribute(g)==p(g,d[g]))b&&"data-"==g.slice(0,5)||(f=a.hasAttribute(g),a.removeAttribute(g));for(var h in c)this._.definition.fullMatch&&a.getStyle(h)!=p(h,c[h],!0)||(f=f||!!a.getStyle(h),a.removeStyle(h));m(a,e,D[a.getName()]);f&&(this._.definition.alwaysRemoveElement?
-y(a,1):!CKEDITOR.dtd.$block[a.getName()]||this._.enterMode==CKEDITOR.ENTER_BR&&!a.hasAttributes()?y(a):a.renameNode(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))}function C(a){for(var b=k(this),c=a.getElementsByTag(this.element),d,e=c.count();0<=--e;)d=c.getItem(e),d.isReadOnly()||u.call(this,d,!0);for(var f in b)if(f!=this.element)for(c=a.getElementsByTag(f),e=c.count()-1;0<=e;e--)d=c.getItem(e),d.isReadOnly()||m(d,b[f])}function m(a,b,c){if(b=b&&b.attributes)for(var d=0;d<b.length;d++){var e=b[d][0],
-f;if(f=a.getAttribute(e)){var g=b[d][1];(null===g||g.test&&g.test(f)||"string"==typeof g&&f==g)&&a.removeAttribute(e)}}c||y(a)}function y(a,b){if(!a.hasAttributes()||b)if(CKEDITOR.dtd.$block[a.getName()]){var c=a.getPrevious(T),d=a.getNext(T);!c||c.type!=CKEDITOR.NODE_TEXT&&c.isBlockBoundary({br:1})||a.append("br",1);!d||d.type!=CKEDITOR.NODE_TEXT&&d.isBlockBoundary({br:1})||a.append("br");a.remove(!0)}else c=a.getFirst(),d=a.getLast(),a.remove(!0),c&&(c.type==CKEDITOR.NODE_ELEMENT&&c.mergeSiblings(),
-d&&!c.equals(d)&&d.type==CKEDITOR.NODE_ELEMENT&&d.mergeSiblings())}function E(a,b,c){var d;d=a.element;"*"==d&&(d="span");d=new CKEDITOR.dom.element(d,b);c&&c.copyAttributes(d);d=v(d,a);b.getCustomData("doc_processing_style")&&d.hasAttribute("id")?d.removeAttribute("id"):b.setCustomData("doc_processing_style",1);return d}function v(a,b){var c=b._.definition,d=c.attributes,c=CKEDITOR.style.getStyleText(c);if(d)for(var e in d)a.setAttribute(e,d[e]);c&&a.setAttribute("style",c);return a}function x(a,
-b){for(var c in a)a[c]=a[c].replace(B,function(a,c){return b[c]})}function k(a){if(a._.overrides)return a._.overrides;var b=a._.overrides={},c=a._.definition.overrides;if(c){CKEDITOR.tools.isArray(c)||(c=[c]);for(var d=0;d<c.length;d++){var e=c[d],f,g;"string"==typeof e?f=e.toLowerCase():(f=e.element?e.element.toLowerCase():a.element,g=e.attributes);e=b[f]||(b[f]={});if(g){var e=e.attributes=e.attributes||[],h;for(h in g)e.push([h.toLowerCase(),g[h]])}}}return b}function p(a,b,c){var d=new CKEDITOR.dom.element("span");
-d[c?"setStyle":"setAttribute"](a,b);return d[c?"getStyle":"getAttribute"](a)}function n(a,b,c){var d=a.document,e=a.getRanges();b=b?this.removeFromRange:this.applyToRange;for(var f,g=e.createIterator();f=g.getNextRange();)b.call(this,f,c);a.selectRanges(e);d.removeCustomData("doc_processing_style")}var D={address:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1,hgroup:1,time:1,meter:1,menu:1,command:1,keygen:1,output:1,progress:1,
-details:1,datagrid:1,datalist:1},r={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:1,table:1,td:1,tr:1,th:1,ul:1,dl:1,dt:1,dd:1,form:1,audio:1,video:1},F=/\s*(?:;\s*|$)/,B=/#\((.+?)\)/g,L=CKEDITOR.dom.walker.bookmark(0,1),T=CKEDITOR.dom.walker.whitespaces(1);CKEDITOR.style=function(a,b){if("string"==typeof a.type)return new CKEDITOR.style.customHandlers[a.type](a);var c=a.attributes;c&&c.style&&(a.styles=CKEDITOR.tools.extend({},a.styles,CKEDITOR.tools.parseCssText(c.style)),delete c.style);
-b&&(a=CKEDITOR.tools.clone(a),x(a.attributes,b),x(a.styles,b));c=this.element=a.element?"string"==typeof a.element?a.element.toLowerCase():a.element:"*";this.type=a.type||(D[c]?CKEDITOR.STYLE_BLOCK:r[c]?CKEDITOR.STYLE_OBJECT:CKEDITOR.STYLE_INLINE);"object"==typeof this.element&&(this.type=CKEDITOR.STYLE_OBJECT);this._={definition:a}};CKEDITOR.style.prototype={apply:function(a){if(a instanceof CKEDITOR.dom.document)return n.call(this,a.getSelection());if(this.checkApplicable(a.elementPath(),a)){var b=
-this._.enterMode;b||(this._.enterMode=a.activeEnterMode);n.call(this,a.getSelection(),0,a);this._.enterMode=b}},remove:function(a){if(a instanceof CKEDITOR.dom.document)return n.call(this,a.getSelection(),1);if(this.checkApplicable(a.elementPath(),a)){var b=this._.enterMode;b||(this._.enterMode=a.activeEnterMode);n.call(this,a.getSelection(),1,a);this._.enterMode=b}},applyToRange:function(a){this.applyToRange=this.type==CKEDITOR.STYLE_INLINE?b:this.type==CKEDITOR.STYLE_BLOCK?l:this.type==CKEDITOR.STYLE_OBJECT?
-g:null;return this.applyToRange(a)},removeFromRange:function(a){this.removeFromRange=this.type==CKEDITOR.STYLE_INLINE?c:this.type==CKEDITOR.STYLE_BLOCK?q:this.type==CKEDITOR.STYLE_OBJECT?h:null;return this.removeFromRange(a)},applyToObject:function(a){v(a,this)},checkActive:function(a,b){switch(this.type){case CKEDITOR.STYLE_BLOCK:return this.checkElementRemovable(a.block||a.blockLimit,!0,b);case CKEDITOR.STYLE_OBJECT:case CKEDITOR.STYLE_INLINE:for(var c=a.elements,d=0,e;d<c.length;d++)if(e=c[d],
+a.range.endPath().contains(CKEDITOR.dtd.$listItem))},fixUneditableRangePosition:function(a){a.startContainer.getDtd()["#"]||a.moveToClosestEditablePosition(null,!0)},autoParagraph:function(a,b){var c=b.startPath(),d;l(a,c.block,c.blockLimit)&&(d=k(a))&&(d=b.document.createElement(d),d.appendBogus(),b.insertNode(d),b.moveToPosition(d,CKEDITOR.POSITION_AFTER_START))}}}()})();
+(function(){function a(){var a=this._.fakeSelection,b;a&&(b=this.getSelection(1),b&&b.isHidden()||(a.reset(),a=0));if(!a&&(a=b||this.getSelection(1),!a||a.getType()==CKEDITOR.SELECTION_NONE))return;this.fire("selectionCheck",a);b=this.elementPath();b.compare(this._.selectionPreviousPath)||(CKEDITOR.env.webkit&&(this._.previousActive=this.document.getActive()),this._.selectionPreviousPath=b,this.fire("selectionChange",{selection:a,path:b}))}function d(){A=!0;x||(b.call(this),x=CKEDITOR.tools.setTimeout(b,
+200,this))}function b(){x=null;A&&(CKEDITOR.tools.setTimeout(a,0,this),A=!1)}function c(a){return u(a)||a.type==CKEDITOR.NODE_ELEMENT&&!a.is(CKEDITOR.dtd.$empty)?!0:!1}function e(a){function b(c,d){return c&&c.type!=CKEDITOR.NODE_TEXT?a.clone()["moveToElementEdit"+(d?"End":"Start")](c):!1}if(!(a.root instanceof CKEDITOR.editable))return!1;var d=a.startContainer,e=a.getPreviousNode(c,null,d),f=a.getNextNode(c,null,d);return b(e)||b(f,1)||!(e||f||d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()&&
+d.getBogus())?!0:!1}function g(a){l(a,!1);var b=a.getDocument().createText(t);a.setCustomData("cke-fillingChar",b);return b}function l(a,b){var c=a&&a.removeCustomData("cke-fillingChar");if(c){if(!1!==b){var d=a.getDocument().getSelection().getNative(),e=d&&"None"!=d.type&&d.getRangeAt(0),f=t.length;if(c.getLength()>f&&e&&e.intersectsNode(c.$)){var g=[{node:d.anchorNode,offset:d.anchorOffset},{node:d.focusNode,offset:d.focusOffset}];d.anchorNode==c.$&&d.anchorOffset>f&&(g[0].offset-=f);d.focusNode==
+c.$&&d.focusOffset>f&&(g[1].offset-=f)}}c.setText(k(c.getText(),1));g&&(c=a.getDocument().$,d=c.getSelection(),c=c.createRange(),c.setStart(g[0].node,g[0].offset),c.collapse(!0),d.removeAllRanges(),d.addRange(c),d.extend(g[1].node,g[1].offset))}}function k(a,b){return b?a.replace(z,function(a,b){return b?" ":""}):a.replace(t,"")}function n(a){var b=CKEDITOR.dom.element.createFromHtml('\x3cdiv data-cke-hidden-sel\x3d"1" data-cke-temp\x3d"1" style\x3d"'+(CKEDITOR.env.ie?"display:none":"position:fixed;top:0;left:-1000px")+
+'"\x3e\x26nbsp;\x3c/div\x3e',a.document);a.fire("lockSnapshot");a.editable().append(b);var c=a.getSelection(1),d=a.createRange(),e=c.root.on("selectionchange",function(a){a.cancel()},null,null,0);d.setStartAt(b,CKEDITOR.POSITION_AFTER_START);d.setEndAt(b,CKEDITOR.POSITION_BEFORE_END);c.selectRanges([d]);e.removeListener();a.fire("unlockSnapshot");a._.hiddenSelectionContainer=b}function w(a){var b={37:1,39:1,8:1,46:1};return function(c){var d=c.data.getKeystroke();if(b[d]){var e=a.getSelection().getRanges(),
+f=e[0];1==e.length&&f.collapsed&&(d=f[38>d?"getPreviousEditableNode":"getNextEditableNode"]())&&d.type==CKEDITOR.NODE_ELEMENT&&"false"==d.getAttribute("contenteditable")&&(a.getSelection().fake(d),c.data.preventDefault(),c.cancel())}}}function f(a){for(var b=0;b<a.length;b++){var c=a[b];c.getCommonAncestor().isReadOnly()&&a.splice(b,1);if(!c.collapsed){if(c.startContainer.isReadOnly())for(var d=c.startContainer,e;d&&!((e=d.type==CKEDITOR.NODE_ELEMENT)&&d.is("body")||!d.isReadOnly());)e&&"false"==
+d.getAttribute("contentEditable")&&c.setStartAfter(d),d=d.getParent();d=c.startContainer;e=c.endContainer;var f=c.startOffset,g=c.endOffset,l=c.clone();d&&d.type==CKEDITOR.NODE_TEXT&&(f>=d.getLength()?l.setStartAfter(d):l.setStartBefore(d));e&&e.type==CKEDITOR.NODE_TEXT&&(g?l.setEndAfter(e):l.setEndBefore(e));d=new CKEDITOR.dom.walker(l);d.evaluator=function(d){if(d.type==CKEDITOR.NODE_ELEMENT&&d.isReadOnly()){var e=c.clone();c.setEndBefore(d);c.collapsed&&a.splice(b--,1);d.getPosition(l.endContainer)&
+CKEDITOR.POSITION_CONTAINS||(e.setStartAfter(d),e.collapsed||a.splice(b+1,0,e));return!0}return!1};d.next()}}return a}var x,A,u=CKEDITOR.dom.walker.invisible(1),B=function(){function a(b){return function(a){var c=a.editor.createRange();c.moveToClosestEditablePosition(a.selected,b)&&a.editor.getSelection().selectRanges([c]);return!1}}function b(a){return function(b){var c=b.editor,d=c.createRange(),e;(e=d.moveToClosestEditablePosition(b.selected,a))||(e=d.moveToClosestEditablePosition(b.selected,!a));
+e&&c.getSelection().selectRanges([d]);c.fire("saveSnapshot");b.selected.remove();e||(d.moveToElementEditablePosition(c.editable()),c.getSelection().selectRanges([d]));c.fire("saveSnapshot");return!1}}var c=a(),d=a(1);return{37:c,38:c,39:d,40:d,8:b(),46:b(1)}}();CKEDITOR.on("instanceCreated",function(b){function c(){var a=e.getSelection();a&&a.removeAllRanges()}var e=b.editor;e.on("contentDom",function(){function b(){D=new CKEDITOR.dom.selection(e.getSelection());D.lock()}function c(){h.removeListener("mouseup",
+c);k.removeListener("mouseup",c);var a=CKEDITOR.document.$.selection,b=a.createRange();"None"!=a.type&&b.parentElement().ownerDocument==f.$&&b.select()}var f=e.document,h=CKEDITOR.document,g=e.editable(),p=f.getBody(),k=f.getDocumentElement(),n=g.isInline(),v,D;CKEDITOR.env.gecko&&g.attachListener(g,"focus",function(a){a.removeListener();0!==v&&(a=e.getSelection().getNative())&&a.isCollapsed&&a.anchorNode==g.$&&(a=e.createRange(),a.moveToElementEditStart(g),a.select())},null,null,-2);g.attachListener(g,
+CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){v&&CKEDITOR.env.webkit&&(v=e._.previousActive&&e._.previousActive.equals(f.getActive()));e.unlockSelection(v);v=0},null,null,-1);g.attachListener(g,"mousedown",function(){v=0});if(CKEDITOR.env.ie||n)q?g.attachListener(g,"beforedeactivate",b,null,null,-1):g.attachListener(e,"selectionCheck",b,null,null,-1),g.attachListener(g,CKEDITOR.env.webkit?"DOMFocusOut":"blur",function(){e.lockSelection(D);v=1},null,null,-1),g.attachListener(g,"mousedown",function(){v=
+0});if(CKEDITOR.env.ie&&!n){var I;g.attachListener(g,"mousedown",function(a){2==a.data.$.button&&((a=e.document.getSelection())&&a.getType()!=CKEDITOR.SELECTION_NONE||(I=e.window.getScrollPosition()))});g.attachListener(g,"mouseup",function(a){2==a.data.$.button&&I&&(e.document.$.documentElement.scrollLeft=I.x,e.document.$.documentElement.scrollTop=I.y);I=null});if("BackCompat"!=f.$.compatMode){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)k.on("mousedown",function(a){function b(a){a=a.data.$;
+if(d){var c=p.$.createTextRange();try{c.moveToPoint(a.clientX,a.clientY)}catch(e){}d.setEndPoint(0>f.compareEndPoints("StartToStart",c)?"EndToEnd":"StartToStart",c);d.select()}}function c(){k.removeListener("mousemove",b);h.removeListener("mouseup",c);k.removeListener("mouseup",c);d.select()}a=a.data;if(a.getTarget().is("html")&&a.$.y<k.$.clientHeight&&a.$.x<k.$.clientWidth){var d=p.$.createTextRange();try{d.moveToPoint(a.$.clientX,a.$.clientY)}catch(e){}var f=d.duplicate();k.on("mousemove",b);h.on("mouseup",
+c);k.on("mouseup",c)}});if(7<CKEDITOR.env.version&&11>CKEDITOR.env.version)k.on("mousedown",function(a){a.data.getTarget().is("html")&&(h.on("mouseup",c),k.on("mouseup",c))})}}g.attachListener(g,"selectionchange",a,e);g.attachListener(g,"keyup",d,e);g.attachListener(g,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){e.forceNextSelectionCheck();e.selectionChange(1)});if(n&&(CKEDITOR.env.webkit||CKEDITOR.env.gecko)){var E;g.attachListener(g,"mousedown",function(){E=1});g.attachListener(f.getDocumentElement(),
+"mouseup",function(){E&&d.call(e);E=0})}else g.attachListener(CKEDITOR.env.ie?g:f.getDocumentElement(),"mouseup",d,e);CKEDITOR.env.webkit&&g.attachListener(f,"keydown",function(a){switch(a.data.getKey()){case 13:case 33:case 34:case 35:case 36:case 37:case 39:case 8:case 45:case 46:l(g)}},null,null,-1);g.attachListener(g,"keydown",w(e),null,null,-1)});e.on("setData",function(){e.unlockSelection();CKEDITOR.env.webkit&&c()});e.on("contentDomUnload",function(){e.unlockSelection()});if(CKEDITOR.env.ie9Compat)e.on("beforeDestroy",
+c,null,null,9);e.on("dataReady",function(){delete e._.fakeSelection;delete e._.hiddenSelectionContainer;e.selectionChange(1)});e.on("loadSnapshot",function(){var a=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT),b=e.editable().getLast(a);b&&b.hasAttribute("data-cke-hidden-sel")&&(b.remove(),CKEDITOR.env.gecko&&(a=e.editable().getFirst(a))&&a.is("br")&&a.getAttribute("_moz_editor_bogus_node")&&a.remove())},null,null,100);e.on("key",function(a){if("wysiwyg"==e.mode){var b=e.getSelection();if(b.isFake){var c=
+B[a.data.keyCode];if(c)return c({editor:e,selected:b.getSelectedElement(),selection:b,keyEvent:a})}}})});if(CKEDITOR.env.webkit)CKEDITOR.on("instanceReady",function(a){var b=a.editor;b.on("selectionChange",function(){var a=b.editable(),c=a.getCustomData("cke-fillingChar");c&&(c.getCustomData("ready")?l(a):c.setCustomData("ready",1))},null,null,-1);b.on("beforeSetMode",function(){l(b.editable())},null,null,-1);b.on("getSnapshot",function(a){a.data&&(a.data=k(a.data))},b,null,20);b.on("toDataFormat",
+function(a){a.data.dataValue=k(a.data.dataValue)},null,null,0)});CKEDITOR.editor.prototype.selectionChange=function(b){(b?a:d).call(this)};CKEDITOR.editor.prototype.getSelection=function(a){return!this._.savedSelection&&!this._.fakeSelection||a?(a=this.editable())&&"wysiwyg"==this.mode?new CKEDITOR.dom.selection(a):null:this._.savedSelection||this._.fakeSelection};CKEDITOR.editor.prototype.lockSelection=function(a){a=a||this.getSelection(1);return a.getType()!=CKEDITOR.SELECTION_NONE?(!a.isLocked&&
+a.lock(),this._.savedSelection=a,!0):!1};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;return b?(b.unlock(a),delete this._.savedSelection,!0):!1};CKEDITOR.editor.prototype.forceNextSelectionCheck=function(){delete this._.selectionPreviousPath};CKEDITOR.dom.document.prototype.getSelection=function(){return new CKEDITOR.dom.selection(this)};CKEDITOR.dom.range.prototype.select=function(){var a=this.root instanceof CKEDITOR.editable?this.root.editor.getSelection():
+new CKEDITOR.dom.selection(this.root);a.selectRanges([this]);return a};CKEDITOR.SELECTION_NONE=1;CKEDITOR.SELECTION_TEXT=2;CKEDITOR.SELECTION_ELEMENT=3;var q="function"!=typeof window.getSelection,y=1;CKEDITOR.dom.selection=function(a){if(a instanceof CKEDITOR.dom.selection){var b=a;a=a.root}var c=a instanceof CKEDITOR.dom.element;this.rev=b?b.rev:y++;this.document=a instanceof CKEDITOR.dom.document?a:a.getDocument();this.root=c?a:this.document.getBody();this.isLocked=0;this._={cache:{}};if(b)return CKEDITOR.tools.extend(this._.cache,
+b._.cache),this.isFake=b.isFake,this.isLocked=b.isLocked,this;a=this.getNative();var d,e;if(a)if(a.getRangeAt)d=(e=a.rangeCount&&a.getRangeAt(0))&&new CKEDITOR.dom.node(e.commonAncestorContainer);else{try{e=a.createRange()}catch(f){}d=e&&CKEDITOR.dom.element.get(e.item&&e.item(0)||e.parentElement())}if(!d||d.type!=CKEDITOR.NODE_ELEMENT&&d.type!=CKEDITOR.NODE_TEXT||!this.root.equals(d)&&!this.root.contains(d))this._.cache.type=CKEDITOR.SELECTION_NONE,this._.cache.startElement=null,this._.cache.selectedElement=
+null,this._.cache.selectedText="",this._.cache.ranges=new CKEDITOR.dom.rangeList;return this};var F={img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1},t=CKEDITOR.tools.repeat("",7),z=new RegExp(t+"( )?","g");CKEDITOR.tools.extend(CKEDITOR.dom.selection,{_removeFillingCharSequenceString:k,_createFillingCharSequenceNode:g,FILLING_CHAR_SEQUENCE:t});CKEDITOR.dom.selection.prototype={getNative:function(){return void 0!==
+this._.cache.nativeSel?this._.cache.nativeSel:this._.cache.nativeSel=q?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:q?function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE;try{var c=this.getNative(),d=c.type;"Text"==d&&(b=CKEDITOR.SELECTION_TEXT);"Control"==d&&(b=CKEDITOR.SELECTION_ELEMENT);c.createRange().parentElement()&&(b=CKEDITOR.SELECTION_TEXT)}catch(e){}return a.type=b}:function(){var a=this._.cache;if(a.type)return a.type;var b=
+CKEDITOR.SELECTION_TEXT,c=this.getNative();if(!c||!c.rangeCount)b=CKEDITOR.SELECTION_NONE;else if(1==c.rangeCount){var c=c.getRangeAt(0),d=c.startContainer;d==c.endContainer&&1==d.nodeType&&1==c.endOffset-c.startOffset&&F[d.childNodes[c.startOffset].nodeName.toLowerCase()]&&(b=CKEDITOR.SELECTION_ELEMENT)}return a.type=b},getRanges:function(){var a=q?function(){function a(b){return(new CKEDITOR.dom.node(b)).getIndex()}var b=function(b,c){b=b.duplicate();b.collapse(c);var d=b.parentElement();if(!d.hasChildNodes())return{container:d,
+offset:0};for(var e=d.children,f,g,h=b.duplicate(),l=0,v=e.length-1,k=-1,m,E;l<=v;)if(k=Math.floor((l+v)/2),f=e[k],h.moveToElementText(f),m=h.compareEndPoints("StartToStart",b),0<m)v=k-1;else if(0>m)l=k+1;else return{container:d,offset:a(f)};if(-1==k||k==e.length-1&&0>m){h.moveToElementText(d);h.setEndPoint("StartToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;e=d.childNodes;if(!h)return f=e[e.length-1],f.nodeType!=CKEDITOR.NODE_TEXT?{container:d,offset:e.length}:{container:f,offset:f.nodeValue.length};
+for(d=e.length;0<h&&0<d;)g=e[--d],g.nodeType==CKEDITOR.NODE_TEXT&&(E=g,h-=g.nodeValue.length);return{container:E,offset:-h}}h.collapse(0<m?!0:!1);h.setEndPoint(0<m?"StartToStart":"EndToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;if(!h)return{container:d,offset:a(f)+(0<m?0:1)};for(;0<h;)try{g=f[0<m?"previousSibling":"nextSibling"],g.nodeType==CKEDITOR.NODE_TEXT&&(h-=g.nodeValue.length,E=g),f=g}catch(n){return{container:d,offset:a(f)}}return{container:E,offset:0<m?-h:E.nodeValue.length+h}};
+return function(){var a=this.getNative(),c=a&&a.createRange(),d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT)return a=new CKEDITOR.dom.range(this.root),d=b(c,!0),a.setStart(new CKEDITOR.dom.node(d.container),d.offset),d=b(c),a.setEnd(new CKEDITOR.dom.node(d.container),d.offset),a.endContainer.getPosition(a.startContainer)&CKEDITOR.POSITION_PRECEDING&&a.endOffset<=a.startContainer.getIndex()&&a.collapse(),[a];if(d==CKEDITOR.SELECTION_ELEMENT){for(var d=[],e=0;e<c.length;e++){for(var f=
+c.item(e),h=f.parentNode,g=0,a=new CKEDITOR.dom.range(this.root);g<h.childNodes.length&&h.childNodes[g]!=f;g++);a.setStart(new CKEDITOR.dom.node(h),g);a.setEnd(new CKEDITOR.dom.node(h),g+1);d.push(a)}return d}return[]}}():function(){var a=[],b,c=this.getNative();if(!c)return a;for(var d=0;d<c.rangeCount;d++){var e=c.getRangeAt(d);b=new CKEDITOR.dom.range(this.root);b.setStart(new CKEDITOR.dom.node(e.startContainer),e.startOffset);b.setEnd(new CKEDITOR.dom.node(e.endContainer),e.endOffset);a.push(b)}return a};
+return function(b){var c=this._.cache,d=c.ranges;d||(c.ranges=d=new CKEDITOR.dom.rangeList(a.call(this)));return b?f(new CKEDITOR.dom.rangeList(d.slice())):d}}(),getStartElement:function(){var a=this._.cache;if(void 0!==a.startElement)return a.startElement;var b;switch(this.getType()){case CKEDITOR.SELECTION_ELEMENT:return this.getSelectedElement();case CKEDITOR.SELECTION_TEXT:var c=this.getRanges()[0];if(c){if(c.collapsed)b=c.startContainer,b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());else{for(c.optimize();b=
+c.startContainer,c.startOffset==(b.getChildCount?b.getChildCount():b.getLength())&&!b.isBlockBoundary();)c.setStartAfter(b);b=c.startContainer;if(b.type!=CKEDITOR.NODE_ELEMENT)return b.getParent();if((b=b.getChild(c.startOffset))&&b.type==CKEDITOR.NODE_ELEMENT)for(c=b.getFirst();c&&c.type==CKEDITOR.NODE_ELEMENT;)b=c,c=c.getFirst();else b=c.startContainer}b=b.$}}return a.startElement=b?new CKEDITOR.dom.element(b):null},getSelectedElement:function(){var a=this._.cache;if(void 0!==a.selectedElement)return a.selectedElement;
+var b=this,c=CKEDITOR.tools.tryThese(function(){return b.getNative().createRange().item(0)},function(){for(var a=b.getRanges()[0].clone(),c,d,e=2;e&&!((c=a.getEnclosedNode())&&c.type==CKEDITOR.NODE_ELEMENT&&F[c.getName()]&&(d=c));e--)a.shrink(CKEDITOR.SHRINK_ELEMENT);return d&&d.$});return a.selectedElement=c?new CKEDITOR.dom.element(c):null},getSelectedText:function(){var a=this._.cache;if(void 0!==a.selectedText)return a.selectedText;var b=this.getNative(),b=q?"Control"==b.type?"":b.createRange().text:
+b.toString();return a.selectedText=b},lock:function(){this.getRanges();this.getStartElement();this.getSelectedElement();this.getSelectedText();this._.cache.nativeSel=null;this.isLocked=1},unlock:function(a){if(this.isLocked){if(a)var b=this.getSelectedElement(),c=!b&&this.getRanges(),d=this.isFake;this.isLocked=0;this.reset();a&&(a=b||c[0]&&c[0].getCommonAncestor())&&a.getAscendant("body",1)&&(d?this.fake(b):b?this.selectElement(b):this.selectRanges(c))}},reset:function(){this._.cache={};this.isFake=
+0;var a=this.root.editor;if(a&&a._.fakeSelection)if(this.rev==a._.fakeSelection.rev){delete a._.fakeSelection;var b=a._.hiddenSelectionContainer;if(b){var c=a.checkDirty();a.fire("lockSnapshot");b.remove();a.fire("unlockSnapshot");!c&&a.resetDirty()}delete a._.hiddenSelectionContainer}else CKEDITOR.warn("selection-fake-reset");this.rev=y++},selectElement:function(a){var b=new CKEDITOR.dom.range(this.root);b.setStartBefore(a);b.setEndAfter(a);this.selectRanges([b])},selectRanges:function(a){var b=
+this.root.editor,b=b&&b._.hiddenSelectionContainer;this.reset();if(b)for(var b=this.root,c,d=0;d<a.length;++d)c=a[d],c.endContainer.equals(b)&&(c.endOffset=Math.min(c.endOffset,b.getChildCount()));if(a.length)if(this.isLocked){var f=CKEDITOR.document.getActive();this.unlock();this.selectRanges(a);this.lock();f&&!f.equals(this.root)&&f.focus()}else{var k;a:{var n,w;if(1==a.length&&!(w=a[0]).collapsed&&(k=w.getEnclosedNode())&&k.type==CKEDITOR.NODE_ELEMENT&&(w=w.clone(),w.shrink(CKEDITOR.SHRINK_ELEMENT,
+!0),(n=w.getEnclosedNode())&&n.type==CKEDITOR.NODE_ELEMENT&&(k=n),"false"==k.getAttribute("contenteditable")))break a;k=void 0}if(k)this.fake(k);else{if(q){w=CKEDITOR.dom.walker.whitespaces(!0);n=/\ufeff|\u00a0/;b={table:1,tbody:1,tr:1};1<a.length&&(k=a[a.length-1],a[0].setEnd(k.endContainer,k.endOffset));k=a[0];a=k.collapsed;var u,t,x;if((c=k.getEnclosedNode())&&c.type==CKEDITOR.NODE_ELEMENT&&c.getName()in F&&(!c.is("a")||!c.getText()))try{x=c.$.createControlRange();x.addElement(c.$);x.select();
+return}catch(v){}if(k.startContainer.type==CKEDITOR.NODE_ELEMENT&&k.startContainer.getName()in b||k.endContainer.type==CKEDITOR.NODE_ELEMENT&&k.endContainer.getName()in b)k.shrink(CKEDITOR.NODE_ELEMENT,!0),a=k.collapsed;x=k.createBookmark();b=x.startNode;a||(f=x.endNode);x=k.document.$.body.createTextRange();x.moveToElementText(b.$);x.moveStart("character",1);f?(n=k.document.$.body.createTextRange(),n.moveToElementText(f.$),x.setEndPoint("EndToEnd",n),x.moveEnd("character",-1)):(u=b.getNext(w),t=
+b.hasAscendant("pre"),u=!(u&&u.getText&&u.getText().match(n))&&(t||!b.hasPrevious()||b.getPrevious().is&&b.getPrevious().is("br")),t=k.document.createElement("span"),t.setHtml("\x26#65279;"),t.insertBefore(b),u&&k.document.createText("").insertBefore(b));k.setStartBefore(b);b.remove();a?(u?(x.moveStart("character",-1),x.select(),k.document.$.selection.clear()):x.select(),k.moveToPosition(t,CKEDITOR.POSITION_BEFORE_START),t.remove()):(k.setEndBefore(f),f.remove(),x.select())}else{f=this.getNative();
+if(!f)return;this.removeAllRanges();for(x=0;x<a.length;x++){if(x<a.length-1&&(u=a[x],t=a[x+1],n=u.clone(),n.setStart(u.endContainer,u.endOffset),n.setEnd(t.startContainer,t.startOffset),!n.collapsed&&(n.shrink(CKEDITOR.NODE_ELEMENT,!0),k=n.getCommonAncestor(),n=n.getEnclosedNode(),k.isReadOnly()||n&&n.isReadOnly()))){t.setStart(u.startContainer,u.startOffset);a.splice(x--,1);continue}k=a[x];t=this.document.$.createRange();k.collapsed&&CKEDITOR.env.webkit&&e(k)&&(n=g(this.root),k.insertNode(n),(u=
+n.getNext())&&!n.getPrevious()&&u.type==CKEDITOR.NODE_ELEMENT&&"br"==u.getName()?(l(this.root),k.moveToPosition(u,CKEDITOR.POSITION_BEFORE_START)):k.moveToPosition(n,CKEDITOR.POSITION_AFTER_END));t.setStart(k.startContainer.$,k.startOffset);try{t.setEnd(k.endContainer.$,k.endOffset)}catch(D){if(0<=D.toString().indexOf("NS_ERROR_ILLEGAL_VALUE"))k.collapse(1),t.setEnd(k.endContainer.$,k.endOffset);else throw D;}f.addRange(t)}}this.reset();this.root.fire("selectionchange")}}},fake:function(a){var b=
+this.root.editor;this.reset();n(b);var c=this._.cache,d=new CKEDITOR.dom.range(this.root);d.setStartBefore(a);d.setEndAfter(a);c.ranges=new CKEDITOR.dom.rangeList(d);c.selectedElement=c.startElement=a;c.type=CKEDITOR.SELECTION_ELEMENT;c.selectedText=c.nativeSel=null;this.isFake=1;this.rev=y++;b._.fakeSelection=this;this.root.fire("selectionchange")},isHidden:function(){var a=this.getCommonAncestor();a&&a.type==CKEDITOR.NODE_TEXT&&(a=a.getParent());return!(!a||!a.data("cke-hidden-sel"))},createBookmarks:function(a){a=
+this.getRanges().createBookmarks(a);this.isFake&&(a.isFake=1);return a},createBookmarks2:function(a){a=this.getRanges().createBookmarks2(a);this.isFake&&(a.isFake=1);return a},selectBookmarks:function(a){for(var b=[],c,d=0;d<a.length;d++){var e=new CKEDITOR.dom.range(this.root);e.moveToBookmark(a[d]);b.push(e)}a.isFake&&(c=b[0].getEnclosedNode(),c&&c.type==CKEDITOR.NODE_ELEMENT||(CKEDITOR.warn("selection-not-fake"),a.isFake=0));a.isFake?this.fake(c):this.selectRanges(b);return this},getCommonAncestor:function(){var a=
+this.getRanges();return a.length?a[0].startContainer.getCommonAncestor(a[a.length-1].endContainer):null},scrollIntoView:function(){this.type!=CKEDITOR.SELECTION_NONE&&this.getRanges()[0].scrollIntoView()},removeAllRanges:function(){if(this.getType()!=CKEDITOR.SELECTION_NONE){var a=this.getNative();try{a&&a[q?"empty":"removeAllRanges"]()}catch(b){}this.reset()}}}})();"use strict";CKEDITOR.STYLE_BLOCK=1;CKEDITOR.STYLE_INLINE=2;CKEDITOR.STYLE_OBJECT=3;
+(function(){function a(a,b){for(var c,d;(a=a.getParent())&&!a.equals(b);)if(a.getAttribute("data-nostyle"))c=a;else if(!d){var e=a.getAttribute("contentEditable");"false"==e?c=a:"true"==e&&(d=1)}return c}function d(a,b,c,d){return(a.getPosition(b)|d)==d&&(!c.childRule||c.childRule(a))}function b(c){var f=c.document;if(c.collapsed)f=F(this,f),c.insertNode(f),c.moveToPosition(f,CKEDITOR.POSITION_BEFORE_END);else{var g=this.element,h=this._.definition,l,k=h.ignoreReadonly,m=k||h.includeReadonly;null==
+m&&(m=c.root.getCustomData("cke_includeReadonly"));var n=CKEDITOR.dtd[g];n||(l=!0,n=CKEDITOR.dtd.span);c.enlarge(CKEDITOR.ENLARGE_INLINE,1);c.trim();var p=c.createBookmark(),q=p.startNode,w=p.endNode,r=q,u;if(!k){var x=c.getCommonAncestor(),k=a(q,x),x=a(w,x);k&&(r=k.getNextSourceNode(!0));x&&(w=x)}for(r.getPosition(w)==CKEDITOR.POSITION_FOLLOWING&&(r=0);r;){k=!1;if(r.equals(w))r=null,k=!0;else{var t=r.type==CKEDITOR.NODE_ELEMENT?r.getName():null,x=t&&"false"==r.getAttribute("contentEditable"),y=t&&
+r.getAttribute("data-nostyle");if(t&&r.data("cke-bookmark")){r=r.getNextSourceNode(!0);continue}if(x&&m&&CKEDITOR.dtd.$block[t])for(var A=r,z=e(A),C=void 0,G=z.length,H=0,A=G&&new CKEDITOR.dom.range(A.getDocument());H<G;++H){var C=z[H],R=CKEDITOR.filter.instances[C.data("cke-filter")];if(R?R.check(this):1)A.selectNodeContents(C),b.call(this,A)}z=t?!n[t]||y?0:x&&!m?0:d(r,w,h,M):1;if(z)if(C=r.getParent(),z=h,G=g,H=l,!C||!(C.getDtd()||CKEDITOR.dtd.span)[G]&&!H||z.parentRule&&!z.parentRule(C))k=!0;else{if(u||
+t&&CKEDITOR.dtd.$removeEmpty[t]&&(r.getPosition(w)|M)!=M||(u=c.clone(),u.setStartBefore(r)),t=r.type,t==CKEDITOR.NODE_TEXT||x||t==CKEDITOR.NODE_ELEMENT&&!r.getChildCount()){for(var t=r,Y;(k=!t.getNext(K))&&(Y=t.getParent(),n[Y.getName()])&&d(Y,q,h,Q);)t=Y;u.setEndAfter(t)}}else k=!0;r=r.getNextSourceNode(y||x)}if(k&&u&&!u.collapsed){for(var k=F(this,f),x=k.hasAttributes(),y=u.getCommonAncestor(),t={},z={},C={},G={},U,P,da;k&&y;){if(y.getName()==g){for(U in h.attributes)!G[U]&&(da=y.getAttribute(P))&&
+(k.getAttribute(U)==da?z[U]=1:G[U]=1);for(P in h.styles)!C[P]&&(da=y.getStyle(P))&&(k.getStyle(P)==da?t[P]=1:C[P]=1)}y=y.getParent()}for(U in z)k.removeAttribute(U);for(P in t)k.removeStyle(P);x&&!k.hasAttributes()&&(k=null);k?(u.extractContents().appendTo(k),u.insertNode(k),B.call(this,k),k.mergeSiblings(),CKEDITOR.env.ie||k.$.normalize()):(k=new CKEDITOR.dom.element("span"),u.extractContents().appendTo(k),u.insertNode(k),B.call(this,k),k.remove(!0));u=null}}c.moveToBookmark(p);c.shrink(CKEDITOR.SHRINK_TEXT);
+c.shrink(CKEDITOR.NODE_ELEMENT,!0)}}function c(a){function b(){for(var a=new CKEDITOR.dom.elementPath(d.getParent()),c=new CKEDITOR.dom.elementPath(m.getParent()),e=null,f=null,g=0;g<a.elements.length;g++){var h=a.elements[g];if(h==a.block||h==a.blockLimit)break;n.checkElementRemovable(h,!0)&&(e=h)}for(g=0;g<c.elements.length;g++){h=c.elements[g];if(h==c.block||h==c.blockLimit)break;n.checkElementRemovable(h,!0)&&(f=h)}f&&m.breakParent(f);e&&d.breakParent(e)}a.enlarge(CKEDITOR.ENLARGE_INLINE,1);var c=
+a.createBookmark(),d=c.startNode;if(a.collapsed){for(var e=new CKEDITOR.dom.elementPath(d.getParent(),a.root),f,g=0,k;g<e.elements.length&&(k=e.elements[g])&&k!=e.block&&k!=e.blockLimit;g++)if(this.checkElementRemovable(k)){var l;a.collapsed&&(a.checkBoundaryOfElement(k,CKEDITOR.END)||(l=a.checkBoundaryOfElement(k,CKEDITOR.START)))?(f=k,f.match=l?"start":"end"):(k.mergeSiblings(),k.is(this.element)?u.call(this,k):q(k,h(this)[k.getName()]))}if(f){k=d;for(g=0;;g++){l=e.elements[g];if(l.equals(f))break;
+else if(l.match)continue;else l=l.clone();l.append(k);k=l}k["start"==f.match?"insertBefore":"insertAfter"](f)}}else{var m=c.endNode,n=this;b();for(e=d;!e.equals(m);)f=e.getNextSourceNode(),e.type==CKEDITOR.NODE_ELEMENT&&this.checkElementRemovable(e)&&(e.getName()==this.element?u.call(this,e):q(e,h(this)[e.getName()]),f.type==CKEDITOR.NODE_ELEMENT&&f.contains(d)&&(b(),f=d.getNext())),e=f}a.moveToBookmark(c);a.shrink(CKEDITOR.NODE_ELEMENT,!0)}function e(a){var b=[];a.forEach(function(a){if("true"==
+a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function g(a){var b=a.getEnclosedNode()||a.getCommonAncestor(!1,!0);(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1))&&!a.isReadOnly()&&t(a,this)}function l(a){var b=a.getCommonAncestor(!0,!0);if(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1)){var b=this._.definition,c=b.attributes;if(c)for(var d in c)a.removeAttribute(d,c[d]);if(b.styles)for(var e in b.styles)b.styles.hasOwnProperty(e)&&
+a.removeStyle(e)}}function k(a){var b=a.createBookmark(!0),c=a.createIterator();c.enforceRealBlocks=!0;this._.enterMode&&(c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR);for(var d,e=a.document,f;d=c.getNextParagraph();)!d.isReadOnly()&&(c.activeFilter?c.activeFilter.check(this):1)&&(f=F(this,e,d),w(d,f));a.moveToBookmark(b)}function n(a){var b=a.createBookmark(1),c=a.createIterator();c.enforceRealBlocks=!0;c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR;for(var d,e;d=c.getNextParagraph();)this.checkElementRemovable(d)&&
+(d.is("pre")?((e=this._.enterMode==CKEDITOR.ENTER_BR?null:a.document.createElement(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))&&d.copyAttributes(e),w(d,e)):u.call(this,d));a.moveToBookmark(b)}function w(a,b){var c=!b;c&&(b=a.getDocument().createElement("div"),a.copyAttributes(b));var d=b&&b.is("pre"),e=a.is("pre"),g=!d&&e;if(d&&!e){e=b;(g=a.getBogus())&&g.remove();g=a.getHtml();g=x(g,/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g,"");g=g.replace(/[ \t\r\n]*(<br[^>]*>)[ \t\r\n]*/gi,"$1");g=g.replace(/([ \t\n\r]+| )/g,
+" ");g=g.replace(/<br\b[^>]*>/gi,"\n");if(CKEDITOR.env.ie){var h=a.getDocument().createElement("div");h.append(e);e.$.outerHTML="\x3cpre\x3e"+g+"\x3c/pre\x3e";e.copyAttributes(h.getFirst());e=h.getFirst().remove()}else e.setHtml(g);b=e}else g?b=A(c?[a.getHtml()]:f(a),b):a.moveChildren(b);b.replace(a);if(d){var c=b,k;(k=c.getPrevious(R))&&k.type==CKEDITOR.NODE_ELEMENT&&k.is("pre")&&(d=x(k.getHtml(),/\n$/,"")+"\n\n"+x(c.getHtml(),/^\n/,""),CKEDITOR.env.ie?c.$.outerHTML="\x3cpre\x3e"+d+"\x3c/pre\x3e":
+c.setHtml(d),k.remove())}else c&&y(b)}function f(a){var b=[];x(a.getOuterHtml(),/(\S\s*)\n(?:\s|(<span[^>]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"\x3c/pre\x3e"+c+"\x3cpre\x3e"}).replace(/<pre\b.*?>([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function x(a,b,c){var d="",e="";a=a.replace(/(^<span[^>]+data-cke-bookmark.*?\/span>)|(<span[^>]+data-cke-bookmark.*?\/span>$)/gi,function(a,b,c){b&&(d=b);c&&(e=c);return""});return d+a.replace(b,c)+e}function A(a,b){var c;
+1<a.length&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var d=0;d<a.length;d++){var e=a[d],e=e.replace(/(\r\n|\r)/g,"\n"),e=x(e,/^[ \t]*\n/,""),e=x(e,/\n$/,""),e=x(e,/^[ \t]+|[ \t]+$/g,function(a,b){return 1==a.length?"\x26nbsp;":b?" "+CKEDITOR.tools.repeat("\x26nbsp;",a.length-1):CKEDITOR.tools.repeat("\x26nbsp;",a.length-1)+" "}),e=e.replace(/\n/g,"\x3cbr\x3e"),e=e.replace(/[ \t]{2,}/g,function(a){return CKEDITOR.tools.repeat("\x26nbsp;",a.length-1)+" "});if(c){var f=b.clone();f.setHtml(e);
+c.append(f)}else b.setHtml(e)}return c||b}function u(a,b){var c=this._.definition,d=c.attributes,c=c.styles,e=h(this)[a.getName()],f=CKEDITOR.tools.isEmpty(d)&&CKEDITOR.tools.isEmpty(c),g;for(g in d)if("class"!=g&&!this._.definition.fullMatch||a.getAttribute(g)==p(g,d[g]))b&&"data-"==g.slice(0,5)||(f=a.hasAttribute(g),a.removeAttribute(g));for(var k in c)this._.definition.fullMatch&&a.getStyle(k)!=p(k,c[k],!0)||(f=f||!!a.getStyle(k),a.removeStyle(k));q(a,e,C[a.getName()]);f&&(this._.definition.alwaysRemoveElement?
+y(a,1):!CKEDITOR.dtd.$block[a.getName()]||this._.enterMode==CKEDITOR.ENTER_BR&&!a.hasAttributes()?y(a):a.renameNode(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))}function B(a){for(var b=h(this),c=a.getElementsByTag(this.element),d,e=c.count();0<=--e;)d=c.getItem(e),d.isReadOnly()||u.call(this,d,!0);for(var f in b)if(f!=this.element)for(c=a.getElementsByTag(f),e=c.count()-1;0<=e;e--)d=c.getItem(e),d.isReadOnly()||q(d,b[f])}function q(a,b,c){if(b=b&&b.attributes)for(var d=0;d<b.length;d++){var e=b[d][0],
+f;if(f=a.getAttribute(e)){var g=b[d][1];(null===g||g.test&&g.test(f)||"string"==typeof g&&f==g)&&a.removeAttribute(e)}}c||y(a)}function y(a,b){if(!a.hasAttributes()||b)if(CKEDITOR.dtd.$block[a.getName()]){var c=a.getPrevious(R),d=a.getNext(R);!c||c.type!=CKEDITOR.NODE_TEXT&&c.isBlockBoundary({br:1})||a.append("br",1);!d||d.type!=CKEDITOR.NODE_TEXT&&d.isBlockBoundary({br:1})||a.append("br");a.remove(!0)}else c=a.getFirst(),d=a.getLast(),a.remove(!0),c&&(c.type==CKEDITOR.NODE_ELEMENT&&c.mergeSiblings(),
+d&&!c.equals(d)&&d.type==CKEDITOR.NODE_ELEMENT&&d.mergeSiblings())}function F(a,b,c){var d;d=a.element;"*"==d&&(d="span");d=new CKEDITOR.dom.element(d,b);c&&c.copyAttributes(d);d=t(d,a);b.getCustomData("doc_processing_style")&&d.hasAttribute("id")?d.removeAttribute("id"):b.setCustomData("doc_processing_style",1);return d}function t(a,b){var c=b._.definition,d=c.attributes,c=CKEDITOR.style.getStyleText(c);if(d)for(var e in d)a.setAttribute(e,d[e]);c&&a.setAttribute("style",c);return a}function z(a,
+b){for(var c in a)a[c]=a[c].replace(H,function(a,c){return b[c]})}function h(a){if(a._.overrides)return a._.overrides;var b=a._.overrides={},c=a._.definition.overrides;if(c){CKEDITOR.tools.isArray(c)||(c=[c]);for(var d=0;d<c.length;d++){var e=c[d],f,g;"string"==typeof e?f=e.toLowerCase():(f=e.element?e.element.toLowerCase():a.element,g=e.attributes);e=b[f]||(b[f]={});if(g){var e=e.attributes=e.attributes||[],h;for(h in g)e.push([h.toLowerCase(),g[h]])}}}return b}function p(a,b,c){var d=new CKEDITOR.dom.element("span");
+d[c?"setStyle":"setAttribute"](a,b);return d[c?"getStyle":"getAttribute"](a)}function m(a,b,c){var d=a.document,e=a.getRanges();b=b?this.removeFromRange:this.applyToRange;for(var f,g=e.createIterator();f=g.getNextRange();)b.call(this,f,c);a.selectRanges(e);d.removeCustomData("doc_processing_style")}var C={address:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1,hgroup:1,time:1,meter:1,menu:1,command:1,keygen:1,output:1,progress:1,
+details:1,datagrid:1,datalist:1},r={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:1,table:1,td:1,tr:1,th:1,ul:1,dl:1,dt:1,dd:1,form:1,audio:1,video:1},G=/\s*(?:;\s*|$)/,H=/#\((.+?)\)/g,K=CKEDITOR.dom.walker.bookmark(0,1),R=CKEDITOR.dom.walker.whitespaces(1);CKEDITOR.style=function(a,b){if("string"==typeof a.type)return new CKEDITOR.style.customHandlers[a.type](a);var c=a.attributes;c&&c.style&&(a.styles=CKEDITOR.tools.extend({},a.styles,CKEDITOR.tools.parseCssText(c.style)),delete c.style);
+b&&(a=CKEDITOR.tools.clone(a),z(a.attributes,b),z(a.styles,b));c=this.element=a.element?"string"==typeof a.element?a.element.toLowerCase():a.element:"*";this.type=a.type||(C[c]?CKEDITOR.STYLE_BLOCK:r[c]?CKEDITOR.STYLE_OBJECT:CKEDITOR.STYLE_INLINE);"object"==typeof this.element&&(this.type=CKEDITOR.STYLE_OBJECT);this._={definition:a}};CKEDITOR.style.prototype={apply:function(a){if(a instanceof CKEDITOR.dom.document)return m.call(this,a.getSelection());if(this.checkApplicable(a.elementPath(),a)){var b=
+this._.enterMode;b||(this._.enterMode=a.activeEnterMode);m.call(this,a.getSelection(),0,a);this._.enterMode=b}},remove:function(a){if(a instanceof CKEDITOR.dom.document)return m.call(this,a.getSelection(),1);if(this.checkApplicable(a.elementPath(),a)){var b=this._.enterMode;b||(this._.enterMode=a.activeEnterMode);m.call(this,a.getSelection(),1,a);this._.enterMode=b}},applyToRange:function(a){this.applyToRange=this.type==CKEDITOR.STYLE_INLINE?b:this.type==CKEDITOR.STYLE_BLOCK?k:this.type==CKEDITOR.STYLE_OBJECT?
+g:null;return this.applyToRange(a)},removeFromRange:function(a){this.removeFromRange=this.type==CKEDITOR.STYLE_INLINE?c:this.type==CKEDITOR.STYLE_BLOCK?n:this.type==CKEDITOR.STYLE_OBJECT?l:null;return this.removeFromRange(a)},applyToObject:function(a){t(a,this)},checkActive:function(a,b){switch(this.type){case CKEDITOR.STYLE_BLOCK:return this.checkElementRemovable(a.block||a.blockLimit,!0,b);case CKEDITOR.STYLE_OBJECT:case CKEDITOR.STYLE_INLINE:for(var c=a.elements,d=0,e;d<c.length;d++)if(e=c[d],
this.type!=CKEDITOR.STYLE_INLINE||e!=a.block&&e!=a.blockLimit){if(this.type==CKEDITOR.STYLE_OBJECT){var f=e.getName();if(!("string"==typeof this.element?f==this.element:f in this.element))continue}if(this.checkElementRemovable(e,!0,b))return!0}}return!1},checkApplicable:function(a,b,c){b&&b instanceof CKEDITOR.filter&&(c=b);if(c&&!c.check(this))return!1;switch(this.type){case CKEDITOR.STYLE_OBJECT:return!!a.contains(this.element);case CKEDITOR.STYLE_BLOCK:return!!a.blockLimit.getDtd()[this.element]}return!0},
checkElementMatch:function(a,b){var c=this._.definition;if(!a||!c.ignoreReadonly&&a.isReadOnly())return!1;var d=a.getName();if("string"==typeof this.element?d==this.element:d in this.element){if(!b&&!a.hasAttributes())return!0;if(d=c._AC)c=d;else{var d={},e=0,f=c.attributes;if(f)for(var g in f)e++,d[g]=f[g];if(g=CKEDITOR.style.getStyleText(c))d.style||e++,d.style=g;d._length=e;c=c._AC=d}if(c._length){for(var h in c)if("_length"!=h){e=a.getAttribute(h)||"";if("style"==h)a:{d=c[h];"string"==typeof d&&
-(d=CKEDITOR.tools.parseCssText(d));"string"==typeof e&&(e=CKEDITOR.tools.parseCssText(e,!0));g=void 0;for(g in d)if(!(g in e)||e[g]!=d[g]&&"inherit"!=d[g]&&"inherit"!=e[g]){d=!1;break a}d=!0}else d=c[h]==e;if(d){if(!b)return!0}else if(b)return!1}if(b)return!0}else return!0}return!1},checkElementRemovable:function(a,b,c){if(this.checkElementMatch(a,b,c))return!0;if(b=k(this)[a.getName()]){var d;if(!(b=b.attributes))return!0;for(c=0;c<b.length;c++)if(d=b[c][0],d=a.getAttribute(d)){var e=b[c][1];if(null===
+(d=CKEDITOR.tools.parseCssText(d));"string"==typeof e&&(e=CKEDITOR.tools.parseCssText(e,!0));g=void 0;for(g in d)if(!(g in e)||e[g]!=d[g]&&"inherit"!=d[g]&&"inherit"!=e[g]){d=!1;break a}d=!0}else d=c[h]==e;if(d){if(!b)return!0}else if(b)return!1}if(b)return!0}else return!0}return!1},checkElementRemovable:function(a,b,c){if(this.checkElementMatch(a,b,c))return!0;if(b=h(this)[a.getName()]){var d;if(!(b=b.attributes))return!0;for(c=0;c<b.length;c++)if(d=b[c][0],d=a.getAttribute(d)){var e=b[c][1];if(null===
e)return!0;if("string"==typeof e){if(d==e)return!0}else if(e.test(d))return!0}}return!1},buildPreview:function(a){var b=this._.definition,c=[],d=b.element;"bdo"==d&&(d="span");var c=["\x3c",d],e=b.attributes;if(e)for(var f in e)c.push(" ",f,'\x3d"',e[f],'"');(e=CKEDITOR.style.getStyleText(b))&&c.push(' style\x3d"',e,'"');c.push("\x3e",a||b.name,"\x3c/",d,"\x3e");return c.join("")},getDefinition:function(){return this._.definition}};CKEDITOR.style.getStyleText=function(a){var b=a._ST;if(b)return b;
-var b=a.styles,c=a.attributes&&a.attributes.style||"",d="";c.length&&(c=c.replace(F,";"));for(var e in b){var f=b[e],g=(e+":"+f).replace(F,";");"inherit"==f?d+=g:c+=g}c.length&&(c=CKEDITOR.tools.normalizeCssText(c,!0));return a._ST=c+d};CKEDITOR.style.customHandlers={};CKEDITOR.style.addCustomHandler=function(a){var b=function(a){this._={definition:a};this.setup&&this.setup(a)};b.prototype=CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.style.prototype),{assignedTo:CKEDITOR.STYLE_OBJECT},
-a,!0);return this.customHandlers[a.type]=b};var M=CKEDITOR.POSITION_PRECEDING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED,S=CKEDITOR.POSITION_FOLLOWING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED})();CKEDITOR.styleCommand=function(a,d){this.requiredContent=this.allowedContent=this.style=a;CKEDITOR.tools.extend(this,d,!0)};
+var b=a.styles,c=a.attributes&&a.attributes.style||"",d="";c.length&&(c=c.replace(G,";"));for(var e in b){var f=b[e],g=(e+":"+f).replace(G,";");"inherit"==f?d+=g:c+=g}c.length&&(c=CKEDITOR.tools.normalizeCssText(c,!0));return a._ST=c+d};CKEDITOR.style.customHandlers={};CKEDITOR.style.addCustomHandler=function(a){var b=function(a){this._={definition:a};this.setup&&this.setup(a)};b.prototype=CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.style.prototype),{assignedTo:CKEDITOR.STYLE_OBJECT},
+a,!0);return this.customHandlers[a.type]=b};var M=CKEDITOR.POSITION_PRECEDING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED,Q=CKEDITOR.POSITION_FOLLOWING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED})();CKEDITOR.styleCommand=function(a,d){this.requiredContent=this.allowedContent=this.style=a;CKEDITOR.tools.extend(this,d,!0)};
CKEDITOR.styleCommand.prototype.exec=function(a){a.focus();this.state==CKEDITOR.TRISTATE_OFF?a.applyStyle(this.style):this.state==CKEDITOR.TRISTATE_ON&&a.removeStyle(this.style)};CKEDITOR.stylesSet=new CKEDITOR.resourceManager("","stylesSet");CKEDITOR.addStylesSet=CKEDITOR.tools.bind(CKEDITOR.stylesSet.add,CKEDITOR.stylesSet);CKEDITOR.loadStylesSet=function(a,d,b){CKEDITOR.stylesSet.addExternal(a,d,"");CKEDITOR.stylesSet.load(a,b)};
-CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{attachStyleStateChange:function(a,d){var b=this._.styleStateChangeCallbacks;b||(b=this._.styleStateChangeCallbacks=[],this.on("selectionChange",function(a){for(var d=0;d<b.length;d++){var g=b[d],h=g.style.checkActive(a.data.path,this)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF;g.fn.call(this,h)}}));b.push({style:a,fn:d})},applyStyle:function(a){a.apply(this)},removeStyle:function(a){a.remove(this)},getStylesSet:function(a){if(this._.stylesDefinitions)a(this._.stylesDefinitions);
+CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{attachStyleStateChange:function(a,d){var b=this._.styleStateChangeCallbacks;b||(b=this._.styleStateChangeCallbacks=[],this.on("selectionChange",function(a){for(var d=0;d<b.length;d++){var g=b[d],l=g.style.checkActive(a.data.path,this)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF;g.fn.call(this,l)}}));b.push({style:a,fn:d})},applyStyle:function(a){a.apply(this)},removeStyle:function(a){a.remove(this)},getStylesSet:function(a){if(this._.stylesDefinitions)a(this._.stylesDefinitions);
else{var d=this,b=d.config.stylesCombo_stylesSet||d.config.stylesSet;if(!1===b)a(null);else if(b instanceof Array)d._.stylesDefinitions=b,a(b);else{b||(b="default");var b=b.split(":"),c=b[0];CKEDITOR.stylesSet.addExternal(c,b[1]?b.slice(1).join(":"):CKEDITOR.getUrl("styles.js"),"");CKEDITOR.stylesSet.load(c,function(b){d._.stylesDefinitions=b[c];a(d._.stylesDefinitions)})}}}});
CKEDITOR.dom.comment=function(a,d){"string"==typeof a&&(a=(d?d.$:document).createComment(a));CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.comment.prototype=new CKEDITOR.dom.node;CKEDITOR.tools.extend(CKEDITOR.dom.comment.prototype,{type:CKEDITOR.NODE_COMMENT,getOuterHtml:function(){return"\x3c!--"+this.$.nodeValue+"--\x3e"}});"use strict";
-(function(){var a={},d={},b;for(b in CKEDITOR.dtd.$blockLimit)b in CKEDITOR.dtd.$list||(a[b]=1);for(b in CKEDITOR.dtd.$block)b in CKEDITOR.dtd.$blockLimit||b in CKEDITOR.dtd.$empty||(d[b]=1);CKEDITOR.dom.elementPath=function(b,e){var g=null,h=null,l=[],q=b,t;e=e||b.getDocument().getBody();do if(q.type==CKEDITOR.NODE_ELEMENT){l.push(q);if(!this.lastElement&&(this.lastElement=q,q.is(CKEDITOR.dtd.$object)||"false"==q.getAttribute("contenteditable")))continue;if(q.equals(e))break;if(!h&&(t=q.getName(),
-"true"==q.getAttribute("contenteditable")?h=q:!g&&d[t]&&(g=q),a[t])){if(t=!g&&"div"==t){a:{t=q.getChildren();for(var f=0,z=t.count();f<z;f++){var A=t.getItem(f);if(A.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$block[A.getName()]){t=!0;break a}}t=!1}t=!t}t?g=q:h=q}}while(q=q.getParent());h||(h=e);this.block=g;this.blockLimit=h;this.root=e;this.elements=l}})();
+(function(){var a={},d={},b;for(b in CKEDITOR.dtd.$blockLimit)b in CKEDITOR.dtd.$list||(a[b]=1);for(b in CKEDITOR.dtd.$block)b in CKEDITOR.dtd.$blockLimit||b in CKEDITOR.dtd.$empty||(d[b]=1);CKEDITOR.dom.elementPath=function(b,e){var g=null,l=null,k=[],n=b,w;e=e||b.getDocument().getBody();do if(n.type==CKEDITOR.NODE_ELEMENT){k.push(n);if(!this.lastElement&&(this.lastElement=n,n.is(CKEDITOR.dtd.$object)||"false"==n.getAttribute("contenteditable")))continue;if(n.equals(e))break;if(!l&&(w=n.getName(),
+"true"==n.getAttribute("contenteditable")?l=n:!g&&d[w]&&(g=n),a[w])){if(w=!g&&"div"==w){a:{w=n.getChildren();for(var f=0,x=w.count();f<x;f++){var A=w.getItem(f);if(A.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$block[A.getName()]){w=!0;break a}}w=!1}w=!w}w?g=n:l=n}}while(n=n.getParent());l||(l=e);this.block=g;this.blockLimit=l;this.root=e;this.elements=k}})();
CKEDITOR.dom.elementPath.prototype={compare:function(a){var d=this.elements;a=a&&a.elements;if(!a||d.length!=a.length)return!1;for(var b=0;b<d.length;b++)if(!d[b].equals(a[b]))return!1;return!0},contains:function(a,d,b){var c;"string"==typeof a&&(c=function(b){return b.getName()==a});a instanceof CKEDITOR.dom.element?c=function(b){return b.equals(a)}:CKEDITOR.tools.isArray(a)?c=function(b){return-1<CKEDITOR.tools.indexOf(a,b.getName())}:"function"==typeof a?c=a:"object"==typeof a&&(c=function(b){return b.getName()in
a});var e=this.elements,g=e.length;d&&g--;b&&(e=Array.prototype.slice.call(e,0),e.reverse());for(d=0;d<g;d++)if(c(e[d]))return e[d];return null},isContextFor:function(a){var d;return a in CKEDITOR.dtd.$block?(d=this.contains(CKEDITOR.dtd.$intermediate)||this.root.equals(this.block)&&this.block||this.blockLimit,!!d.getDtd()[a]):!0},direction:function(){return(this.block||this.blockLimit||this.root).getDirection(1)}};
CKEDITOR.dom.text=function(a,d){"string"==typeof a&&(a=(d?d.$:document).createTextNode(a));this.$=a};CKEDITOR.dom.text.prototype=new CKEDITOR.dom.node;
CKEDITOR.tools.extend(CKEDITOR.dom.text.prototype,{type:CKEDITOR.NODE_TEXT,getLength:function(){return this.$.nodeValue.length},getText:function(){return this.$.nodeValue},setText:function(a){this.$.nodeValue=a},split:function(a){var d=this.$.parentNode,b=d.childNodes.length,c=this.getLength(),e=this.getDocument(),g=new CKEDITOR.dom.text(this.$.splitText(a),e);d.childNodes.length==b&&(a>=c?(g=e.createText(""),g.insertAfter(this)):(a=e.createText(""),a.insertAfter(g),a.remove()));return g},substring:function(a,
d){return"number"!=typeof d?this.$.nodeValue.substr(a):this.$.nodeValue.substring(a,d)}});
-(function(){function a(a,c,d){var g=a.serializable,h=c[d?"endContainer":"startContainer"],l=d?"endOffset":"startOffset",q=g?c.document.getById(a.startNode):a.startNode;a=g?c.document.getById(a.endNode):a.endNode;h.equals(q.getPrevious())?(c.startOffset=c.startOffset-h.getLength()-a.getPrevious().getLength(),h=a.getNext()):h.equals(a.getPrevious())&&(c.startOffset-=h.getLength(),h=a.getNext());h.equals(q.getParent())&&c[l]++;h.equals(a.getParent())&&c[l]++;c[d?"endContainer":"startContainer"]=h;return c}
-CKEDITOR.dom.rangeList=function(a){if(a instanceof CKEDITOR.dom.rangeList)return a;a?a instanceof CKEDITOR.dom.range&&(a=[a]):a=[];return CKEDITOR.tools.extend(a,d)};var d={createIterator:function(){var a=this,c=CKEDITOR.dom.walker.bookmark(),d=[],g;return{getNextRange:function(h){g=void 0===g?0:g+1;var l=a[g];if(l&&1<a.length){if(!g)for(var q=a.length-1;0<=q;q--)d.unshift(a[q].createBookmark(!0));if(h)for(var t=0;a[g+t+1];){var f=l.document;h=0;q=f.getById(d[t].endNode);for(f=f.getById(d[t+1].startNode);;){q=
-q.getNextSourceNode(!1);if(f.equals(q))h=1;else if(c(q)||q.type==CKEDITOR.NODE_ELEMENT&&q.isBlockBoundary())continue;break}if(!h)break;t++}for(l.moveToBookmark(d.shift());t--;)q=a[++g],q.moveToBookmark(d.shift()),l.setEnd(q.endContainer,q.endOffset)}return l}}},createBookmarks:function(b){for(var c=[],d,g=0;g<this.length;g++){c.push(d=this[g].createBookmark(b,!0));for(var h=g+1;h<this.length;h++)this[h]=a(d,this[h]),this[h]=a(d,this[h],!0)}return c},createBookmarks2:function(a){for(var c=[],d=0;d<
+(function(){function a(a,c,d){var g=a.serializable,l=c[d?"endContainer":"startContainer"],k=d?"endOffset":"startOffset",n=g?c.document.getById(a.startNode):a.startNode;a=g?c.document.getById(a.endNode):a.endNode;l.equals(n.getPrevious())?(c.startOffset=c.startOffset-l.getLength()-a.getPrevious().getLength(),l=a.getNext()):l.equals(a.getPrevious())&&(c.startOffset-=l.getLength(),l=a.getNext());l.equals(n.getParent())&&c[k]++;l.equals(a.getParent())&&c[k]++;c[d?"endContainer":"startContainer"]=l;return c}
+CKEDITOR.dom.rangeList=function(a){if(a instanceof CKEDITOR.dom.rangeList)return a;a?a instanceof CKEDITOR.dom.range&&(a=[a]):a=[];return CKEDITOR.tools.extend(a,d)};var d={createIterator:function(){var a=this,c=CKEDITOR.dom.walker.bookmark(),d=[],g;return{getNextRange:function(l){g=void 0===g?0:g+1;var k=a[g];if(k&&1<a.length){if(!g)for(var n=a.length-1;0<=n;n--)d.unshift(a[n].createBookmark(!0));if(l)for(var w=0;a[g+w+1];){var f=k.document;l=0;n=f.getById(d[w].endNode);for(f=f.getById(d[w+1].startNode);;){n=
+n.getNextSourceNode(!1);if(f.equals(n))l=1;else if(c(n)||n.type==CKEDITOR.NODE_ELEMENT&&n.isBlockBoundary())continue;break}if(!l)break;w++}for(k.moveToBookmark(d.shift());w--;)n=a[++g],n.moveToBookmark(d.shift()),k.setEnd(n.endContainer,n.endOffset)}return k}}},createBookmarks:function(b){for(var c=[],d,g=0;g<this.length;g++){c.push(d=this[g].createBookmark(b,!0));for(var l=g+1;l<this.length;l++)this[l]=a(d,this[l]),this[l]=a(d,this[l],!0)}return c},createBookmarks2:function(a){for(var c=[],d=0;d<
this.length;d++)c.push(this[d].createBookmark2(a));return c},moveToBookmarks:function(a){for(var c=0;c<this.length;c++)this[c].moveToBookmark(a[c])}}})();
(function(){function a(){return CKEDITOR.getUrl(CKEDITOR.skinName.split(",")[1]||"skins/"+CKEDITOR.skinName.split(",")[0]+"/")}function d(b){var c=CKEDITOR.skin["ua_"+b],d=CKEDITOR.env;if(c)for(var c=c.split(",").sort(function(a,b){return a>b?-1:1}),e=0,g;e<c.length;e++)if(g=c[e],d.ie&&(g.replace(/^ie/,"")==d.version||d.quirks&&"iequirks"==g)&&(g="ie"),d[g]){b+="_"+c[e];break}return CKEDITOR.getUrl(a()+b+".css")}function b(a,b){g[a]||(CKEDITOR.document.appendStyleSheet(d(a)),g[a]=1);b&&b()}function c(a){var b=
-a.getById(h);b||(b=a.getHead().append("style"),b.setAttribute("id",h),b.setAttribute("type","text/css"));return b}function e(a,b,c){var d,e,g;if(CKEDITOR.env.webkit)for(b=b.split("}").slice(0,-1),e=0;e<b.length;e++)b[e]=b[e].split("{");for(var h=0;h<a.length;h++)if(CKEDITOR.env.webkit)for(e=0;e<b.length;e++){g=b[e][1];for(d=0;d<c.length;d++)g=g.replace(c[d][0],c[d][1]);a[h].$.sheet.addRule(b[e][0],g)}else{g=b;for(d=0;d<c.length;d++)g=g.replace(c[d][0],c[d][1]);CKEDITOR.env.ie&&11>CKEDITOR.env.version?
-a[h].$.styleSheet.cssText+=g:a[h].$.innerHTML+=g}}var g={};CKEDITOR.skin={path:a,loadPart:function(c,d){CKEDITOR.skin.name!=CKEDITOR.skinName.split(",")[0]?CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(a()+"skin.js"),function(){b(c,d)}):b(c,d)},getPath:function(a){return CKEDITOR.getUrl(d(a))},icons:{},addIcon:function(a,b,c,d){a=a.toLowerCase();this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16px"})},getIconStyle:function(a,b,c,d,e){var g;a&&(a=a.toLowerCase(),b&&(g=this.icons[a+"-rtl"]),
+a.getById(l);b||(b=a.getHead().append("style"),b.setAttribute("id",l),b.setAttribute("type","text/css"));return b}function e(a,b,c){var d,e,g;if(CKEDITOR.env.webkit)for(b=b.split("}").slice(0,-1),e=0;e<b.length;e++)b[e]=b[e].split("{");for(var k=0;k<a.length;k++)if(CKEDITOR.env.webkit)for(e=0;e<b.length;e++){g=b[e][1];for(d=0;d<c.length;d++)g=g.replace(c[d][0],c[d][1]);a[k].$.sheet.addRule(b[e][0],g)}else{g=b;for(d=0;d<c.length;d++)g=g.replace(c[d][0],c[d][1]);CKEDITOR.env.ie&&11>CKEDITOR.env.version?
+a[k].$.styleSheet.cssText+=g:a[k].$.innerHTML+=g}}var g={};CKEDITOR.skin={path:a,loadPart:function(c,d){CKEDITOR.skin.name!=CKEDITOR.skinName.split(",")[0]?CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(a()+"skin.js"),function(){b(c,d)}):b(c,d)},getPath:function(a){return CKEDITOR.getUrl(d(a))},icons:{},addIcon:function(a,b,c,d){a=a.toLowerCase();this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16px"})},getIconStyle:function(a,b,c,d,e){var g;a&&(a=a.toLowerCase(),b&&(g=this.icons[a+"-rtl"]),
g||(g=this.icons[a]));a=c||g&&g.path||"";d=d||g&&g.offset;e=e||g&&g.bgsize||"16px";a&&(a=a.replace(/'/g,"\\'"));return a&&"background-image:url('"+CKEDITOR.getUrl(a)+"');background-position:0 "+d+"px;background-size:"+e+";"}};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{getUiColor:function(){return this.uiColor},setUiColor:function(a){var b=c(CKEDITOR.document);return(this.setUiColor=function(a){this.uiColor=a;var c=CKEDITOR.skin.chameleon,d="",g="";"function"==typeof c&&(d=c(this,"editor"),g=
-c(this,"panel"));a=[[q,a]];e([b],d,a);e(l,g,a)}).call(this,a)}});var h="cke_ui_color",l=[],q=/\$color/g;CKEDITOR.on("instanceLoaded",function(a){if(!CKEDITOR.env.ie||!CKEDITOR.env.quirks){var b=a.editor;a=function(a){a=(a.data[0]||a.data).element.getElementsByTag("iframe").getItem(0).getFrameDocument();if(!a.getById("cke_ui_color")){a=c(a);l.push(a);var d=b.getUiColor();d&&e([a],CKEDITOR.skin.chameleon(b,"panel"),[[q,d]])}};b.on("panelShow",a);b.on("menuShow",a);b.config.uiColor&&b.setUiColor(b.config.uiColor)}})})();
+c(this,"panel"));a=[[n,a]];e([b],d,a);e(k,g,a)}).call(this,a)}});var l="cke_ui_color",k=[],n=/\$color/g;CKEDITOR.on("instanceLoaded",function(a){if(!CKEDITOR.env.ie||!CKEDITOR.env.quirks){var b=a.editor;a=function(a){a=(a.data[0]||a.data).element.getElementsByTag("iframe").getItem(0).getFrameDocument();if(!a.getById("cke_ui_color")){a=c(a);k.push(a);var d=b.getUiColor();d&&e([a],CKEDITOR.skin.chameleon(b,"panel"),[[n,d]])}};b.on("panelShow",a);b.on("menuShow",a);b.config.uiColor&&b.setUiColor(b.config.uiColor)}})})();
(function(){if(CKEDITOR.env.webkit)CKEDITOR.env.hc=!1;else{var a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"width:0;height:0;position:absolute;left:-10000px;border:1px solid;border-color:red blue"\x3e\x3c/div\x3e',CKEDITOR.document);a.appendTo(CKEDITOR.document.getHead());try{var d=a.getComputedStyle("border-top-color"),b=a.getComputedStyle("border-right-color");CKEDITOR.env.hc=!(!d||d!=b)}catch(c){CKEDITOR.env.hc=!1}a.remove()}CKEDITOR.env.hc&&(CKEDITOR.env.cssClass+=" cke_hc");CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}");
CKEDITOR.status="loaded";CKEDITOR.fireOnce("loaded");if(a=CKEDITOR._.pending)for(delete CKEDITOR._.pending,d=0;d<a.length;d++)CKEDITOR.editor.prototype.constructor.apply(a[d][0],a[d][1]),CKEDITOR.add(a[d][0])})();/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.skin.name="moono";CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8,gecko";CKEDITOR.skin.ua_dialog="ie,iequirks,ie7,ie8";
notEmpty:function(b){return this.regex(a,b)},integer:function(a){return this.regex(b,a)},number:function(a){return this.regex(c,a)},cssLength:function(a){return this.functions(function(a){return e.test(CKEDITOR.tools.trim(a))},a)},htmlLength:function(a){return this.functions(function(a){return d.test(CKEDITOR.tools.trim(a))},a)},inlineStyle:function(a){return this.functions(function(a){return f.test(CKEDITOR.tools.trim(a))},a)},equals:function(a,b){return this.functions(function(b){return b==a},b)},
notEqual:function(a,b){return this.functions(function(b){return b!=a},b)}};CKEDITOR.on("instanceDestroyed",function(a){if(CKEDITOR.tools.isEmpty(CKEDITOR.instances)){for(var b;b=CKEDITOR.dialog._.currentTop;)b.hide();for(var c in z)z[c].remove();z={}}a=a.editor._.storedDialogs;for(var d in a)a[d].destroy()})})();CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{openDialog:function(a,b){var c=null,d=CKEDITOR.dialog._.dialogDefinitions[a];null===CKEDITOR.dialog._.currentTop&&N(this);if("function"==typeof d)c=
this._.storedDialogs||(this._.storedDialogs={}),c=c[a]||(c[a]=new CKEDITOR.dialog(this,a)),b&&b.call(c,c),c.show();else{if("failed"==d)throw O(this),Error('[CKEDITOR.dialog.openDialog] Dialog "'+a+'" failed when loading definition.');"string"==typeof d&&CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(d),function(){"function"!=typeof CKEDITOR.dialog._.dialogDefinitions[a]&&(CKEDITOR.dialog._.dialogDefinitions[a]="failed");this.openDialog(a,b)},this,0,1)}CKEDITOR.skin.loadPart("dialog");return c}})})();
-CKEDITOR.plugins.add("dialog",{requires:"dialogui",init:function(x){x.on("doubleclick",function(A){A.data.dialog&&x.openDialog(A.data.dialog)},null,null,999)}});CKEDITOR.plugins.add("about",{requires:"dialog",init:function(a){var b=a.addCommand("about",new CKEDITOR.dialogCommand("about"));b.modes={wysiwyg:1,source:1};b.canUndo=!1;b.readOnly=1;a.ui.addButton&&a.ui.addButton("About",{label:a.lang.about.title,command:"about",toolbar:"about"});CKEDITOR.dialog.add("about",this.path+"dialogs/about.js")}});(function(){CKEDITOR.plugins.add("a11yhelp",{requires:"dialog",availableLangs:{af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,en:1,"en-gb":1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,fr:1,"fr-ca":1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,nb:1,nl:1,no:1,pl:1,pt:1,"pt-br":1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,sr:1,"sr-latn":1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},init:function(b){var c=this;b.addCommand("a11yHelp",{exec:function(){var a=b.langCode,a=c.availableLangs[a]?
-a:c.availableLangs[a.replace(/-.*/,"")]?a.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(c.path+"dialogs/lang/"+a+".js"),function(){b.lang.a11yhelp=c.langEntries[a];b.openDialog("a11yHelp")})},modes:{wysiwyg:1,source:1},readOnly:1,canUndo:!1});b.setKeystroke(CKEDITOR.ALT+48,"a11yHelp");CKEDITOR.dialog.add("a11yHelp",this.path+"dialogs/a11yhelp.js");b.on("ariaEditorHelpLabel",function(a){a.data.label=b.lang.common.editorHelp})}})})();CKEDITOR.plugins.add("basicstyles",{init:function(c){var e=0,d=function(g,d,b,a){if(a){a=new CKEDITOR.style(a);var f=h[b];f.unshift(a);c.attachStyleStateChange(a,function(a){!c.readOnly&&c.getCommand(b).setState(a)});c.addCommand(b,new CKEDITOR.styleCommand(a,{contentForms:f}));c.ui.addButton&&c.ui.addButton(g,{label:d,command:b,toolbar:"basicstyles,"+(e+=10)})}},h={bold:["strong","b",["span",function(a){a=a.styles["font-weight"];return"bold"==a||700<=+a}]],italic:["em","i",["span",function(a){return"italic"==
+CKEDITOR.plugins.add("dialog",{requires:"dialogui",init:function(x){x.on("doubleclick",function(A){A.data.dialog&&x.openDialog(A.data.dialog)},null,null,999)}});(function(){CKEDITOR.plugins.add("a11yhelp",{requires:"dialog",availableLangs:{af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-gb":1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,fr:1,"fr-ca":1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,nb:1,nl:1,no:1,pl:1,pt:1,"pt-br":1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,sr:1,"sr-latn":1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},init:function(b){var c=this;b.addCommand("a11yHelp",{exec:function(){var a=b.langCode,a=c.availableLangs[a]?
+a:c.availableLangs[a.replace(/-.*/,"")]?a.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(c.path+"dialogs/lang/"+a+".js"),function(){b.lang.a11yhelp=c.langEntries[a];b.openDialog("a11yHelp")})},modes:{wysiwyg:1,source:1},readOnly:1,canUndo:!1});b.setKeystroke(CKEDITOR.ALT+48,"a11yHelp");CKEDITOR.dialog.add("a11yHelp",this.path+"dialogs/a11yhelp.js");b.on("ariaEditorHelpLabel",function(a){a.data.label=b.lang.common.editorHelp})}})})();CKEDITOR.plugins.add("about",{requires:"dialog",init:function(a){var b=a.addCommand("about",new CKEDITOR.dialogCommand("about"));b.modes={wysiwyg:1,source:1};b.canUndo=!1;b.readOnly=1;a.ui.addButton&&a.ui.addButton("About",{label:a.lang.about.title,command:"about",toolbar:"about"});CKEDITOR.dialog.add("about",this.path+"dialogs/about.js")}});CKEDITOR.plugins.add("basicstyles",{init:function(c){var e=0,d=function(g,d,b,a){if(a){a=new CKEDITOR.style(a);var f=h[b];f.unshift(a);c.attachStyleStateChange(a,function(a){!c.readOnly&&c.getCommand(b).setState(a)});c.addCommand(b,new CKEDITOR.styleCommand(a,{contentForms:f}));c.ui.addButton&&c.ui.addButton(g,{label:d,command:b,toolbar:"basicstyles,"+(e+=10)})}},h={bold:["strong","b",["span",function(a){a=a.styles["font-weight"];return"bold"==a||700<=+a}]],italic:["em","i",["span",function(a){return"italic"==
a.styles["font-style"]}]],underline:["u",["span",function(a){return"underline"==a.styles["text-decoration"]}]],strike:["s","strike",["span",function(a){return"line-through"==a.styles["text-decoration"]}]],subscript:["sub"],superscript:["sup"]},b=c.config,a=c.lang.basicstyles;d("Bold",a.bold,"bold",b.coreStyles_bold);d("Italic",a.italic,"italic",b.coreStyles_italic);d("Underline",a.underline,"underline",b.coreStyles_underline);d("Strike",a.strike,"strike",b.coreStyles_strike);d("Subscript",a.subscript,
"subscript",b.coreStyles_subscript);d("Superscript",a.superscript,"superscript",b.coreStyles_superscript);c.setKeystroke([[CKEDITOR.CTRL+66,"bold"],[CKEDITOR.CTRL+73,"italic"],[CKEDITOR.CTRL+85,"underline"]])}});CKEDITOR.config.coreStyles_bold={element:"strong",overrides:"b"};CKEDITOR.config.coreStyles_italic={element:"em",overrides:"i"};CKEDITOR.config.coreStyles_underline={element:"u"};CKEDITOR.config.coreStyles_strike={element:"s",overrides:"strike"};CKEDITOR.config.coreStyles_subscript={element:"sub"};
-CKEDITOR.config.coreStyles_superscript={element:"sup"};(function(){var m={exec:function(g){var a=g.getCommand("blockquote").state,k=g.getSelection(),c=k&&k.getRanges()[0];if(c){var h=k.createBookmarks();if(CKEDITOR.env.ie){var e=h[0].startNode,b=h[0].endNode,d;if(e&&"blockquote"==e.getParent().getName())for(d=e;d=d.getNext();)if(d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()){e.move(d,!0);break}if(b&&"blockquote"==b.getParent().getName())for(d=b;d=d.getPrevious();)if(d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()){b.move(d);break}}var f=c.createIterator();
+CKEDITOR.config.coreStyles_superscript={element:"sup"};(function(){function q(a,f,d,b){if(!a.isReadOnly()&&!a.equals(d.editable())){CKEDITOR.dom.element.setMarker(b,a,"bidi_processed",1);b=a;for(var c=d.editable();(b=b.getParent())&&!b.equals(c);)if(b.getCustomData("bidi_processed")){a.removeStyle("direction");a.removeAttribute("dir");return}b="useComputedState"in d.config?d.config.useComputedState:1;(b?a.getComputedStyle("direction"):a.getStyle("direction")||a.hasAttribute("dir"))!=f&&(a.removeStyle("direction"),b?(a.removeAttribute("dir"),f!=a.getComputedStyle("direction")&&
+a.setAttribute("dir",f)):a.setAttribute("dir",f),d.forceNextSelectionCheck())}}function v(a,f,d){var b=a.getCommonAncestor(!1,!0);a=a.clone();a.enlarge(d==CKEDITOR.ENTER_BR?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(a.checkBoundaryOfElement(b,CKEDITOR.START)&&a.checkBoundaryOfElement(b,CKEDITOR.END)){for(var c;b&&b.type==CKEDITOR.NODE_ELEMENT&&(c=b.getParent())&&1==c.getChildCount()&&!(b.getName()in f);)b=c;return b.type==CKEDITOR.NODE_ELEMENT&&b.getName()in f&&b}}function p(a){return{context:"p",
+allowedContent:{"h1 h2 h3 h4 h5 h6 table ul ol blockquote div tr p div li td":{propertiesOnly:!0,attributes:"dir"}},requiredContent:"p[dir]",refresh:function(a,d){var b=a.config.useComputedState,c,b=void 0===b||b;if(!b){c=d.lastElement;for(var h=a.editable();c&&!(c.getName()in u||c.equals(h));){var e=c.getParent();if(!e)break;c=e}}c=c||d.block||d.blockLimit;c.equals(a.editable())&&(h=a.getSelection().getRanges()[0].getEnclosedNode())&&h.type==CKEDITOR.NODE_ELEMENT&&(c=h);c&&(b=b?c.getComputedStyle("direction"):
+c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF),a.getCommand("bidiltr").setState("ltr"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF));b=(d.block||d.blockLimit||a.editable()).getDirection(1);b!=(a._.selDir||a.lang.dir)&&(a._.selDir=b,a.fire("contentDirChanged",b))},exec:function(f){var d=f.getSelection(),b=f.config.enterMode,c=d.getRanges();if(c&&c.length){for(var h={},e=d.createBookmarks(),c=c.createIterator(),g,
+l=0;g=c.getNextRange(1);){var k=g.getEnclosedNode();k&&(!k||k.type==CKEDITOR.NODE_ELEMENT&&k.getName()in r)||(k=v(g,t,b));k&&q(k,a,f,h);var m=new CKEDITOR.dom.walker(g),n=e[l].startNode,p=e[l++].endNode;m.evaluator=function(a){var c=b==CKEDITOR.ENTER_P?"p":"div",d;if(d=(a?a.type==CKEDITOR.NODE_ELEMENT:!1)&&a.getName()in t){if(c=a.is(c))c=(c=a.getParent())?c.type==CKEDITOR.NODE_ELEMENT:!1;d=!(c&&a.getParent().is("blockquote"))}return!!(d&&a.getPosition(n)&CKEDITOR.POSITION_FOLLOWING&&(a.getPosition(p)&
+CKEDITOR.POSITION_PRECEDING+CKEDITOR.POSITION_CONTAINS)==CKEDITOR.POSITION_PRECEDING)};for(;k=m.next();)q(k,a,f,h);g=g.createIterator();for(g.enlargeBr=b!=CKEDITOR.ENTER_BR;k=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)q(k,a,f,h)}CKEDITOR.dom.element.clearAllMarkers(h);f.forceNextSelectionCheck();d.selectBookmarks(e);f.focus()}}}}function w(a){var f=a==l.setAttribute,d=a==l.removeAttribute,b=/\bdirection\s*:\s*(.*?)\s*(:?$|;)/;return function(c,h){if(!this.isReadOnly()){var e;if(e=c==(f||d?
+"dir":"direction")||"style"==c&&(d||b.test(h))){a:{e=this;for(var g=e.getDocument().getBody().getParent();e;){if(e.equals(g)){e=!1;break a}e=e.getParent()}e=!0}e=!e}if(e&&(e=this.getDirection(1),g=a.apply(this,arguments),e!=this.getDirection(1)))return this.getDocument().fire("dirChanged",this),g}return a.apply(this,arguments)}}var t={table:1,ul:1,ol:1,blockquote:1,div:1},r={},u={};CKEDITOR.tools.extend(r,t,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.extend(u,r,{td:1});CKEDITOR.plugins.add("bidi",{init:function(a){function f(b,
+c,d,e,f){a.addCommand(d,new CKEDITOR.command(a,e));a.ui.addButton&&a.ui.addButton(b,{label:c,command:d,toolbar:"bidi,"+f})}if(!a.blockless){var d=a.lang.bidi;f("BidiLtr",d.ltr,"bidiltr",p("ltr"),10);f("BidiRtl",d.rtl,"bidirtl",p("rtl"),20);a.on("contentDom",function(){a.document.on("dirChanged",function(b){a.fire("dirChanged",{node:b.data,dir:b.data.getDirection(1)})})});a.on("contentDirChanged",function(b){b=(a.lang.dir!=b.data?"add":"remove")+"Class";var c=a.ui.space(a.config.toolbarLocation);if(c)c[b]("cke_mixed_dir_content")})}}});
+for(var l=CKEDITOR.dom.element.prototype,n=["setStyle","removeStyle","setAttribute","removeAttribute"],m=0;m<n.length;m++)l[n[m]]=CKEDITOR.tools.override(l[n[m]],w)})();(function(){var m={exec:function(g){var a=g.getCommand("blockquote").state,k=g.getSelection(),c=k&&k.getRanges()[0];if(c){var h=k.createBookmarks();if(CKEDITOR.env.ie){var e=h[0].startNode,b=h[0].endNode,d;if(e&&"blockquote"==e.getParent().getName())for(d=e;d=d.getNext();)if(d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()){e.move(d,!0);break}if(b&&"blockquote"==b.getParent().getName())for(d=b;d=d.getPrevious();)if(d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()){b.move(d);break}}var f=c.createIterator();
f.enlargeBr=g.config.enterMode!=CKEDITOR.ENTER_BR;if(a==CKEDITOR.TRISTATE_OFF){for(e=[];a=f.getNextParagraph();)e.push(a);1>e.length&&(a=g.document.createElement(g.config.enterMode==CKEDITOR.ENTER_P?"p":"div"),b=h.shift(),c.insertNode(a),a.append(new CKEDITOR.dom.text("",g.document)),c.moveToBookmark(b),c.selectNodeContents(a),c.collapse(!0),b=c.createBookmark(),e.push(a),h.unshift(b));d=e[0].getParent();c=[];for(b=0;b<e.length;b++)a=e[b],d=d.getCommonAncestor(a.getParent());for(a={table:1,tbody:1,
tr:1,ol:1,ul:1};a[d.getName()];)d=d.getParent();for(b=null;0<e.length;){for(a=e.shift();!a.getParent().equals(d);)a=a.getParent();a.equals(b)||c.push(a);b=a}for(;0<c.length;)if(a=c.shift(),"blockquote"==a.getName()){for(b=new CKEDITOR.dom.documentFragment(g.document);a.getFirst();)b.append(a.getFirst().remove()),e.push(b.getLast());b.replace(a)}else e.push(a);c=g.document.createElement("blockquote");for(c.insertBefore(e[0]);0<e.length;)a=e.shift(),c.append(a)}else if(a==CKEDITOR.TRISTATE_ON){b=[];
for(d={};a=f.getNextParagraph();){for(e=c=null;a.getParent();){if("blockquote"==a.getParent().getName()){c=a.getParent();e=a;break}a=a.getParent()}c&&e&&!e.getCustomData("blockquote_moveout")&&(b.push(e),CKEDITOR.dom.element.setMarker(d,e,"blockquote_moveout",!0))}CKEDITOR.dom.element.clearAllMarkers(d);a=[];e=[];for(d={};0<b.length;)f=b.shift(),c=f.getParent(),f.getPrevious()?f.getNext()?(f.breakParent(f.getParent()),e.push(f.getNext())):f.remove().insertAfter(c):f.remove().insertBefore(c),c.getCustomData("blockquote_processed")||
7)&&(a="");return a},setData:function(b,a){b=this._.normalizeType(b);this._.data[b]=a;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported||"URL"==b||"Text"==b){"Text"==p&&"Text"==b&&(this.id=a);try{this.$.setData(b,a)}catch(c){}}},getTransferType:function(b){return this.sourceEditor?this.sourceEditor==b?CKEDITOR.DATA_TRANSFER_INTERNAL:CKEDITOR.DATA_TRANSFER_CROSS_EDITORS:CKEDITOR.DATA_TRANSFER_EXTERNAL},cacheData:function(){function b(b){b=a._.normalizeType(b);var c=a.getData(b);c&&(a._.data[b]=
c)}if(this.$){var a=this,c,d;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this.$.types)for(c=0;c<this.$.types.length;c++)b(this.$.types[c])}else b("Text"),b("URL");d=this._getImageFromClipboard();if(this.$&&this.$.files||d){this._.files=[];for(c=0;c<this.$.files.length;c++)this._.files.push(this.$.files[c]);0===this._.files.length&&d&&this._.files.push(d)}}},getFilesCount:function(){return this._.files.length?this._.files.length:this.$&&this.$.files&&this.$.files.length?this.$.files.length:
this._getImageFromClipboard()?1:0},getFile:function(b){return this._.files.length?this._.files[b]:this.$&&this.$.files&&this.$.files.length?this.$.files[b]:0===b?this._getImageFromClipboard():void 0},isEmpty:function(){var b={},a;if(this.getFilesCount())return!1;for(a in this._.data)b[a]=1;if(this.$)if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this.$.types)for(var c=0;c<this.$.types.length;c++)b[this.$.types[c]]=1}else b.Text=1,b.URL=1;"Text"!=p&&(b[p]=0);for(a in b)if(b[a]&&""!==
-this.getData(a))return!1;return!0},_getImageFromClipboard:function(){var b;if(this.$&&this.$.items&&this.$.items[0])try{if((b=this.$.items[0].getAsFile())&&b.type)return b}catch(a){}}}})();(function(){CKEDITOR.plugins.add("panel",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_PANEL,CKEDITOR.ui.panel.handler)}});CKEDITOR.UI_PANEL="panel";CKEDITOR.ui.panel=function(a,b){b&&CKEDITOR.tools.extend(this,b);CKEDITOR.tools.extend(this,{className:"",css:[]});this.id=CKEDITOR.tools.getNextId();this.document=a;this.isFramed=this.forceIFrame||this.css.length;this._={blocks:{}}};CKEDITOR.ui.panel.handler={create:function(a){return new CKEDITOR.ui.panel(a)}};var f=CKEDITOR.addTemplate("panel",
+this.getData(a))return!1;return!0},_getImageFromClipboard:function(){var b;if(this.$&&this.$.items&&this.$.items[0])try{if((b=this.$.items[0].getAsFile())&&b.type)return b}catch(a){}}}})();(function(){var c='\x3ca id\x3d"{id}" class\x3d"cke_button cke_button__{name} cke_button_{state} {cls}"'+(CKEDITOR.env.gecko&&!CKEDITOR.env.hc?"":" href\x3d\"javascript:void('{titleJs}')\"")+' title\x3d"{title}" tabindex\x3d"-1" hidefocus\x3d"true" role\x3d"button" aria-labelledby\x3d"{id}_label" aria-haspopup\x3d"{hasArrow}" aria-disabled\x3d"{ariaDisabled}"';CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(c+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(c+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');
+var c=c+(' onkeydown\x3d"return CKEDITOR.tools.callFunction({keydownFn},event);" onfocus\x3d"return CKEDITOR.tools.callFunction({focusFn},event);" '+(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},this);return false;"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{style}"'),c=c+'\x3e\x26nbsp;\x3c/span\x3e\x3cspan id\x3d"{id}_label" class\x3d"cke_button_label cke_button__{name}_label" aria-hidden\x3d"false"\x3e{label}\x3c/span\x3e{arrowHtml}\x3c/a\x3e',
+r=CKEDITOR.addTemplate("buttonArrow",'\x3cspan class\x3d"cke_button_arrow"\x3e'+(CKEDITOR.env.hc?"\x26#9660;":"")+"\x3c/span\x3e"),t=CKEDITOR.addTemplate("button",c);CKEDITOR.plugins.add("button",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_BUTTON,CKEDITOR.ui.button.handler)}});CKEDITOR.UI_BUTTON="button";CKEDITOR.ui.button=function(a){CKEDITOR.tools.extend(this,a,{title:a.label,click:a.click||function(b){b.execCommand(a.command)}});this._={}};CKEDITOR.ui.button.handler={create:function(a){return new CKEDITOR.ui.button(a)}};
+CKEDITOR.ui.button.prototype={render:function(a,b){function c(){var e=a.mode;e&&(e=this.modes[e]?void 0!==k[e]?k[e]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,e=a.readOnly&&!this.readOnly?CKEDITOR.TRISTATE_DISABLED:e,this.setState(e),this.refresh&&this.refresh())}var l=CKEDITOR.env,m=this._.id=CKEDITOR.tools.getNextId(),f="",g=this.command,n;this._.editor=a;var d={id:m,button:this,editor:a,focus:function(){CKEDITOR.document.getById(m).focus()},execute:function(){this.button.click(a)},attach:function(a){this.button.attach(a)}},
+u=CKEDITOR.tools.addFunction(function(a){if(d.onkey)return a=new CKEDITOR.dom.event(a),!1!==d.onkey(d,a.getKeystroke())}),v=CKEDITOR.tools.addFunction(function(a){var b;d.onfocus&&(b=!1!==d.onfocus(d,new CKEDITOR.dom.event(a)));return b}),p=0;d.clickFn=n=CKEDITOR.tools.addFunction(function(){p&&(a.unlockSelection(1),p=0);d.execute();l.iOS&&a.focus()});if(this.modes){var k={};a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(k[a.mode]=this._.state)},this);a.on("activeFilterChange",
+c,this);a.on("mode",c,this);!this.readOnly&&a.on("readOnly",c,this)}else g&&(g=a.getCommand(g))&&(g.on("state",function(){this.setState(g.state)},this),f+=g.state==CKEDITOR.TRISTATE_ON?"on":g.state==CKEDITOR.TRISTATE_DISABLED?"disabled":"off");if(this.directional)a.on("contentDirChanged",function(b){var c=CKEDITOR.document.getById(this._.id),d=c.getFirst();b=b.data;b!=a.lang.dir?c.addClass("cke_"+b):c.removeClass("cke_ltr").removeClass("cke_rtl");d.setAttribute("style",CKEDITOR.skin.getIconStyle(h,
+"rtl"==b,this.icon,this.iconOffset))},this);g||(f+="off");var q=this.name||this.command,h=q;this.icon&&!/\./.test(this.icon)&&(h=this.icon,this.icon=null);f={id:m,name:q,iconName:h,label:this.label,cls:this.className||"",state:f,ariaDisabled:"disabled"==f?"true":"false",title:this.title,titleJs:l.gecko&&!l.hc?"":(this.title||"").replace("'",""),hasArrow:this.hasArrow?"true":"false",keydownFn:u,focusFn:v,clickFn:n,style:CKEDITOR.skin.getIconStyle(h,"rtl"==a.lang.dir,this.icon,this.iconOffset),arrowHtml:this.hasArrow?
+r.output():""};t.output(f,b);if(this.onRender)this.onRender();return d},setState:function(a){if(this._.state==a)return!1;this._.state=a;var b=CKEDITOR.document.getById(this._.id);return b?(b.setState(a,"cke_button"),a==CKEDITOR.TRISTATE_DISABLED?b.setAttribute("aria-disabled",!0):b.removeAttribute("aria-disabled"),this.hasArrow?(a=a==CKEDITOR.TRISTATE_ON?this._.editor.lang.button.selectedLabel.replace(/%1/g,this.label):this.label,CKEDITOR.document.getById(this._.id+"_label").setText(a)):a==CKEDITOR.TRISTATE_ON?
+b.setAttribute("aria-pressed",!0):b.removeAttribute("aria-pressed"),!0):!1},getState:function(){return this._.state},toFeature:function(a){if(this._.feature)return this._.feature;var b=this;this.allowedContent||this.requiredContent||!this.command||(b=a.getCommand(this.command)||b);return this._.feature=b}};CKEDITOR.ui.prototype.addButton=function(a,b){this.add(a,CKEDITOR.UI_BUTTON,b)}})();CKEDITOR.plugins.add("panelbutton",{requires:"button",onLoad:function(){function e(c){var a=this._;a.state!=CKEDITOR.TRISTATE_DISABLED&&(this.createPanel(c),a.on?a.panel.hide():a.panel.showBlock(this._.id,this.document.getById(this._.id),4))}CKEDITOR.ui.panelButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(c){var a=c.panel||{};delete c.panel;this.base(c);this.document=a.parent&&a.parent.getDocument()||CKEDITOR.document;a.block={attributes:a.attributes};this.hasArrow=a.toolbarRelated=
+!0;this.click=e;this._={panelDefinition:a}},statics:{handler:{create:function(c){return new CKEDITOR.ui.panelButton(c)}}},proto:{createPanel:function(c){var a=this._;if(!a.panel){var f=this._.panelDefinition,e=this._.panelDefinition.block,g=f.parent||CKEDITOR.document.getBody(),d=this._.panel=new CKEDITOR.ui.floatPanel(c,g,f),f=d.addBlock(a.id,e),b=this;d.onShow=function(){b.className&&this.element.addClass(b.className+"_panel");b.setState(CKEDITOR.TRISTATE_ON);a.on=1;b.editorFocus&&c.focus();if(b.onOpen)b.onOpen()};
+d.onHide=function(d){b.className&&this.element.getFirst().removeClass(b.className+"_panel");b.setState(b.modes&&b.modes[c.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);a.on=0;if(!d&&b.onClose)b.onClose()};d.onEscape=function(){d.hide(1);b.document.getById(a.id).focus()};if(this.onBlock)this.onBlock(d,f);f.onHide=function(){a.on=0;b.setState(CKEDITOR.TRISTATE_OFF)}}}}})},beforeInit:function(e){e.ui.addHandler(CKEDITOR.UI_PANELBUTTON,CKEDITOR.ui.panelButton.handler)}});
+CKEDITOR.UI_PANELBUTTON="panelbutton";(function(){CKEDITOR.plugins.add("panel",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_PANEL,CKEDITOR.ui.panel.handler)}});CKEDITOR.UI_PANEL="panel";CKEDITOR.ui.panel=function(a,b){b&&CKEDITOR.tools.extend(this,b);CKEDITOR.tools.extend(this,{className:"",css:[]});this.id=CKEDITOR.tools.getNextId();this.document=a;this.isFramed=this.forceIFrame||this.css.length;this._={blocks:{}}};CKEDITOR.ui.panel.handler={create:function(a){return new CKEDITOR.ui.panel(a)}};var f=CKEDITOR.addTemplate("panel",
'\x3cdiv lang\x3d"{langCode}" id\x3d"{id}" dir\x3d{dir} class\x3d"cke cke_reset_all {editorId} cke_panel cke_panel {cls} cke_{dir}" style\x3d"z-index:{z-index}" role\x3d"presentation"\x3e{frame}\x3c/div\x3e'),g=CKEDITOR.addTemplate("panel-frame",'\x3ciframe id\x3d"{id}" class\x3d"cke_panel_frame" role\x3d"presentation" frameborder\x3d"0" src\x3d"{src}"\x3e\x3c/iframe\x3e'),h=CKEDITOR.addTemplate("panel-frame-inner",'\x3c!DOCTYPE html\x3e\x3chtml class\x3d"cke_panel_container {env}" dir\x3d"{dir}" lang\x3d"{langCode}"\x3e\x3chead\x3e{css}\x3c/head\x3e\x3cbody class\x3d"cke_{dir}" style\x3d"margin:0;padding:0" onload\x3d"{onload}"\x3e\x3c/body\x3e\x3c/html\x3e');
CKEDITOR.ui.panel.prototype={render:function(a,b){this.getHolderElement=function(){var a=this._.holder;if(!a){if(this.isFramed){var a=this.document.getById(this.id+"_frame"),b=a.getParent(),a=a.getFrameDocument();CKEDITOR.env.iOS&&b.setStyles({overflow:"scroll","-webkit-overflow-scrolling":"touch"});b=CKEDITOR.tools.addFunction(CKEDITOR.tools.bind(function(){this.isLoaded=!0;if(this.onLoad)this.onLoad()},this));a.write(h.output(CKEDITOR.tools.extend({css:CKEDITOR.tools.buildStyleHtml(this.css),onload:"window.parent.CKEDITOR.tools.callFunction("+
b+");"},d)));a.getWindow().$.CKEDITOR=CKEDITOR;a.on("keydown",function(a){var b=a.data.getKeystroke(),c=this.document.getById(this.id).getAttribute("dir");this._.onKeyDown&&!1===this._.onKeyDown(b)?a.data.preventDefault():(27==b||b==("rtl"==c?39:37))&&this.onEscape&&!1===this.onEscape(b)&&a.data.preventDefault()},this);a=a.getBody();a.unselectable();CKEDITOR.env.air&&CKEDITOR.tools.callFunction(b)}else a=this.document.getById(this.id);this._.holder=a}return a};var d={editorId:a.id,id:this.id,langCode:a.langCode,
this.visible&&this._.showBlockParams&&(this.hide(),this.showBlock.apply(this,a))},focus:function(){if(CKEDITOR.env.webkit){var a=CKEDITOR.document.getActive();a&&!a.equals(this._.iframe)&&a.$.blur()}(this._.lastFocused||this._.iframe.getFrameDocument().getWindow()).focus()},blur:function(){var a=this._.iframe.getFrameDocument().getActive();a&&a.is("a")&&(this._.lastFocused=a)},hide:function(a){if(this.visible&&(!this.onHide||!0!==this.onHide.call(this))){this.hideChild();CKEDITOR.env.gecko&&this._.iframe.getFrameDocument().$.activeElement.blur();
this.element.setStyle("display","none");this.visible=0;this.element.getFirst().removeCustomData("activePanel");if(a=a&&this._.returnFocus)CKEDITOR.env.webkit&&a.type&&a.getWindow().$.focus(),a.focus();delete this._.lastFocused;this._.showBlockParams=null;this._.editor.fire("panelHide",this)}},allowBlur:function(a){var b=this._.panel;void 0!==a&&(b.allowBlur=a);return b.allowBlur},showAsChild:function(a,b,c,f,h,g){if(this._.activeChild!=a||a._.panel._.offsetParentId!=c.getId())this.hideChild(),a.onHide=
CKEDITOR.tools.bind(function(){CKEDITOR.tools.setTimeout(function(){this._.focused||this.hide()},0,this)},this),this._.activeChild=a,this._.focused=!1,a.showBlock(b,c,f,h,g),this.blur(),(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)&&setTimeout(function(){a.element.getChild(0).$.style.cssText+=""},100)},hideChild:function(a){var b=this._.activeChild;b&&(delete b.onHide,delete this._.activeChild,b.hide(),a&&this.focus())}}});CKEDITOR.on("instanceDestroyed",function(){var a=CKEDITOR.tools.isEmpty(CKEDITOR.instances),
-b;for(b in f){var c=f[b];a?c.destroy():c.element.hide()}a&&(f={})})})();CKEDITOR.plugins.add("menu",{requires:"floatpanel",beforeInit:function(g){for(var h=g.config.menu_groups.split(","),p=g._.menuGroups={},n=g._.menuItems={},a=0;a<h.length;a++)p[h[a]]=a+1;g.addMenuGroup=function(b,a){p[b]=a||100};g.addMenuItem=function(a,c){p[c.group]&&(n[a]=new CKEDITOR.menuItem(this,a,c))};g.addMenuItems=function(a){for(var c in a)this.addMenuItem(c,a[c])};g.getMenuItem=function(a){return n[a]};g.removeMenuItem=function(a){delete n[a]}}});
+b;for(b in f){var c=f[b];a?c.destroy():c.element.hide()}a&&(f={})})})();CKEDITOR.plugins.add("colorbutton",{requires:"panelbutton,floatpanel",init:function(c){function r(p,g,e,h){var k=new CKEDITOR.style(l["colorButton_"+g+"Style"]),m=CKEDITOR.tools.getNextId()+"_colorBox";c.ui.add(p,CKEDITOR.UI_PANELBUTTON,{label:e,title:e,modes:{wysiwyg:1},editorFocus:0,toolbar:"colors,"+h,allowedContent:k,requiredContent:k,panel:{css:CKEDITOR.skin.getPath("editor"),attributes:{role:"listbox","aria-label":f.panelTitle}},onBlock:function(a,b){b.autoSize=!0;b.element.addClass("cke_colorblock");
+b.element.setHtml(u(a,g,m));b.element.getDocument().getBody().setStyle("overflow","hidden");CKEDITOR.ui.fire("ready",this);var d=b.keys,e="rtl"==c.lang.dir;d[e?37:39]="next";d[40]="next";d[9]="next";d[e?39:37]="prev";d[38]="prev";d[CKEDITOR.SHIFT+9]="prev";d[32]="click"},refresh:function(){c.activeFilter.check(k)||this.setState(CKEDITOR.TRISTATE_DISABLED)},onOpen:function(){var a=c.getSelection(),a=a&&a.getStartElement(),a=c.elementPath(a),b;if(a){a=a.block||a.blockLimit||c.document.getBody();do b=
+a&&a.getComputedStyle("back"==g?"background-color":"color")||"transparent";while("back"==g&&"transparent"==b&&a&&(a=a.getParent()));b&&"transparent"!=b||(b="#ffffff");this._.panel._.iframe.getFrameDocument().getById(m).setStyle("background-color",b);return b}}})}function u(p,g,e){var h=[],k=l.colorButton_colors.split(","),m=c.plugins.colordialog&&!1!==l.colorButton_enableMore,a=k.length+(m?2:1),b=CKEDITOR.tools.addFunction(function(a,b){function d(a){this.removeListener("ok",d);this.removeListener("cancel",
+d);"ok"==a.name&&e(this.getContentElement("picker","selectedColor").getValue(),b)}var e=arguments.callee;if("?"==a)c.openDialog("colordialog",function(){this.on("ok",d);this.on("cancel",d)});else{c.focus();p.hide();c.fire("saveSnapshot");c.removeStyle(new CKEDITOR.style(l["colorButton_"+b+"Style"],{color:"inherit"}));if(a){var f=l["colorButton_"+b+"Style"];f.childRule="back"==b?function(a){return t(a)}:function(a){return!(a.is("a")||a.getElementsByTag("a").count())||t(a)};c.applyStyle(new CKEDITOR.style(f,
+{color:a}))}c.fire("saveSnapshot")}});h.push('\x3ca class\x3d"cke_colorauto" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',f.auto,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",null,'",g,"');return false;\" href\x3d\"javascript:void('",f.auto,'\')" role\x3d"option" aria-posinset\x3d"1" aria-setsize\x3d"',a,'"\x3e\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e\x3ctr\x3e\x3ctd\x3e\x3cspan class\x3d"cke_colorbox" id\x3d"',e,'"\x3e\x3c/span\x3e\x3c/td\x3e\x3ctd colspan\x3d7 align\x3dcenter\x3e',
+f.auto,'\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/a\x3e\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e');for(e=0;e<k.length;e++){0===e%8&&h.push("\x3c/tr\x3e\x3ctr\x3e");var d=k[e].split("/"),n=d[0],q=d[1]||n;d[1]||(n="#"+n.replace(/^(.)(.)(.)$/,"$1$1$2$2$3$3"));d=c.lang.colorbutton.colors[q]||q;h.push('\x3ctd\x3e\x3ca class\x3d"cke_colorbox" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',d,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",'",n,"','",g,"'); return false;\" href\x3d\"javascript:void('",
+d,'\')" role\x3d"option" aria-posinset\x3d"',e+2,'" aria-setsize\x3d"',a,'"\x3e\x3cspan class\x3d"cke_colorbox" style\x3d"background-color:#',q,'"\x3e\x3c/span\x3e\x3c/a\x3e\x3c/td\x3e')}m&&h.push('\x3c/tr\x3e\x3ctr\x3e\x3ctd colspan\x3d8 align\x3dcenter\x3e\x3ca class\x3d"cke_colormore" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',f.more,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",'?','",g,"');return false;\" href\x3d\"javascript:void('",f.more,"')\"",' role\x3d"option" aria-posinset\x3d"',
+a,'" aria-setsize\x3d"',a,'"\x3e',f.more,"\x3c/a\x3e\x3c/td\x3e");h.push("\x3c/tr\x3e\x3c/table\x3e");return h.join("")}function t(c){return"false"==c.getAttribute("contentEditable")||c.getAttribute("data-nostyle")}var l=c.config,f=c.lang.colorbutton;CKEDITOR.env.hc||(r("TextColor","fore",f.textColorTitle,10),r("BGColor","back",f.bgColorTitle,20))}});CKEDITOR.config.colorButton_colors="000,800000,8B4513,2F4F4F,008080,000080,4B0082,696969,B22222,A52A2A,DAA520,006400,40E0D0,0000CD,800080,808080,F00,FF8C00,FFD700,008000,0FF,00F,EE82EE,A9A9A9,FFA07A,FFA500,FFFF00,00FF00,AFEEEE,ADD8E6,DDA0DD,D3D3D3,FFF0F5,FAEBD7,FFFFE0,F0FFF0,F0FFFF,F0F8FF,E6E6FA,FFF";
+CKEDITOR.config.colorButton_foreStyle={element:"span",styles:{color:"#(color)"},overrides:[{element:"font",attributes:{color:null}}]};CKEDITOR.config.colorButton_backStyle={element:"span",styles:{"background-color":"#(color)"}};CKEDITOR.plugins.colordialog={requires:"dialog",init:function(b){var c=new CKEDITOR.dialogCommand("colordialog");c.editorFocus=!1;b.addCommand("colordialog",c);CKEDITOR.dialog.add("colordialog",this.path+"dialogs/colordialog.js");b.getColorFromDialog=function(c,f){var d=function(a){this.removeListener("ok",d);this.removeListener("cancel",d);a="ok"==a.name?this.getValueOf("picker","selectedColor"):null;c.call(f,a)},e=function(a){a.on("ok",d);a.on("cancel",d)};b.execCommand("colordialog");if(b._.storedDialogs&&
+b._.storedDialogs.colordialog)e(b._.storedDialogs.colordialog);else CKEDITOR.on("dialogDefinition",function(a){if("colordialog"==a.data.name){var b=a.data.definition;a.removeListener();b.onLoad=CKEDITOR.tools.override(b.onLoad,function(a){return function(){e(this);b.onLoad=a;"function"==typeof a&&a.call(this)}})}})}}};CKEDITOR.plugins.add("colordialog",CKEDITOR.plugins.colordialog);CKEDITOR.plugins.add("menu",{requires:"floatpanel",beforeInit:function(g){for(var h=g.config.menu_groups.split(","),p=g._.menuGroups={},n=g._.menuItems={},a=0;a<h.length;a++)p[h[a]]=a+1;g.addMenuGroup=function(b,a){p[b]=a||100};g.addMenuItem=function(a,c){p[c.group]&&(n[a]=new CKEDITOR.menuItem(this,a,c))};g.addMenuItems=function(a){for(var c in a)this.addMenuItem(c,a[c])};g.getMenuItem=function(a){return n[a]};g.removeMenuItem=function(a){delete n[a]}}});
(function(){function g(a){a.sort(function(a,c){return a.group<c.group?-1:a.group>c.group?1:a.order<c.order?-1:a.order>c.order?1:0})}var h='\x3cspan class\x3d"cke_menuitem"\x3e\x3ca id\x3d"{id}" class\x3d"cke_menubutton cke_menubutton__{name} cke_menubutton_{state} {cls}" href\x3d"{href}" title\x3d"{title}" tabindex\x3d"-1"_cke_focus\x3d1 hidefocus\x3d"true" role\x3d"{role}" aria-haspopup\x3d"{hasPopup}" aria-disabled\x3d"{disabled}" {ariaChecked}';CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(h+=' onkeypress\x3d"return false;"');
CKEDITOR.env.gecko&&(h+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var h=h+(' onmouseover\x3d"CKEDITOR.tools.callFunction({hoverFn},{index});" onmouseout\x3d"CKEDITOR.tools.callFunction({moveOutFn},{index});" '+(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},{index}); return false;"\x3e'),p=CKEDITOR.addTemplate("menuItem",h+'\x3cspan class\x3d"cke_menubutton_inner"\x3e\x3cspan class\x3d"cke_menubutton_icon"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{iconStyle}"\x3e\x3c/span\x3e\x3c/span\x3e\x3cspan class\x3d"cke_menubutton_label"\x3e{label}\x3c/span\x3e{arrowHtml}\x3c/span\x3e\x3c/a\x3e\x3c/span\x3e'),
n=CKEDITOR.addTemplate("menuArrow",'\x3cspan class\x3d"cke_menuarrow"\x3e\x3cspan\x3e{label}\x3c/span\x3e\x3c/span\x3e');CKEDITOR.menu=CKEDITOR.tools.createClass({$:function(a,b){b=this._.definition=b||{};this.id=CKEDITOR.tools.getNextId();this.editor=a;this.items=[];this._.listeners=[];this._.level=b.level||1;var c=CKEDITOR.tools.extend({},b.panel,{css:[CKEDITOR.skin.getPath("editor")],level:this._.level-1,block:{}}),m=c.block.attributes=c.attributes||{};!m.role&&(m.role="menu");this._.panelDefinition=
p.output(a,c)}}})})();CKEDITOR.config.menu_groups="clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea,div";CKEDITOR.plugins.add("contextmenu",{requires:"menu",onLoad:function(){CKEDITOR.plugins.contextMenu=CKEDITOR.tools.createClass({base:CKEDITOR.menu,$:function(a){this.base.call(this,a,{panel:{className:"cke_menu_panel",attributes:{"aria-label":a.lang.contextmenu.options}}})},proto:{addTarget:function(a,e){a.on("contextmenu",function(a){a=a.data;var c=CKEDITOR.env.webkit?f:CKEDITOR.env.mac?a.$.metaKey:a.$.ctrlKey;if(!e||!c){a.preventDefault();if(CKEDITOR.env.mac&&CKEDITOR.env.webkit){var c=this.editor,
b=(new CKEDITOR.dom.elementPath(a.getTarget(),c.editable())).contains(function(a){return a.hasAttribute("contenteditable")},!0);b&&"false"==b.getAttribute("contenteditable")&&c.getSelection().fake(b)}var b=a.getTarget().getDocument(),d=a.getTarget().getDocument().getDocumentElement(),c=!b.equals(CKEDITOR.document),b=b.getWindow().getScrollPosition(),g=c?a.$.clientX:a.$.pageX||b.x+a.$.clientX,h=c?a.$.clientY:a.$.pageY||b.y+a.$.clientY;CKEDITOR.tools.setTimeout(function(){this.open(d,null,g,h)},CKEDITOR.env.ie?
200:0,this)}},this);if(CKEDITOR.env.webkit){var f,d=function(){f=0};a.on("keydown",function(a){f=CKEDITOR.env.mac?a.data.$.metaKey:a.data.$.ctrlKey});a.on("keyup",d);a.on("contextmenu",d)}},open:function(a,e,f,d){this.editor.focus();a=a||CKEDITOR.document.getDocumentElement();this.editor.selectionChange(1);this.show(a,e,f,d)}}})},beforeInit:function(a){var e=a.contextMenu=new CKEDITOR.plugins.contextMenu(a);a.on("contentDom",function(){e.addTarget(a.editable(),!1!==a.config.browserContextMenuOnCtrl)});
-a.addCommand("contextMenu",{exec:function(){a.contextMenu.open(a.document.getBody())}});a.setKeystroke(CKEDITOR.SHIFT+121,"contextMenu");a.setKeystroke(CKEDITOR.CTRL+CKEDITOR.SHIFT+121,"contextMenu")}});CKEDITOR.plugins.add("resize",{init:function(b){function f(d){var e=c.width,m=c.height,f=e+(d.data.$.screenX-n.x)*("rtl"==g?-1:1);d=m+(d.data.$.screenY-n.y);h&&(e=Math.max(a.resize_minWidth,Math.min(f,a.resize_maxWidth)));p&&(m=Math.max(a.resize_minHeight,Math.min(d,a.resize_maxHeight)));b.resize(h?e:null,m)}function k(){CKEDITOR.document.removeListener("mousemove",f);CKEDITOR.document.removeListener("mouseup",k);b.document&&(b.document.removeListener("mousemove",f),b.document.removeListener("mouseup",
-k))}var a=b.config,r=b.ui.spaceId("resizer"),g=b.element?b.element.getDirection(1):"ltr";!a.resize_dir&&(a.resize_dir="vertical");void 0===a.resize_maxWidth&&(a.resize_maxWidth=3E3);void 0===a.resize_maxHeight&&(a.resize_maxHeight=3E3);void 0===a.resize_minWidth&&(a.resize_minWidth=750);void 0===a.resize_minHeight&&(a.resize_minHeight=250);if(!1!==a.resize_enabled){var l=null,n,c,h=("both"==a.resize_dir||"horizontal"==a.resize_dir)&&a.resize_minWidth!=a.resize_maxWidth,p=("both"==a.resize_dir||"vertical"==
-a.resize_dir)&&a.resize_minHeight!=a.resize_maxHeight,q=CKEDITOR.tools.addFunction(function(d){l||(l=b.getResizable());c={width:l.$.offsetWidth||0,height:l.$.offsetHeight||0};n={x:d.screenX,y:d.screenY};a.resize_minWidth>c.width&&(a.resize_minWidth=c.width);a.resize_minHeight>c.height&&(a.resize_minHeight=c.height);CKEDITOR.document.on("mousemove",f);CKEDITOR.document.on("mouseup",k);b.document&&(b.document.on("mousemove",f),b.document.on("mouseup",k));d.preventDefault&&d.preventDefault()});b.on("destroy",
-function(){CKEDITOR.tools.removeFunction(q)});b.on("uiSpace",function(a){if("bottom"==a.data.space){var e="";h&&!p&&(e=" cke_resizer_horizontal");!h&&p&&(e=" cke_resizer_vertical");var c='\x3cspan id\x3d"'+r+'" class\x3d"cke_resizer'+e+" cke_resizer_"+g+'" title\x3d"'+CKEDITOR.tools.htmlEncode(b.lang.common.resize)+'" onmousedown\x3d"CKEDITOR.tools.callFunction('+q+', event)"\x3e'+("ltr"==g?"◢":"◣")+"\x3c/span\x3e";"ltr"==g&&"ltr"==e?a.data.html+=c:a.data.html=c+a.data.html}},b,null,100);b.on("maximize",
-function(a){b.ui.space("resizer")[a.data==CKEDITOR.TRISTATE_ON?"hide":"show"]()})}}});(function(){var c='\x3ca id\x3d"{id}" class\x3d"cke_button cke_button__{name} cke_button_{state} {cls}"'+(CKEDITOR.env.gecko&&!CKEDITOR.env.hc?"":" href\x3d\"javascript:void('{titleJs}')\"")+' title\x3d"{title}" tabindex\x3d"-1" hidefocus\x3d"true" role\x3d"button" aria-labelledby\x3d"{id}_label" aria-haspopup\x3d"{hasArrow}" aria-disabled\x3d"{ariaDisabled}"';CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(c+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(c+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');
-var c=c+(' onkeydown\x3d"return CKEDITOR.tools.callFunction({keydownFn},event);" onfocus\x3d"return CKEDITOR.tools.callFunction({focusFn},event);" '+(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},this);return false;"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{style}"'),c=c+'\x3e\x26nbsp;\x3c/span\x3e\x3cspan id\x3d"{id}_label" class\x3d"cke_button_label cke_button__{name}_label" aria-hidden\x3d"false"\x3e{label}\x3c/span\x3e{arrowHtml}\x3c/a\x3e',
-r=CKEDITOR.addTemplate("buttonArrow",'\x3cspan class\x3d"cke_button_arrow"\x3e'+(CKEDITOR.env.hc?"\x26#9660;":"")+"\x3c/span\x3e"),t=CKEDITOR.addTemplate("button",c);CKEDITOR.plugins.add("button",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_BUTTON,CKEDITOR.ui.button.handler)}});CKEDITOR.UI_BUTTON="button";CKEDITOR.ui.button=function(a){CKEDITOR.tools.extend(this,a,{title:a.label,click:a.click||function(b){b.execCommand(a.command)}});this._={}};CKEDITOR.ui.button.handler={create:function(a){return new CKEDITOR.ui.button(a)}};
-CKEDITOR.ui.button.prototype={render:function(a,b){function c(){var e=a.mode;e&&(e=this.modes[e]?void 0!==k[e]?k[e]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,e=a.readOnly&&!this.readOnly?CKEDITOR.TRISTATE_DISABLED:e,this.setState(e),this.refresh&&this.refresh())}var l=CKEDITOR.env,m=this._.id=CKEDITOR.tools.getNextId(),f="",g=this.command,n;this._.editor=a;var d={id:m,button:this,editor:a,focus:function(){CKEDITOR.document.getById(m).focus()},execute:function(){this.button.click(a)},attach:function(a){this.button.attach(a)}},
-u=CKEDITOR.tools.addFunction(function(a){if(d.onkey)return a=new CKEDITOR.dom.event(a),!1!==d.onkey(d,a.getKeystroke())}),v=CKEDITOR.tools.addFunction(function(a){var b;d.onfocus&&(b=!1!==d.onfocus(d,new CKEDITOR.dom.event(a)));return b}),p=0;d.clickFn=n=CKEDITOR.tools.addFunction(function(){p&&(a.unlockSelection(1),p=0);d.execute();l.iOS&&a.focus()});if(this.modes){var k={};a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(k[a.mode]=this._.state)},this);a.on("activeFilterChange",
-c,this);a.on("mode",c,this);!this.readOnly&&a.on("readOnly",c,this)}else g&&(g=a.getCommand(g))&&(g.on("state",function(){this.setState(g.state)},this),f+=g.state==CKEDITOR.TRISTATE_ON?"on":g.state==CKEDITOR.TRISTATE_DISABLED?"disabled":"off");if(this.directional)a.on("contentDirChanged",function(b){var c=CKEDITOR.document.getById(this._.id),d=c.getFirst();b=b.data;b!=a.lang.dir?c.addClass("cke_"+b):c.removeClass("cke_ltr").removeClass("cke_rtl");d.setAttribute("style",CKEDITOR.skin.getIconStyle(h,
-"rtl"==b,this.icon,this.iconOffset))},this);g||(f+="off");var q=this.name||this.command,h=q;this.icon&&!/\./.test(this.icon)&&(h=this.icon,this.icon=null);f={id:m,name:q,iconName:h,label:this.label,cls:this.className||"",state:f,ariaDisabled:"disabled"==f?"true":"false",title:this.title,titleJs:l.gecko&&!l.hc?"":(this.title||"").replace("'",""),hasArrow:this.hasArrow?"true":"false",keydownFn:u,focusFn:v,clickFn:n,style:CKEDITOR.skin.getIconStyle(h,"rtl"==a.lang.dir,this.icon,this.iconOffset),arrowHtml:this.hasArrow?
-r.output():""};t.output(f,b);if(this.onRender)this.onRender();return d},setState:function(a){if(this._.state==a)return!1;this._.state=a;var b=CKEDITOR.document.getById(this._.id);return b?(b.setState(a,"cke_button"),a==CKEDITOR.TRISTATE_DISABLED?b.setAttribute("aria-disabled",!0):b.removeAttribute("aria-disabled"),this.hasArrow?(a=a==CKEDITOR.TRISTATE_ON?this._.editor.lang.button.selectedLabel.replace(/%1/g,this.label):this.label,CKEDITOR.document.getById(this._.id+"_label").setText(a)):a==CKEDITOR.TRISTATE_ON?
-b.setAttribute("aria-pressed",!0):b.removeAttribute("aria-pressed"),!0):!1},getState:function(){return this._.state},toFeature:function(a){if(this._.feature)return this._.feature;var b=this;this.allowedContent||this.requiredContent||!this.command||(b=a.getCommand(this.command)||b);return this._.feature=b}};CKEDITOR.ui.prototype.addButton=function(a,b){this.add(a,CKEDITOR.UI_BUTTON,b)}})();(function(){function B(a){function d(){for(var b=g(),e=CKEDITOR.tools.clone(a.config.toolbarGroups)||q(a),f=0;f<e.length;f++){var l=e[f];if("/"!=l){"string"==typeof l&&(l=e[f]={name:l});var m,d=l.groups;if(d)for(var h=0;h<d.length;h++)m=d[h],(m=b[m])&&c(l,m);(m=b[l.name])&&c(l,m)}}return e}function g(){var b={},c,f,e;for(c in a.ui.items)f=a.ui.items[c],e=f.toolbar||"others",e=e.split(","),f=e[0],e=parseInt(e[1]||-1,10),b[f]||(b[f]=[]),b[f].push({name:c,order:e});for(f in b)b[f]=b[f].sort(function(b,
-a){return b.order==a.order?0:0>a.order?-1:0>b.order?1:b.order<a.order?-1:1});return b}function c(c,e){if(e.length){c.items?c.items.push(a.ui.create("-")):c.items=[];for(var f;f=e.shift();)f="string"==typeof f?f:f.name,b&&-1!=CKEDITOR.tools.indexOf(b,f)||(f=a.ui.create(f))&&a.addFeature(f)&&c.items.push(f)}}function h(b){var a=[],e,d,h;for(e=0;e<b.length;++e)d=b[e],h={},"/"==d?a.push(d):CKEDITOR.tools.isArray(d)?(c(h,CKEDITOR.tools.clone(d)),a.push(h)):d.items&&(c(h,CKEDITOR.tools.clone(d.items)),
-h.name=d.name,a.push(h));return a}var b=a.config.removeButtons,b=b&&b.split(","),e=a.config.toolbar;"string"==typeof e&&(e=a.config["toolbar_"+e]);return a.toolbar=e?h(e):d()}function q(a){return a._.toolbarGroups||(a._.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},"/",{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list",
-"indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},"/",{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}])}var y=function(){this.toolbars=[];this.focusCommandExecuted=!1};y.prototype.focus=function(){for(var a=0,d;d=this.toolbars[a++];)for(var g=0,c;c=d.items[g++];)if(c.focus){c.focus();return}};var C={modes:{wysiwyg:1,source:1},readOnly:1,exec:function(a){a.toolbox&&(a.toolbox.focusCommandExecuted=!0,CKEDITOR.env.ie||CKEDITOR.env.air?setTimeout(function(){a.toolbox.focus()},
-100):a.toolbox.focus())}};CKEDITOR.plugins.add("toolbar",{requires:"button",init:function(a){var d,g=function(c,h){var b,e="rtl"==a.lang.dir,k=a.config.toolbarGroupCycling,r=e?37:39,e=e?39:37,k=void 0===k||k;switch(h){case 9:case CKEDITOR.SHIFT+9:for(;!b||!b.items.length;)if(b=9==h?(b?b.next:c.toolbar.next)||a.toolbox.toolbars[0]:(b?b.previous:c.toolbar.previous)||a.toolbox.toolbars[a.toolbox.toolbars.length-1],b.items.length)for(c=b.items[d?b.items.length-1:0];c&&!c.focus;)(c=d?c.previous:c.next)||
-(b=0);c&&c.focus();return!1;case r:b=c;do b=b.next,!b&&k&&(b=c.toolbar.items[0]);while(b&&!b.focus);b?b.focus():g(c,9);return!1;case 40:return c.button&&c.button.hasArrow?(a.once("panelShow",function(b){b.data._.panel._.currentBlock.onKeyDown(40)}),c.execute()):g(c,40==h?r:e),!1;case e:case 38:b=c;do b=b.previous,!b&&k&&(b=c.toolbar.items[c.toolbar.items.length-1]);while(b&&!b.focus);b?b.focus():(d=1,g(c,CKEDITOR.SHIFT+9),d=0);return!1;case 27:return a.focus(),!1;case 13:case 32:return c.execute(),
-!1}return!0};a.on("uiSpace",function(c){if(c.data.space==a.config.toolbarLocation){c.removeListener();a.toolbox=new y;var d=CKEDITOR.tools.getNextId(),b=['\x3cspan id\x3d"',d,'" class\x3d"cke_voice_label"\x3e',a.lang.toolbar.toolbars,"\x3c/span\x3e",'\x3cspan id\x3d"'+a.ui.spaceId("toolbox")+'" class\x3d"cke_toolbox" role\x3d"group" aria-labelledby\x3d"',d,'" onmousedown\x3d"return false;"\x3e'],d=!1!==a.config.toolbarStartupExpanded,e,k;a.config.toolbarCanCollapse&&a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&
-b.push('\x3cspan class\x3d"cke_toolbox_main"'+(d?"\x3e":' style\x3d"display:none"\x3e'));for(var r=a.toolbox.toolbars,f=B(a),l=0;l<f.length;l++){var m,n=0,v,p=f[l],w;if(p)if(e&&(b.push("\x3c/span\x3e"),k=e=0),"/"===p)b.push('\x3cspan class\x3d"cke_toolbar_break"\x3e\x3c/span\x3e');else{w=p.items||p;for(var x=0;x<w.length;x++){var t=w[x],q;if(t){var z=function(c){c=c.render(a,b);u=n.items.push(c)-1;0<u&&(c.previous=n.items[u-1],c.previous.next=c);c.toolbar=n;c.onkey=g;c.onfocus=function(){a.toolbox.focusCommandExecuted||
-a.focus()}};if(t.type==CKEDITOR.UI_SEPARATOR)k=e&&t;else{q=!1!==t.canGroup;if(!n){m=CKEDITOR.tools.getNextId();n={id:m,items:[]};v=p.name&&(a.lang.toolbar.toolbarGroups[p.name]||p.name);b.push('\x3cspan id\x3d"',m,'" class\x3d"cke_toolbar"',v?' aria-labelledby\x3d"'+m+'_label"':"",' role\x3d"toolbar"\x3e');v&&b.push('\x3cspan id\x3d"',m,'_label" class\x3d"cke_voice_label"\x3e',v,"\x3c/span\x3e");b.push('\x3cspan class\x3d"cke_toolbar_start"\x3e\x3c/span\x3e');var u=r.push(n)-1;0<u&&(n.previous=r[u-
-1],n.previous.next=n)}q?e||(b.push('\x3cspan class\x3d"cke_toolgroup" role\x3d"presentation"\x3e'),e=1):e&&(b.push("\x3c/span\x3e"),e=0);k&&(z(k),k=0);z(t)}}}e&&(b.push("\x3c/span\x3e"),k=e=0);n&&b.push('\x3cspan class\x3d"cke_toolbar_end"\x3e\x3c/span\x3e\x3c/span\x3e')}}a.config.toolbarCanCollapse&&b.push("\x3c/span\x3e");if(a.config.toolbarCanCollapse&&a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var A=CKEDITOR.tools.addFunction(function(){a.execCommand("toolbarCollapse")});a.on("destroy",function(){CKEDITOR.tools.removeFunction(A)});
-a.addCommand("toolbarCollapse",{readOnly:1,exec:function(b){var a=b.ui.space("toolbar_collapser"),c=a.getPrevious(),e=b.ui.space("contents"),d=c.getParent(),f=parseInt(e.$.style.height,10),h=d.$.offsetHeight,g=a.hasClass("cke_toolbox_collapser_min");g?(c.show(),a.removeClass("cke_toolbox_collapser_min"),a.setAttribute("title",b.lang.toolbar.toolbarCollapse)):(c.hide(),a.addClass("cke_toolbox_collapser_min"),a.setAttribute("title",b.lang.toolbar.toolbarExpand));a.getFirst().setText(g?"▲":"◀");e.setStyle("height",
-f-(d.$.offsetHeight-h)+"px");b.fire("resize",{outerHeight:b.container.$.offsetHeight,contentsHeight:e.$.offsetHeight,outerWidth:b.container.$.offsetWidth})},modes:{wysiwyg:1,source:1}});a.setKeystroke(CKEDITOR.ALT+(CKEDITOR.env.ie||CKEDITOR.env.webkit?189:109),"toolbarCollapse");b.push('\x3ca title\x3d"'+(d?a.lang.toolbar.toolbarCollapse:a.lang.toolbar.toolbarExpand)+'" id\x3d"'+a.ui.spaceId("toolbar_collapser")+'" tabIndex\x3d"-1" class\x3d"cke_toolbox_collapser');d||b.push(" cke_toolbox_collapser_min");
-b.push('" onclick\x3d"CKEDITOR.tools.callFunction('+A+')"\x3e','\x3cspan class\x3d"cke_arrow"\x3e\x26#9650;\x3c/span\x3e',"\x3c/a\x3e")}b.push("\x3c/span\x3e");c.data.html+=b.join("")}});a.on("destroy",function(){if(this.toolbox){var a,d=0,b,e,g;for(a=this.toolbox.toolbars;d<a.length;d++)for(e=a[d].items,b=0;b<e.length;b++)g=e[b],g.clickFn&&CKEDITOR.tools.removeFunction(g.clickFn),g.keyDownFn&&CKEDITOR.tools.removeFunction(g.keyDownFn)}});a.on("uiReady",function(){var c=a.ui.space("toolbox");c&&a.focusManager.add(c,
-1)});a.addCommand("toolbarFocus",C);a.setKeystroke(CKEDITOR.ALT+121,"toolbarFocus");a.ui.add("-",CKEDITOR.UI_SEPARATOR,{});a.ui.addHandler(CKEDITOR.UI_SEPARATOR,{create:function(){return{render:function(a,d){d.push('\x3cspan class\x3d"cke_toolbar_separator" role\x3d"separator"\x3e\x3c/span\x3e');return{}}}}})}});CKEDITOR.ui.prototype.addToolbarGroup=function(a,d,g){var c=q(this.editor),h=0===d,b={name:a};if(g){if(g=CKEDITOR.tools.search(c,function(a){return a.name==g})){!g.groups&&(g.groups=[]);if(d&&
-(d=CKEDITOR.tools.indexOf(g.groups,d),0<=d)){g.groups.splice(d+1,0,a);return}h?g.groups.splice(0,0,a):g.groups.push(a);return}d=null}d&&(d=CKEDITOR.tools.indexOf(c,function(a){return a.name==d}));h?c.splice(0,0,a):"number"==typeof d?c.splice(d+1,0,b):c.push(a)}})();CKEDITOR.UI_SEPARATOR="separator";CKEDITOR.config.toolbarLocation="top";(function(){function q(a,d){function l(c){c=k.list[c];if(c.equals(a.editable())||"true"==c.getAttribute("contenteditable")){var e=a.createRange();e.selectNodeContents(c);e.select()}else a.getSelection().selectElement(c);a.focus()}function m(){n&&n.setHtml('\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e');delete k.list}var p=a.ui.spaceId("path"),n,k=a._.elementsPath,q=k.idBase;d.html+='\x3cspan id\x3d"'+p+'_label" class\x3d"cke_voice_label"\x3e'+a.lang.elementspath.eleLabel+'\x3c/span\x3e\x3cspan id\x3d"'+
+a.addCommand("contextMenu",{exec:function(){a.contextMenu.open(a.document.getBody())}});a.setKeystroke(CKEDITOR.SHIFT+121,"contextMenu");a.setKeystroke(CKEDITOR.CTRL+CKEDITOR.SHIFT+121,"contextMenu")}});(function(){function f(c){var a=this.att;c=c&&c.hasAttribute(a)&&c.getAttribute(a)||"";void 0!==c&&this.setValue(c)}function g(){for(var c,a=0;a<arguments.length;a++)if(arguments[a]instanceof CKEDITOR.dom.element){c=arguments[a];break}if(c){var a=this.att,b=this.getValue();b?c.setAttribute(a,b):c.removeAttribute(a,b)}}var k={id:1,dir:1,classes:1,styles:1};CKEDITOR.plugins.add("dialogadvtab",{requires:"dialog",allowedContent:function(c){c||(c=k);var a=[];c.id&&a.push("id");c.dir&&a.push("dir");var b=
+"";a.length&&(b+="["+a.join(",")+"]");c.classes&&(b+="(*)");c.styles&&(b+="{*}");return b},createAdvancedTab:function(c,a,b){a||(a=k);var d=c.lang.common,h={id:"advanced",label:d.advancedTab,title:d.advancedTab,elements:[{type:"vbox",padding:1,children:[]}]},e=[];if(a.id||a.dir)a.id&&e.push({id:"advId",att:"id",type:"text",requiredContent:b?b+"[id]":null,label:d.id,setup:f,commit:g}),a.dir&&e.push({id:"advLangDir",att:"dir",type:"select",requiredContent:b?b+"[dir]":null,label:d.langDir,"default":"",
+style:"width:100%",items:[[d.notSet,""],[d.langDirLTR,"ltr"],[d.langDirRTL,"rtl"]],setup:f,commit:g}),h.elements[0].children.push({type:"hbox",widths:["50%","50%"],children:[].concat(e)});if(a.styles||a.classes)e=[],a.styles&&e.push({id:"advStyles",att:"style",type:"text",requiredContent:b?b+"{cke-xyz}":null,label:d.styles,"default":"",validate:CKEDITOR.dialog.validate.inlineStyle(d.invalidInlineStyle),onChange:function(){},getStyle:function(a,c){var b=this.getValue().match(new RegExp("(?:^|;)\\s*"+
+a+"\\s*:\\s*([^;]*)","i"));return b?b[1]:c},updateStyle:function(a,b){var d=this.getValue(),e=c.document.createElement("span");e.setAttribute("style",d);e.setStyle(a,b);d=CKEDITOR.tools.normalizeCssText(e.getAttribute("style"));this.setValue(d,1)},setup:f,commit:g}),a.classes&&e.push({type:"hbox",widths:["45%","55%"],children:[{id:"advCSSClasses",att:"class",type:"text",requiredContent:b?b+"(cke-xyz)":null,label:d.cssClasses,"default":"",setup:f,commit:g}]}),h.elements[0].children.push({type:"hbox",
+widths:["50%","50%"],children:[].concat(e)});return h}})})();(function(){CKEDITOR.plugins.add("div",{requires:"dialog",init:function(a){if(!a.blockless){var c=a.lang.div,b="div(*)";CKEDITOR.dialog.isTabEnabled(a,"editdiv","advanced")&&(b+=";div[dir,id,lang,title]{*}");a.addCommand("creatediv",new CKEDITOR.dialogCommand("creatediv",{allowedContent:b,requiredContent:"div",contextSensitive:!0,refresh:function(a,c){this.setState("div"in(a.config.div_wrapTable?c.root:c.blockLimit).getDtd()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}}));a.addCommand("editdiv",
+new CKEDITOR.dialogCommand("editdiv",{requiredContent:"div"}));a.addCommand("removediv",{requiredContent:"div",exec:function(a){function c(b){(b=CKEDITOR.plugins.div.getSurroundDiv(a,b))&&!b.data("cke-div-added")&&(f.push(b),b.data("cke-div-added"))}for(var b=a.getSelection(),g=b&&b.getRanges(),e,h=b.createBookmarks(),f=[],d=0;d<g.length;d++)e=g[d],e.collapsed?c(b.getStartElement()):(e=new CKEDITOR.dom.walker(e),e.evaluator=c,e.lastForward());for(d=0;d<f.length;d++)f[d].remove(!0);b.selectBookmarks(h)}});
+a.ui.addButton&&a.ui.addButton("CreateDiv",{label:c.toolbar,command:"creatediv",toolbar:"blocks,50"});a.addMenuItems&&(a.addMenuItems({editdiv:{label:c.edit,command:"editdiv",group:"div",order:1},removediv:{label:c.remove,command:"removediv",group:"div",order:5}}),a.contextMenu&&a.contextMenu.addListener(function(b){return!b||b.isReadOnly()?null:CKEDITOR.plugins.div.getSurroundDiv(a)?{editdiv:CKEDITOR.TRISTATE_OFF,removediv:CKEDITOR.TRISTATE_OFF}:null}));CKEDITOR.dialog.add("creatediv",this.path+
+"dialogs/div.js");CKEDITOR.dialog.add("editdiv",this.path+"dialogs/div.js")}}});CKEDITOR.plugins.div={getSurroundDiv:function(a,c){var b=a.elementPath(c);return a.elementPath(b.blockLimit).contains(function(a){return a.is("div")&&!a.isReadOnly()},1)}}})();(function(){function q(a,d){function l(c){c=k.list[c];if(c.equals(a.editable())||"true"==c.getAttribute("contenteditable")){var e=a.createRange();e.selectNodeContents(c);e.select()}else a.getSelection().selectElement(c);a.focus()}function m(){n&&n.setHtml('\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e');delete k.list}var p=a.ui.spaceId("path"),n,k=a._.elementsPath,q=k.idBase;d.html+='\x3cspan id\x3d"'+p+'_label" class\x3d"cke_voice_label"\x3e'+a.lang.elementspath.eleLabel+'\x3c/span\x3e\x3cspan id\x3d"'+
p+'" class\x3d"cke_path" role\x3d"group" aria-labelledby\x3d"'+p+'_label"\x3e\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e\x3c/span\x3e';a.on("uiReady",function(){var c=a.ui.space("path");c&&a.focusManager.add(c,1)});k.onClick=l;var v=CKEDITOR.tools.addFunction(l),w=CKEDITOR.tools.addFunction(function(c,e){var g=k.idBase,b;e=new CKEDITOR.dom.event(e);b="rtl"==a.lang.dir;switch(e.getKeystroke()){case b?39:37:case 9:return(b=CKEDITOR.document.getById(g+(c+1)))||(b=CKEDITOR.document.getById(g+
"0")),b.focus(),!1;case b?37:39:case CKEDITOR.SHIFT+9:return(b=CKEDITOR.document.getById(g+(c-1)))||(b=CKEDITOR.document.getById(g+(k.list.length-1))),b.focus(),!1;case 27:return a.focus(),!1;case 13:case 32:return l(c),!1}return!0});a.on("selectionChange",function(){for(var c=[],e=k.list=[],g=[],b=k.filters,d=!0,l=a.elementPath().elements,f,u=l.length;u--;){var h=l[u],r=0;f=h.data("cke-display-name")?h.data("cke-display-name"):h.data("cke-real-element-type")?h.data("cke-real-element-type"):h.getName();
(d=h.hasAttribute("contenteditable")?"true"==h.getAttribute("contenteditable"):d)||h.hasAttribute("contenteditable")||(r=1);for(var t=0;t<b.length;t++){var m=b[t](h,f);if(!1===m){r=1;break}f=m||f}r||(e.unshift(h),g.unshift(f))}e=e.length;for(b=0;b<e;b++)f=g[b],d=a.lang.elementspath.eleTitle.replace(/%1/,f),f=x.output({id:q+b,label:d,text:f,jsTitle:"javascript:void('"+f+"')",index:b,keyDownFn:w,clickFn:v}),c.unshift(f);n||(n=CKEDITOR.document.getById(p));g=n;g.setHtml(c.join("")+'\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e');
k(c)+"BrowseUrl"],void 0===f&&(f=a.config.filebrowserBrowseUrl));f&&(e.onClick=m,e.filebrowser.url=f,e.hidden=!1)}else if("QuickUpload"==e.filebrowser.action&&e["for"]&&(f=e.filebrowser.url,void 0===f&&(f=a.config["filebrowser"+k(c)+"UploadUrl"],void 0===f&&(f=a.config.filebrowserUploadUrl)),f)){var h=e.onClick;e.onClick=function(a){var b=a.sender;if(h&&!1===h.call(b,a))return!1;if(n.call(b,a)){a=b.getDialog().getContentElement(this["for"][0],this["for"][1]).getInputElement();if(b=new CKEDITOR.dom.element(a.$.form))(a=
b.$.elements.ckCsrfToken)?a=new CKEDITOR.dom.element(a):(a=new CKEDITOR.dom.element("input"),a.setAttributes({name:"ckCsrfToken",type:"hidden"}),b.append(a)),a.setAttribute("value",CKEDITOR.tools.getCsrfToken());return!0}return!1};e.filebrowser.url=f;e.hidden=!1;p(a,d.getContents(e["for"][0]).get(e["for"][1]),e.filebrowser)}}function h(a,c,d){if(-1!==d.indexOf(";")){d=d.split(";");for(var b=0;b<d.length;b++)if(h(a,c,d[b]))return!0;return!1}return(a=a.getContents(c).get(d).filebrowser)&&a.url}function q(a,
c){var d=this._.filebrowserSe.getDialog(),b=this._.filebrowserSe["for"],e=this._.filebrowserSe.filebrowser.onSelect;b&&d.getContentElement(b[0],b[1]).reset();if("function"!=typeof c||!1!==c.call(this._.filebrowserSe))if(!e||!1!==e.call(this._.filebrowserSe,a,c))if("string"==typeof c&&c&&alert(c),a&&(b=this._.filebrowserSe,d=b.getDialog(),b=b.filebrowser.target||null))if(b=b.split(":"),e=d.getContentElement(b[0],b[1]))e.setValue(a),d.selectPage(b[0])}CKEDITOR.plugins.add("filebrowser",{requires:"popup",
-init:function(a){a._.filebrowserFn=CKEDITOR.tools.addFunction(q,a);a.on("destroy",function(){CKEDITOR.tools.removeFunction(this._.filebrowserFn)})}});CKEDITOR.on("dialogDefinition",function(a){if(a.editor.plugins.filebrowser)for(var c=a.data.definition,d,b=0;b<c.contents.length;++b)if(d=c.contents[b])l(a.editor,a.data.name,c,d.elements),d.hidden&&d.filebrowser&&(d.hidden=!h(c,d.id,d.filebrowser))})})();(function(){function k(a){var l=a.config,p=a.fire("uiSpace",{space:"top",html:""}).html,t=function(){function f(a,c,e){b.setStyle(c,w(e));b.setStyle("position",a)}function e(a){var b=k.getDocumentPosition();switch(a){case "top":f("absolute","top",b.y-q-r);break;case "pin":f("fixed","top",x);break;case "bottom":f("absolute","top",b.y+(c.height||c.bottom-c.top)+r)}m=a}var m,k,n,c,h,q,v,p=l.floatSpaceDockedOffsetX||0,r=l.floatSpaceDockedOffsetY||0,u=l.floatSpacePinnedOffsetX||0,x=l.floatSpacePinnedOffsetY||
+init:function(a){a._.filebrowserFn=CKEDITOR.tools.addFunction(q,a);a.on("destroy",function(){CKEDITOR.tools.removeFunction(this._.filebrowserFn)})}});CKEDITOR.on("dialogDefinition",function(a){if(a.editor.plugins.filebrowser)for(var c=a.data.definition,d,b=0;b<c.contents.length;++b)if(d=c.contents[b])l(a.editor,a.data.name,c,d.elements),d.hidden&&d.filebrowser&&(d.hidden=!h(c,d.id,d.filebrowser))})})();CKEDITOR.plugins.add("find",{requires:"dialog",init:function(a){var b=a.addCommand("find",new CKEDITOR.dialogCommand("find"));b.canUndo=!1;b.readOnly=1;a.addCommand("replace",new CKEDITOR.dialogCommand("replace")).canUndo=!1;a.ui.addButton&&(a.ui.addButton("Find",{label:a.lang.find.find,command:"find",toolbar:"find,10"}),a.ui.addButton("Replace",{label:a.lang.find.replace,command:"replace",toolbar:"find,20"}));CKEDITOR.dialog.add("find",this.path+"dialogs/find.js");CKEDITOR.dialog.add("replace",this.path+
+"dialogs/find.js")}});CKEDITOR.config.find_highlight={element:"span",styles:{"background-color":"#004",color:"#fff"}};(function(){function g(a,b){var c=l.exec(a),d=l.exec(b);if(c){if(!c[2]&&"px"==d[2])return d[1];if("px"==c[2]&&!d[2])return d[1]+"px"}return b}var k=CKEDITOR.htmlParser.cssStyle,h=CKEDITOR.tools.cssLength,l=/^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i,m={elements:{$:function(a){var b=a.attributes;if((b=(b=(b=b&&b["data-cke-realelement"])&&new CKEDITOR.htmlParser.fragment.fromHtml(decodeURIComponent(b)))&&b.children[0])&&a.attributes["data-cke-resizable"]){var c=(new k(a)).rules;a=b.attributes;var d=c.width,
+c=c.height;d&&(a.width=g(a.width,d));c&&(a.height=g(a.height,c))}return b}}};CKEDITOR.plugins.add("fakeobjects",{init:function(a){a.filter.allow("img[!data-cke-realelement,src,alt,title](*){*}","fakeobjects")},afterInit:function(a){(a=(a=a.dataProcessor)&&a.htmlFilter)&&a.addRules(m,{applyToAll:!0})}});CKEDITOR.editor.prototype.createFakeElement=function(a,b,c,d){var e=this.lang.fakeobjects,e=e[c]||e.unknown;b={"class":b,"data-cke-realelement":encodeURIComponent(a.getOuterHtml()),"data-cke-real-node-type":a.type,
+alt:e,title:e,align:a.getAttribute("align")||""};CKEDITOR.env.hc||(b.src=CKEDITOR.tools.transparentImageData);c&&(b["data-cke-real-element-type"]=c);d&&(b["data-cke-resizable"]=d,c=new k,d=a.getAttribute("width"),a=a.getAttribute("height"),d&&(c.rules.width=h(d)),a&&(c.rules.height=h(a)),c.populate(b));return this.document.createElement("img",{attributes:b})};CKEDITOR.editor.prototype.createFakeParserElement=function(a,b,c,d){var e=this.lang.fakeobjects,e=e[c]||e.unknown,f;f=new CKEDITOR.htmlParser.basicWriter;
+a.writeHtml(f);f=f.getHtml();b={"class":b,"data-cke-realelement":encodeURIComponent(f),"data-cke-real-node-type":a.type,alt:e,title:e,align:a.attributes.align||""};CKEDITOR.env.hc||(b.src=CKEDITOR.tools.transparentImageData);c&&(b["data-cke-real-element-type"]=c);d&&(b["data-cke-resizable"]=d,d=a.attributes,a=new k,c=d.width,d=d.height,void 0!==c&&(a.rules.width=h(c)),void 0!==d&&(a.rules.height=h(d)),a.populate(b));return new CKEDITOR.htmlParser.element("img",b)};CKEDITOR.editor.prototype.restoreRealElement=
+function(a){if(a.data("cke-real-node-type")!=CKEDITOR.NODE_ELEMENT)return null;var b=CKEDITOR.dom.element.createFromHtml(decodeURIComponent(a.data("cke-realelement")),this.document);if(a.data("cke-resizable")){var c=a.getStyle("width");a=a.getStyle("height");c&&b.setAttribute("width",g(b.getAttribute("width"),c));a&&b.setAttribute("height",g(b.getAttribute("height"),a))}return b}})();(function(){function d(a){a=a.attributes;return"application/x-shockwave-flash"==a.type||f.test(a.src||"")}function e(a,b){return a.createFakeParserElement(b,"cke_flash","flash",!0)}var f=/\.swf(?:$|\?)/i;CKEDITOR.plugins.add("flash",{requires:"dialog,fakeobjects",onLoad:function(){CKEDITOR.addCss("img.cke_flash{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="object[classid,codebase,height,hspace,vspace,width];param[name,value];embed[height,hspace,pluginspage,src,type,vspace,width]";CKEDITOR.dialog.isTabEnabled(a,"flash","properties")&&(b+=";object[align]; embed[allowscriptaccess,quality,scale,wmode]");CKEDITOR.dialog.isTabEnabled(a,"flash","advanced")&&(b+=";object[id]{*}; embed[bgcolor]{*}(*)");a.addCommand("flash",new CKEDITOR.dialogCommand("flash",{allowedContent:b,requiredContent:"embed"}));a.ui.addButton&&a.ui.addButton("Flash",
+{label:a.lang.common.flash,command:"flash",toolbar:"insert,20"});CKEDITOR.dialog.add("flash",this.path+"dialogs/flash.js");a.addMenuItems&&a.addMenuItems({flash:{label:a.lang.flash.properties,command:"flash",group:"flash"}});a.on("doubleclick",function(a){var b=a.data.element;b.is("img")&&"flash"==b.data("cke-real-element-type")&&(a.data.dialog="flash")});a.contextMenu&&a.contextMenu.addListener(function(a){if(a&&a.is("img")&&!a.isReadOnly()&&"flash"==a.data("cke-real-element-type"))return{flash:CKEDITOR.TRISTATE_OFF}})},
+afterInit:function(a){var b=a.dataProcessor;(b=b&&b.dataFilter)&&b.addRules({elements:{"cke:object":function(b){var c=b.attributes;if(!(c.classid&&String(c.classid).toLowerCase()||d(b))){for(c=0;c<b.children.length;c++)if("cke:embed"==b.children[c].name){if(!d(b.children[c]))break;return e(a,b)}return null}return e(a,b)},"cke:embed":function(b){return d(b)?e(a,b):null}}},5)}})})();CKEDITOR.tools.extend(CKEDITOR.config,{flashEmbedTagOnly:!1,flashAddEmbedTag:!0,flashConvertOnEdit:!1});(function(){function k(a){var l=a.config,p=a.fire("uiSpace",{space:"top",html:""}).html,t=function(){function f(a,c,e){b.setStyle(c,w(e));b.setStyle("position",a)}function e(a){var b=k.getDocumentPosition();switch(a){case "top":f("absolute","top",b.y-q-r);break;case "pin":f("fixed","top",x);break;case "bottom":f("absolute","top",b.y+(c.height||c.bottom-c.top)+r)}m=a}var m,k,n,c,h,q,v,p=l.floatSpaceDockedOffsetX||0,r=l.floatSpaceDockedOffsetY||0,u=l.floatSpacePinnedOffsetX||0,x=l.floatSpacePinnedOffsetY||
0;return function(d){if(k=a.editable()){var f=d&&"focus"==d.name;f&&b.show();a.fire("floatingSpaceLayout",{show:f});b.removeStyle("left");b.removeStyle("right");n=b.getClientRect();c=k.getClientRect();h=g.getViewPaneSize();q=n.height;v="pageXOffset"in g.$?g.$.pageXOffset:CKEDITOR.document.$.documentElement.scrollLeft;m?(q+r<=c.top?e("top"):q+r>h.height-c.bottom?e("pin"):e("bottom"),d=h.width/2,d=l.floatSpacePreferRight?"right":0<c.left&&c.right<h.width&&c.width>n.width?"rtl"==l.contentsLangDirection?
"right":"left":d-c.left>c.right-d?"left":"right",n.width>h.width?(d="left",f=0):(f="left"==d?0<c.left?c.left:0:c.right<h.width?h.width-c.right:0,f+n.width>h.width&&(d="left"==d?"right":"left",f=0)),b.setStyle(d,w(("pin"==m?u:p)+f+("pin"==m?0:"left"==d?v:-v)))):(m="pin",e("pin"),t(d))}}}();if(p){var k=new CKEDITOR.template('\x3cdiv id\x3d"cke_{name}" class\x3d"cke {id} cke_reset_all cke_chrome cke_editor_{name} cke_float cke_{langDir} '+CKEDITOR.env.cssClass+'" dir\x3d"{langDir}" title\x3d"'+(CKEDITOR.env.gecko?
" ":"")+'" lang\x3d"{langCode}" role\x3d"application" style\x3d"{style}"'+(a.title?' aria-labelledby\x3d"cke_{name}_arialbl"':" ")+"\x3e"+(a.title?'\x3cspan id\x3d"cke_{name}_arialbl" class\x3d"cke_voice_label"\x3e{voiceLabel}\x3c/span\x3e':" ")+'\x3cdiv class\x3d"cke_inner"\x3e\x3cdiv id\x3d"{topId}" class\x3d"cke_top" role\x3d"presentation"\x3e{content}\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e'),b=CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromHtml(k.output({content:p,id:a.id,langDir:a.lang.dir,
c._.on=1;c.editorFocus&&!a.focusManager.hasFocus&&a.focus();if(c.onOpen)c.onOpen();a.once("panelShow",function(){f.focus(!f.multiSelect&&c.getValue())})};e.onHide=function(b){this.element.removeClass(h);c.setState(c.modes&&c.modes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);c._.on=0;if(!b&&c.onClose)c.onClose()};e.onEscape=function(){e.hide(1)};f.onClick=function(a,b){c.onClick&&c.onClick.call(c,a,b);e.hide()};this._.panel=e;this._.list=f;e.getBlock(this.id).onHide=function(){c._.on=
0;c.setState(CKEDITOR.TRISTATE_OFF)};this.init&&this.init()}},setValue:function(a,b){this._.value=a;var d=this.document.getById("cke_"+this.id+"_text");d&&(a||b?d.removeClass("cke_combo_inlinelabel"):(b=this.label,d.addClass("cke_combo_inlinelabel")),d.setText("undefined"!=typeof b?b:a))},getValue:function(){return this._.value||""},unmarkAll:function(){this._.list.unmarkAll()},mark:function(a){this._.list.mark(a)},hideItem:function(a){this._.list.hideItem(a)},hideGroup:function(a){this._.list.hideGroup(a)},
showAll:function(){this._.list.showAll()},add:function(a,b,d){this._.items[a]=d||a;this._.list.add(a,b,d)},startGroup:function(a){this._.list.startGroup(a)},commit:function(){this._.committed||(this._.list.commit(),this._.committed=1,CKEDITOR.ui.fire("ready",this));this._.committed=1},setState:function(a){if(this._.state!=a){var b=this.document.getById("cke_"+this.id);b.setState(a,"cke_combo");a==CKEDITOR.TRISTATE_DISABLED?b.setAttribute("aria-disabled",!0):b.removeAttribute("aria-disabled");this._.state=
-a}},getState:function(){return this._.state},enable:function(){this._.state==CKEDITOR.TRISTATE_DISABLED&&this.setState(this._.lastState)},disable:function(){this._.state!=CKEDITOR.TRISTATE_DISABLED&&(this._.lastState=this._.state,this.setState(CKEDITOR.TRISTATE_DISABLED))}},statics:{handler:{create:function(a){return new CKEDITOR.ui.richCombo(a)}}}});CKEDITOR.ui.prototype.addRichCombo=function(a,b){this.add(a,CKEDITOR.UI_RICHCOMBO,b)}})();CKEDITOR.plugins.add("format",{requires:"richcombo",init:function(a){if(!a.blockless){for(var f=a.config,c=a.lang.format,l=f.format_tags.split(";"),d={},m=0,n=[],g=0;g<l.length;g++){var h=l[g],k=new CKEDITOR.style(f["format_"+h]);if(!a.filter.customConfig||a.filter.check(k))m++,d[h]=k,d[h]._.enterMode=a.config.enterMode,n.push(k)}0!==m&&a.ui.addRichCombo("Format",{label:c.label,title:c.panelTitle,toolbar:"styles,20",allowedContent:n,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(f.contentsCss),
+a}},getState:function(){return this._.state},enable:function(){this._.state==CKEDITOR.TRISTATE_DISABLED&&this.setState(this._.lastState)},disable:function(){this._.state!=CKEDITOR.TRISTATE_DISABLED&&(this._.lastState=this._.state,this.setState(CKEDITOR.TRISTATE_DISABLED))}},statics:{handler:{create:function(a){return new CKEDITOR.ui.richCombo(a)}}}});CKEDITOR.ui.prototype.addRichCombo=function(a,b){this.add(a,CKEDITOR.UI_RICHCOMBO,b)}})();(function(){function l(a,b,c,f,p,l,t,v){var w=a.config,q=new CKEDITOR.style(t),k=p.split(";");p=[];for(var m={},d=0;d<k.length;d++){var h=k[d];if(h){var h=h.split("/"),u={},n=k[d]=h[0];u[c]=p[d]=h[1]||n;m[n]=new CKEDITOR.style(t,u);m[n]._.definition.name=n}else k.splice(d--,1)}a.ui.addRichCombo(b,{label:f.label,title:f.panelTitle,toolbar:"styles,"+v,allowedContent:q,requiredContent:q,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(w.contentsCss),multiSelect:!1,attributes:{"aria-label":f.panelTitle}},
+init:function(){this.startGroup(f.panelTitle);for(var a=0;a<k.length;a++){var b=k[a];this.add(b,m[b].buildPreview(),b)}},onClick:function(b){a.focus();a.fire("saveSnapshot");var c=this.getValue(),f=m[b];if(c&&b!=c){var k=m[c],e=a.getSelection().getRanges()[0];if(e.collapsed){var d=a.elementPath(),g=d.contains(function(a){return k.checkElementRemovable(a)});if(g){var h=e.checkBoundaryOfElement(g,CKEDITOR.START),l=e.checkBoundaryOfElement(g,CKEDITOR.END);if(h&&l){for(h=e.createBookmark();d=g.getFirst();)d.insertBefore(g);
+g.remove();e.moveToBookmark(h)}else h?e.moveToPosition(g,CKEDITOR.POSITION_BEFORE_START):l?e.moveToPosition(g,CKEDITOR.POSITION_AFTER_END):(e.splitElement(g),e.moveToPosition(g,CKEDITOR.POSITION_AFTER_END),r(e,d.elements.slice(),g));a.getSelection().selectRanges([e])}}else a.removeStyle(k)}a[c==b?"removeStyle":"applyStyle"](f);a.fire("saveSnapshot")},onRender:function(){a.on("selectionChange",function(b){var c=this.getValue();b=b.data.path.elements;for(var d=0,f;d<b.length;d++){f=b[d];for(var e in m)if(m[e].checkElementMatch(f,
+!0,a)){e!=c&&this.setValue(e);return}}this.setValue("",l)},this)},refresh:function(){a.activeFilter.check(q)||this.setState(CKEDITOR.TRISTATE_DISABLED)}})}function r(a,b,c){var f=b.pop();if(f){if(c)return r(a,b,f.equals(c)?null:c);c=f.clone();a.insertNode(c);a.moveToPosition(c,CKEDITOR.POSITION_AFTER_START);r(a,b)}}CKEDITOR.plugins.add("font",{requires:"richcombo",init:function(a){var b=a.config;l(a,"Font","family",a.lang.font,b.font_names,b.font_defaultLabel,b.font_style,30);l(a,"FontSize","size",
+a.lang.font.fontSize,b.fontSize_sizes,b.fontSize_defaultLabel,b.fontSize_style,40)}})})();CKEDITOR.config.font_names="Arial/Arial, Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif";
+CKEDITOR.config.font_defaultLabel="";CKEDITOR.config.font_style={element:"span",styles:{"font-family":"#(family)"},overrides:[{element:"font",attributes:{face:null}}]};CKEDITOR.config.fontSize_sizes="8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px";CKEDITOR.config.fontSize_defaultLabel="";CKEDITOR.config.fontSize_style={element:"span",styles:{"font-size":"#(size)"},overrides:[{element:"font",attributes:{size:null}}]};CKEDITOR.plugins.add("format",{requires:"richcombo",init:function(a){if(!a.blockless){for(var f=a.config,c=a.lang.format,l=f.format_tags.split(";"),d={},m=0,n=[],g=0;g<l.length;g++){var h=l[g],k=new CKEDITOR.style(f["format_"+h]);if(!a.filter.customConfig||a.filter.check(k))m++,d[h]=k,d[h]._.enterMode=a.config.enterMode,n.push(k)}0!==m&&a.ui.addRichCombo("Format",{label:c.label,title:c.panelTitle,toolbar:"styles,20",allowedContent:n,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(f.contentsCss),
multiSelect:!1,attributes:{"aria-label":c.panelTitle}},init:function(){this.startGroup(c.panelTitle);for(var a in d){var e=c["tag_"+a];this.add(a,d[a].buildPreview(e),e)}},onClick:function(b){a.focus();a.fire("saveSnapshot");b=d[b];var e=a.elementPath();a[b.checkActive(e,a)?"removeStyle":"applyStyle"](b);setTimeout(function(){a.fire("saveSnapshot")},0)},onRender:function(){a.on("selectionChange",function(b){var e=this.getValue();b=b.data.path;this.refresh();for(var c in d)if(d[c].checkActive(b,a)){c!=
e&&this.setValue(c,a.lang.format["tag_"+c]);return}this.setValue("")},this)},onOpen:function(){this.showAll();for(var b in d)a.activeFilter.check(d[b])||this.hideItem(b)},refresh:function(){var b=a.elementPath();if(b){if(b.isContextFor("p"))for(var c in d)if(a.activeFilter.check(d[c]))return;this.setState(CKEDITOR.TRISTATE_DISABLED)}}})}}});CKEDITOR.config.format_tags="p;h1;h2;h3;h4;h5;h6;pre;address;div";CKEDITOR.config.format_p={element:"p"};CKEDITOR.config.format_div={element:"div"};
-CKEDITOR.config.format_pre={element:"pre"};CKEDITOR.config.format_address={element:"address"};CKEDITOR.config.format_h1={element:"h1"};CKEDITOR.config.format_h2={element:"h2"};CKEDITOR.config.format_h3={element:"h3"};CKEDITOR.config.format_h4={element:"h4"};CKEDITOR.config.format_h5={element:"h5"};CKEDITOR.config.format_h6={element:"h6"};(function(){var b={canUndo:!1,exec:function(a){var b=a.document.createElement("hr");a.insertElement(b)},allowedContent:"hr",requiredContent:"hr"};CKEDITOR.plugins.add("horizontalrule",{init:function(a){a.blockless||(a.addCommand("horizontalrule",b),a.ui.addButton&&a.ui.addButton("HorizontalRule",{label:a.lang.horizontalrule.toolbar,command:"horizontalrule",toolbar:"insert,40"}))}})})();CKEDITOR.plugins.add("htmlwriter",{init:function(b){var a=new CKEDITOR.htmlWriter;a.forceSimpleAmpersand=b.config.forceSimpleAmpersand;a.indentationChars=b.config.dataIndentationChars||"\t";b.dataProcessor.writer=a}});
+CKEDITOR.config.format_pre={element:"pre"};CKEDITOR.config.format_address={element:"address"};CKEDITOR.config.format_h1={element:"h1"};CKEDITOR.config.format_h2={element:"h2"};CKEDITOR.config.format_h3={element:"h3"};CKEDITOR.config.format_h4={element:"h4"};CKEDITOR.config.format_h5={element:"h5"};CKEDITOR.config.format_h6={element:"h6"};CKEDITOR.plugins.add("forms",{requires:"dialog,fakeobjects",onLoad:function(){CKEDITOR.addCss(".cke_editable form{border: 1px dotted #FF0000;padding: 2px;}\n");CKEDITOR.addCss("img.cke_hidden{background-image: url("+CKEDITOR.getUrl(this.path+"images/hiddenfield.gif")+");background-position: center center;background-repeat: no-repeat;border: 1px solid #a9a9a9;width: 16px !important;height: 16px !important;}")},init:function(a){var b=a.lang,g=0,h={email:1,password:1,search:1,tel:1,text:1,url:1},l={checkbox:"input[type,name,checked,required]",
+radio:"input[type,name,checked,required]",textfield:"input[type,name,value,size,maxlength,required]",textarea:"textarea[cols,rows,name,required]",select:"select[name,size,multiple,required]; option[value,selected]",button:"input[type,name,value]",form:"form[action,name,id,enctype,target,method]",hiddenfield:"input[type,name,value]",imagebutton:"input[type,alt,src]{width,height,border,border-width,border-style,margin,float}"},m={checkbox:"input",radio:"input",textfield:"input",textarea:"textarea",
+select:"select",button:"input",form:"form",hiddenfield:"input",imagebutton:"input"},e=function(d,c,e){var h={allowedContent:l[c],requiredContent:m[c]};"form"==c&&(h.context="form");a.addCommand(c,new CKEDITOR.dialogCommand(c,h));a.ui.addButton&&a.ui.addButton(d,{label:b.common[d.charAt(0).toLowerCase()+d.slice(1)],command:c,toolbar:"forms,"+(g+=10)});CKEDITOR.dialog.add(c,e)},f=this.path+"dialogs/";!a.blockless&&e("Form","form",f+"form.js");e("Checkbox","checkbox",f+"checkbox.js");e("Radio","radio",
+f+"radio.js");e("TextField","textfield",f+"textfield.js");e("Textarea","textarea",f+"textarea.js");e("Select","select",f+"select.js");e("Button","button",f+"button.js");var k=a.plugins.image;k&&!a.plugins.image2&&e("ImageButton","imagebutton",CKEDITOR.plugins.getPath("image")+"dialogs/image.js");e("HiddenField","hiddenfield",f+"hiddenfield.js");a.addMenuItems&&(e={checkbox:{label:b.forms.checkboxAndRadio.checkboxTitle,command:"checkbox",group:"checkbox"},radio:{label:b.forms.checkboxAndRadio.radioTitle,
+command:"radio",group:"radio"},textfield:{label:b.forms.textfield.title,command:"textfield",group:"textfield"},hiddenfield:{label:b.forms.hidden.title,command:"hiddenfield",group:"hiddenfield"},button:{label:b.forms.button.title,command:"button",group:"button"},select:{label:b.forms.select.title,command:"select",group:"select"},textarea:{label:b.forms.textarea.title,command:"textarea",group:"textarea"}},k&&(e.imagebutton={label:b.image.titleButton,command:"imagebutton",group:"imagebutton"}),!a.blockless&&
+(e.form={label:b.forms.form.menu,command:"form",group:"form"}),a.addMenuItems(e));a.contextMenu&&(!a.blockless&&a.contextMenu.addListener(function(d,c,a){if((d=a.contains("form",1))&&!d.isReadOnly())return{form:CKEDITOR.TRISTATE_OFF}}),a.contextMenu.addListener(function(d){if(d&&!d.isReadOnly()){var c=d.getName();if("select"==c)return{select:CKEDITOR.TRISTATE_OFF};if("textarea"==c)return{textarea:CKEDITOR.TRISTATE_OFF};if("input"==c){var a=d.getAttribute("type")||"text";switch(a){case "button":case "submit":case "reset":return{button:CKEDITOR.TRISTATE_OFF};
+case "checkbox":return{checkbox:CKEDITOR.TRISTATE_OFF};case "radio":return{radio:CKEDITOR.TRISTATE_OFF};case "image":return k?{imagebutton:CKEDITOR.TRISTATE_OFF}:null}if(h[a])return{textfield:CKEDITOR.TRISTATE_OFF}}if("img"==c&&"hiddenfield"==d.data("cke-real-element-type"))return{hiddenfield:CKEDITOR.TRISTATE_OFF}}}));a.on("doubleclick",function(d){var c=d.data.element;if(!a.blockless&&c.is("form"))d.data.dialog="form";else if(c.is("select"))d.data.dialog="select";else if(c.is("textarea"))d.data.dialog=
+"textarea";else if(c.is("img")&&"hiddenfield"==c.data("cke-real-element-type"))d.data.dialog="hiddenfield";else if(c.is("input")){c=c.getAttribute("type")||"text";switch(c){case "button":case "submit":case "reset":d.data.dialog="button";break;case "checkbox":d.data.dialog="checkbox";break;case "radio":d.data.dialog="radio";break;case "image":d.data.dialog="imagebutton"}h[c]&&(d.data.dialog="textfield")}})},afterInit:function(a){var b=a.dataProcessor,g=b&&b.htmlFilter,b=b&&b.dataFilter;CKEDITOR.env.ie&&
+g&&g.addRules({elements:{input:function(a){a=a.attributes;var b=a.type;b||(a.type="text");"checkbox"!=b&&"radio"!=b||"on"!=a.value||delete a.value}}},{applyToAll:!0});b&&b.addRules({elements:{input:function(b){if("hidden"==b.attributes.type)return a.createFakeParserElement(b,"cke_hidden","hiddenfield")}}},{applyToAll:!0})}});(function(){var b={canUndo:!1,exec:function(a){var b=a.document.createElement("hr");a.insertElement(b)},allowedContent:"hr",requiredContent:"hr"};CKEDITOR.plugins.add("horizontalrule",{init:function(a){a.blockless||(a.addCommand("horizontalrule",b),a.ui.addButton&&a.ui.addButton("HorizontalRule",{label:a.lang.horizontalrule.toolbar,command:"horizontalrule",toolbar:"insert,40"}))}})})();CKEDITOR.plugins.add("htmlwriter",{init:function(b){var a=new CKEDITOR.htmlWriter;a.forceSimpleAmpersand=b.config.forceSimpleAmpersand;a.indentationChars=b.config.dataIndentationChars||"\t";b.dataProcessor.writer=a}});
CKEDITOR.htmlWriter=CKEDITOR.tools.createClass({base:CKEDITOR.htmlParser.basicWriter,$:function(){this.base();this.indentationChars="\t";this.selfClosingEnd=" /\x3e";this.lineBreakChars="\n";this.sortAttributes=1;this._.indent=0;this._.indentation="";this._.inPre=0;this._.rules={};var b=CKEDITOR.dtd,a;for(a in CKEDITOR.tools.extend({},b.$nonBodyContent,b.$block,b.$listItem,b.$tableContent))this.setRules(a,{indent:!b[a]["#"],breakBeforeOpen:1,breakBeforeClose:!b[a]["#"],breakAfterClose:1,needsSpace:a in
b.$block&&!(a in{li:1,dt:1,dd:1})});this.setRules("br",{breakAfterOpen:1});this.setRules("title",{indent:0,breakAfterOpen:0});this.setRules("style",{indent:0,breakBeforeClose:1});this.setRules("pre",{breakAfterOpen:1,indent:0})},proto:{openTag:function(b){var a=this._.rules[b];this._.afterCloser&&a&&a.needsSpace&&this._.needsSpace&&this._.output.push("\n");this._.indent?this.indentation():a&&a.breakBeforeOpen&&(this.lineBreak(),this.indentation());this._.output.push("\x3c",b);this._.afterCloser=0},
openTagClose:function(b,a){var c=this._.rules[b];a?(this._.output.push(this.selfClosingEnd),c&&c.breakAfterClose&&(this._.needsSpace=c.needsSpace)):(this._.output.push("\x3e"),c&&c.indent&&(this._.indentation+=this.indentationChars));c&&c.breakAfterOpen&&this.lineBreak();"pre"==b&&(this._.inPre=1)},attribute:function(b,a){"string"==typeof a&&(this.forceSimpleAmpersand&&(a=a.replace(/&/g,"\x26")),a=CKEDITOR.tools.htmlEncodeAttr(a));this._.output.push(" ",b,'\x3d"',a,'"')},closeTag:function(b){var a=
this._.rules[b];a&&a.indent&&(this._.indentation=this._.indentation.substr(this.indentationChars.length));this._.indent?this.indentation():a&&a.breakBeforeClose&&(this.lineBreak(),this.indentation());this._.output.push("\x3c/",b,"\x3e");"pre"==b&&(this._.inPre=0);a&&a.breakAfterClose&&(this.lineBreak(),this._.needsSpace=a.needsSpace);this._.afterCloser=1},text:function(b){this._.indent&&(this.indentation(),!this._.inPre&&(b=CKEDITOR.tools.ltrim(b)));this._.output.push(b)},comment:function(b){this._.indent&&
-this.indentation();this._.output.push("\x3c!--",b,"--\x3e")},lineBreak:function(){!this._.inPre&&0<this._.output.length&&this._.output.push(this.lineBreakChars);this._.indent=1},indentation:function(){!this._.inPre&&this._.indentation&&this._.output.push(this._.indentation);this._.indent=0},reset:function(){this._.output=[];this._.indent=0;this._.indentation="";this._.afterCloser=0;this._.inPre=0},setRules:function(b,a){var c=this._.rules[b];c?CKEDITOR.tools.extend(c,a,!0):this._.rules[b]=a}}});(function(){function m(a){function f(a){var b=!1;g.attachListener(g,"keydown",function(){var d=c.getBody().getElementsByTag(a);if(!b){for(var e=0;e<d.count();e++)d.getItem(e).setCustomData("retain",!0);b=!0}},null,null,1);g.attachListener(g,"keyup",function(){var d=c.getElementsByTag(a);b&&(1!=d.count()||d.getItem(0).getCustomData("retain")||d.getItem(0).remove(1),b=!1)})}var b=this.editor,c=a.document,d=c.body,e=c.getElementById("cke_actscrpt");e&&e.parentNode.removeChild(e);(e=c.getElementById("cke_shimscrpt"))&&
-e.parentNode.removeChild(e);(e=c.getElementById("cke_basetagscrpt"))&&e.parentNode.removeChild(e);d.contentEditable=!0;CKEDITOR.env.ie&&(d.hideFocus=!0,d.disabled=!0,d.removeAttribute("disabled"));delete this._.isLoadingData;this.$=d;c=new CKEDITOR.dom.document(c);this.setup();this.fixInitialSelection();var g=this;CKEDITOR.env.ie&&!CKEDITOR.env.edge&&c.getDocumentElement().addClass(c.$.compatMode);CKEDITOR.env.ie&&!CKEDITOR.env.edge&&b.enterMode!=CKEDITOR.ENTER_P?f("p"):CKEDITOR.env.edge&&b.enterMode!=
-CKEDITOR.ENTER_DIV&&f("div");if(CKEDITOR.env.webkit||CKEDITOR.env.ie&&10<CKEDITOR.env.version)c.getDocumentElement().on("mousedown",function(a){a.data.getTarget().is("html")&&setTimeout(function(){b.editable().focus()})});n(b);try{b.document.$.execCommand("2D-position",!1,!0)}catch(h){}(CKEDITOR.env.gecko||CKEDITOR.env.ie&&"CSS1Compat"==b.document.$.compatMode)&&this.attachListener(this,"keydown",function(a){var c=a.data.getKeystroke();if(33==c||34==c)if(CKEDITOR.env.ie)setTimeout(function(){b.getSelection().scrollIntoView()},
-0);else if(b.window.$.innerHeight>this.$.offsetHeight){var d=b.createRange();d[33==c?"moveToElementEditStart":"moveToElementEditEnd"](this);d.select();a.data.preventDefault()}});CKEDITOR.env.ie&&this.attachListener(c,"blur",function(){try{c.$.selection.empty()}catch(a){}});CKEDITOR.env.iOS&&this.attachListener(c,"touchend",function(){a.focus()});d=b.document.getElementsByTag("title").getItem(0);d.data("cke-title",d.getText());CKEDITOR.env.ie&&(b.document.$.title=this._.docTitle);CKEDITOR.tools.setTimeout(function(){"unloaded"==
-this.status&&(this.status="ready");b.fire("contentDom");this._.isPendingFocus&&(b.focus(),this._.isPendingFocus=!1);setTimeout(function(){b.fire("dataReady")},0)},0,this)}function n(a){function f(){var c;a.editable().attachListener(a,"selectionChange",function(){var d=a.getSelection().getSelectedElement();d&&(c&&(c.detachEvent("onresizestart",b),c=null),d.$.attachEvent("onresizestart",b),c=d.$)})}function b(a){a.returnValue=!1}if(CKEDITOR.env.gecko)try{var c=a.document.$;c.execCommand("enableObjectResizing",
-!1,!a.config.disableObjectResizing);c.execCommand("enableInlineTableEditing",!1,!a.config.disableNativeTableHandles)}catch(d){}else CKEDITOR.env.ie&&11>CKEDITOR.env.version&&a.config.disableObjectResizing&&f(a)}function p(){var a=[];if(8<=CKEDITOR.document.$.documentMode){a.push("html.CSS1Compat [contenteditable\x3dfalse]{min-height:0 !important}");var f=[],b;for(b in CKEDITOR.dtd.$removeEmpty)f.push("html.CSS1Compat "+b+"[contenteditable\x3dfalse]");a.push(f.join(",")+"{display:inline-block}")}else CKEDITOR.env.gecko&&
-(a.push("html{height:100% !important}"),a.push("img:-moz-broken{-moz-force-broken-image-icon:1;min-width:24px;min-height:24px}"));a.push("html{cursor:text;*cursor:auto}");a.push("img,input,textarea{cursor:default}");return a.join("\n")}CKEDITOR.plugins.add("wysiwygarea",{init:function(a){a.config.fullPage&&a.addFeature({allowedContent:"html head title; style [media,type]; body (*)[id]; meta link [*]",requiredContent:"body"});a.addMode("wysiwyg",function(f){function b(b){b&&b.removeListener();a.editable(new l(a,
-d.$.contentWindow.document.body));a.setData(a.getData(1),f)}var c="document.open();"+(CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+")();":"")+"document.close();",c=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie&&!CKEDITOR.env.edge?"javascript:void(function(){"+encodeURIComponent(c)+"}())":"",d=CKEDITOR.dom.element.createFromHtml('\x3ciframe src\x3d"'+c+'" frameBorder\x3d"0"\x3e\x3c/iframe\x3e');d.setStyles({width:"100%",height:"100%"});d.addClass("cke_wysiwyg_frame").addClass("cke_reset");
-c=a.ui.space("contents");c.append(d);var e=CKEDITOR.env.ie&&!CKEDITOR.env.edge||CKEDITOR.env.gecko;if(e)d.on("load",b);var g=a.title,h=a.fire("ariaEditorHelpLabel",{}).label;g&&(CKEDITOR.env.ie&&h&&(g+=", "+h),d.setAttribute("title",g));if(h){var g=CKEDITOR.tools.getNextId(),k=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+g+'" class\x3d"cke_voice_label"\x3e'+h+"\x3c/span\x3e");c.append(k,1);d.setAttribute("aria-describedby",g)}a.on("beforeModeUnload",function(a){a.removeListener();k&&k.remove()});
-d.setAttributes({tabIndex:a.tabIndex,allowTransparency:"true"});!e&&b();a.fire("ariaWidget",d)})}});CKEDITOR.editor.prototype.addContentsCss=function(a){var f=this.config,b=f.contentsCss;CKEDITOR.tools.isArray(b)||(f.contentsCss=b?[b]:[]);f.contentsCss.push(a)};var l=CKEDITOR.tools.createClass({$:function(){this.base.apply(this,arguments);this._.frameLoadedHandler=CKEDITOR.tools.addFunction(function(a){CKEDITOR.tools.setTimeout(m,0,this,a)},this);this._.docTitle=this.getWindow().getFrame().getAttribute("title")},
-base:CKEDITOR.editable,proto:{setData:function(a,f){var b=this.editor;if(f)this.setHtml(a),this.fixInitialSelection(),b.fire("dataReady");else{this._.isLoadingData=!0;b._.dataStore={id:1};var c=b.config,d=c.fullPage,e=c.docType,g=CKEDITOR.tools.buildStyleHtml(p()).replace(/<style>/,'\x3cstyle data-cke-temp\x3d"1"\x3e');d||(g+=CKEDITOR.tools.buildStyleHtml(b.config.contentsCss));var h=c.baseHref?'\x3cbase href\x3d"'+c.baseHref+'" data-cke-temp\x3d"1" /\x3e':"";d&&(a=a.replace(/<!DOCTYPE[^>]*>/i,function(a){b.docType=
-e=a;return""}).replace(/<\?xml\s[^\?]*\?>/i,function(a){b.xmlDeclaration=a;return""}));a=b.dataProcessor.toHtml(a);d?(/<body[\s|>]/.test(a)||(a="\x3cbody\x3e"+a),/<html[\s|>]/.test(a)||(a="\x3chtml\x3e"+a+"\x3c/html\x3e"),/<head[\s|>]/.test(a)?/<title[\s|>]/.test(a)||(a=a.replace(/<head[^>]*>/,"$\x26\x3ctitle\x3e\x3c/title\x3e")):a=a.replace(/<html[^>]*>/,"$\x26\x3chead\x3e\x3ctitle\x3e\x3c/title\x3e\x3c/head\x3e"),h&&(a=a.replace(/<head[^>]*?>/,"$\x26"+h)),a=a.replace(/<\/head\s*>/,g+"$\x26"),a=
-e+a):a=c.docType+'\x3chtml dir\x3d"'+c.contentsLangDirection+'" lang\x3d"'+(c.contentsLanguage||b.langCode)+'"\x3e\x3chead\x3e\x3ctitle\x3e'+this._.docTitle+"\x3c/title\x3e"+h+g+"\x3c/head\x3e\x3cbody"+(c.bodyId?' id\x3d"'+c.bodyId+'"':"")+(c.bodyClass?' class\x3d"'+c.bodyClass+'"':"")+"\x3e"+a+"\x3c/body\x3e\x3c/html\x3e";CKEDITOR.env.gecko&&(a=a.replace(/<body/,'\x3cbody contenteditable\x3d"true" '),2E4>CKEDITOR.env.version&&(a=a.replace(/<body[^>]*>/,"$\x26\x3c!-- cke-content-start --\x3e")));
-c='\x3cscript id\x3d"cke_actscrpt" type\x3d"text/javascript"'+(CKEDITOR.env.ie?' defer\x3d"defer" ':"")+"\x3evar wasLoaded\x3d0;function onload(){if(!wasLoaded)window.parent.CKEDITOR.tools.callFunction("+this._.frameLoadedHandler+",window);wasLoaded\x3d1;}"+(CKEDITOR.env.ie?"onload();":'document.addEventListener("DOMContentLoaded", onload, false );')+"\x3c/script\x3e";CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(c+='\x3cscript id\x3d"cke_shimscrpt"\x3ewindow.parent.CKEDITOR.tools.enableHtml5Elements(document)\x3c/script\x3e');
-h&&CKEDITOR.env.ie&&10>CKEDITOR.env.version&&(c+='\x3cscript id\x3d"cke_basetagscrpt"\x3evar baseTag \x3d document.querySelector( "base" );baseTag.href \x3d baseTag.href;\x3c/script\x3e');a=a.replace(/(?=\s*<\/(:?head)>)/,c);this.clearCustomData();this.clearListeners();b.fire("contentDomUnload");var k=this.getDocument();try{k.write(a)}catch(l){setTimeout(function(){k.write(a)},0)}}},getData:function(a){if(a)return this.getHtml();a=this.editor;var f=a.config,b=f.fullPage,c=b&&a.docType,d=b&&a.xmlDeclaration,
-e=this.getDocument(),b=b?e.getDocumentElement().getOuterHtml():e.getBody().getHtml();CKEDITOR.env.gecko&&f.enterMode!=CKEDITOR.ENTER_BR&&(b=b.replace(/<br>(?=\s*(:?$|<\/body>))/,""));b=a.dataProcessor.toDataFormat(b);d&&(b=d+"\n"+b);c&&(b=c+"\n"+b);return b},focus:function(){this._.isLoadingData?this._.isPendingFocus=!0:l.baseProto.focus.call(this)},detach:function(){var a=this.editor,f=a.document,b;try{b=a.window.getFrame()}catch(c){}l.baseProto.detach.call(this);this.clearCustomData();f.getDocumentElement().clearCustomData();
-CKEDITOR.tools.removeFunction(this._.frameLoadedHandler);b&&b.getParent()?(b.clearCustomData(),(a=b.removeCustomData("onResize"))&&a.removeListener(),b.remove()):CKEDITOR.warn("editor-destroy-iframe")}}})})();CKEDITOR.config.disableObjectResizing=!1;CKEDITOR.config.disableNativeTableHandles=!0;CKEDITOR.config.disableNativeSpellChecker=!0;(function(){function e(b,a){a||(a=b.getSelection().getSelectedElement());if(a&&a.is("img")&&!a.data("cke-realelement")&&!a.isReadOnly())return a}function f(b){var a=b.getStyle("float");if("inherit"==a||"none"==a)a=0;a||(a=b.getAttribute("align"));return a}CKEDITOR.plugins.add("image",{requires:"dialog",init:function(b){if(!b.plugins.image2){CKEDITOR.dialog.add("image",this.path+"dialogs/image.js");var a="img[alt,!src]{border-style,border-width,float,height,margin,margin-bottom,margin-left,margin-right,margin-top,width}";
+this.indentation();this._.output.push("\x3c!--",b,"--\x3e")},lineBreak:function(){!this._.inPre&&0<this._.output.length&&this._.output.push(this.lineBreakChars);this._.indent=1},indentation:function(){!this._.inPre&&this._.indentation&&this._.output.push(this._.indentation);this._.indent=0},reset:function(){this._.output=[];this._.indent=0;this._.indentation="";this._.afterCloser=0;this._.inPre=0},setRules:function(b,a){var c=this._.rules[b];c?CKEDITOR.tools.extend(c,a,!0):this._.rules[b]=a}}});(function(){CKEDITOR.plugins.add("iframe",{requires:"dialog,fakeobjects",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)}}})}})})();(function(){function e(b,a){a||(a=b.getSelection().getSelectedElement());if(a&&a.is("img")&&!a.data("cke-realelement")&&!a.isReadOnly())return a}function f(b){var a=b.getStyle("float");if("inherit"==a||"none"==a)a=0;a||(a=b.getAttribute("align"));return a}CKEDITOR.plugins.add("image",{requires:"dialog",init:function(b){if(!b.plugins.image2){CKEDITOR.dialog.add("image",this.path+"dialogs/image.js");var a="img[alt,!src]{border-style,border-width,float,height,margin,margin-bottom,margin-left,margin-right,margin-top,width}";
CKEDITOR.dialog.isTabEnabled(b,"image","advanced")&&(a="img[alt,dir,id,lang,longdesc,!src,title]{*}(*)");b.addCommand("image",new CKEDITOR.dialogCommand("image",{allowedContent:a,requiredContent:"img[alt,src]",contentTransformations:[["img{width}: sizeToStyle","img[width]: sizeToAttribute"],["img{float}: alignmentToStyle","img[align]: alignmentToAttribute"]]}));b.ui.addButton&&b.ui.addButton("Image",{label:b.lang.common.image,command:"image",toolbar:"insert,10"});b.on("doubleclick",function(b){var a=
b.data.element;!a.is("img")||a.data("cke-realelement")||a.isReadOnly()||(b.data.dialog="image")});b.addMenuItems&&b.addMenuItems({image:{label:b.lang.image.menu,command:"image",group:"image"}});b.contextMenu&&b.contextMenu.addListener(function(a){if(e(b,a))return{image:CKEDITOR.TRISTATE_OFF}})}},afterInit:function(b){function a(a){var d=b.getCommand("justify"+a);if(d){if("left"==a||"right"==a)d.on("exec",function(d){var c=e(b),g;c&&(g=f(c),g==a?(c.removeStyle("float"),a==f(c)&&c.removeAttribute("align")):
-c.setStyle("float",a),d.cancel())});d.on("refresh",function(d){var c=e(b);c&&(c=f(c),this.setState(c==a?CKEDITOR.TRISTATE_ON:"right"==a||"left"==a?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED),d.cancel())})}}b.plugins.image2||(a("left"),a("right"),a("center"),a("block"))}})})();CKEDITOR.config.image_removeLinkByEmptyURL=!0;(function(){function m(a,b){var e,f;b.on("refresh",function(a){var b=[k],c;for(c in a.data.states)b.push(a.data.states[c]);this.setState(CKEDITOR.tools.search(b,p)?p:k)},b,null,100);b.on("exec",function(b){e=a.getSelection();f=e.createBookmarks(1);b.data||(b.data={});b.data.done=!1},b,null,0);b.on("exec",function(){a.forceNextSelectionCheck();e.selectBookmarks(f)},b,null,100)}var k=CKEDITOR.TRISTATE_DISABLED,p=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indent",{init:function(a){var b=CKEDITOR.plugins.indent.genericDefinition;
+c.setStyle("float",a),d.cancel())});d.on("refresh",function(d){var c=e(b);c&&(c=f(c),this.setState(c==a?CKEDITOR.TRISTATE_ON:"right"==a||"left"==a?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED),d.cancel())})}}b.plugins.image2||(a("left"),a("right"),a("center"),a("block"))}})})();CKEDITOR.config.image_removeLinkByEmptyURL=!0;CKEDITOR.plugins.add("imagebrowser",{init:function(a){if(!("undefined"===typeof a.config.imageBrowser_listUrl||null===a.config.imageBrowser_listUrl)){var b=a.plugins.imagebrowser.path+"browser/browser.html?listUrl="+encodeURIComponent(a.config.imageBrowser_listUrl);a.config.baseHref&&(b+="&baseHref="+encodeURIComponent(a.config.baseHref));a.config.filebrowserImageBrowseUrl=b}}});(function(){function m(a,b){var e,f;b.on("refresh",function(a){var b=[k],c;for(c in a.data.states)b.push(a.data.states[c]);this.setState(CKEDITOR.tools.search(b,p)?p:k)},b,null,100);b.on("exec",function(b){e=a.getSelection();f=e.createBookmarks(1);b.data||(b.data={});b.data.done=!1},b,null,0);b.on("exec",function(){a.forceNextSelectionCheck();e.selectBookmarks(f)},b,null,100)}var k=CKEDITOR.TRISTATE_DISABLED,p=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indent",{init:function(a){var b=CKEDITOR.plugins.indent.genericDefinition;
m(a,a.addCommand("indent",new b(!0)));m(a,a.addCommand("outdent",new b));a.ui.addButton&&(a.ui.addButton("Indent",{label:a.lang.indent.indent,command:"indent",directional:!0,toolbar:"indent,20"}),a.ui.addButton("Outdent",{label:a.lang.indent.outdent,command:"outdent",directional:!0,toolbar:"indent,10"}));a.on("dirChanged",function(b){var f=a.createRange(),l=b.data.node;f.setStartBefore(l);f.setEndAfter(l);for(var n=new CKEDITOR.dom.walker(f),c;c=n.next();)if(c.type==CKEDITOR.NODE_ELEMENT)if(!c.equals(l)&&
c.getDirection())f.setStartAfter(c),n=new CKEDITOR.dom.walker(f);else{var d=a.config.indentClasses;if(d)for(var g="ltr"==b.data.dir?["_rtl",""]:["","_rtl"],h=0;h<d.length;h++)c.hasClass(d[h]+g[0])&&(c.removeClass(d[h]+g[0]),c.addClass(d[h]+g[1]));d=c.getStyle("margin-right");g=c.getStyle("margin-left");d?c.setStyle("margin-left",d):c.removeStyle("margin-left");g?c.setStyle("margin-right",g):c.removeStyle("margin-right")}})}});CKEDITOR.plugins.indent={genericDefinition:function(a){this.isIndent=!!a;
this.startDisabled=!this.isIndent},specificDefinition:function(a,b,e){this.name=b;this.editor=a;this.jobs={};this.enterBr=a.config.enterMode==CKEDITOR.ENTER_BR;this.isIndent=!!e;this.relatedGlobal=e?"indent":"outdent";this.indentKey=e?9:CKEDITOR.SHIFT+9;this.database={}},registerCommands:function(a,b){a.on("pluginsLoaded",function(){for(var a in b)(function(a,b){var e=a.getCommand(b.relatedGlobal),c;for(c in b.jobs)e.on("exec",function(d){d.data.done||(a.fire("lockSnapshot"),b.execJob(a,c)&&(d.data.done=
!0),a.fire("unlockSnapshot"),CKEDITOR.dom.element.clearAllMarkers(b.database))},this,null,c),e.on("refresh",function(d){d.data.states||(d.data.states={});d.data.states[b.name+"@"+c]=b.refreshJob(a,c,d.data.path)},this,null,c);a.addFeature(b)})(this,b[a])})}};CKEDITOR.plugins.indent.genericDefinition.prototype={context:"p",exec:function(){}};CKEDITOR.plugins.indent.specificDefinition.prototype={execJob:function(a,b){var e=this.jobs[b];if(e.state!=k)return e.exec.call(this,a)},refreshJob:function(a,
-b,e){b=this.jobs[b];a.activeFilter.checkFeature(this)?b.state=b.refresh.call(this,a,e):b.state=k;return b.state},getContext:function(a){return a.contains(this.context)}}})();(function(){function w(c){function f(b){for(var e=d.startContainer,a=d.endContainer;e&&!e.getParent().equals(b);)e=e.getParent();for(;a&&!a.getParent().equals(b);)a=a.getParent();if(!e||!a)return!1;for(var g=e,e=[],k=!1;!k;)g.equals(a)&&(k=!0),e.push(g),g=g.getNext();if(1>e.length)return!1;g=b.getParents(!0);for(a=0;a<g.length;a++)if(g[a].getName&&p[g[a].getName()]){b=g[a];break}for(var g=l.isIndent?1:-1,a=e[0],e=e[e.length-1],k=CKEDITOR.plugins.list.listToArray(b,q),n=k[e.getCustomData("listarray_index")].indent,
+b,e){b=this.jobs[b];a.activeFilter.checkFeature(this)?b.state=b.refresh.call(this,a,e):b.state=k;return b.state},getContext:function(a){return a.contains(this.context)}}})();(function(){function f(b,c,a){if(!b.getCustomData("indent_processed")){var d=this.editor,l=this.isIndent;if(c){d=b.$.className.match(this.classNameRegex);a=0;d&&(d=d[1],a=CKEDITOR.tools.indexOf(c,d)+1);if(0>(a+=l?1:-1))return;a=Math.min(a,c.length);a=Math.max(a,0);b.$.className=CKEDITOR.tools.ltrim(b.$.className.replace(this.classNameRegex,""));0<a&&b.addClass(c[a-1])}else{c=m(b,a);a=parseInt(b.getStyle(c),10);var g=d.config.indentOffset||40;isNaN(a)&&(a=0);a+=(l?1:-1)*g;if(0>a)return;a=Math.max(a,
+0);a=Math.ceil(a/g)*g;b.setStyle(c,a?a+(d.config.indentUnit||"px"):"");""===b.getAttribute("style")&&b.removeAttribute("style")}CKEDITOR.dom.element.setMarker(this.database,b,"indent_processed",1)}}function m(b,c){return"ltr"==(c||b.getComputedStyle("direction"))?"margin-left":"margin-right"}var h=CKEDITOR.dtd.$listItem,p=CKEDITOR.dtd.$list,k=CKEDITOR.TRISTATE_DISABLED,n=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentblock",{requires:"indent",init:function(b){function c(){a.specificDefinition.apply(this,
+arguments);this.allowedContent={"div h1 h2 h3 h4 h5 h6 ol p pre ul":{propertiesOnly:!0,styles:d?null:"margin-left,margin-right",classes:d||null}};this.enterBr&&(this.allowedContent.div=!0);this.requiredContent=(this.enterBr?"div":"p")+(d?"("+d.join(",")+")":"{margin-left}");this.jobs={20:{refresh:function(a,b){var e=b.block||b.blockLimit;if(!e.is(h))var c=e.getAscendant(h),e=c&&b.contains(c)||e;e.is(h)&&(e=e.getParent());if(this.enterBr||this.getContext(b)){if(d){var c=d,e=e.$.className.match(this.classNameRegex),
+f=this.isIndent,c=e?f?e[1]!=c.slice(-1):!0:f;return c?n:k}return this.isIndent?n:e?CKEDITOR[0>=(parseInt(e.getStyle(m(e)),10)||0)?"TRISTATE_DISABLED":"TRISTATE_OFF"]:k}return k},exec:function(a){var b=a.getSelection(),b=b&&b.getRanges()[0],c;if(c=a.elementPath().contains(p))f.call(this,c,d);else for(b=b.createIterator(),a=a.config.enterMode,b.enforceRealBlocks=!0,b.enlargeBr=a!=CKEDITOR.ENTER_BR;c=b.getNextParagraph(a==CKEDITOR.ENTER_P?"p":"div");)c.isReadOnly()||f.call(this,c,d);return!0}}}}var a=
+CKEDITOR.plugins.indent,d=b.config.indentClasses;a.registerCommands(b,{indentblock:new c(b,"indentblock",!0),outdentblock:new c(b,"outdentblock")});CKEDITOR.tools.extend(c.prototype,a.specificDefinition.prototype,{context:{div:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ul:1,ol:1,p:1,pre:1,table:1},classNameRegex:d?new RegExp("(?:^|\\s+)("+d.join("|")+")(?\x3d$|\\s)"):null})}})})();(function(){function w(c){function f(b){for(var e=d.startContainer,a=d.endContainer;e&&!e.getParent().equals(b);)e=e.getParent();for(;a&&!a.getParent().equals(b);)a=a.getParent();if(!e||!a)return!1;for(var g=e,e=[],k=!1;!k;)g.equals(a)&&(k=!0),e.push(g),g=g.getNext();if(1>e.length)return!1;g=b.getParents(!0);for(a=0;a<g.length;a++)if(g[a].getName&&p[g[a].getName()]){b=g[a];break}for(var g=l.isIndent?1:-1,a=e[0],e=e[e.length-1],k=CKEDITOR.plugins.list.listToArray(b,q),n=k[e.getCustomData("listarray_index")].indent,
a=a.getCustomData("listarray_index");a<=e.getCustomData("listarray_index");a++)if(k[a].indent+=g,0<g){var h=k[a].parent;k[a].parent=new CKEDITOR.dom.element(h.getName(),h.getDocument())}for(a=e.getCustomData("listarray_index")+1;a<k.length&&k[a].indent>n;a++)k[a].indent+=g;e=CKEDITOR.plugins.list.arrayToList(k,q,null,c.config.enterMode,b.getDirection());if(!l.isIndent){var f;if((f=b.getParent())&&f.is("li"))for(var g=e.listNode.getChildren(),r=[],m,a=g.count()-1;0<=a;a--)(m=g.getItem(a))&&m.is&&m.is("li")&&
r.push(m)}e&&e.listNode.replace(b);if(r&&r.length)for(a=0;a<r.length;a++){for(m=b=r[a];(m=m.getNext())&&m.is&&m.getName()in p;)CKEDITOR.env.needsNbspFiller&&!b.getFirst(x)&&b.append(d.document.createText(" ")),b.append(m);b.insertAfter(f)}e&&c.fire("contentDomInvalidated");return!0}for(var l=this,q=this.database,p=this.context,n=c.getSelection(),n=(n&&n.getRanges()).createIterator(),d;d=n.getNextRange();){for(var b=d.getCommonAncestor();b&&(b.type!=CKEDITOR.NODE_ELEMENT||!p[b.getName()]);){if(c.editable().equals(b)){b=
!1;break}b=b.getParent()}b||(b=d.startPath().contains(p))&&d.setEndAt(b,CKEDITOR.POSITION_BEFORE_END);if(!b){var h=d.getEnclosedNode();h&&h.type==CKEDITOR.NODE_ELEMENT&&h.getName()in p&&(d.setStartAt(h,CKEDITOR.POSITION_AFTER_START),d.setEndAt(h,CKEDITOR.POSITION_BEFORE_END),b=h)}b&&d.startContainer.type==CKEDITOR.NODE_ELEMENT&&d.startContainer.getName()in p&&(h=new CKEDITOR.dom.walker(d),h.evaluator=t,d.startContainer=h.next());b&&d.endContainer.type==CKEDITOR.NODE_ELEMENT&&d.endContainer.getName()in
p&&(h=new CKEDITOR.dom.walker(d),h.evaluator=t,d.endContainer=h.previous());if(b)return f(b)}return 0}function t(c){return c.type==CKEDITOR.NODE_ELEMENT&&c.is("li")}function x(c){return y(c)&&z(c)}var y=CKEDITOR.dom.walker.whitespaces(!0),z=CKEDITOR.dom.walker.bookmark(!1,!0),u=CKEDITOR.TRISTATE_DISABLED,v=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentlist",{requires:"indent",init:function(c){function f(c){l.specificDefinition.apply(this,arguments);this.requiredContent=["ul","ol"];c.on("key",
function(f){if("wysiwyg"==c.mode&&f.data.keyCode==this.indentKey){var n=this.getContext(c.elementPath());!n||this.isIndent&&CKEDITOR.plugins.indentList.firstItemInPath(this.context,c.elementPath(),n)||(c.execCommand(this.relatedGlobal),f.cancel())}},this);this.jobs[this.isIndent?10:30]={refresh:this.isIndent?function(c,f){var d=this.getContext(f),b=CKEDITOR.plugins.indentList.firstItemInPath(this.context,f,d);return d&&this.isIndent&&!b?v:u}:function(c,f){return!this.getContext(f)||this.isIndent?
-u:v},exec:CKEDITOR.tools.bind(w,this)}}var l=CKEDITOR.plugins.indent;l.registerCommands(c,{indentlist:new f(c,"indentlist",!0),outdentlist:new f(c,"outdentlist")});CKEDITOR.tools.extend(f.prototype,l.specificDefinition.prototype,{context:{ol:1,ul:1}})}});CKEDITOR.plugins.indentList={};CKEDITOR.plugins.indentList.firstItemInPath=function(c,f,l){var q=f.contains(t);l||(l=f.contains(c));return l&&q&&q.equals(l.getFirst(t))}})();(function(){function g(a,b){var c=l.exec(a),d=l.exec(b);if(c){if(!c[2]&&"px"==d[2])return d[1];if("px"==c[2]&&!d[2])return d[1]+"px"}return b}var k=CKEDITOR.htmlParser.cssStyle,h=CKEDITOR.tools.cssLength,l=/^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i,m={elements:{$:function(a){var b=a.attributes;if((b=(b=(b=b&&b["data-cke-realelement"])&&new CKEDITOR.htmlParser.fragment.fromHtml(decodeURIComponent(b)))&&b.children[0])&&a.attributes["data-cke-resizable"]){var c=(new k(a)).rules;a=b.attributes;var d=c.width,
-c=c.height;d&&(a.width=g(a.width,d));c&&(a.height=g(a.height,c))}return b}}};CKEDITOR.plugins.add("fakeobjects",{init:function(a){a.filter.allow("img[!data-cke-realelement,src,alt,title](*){*}","fakeobjects")},afterInit:function(a){(a=(a=a.dataProcessor)&&a.htmlFilter)&&a.addRules(m,{applyToAll:!0})}});CKEDITOR.editor.prototype.createFakeElement=function(a,b,c,d){var e=this.lang.fakeobjects,e=e[c]||e.unknown;b={"class":b,"data-cke-realelement":encodeURIComponent(a.getOuterHtml()),"data-cke-real-node-type":a.type,
-alt:e,title:e,align:a.getAttribute("align")||""};CKEDITOR.env.hc||(b.src=CKEDITOR.tools.transparentImageData);c&&(b["data-cke-real-element-type"]=c);d&&(b["data-cke-resizable"]=d,c=new k,d=a.getAttribute("width"),a=a.getAttribute("height"),d&&(c.rules.width=h(d)),a&&(c.rules.height=h(a)),c.populate(b));return this.document.createElement("img",{attributes:b})};CKEDITOR.editor.prototype.createFakeParserElement=function(a,b,c,d){var e=this.lang.fakeobjects,e=e[c]||e.unknown,f;f=new CKEDITOR.htmlParser.basicWriter;
-a.writeHtml(f);f=f.getHtml();b={"class":b,"data-cke-realelement":encodeURIComponent(f),"data-cke-real-node-type":a.type,alt:e,title:e,align:a.attributes.align||""};CKEDITOR.env.hc||(b.src=CKEDITOR.tools.transparentImageData);c&&(b["data-cke-real-element-type"]=c);d&&(b["data-cke-resizable"]=d,d=a.attributes,a=new k,c=d.width,d=d.height,void 0!==c&&(a.rules.width=h(c)),void 0!==d&&(a.rules.height=h(d)),a.populate(b));return new CKEDITOR.htmlParser.element("img",b)};CKEDITOR.editor.prototype.restoreRealElement=
-function(a){if(a.data("cke-real-node-type")!=CKEDITOR.NODE_ELEMENT)return null;var b=CKEDITOR.dom.element.createFromHtml(decodeURIComponent(a.data("cke-realelement")),this.document);if(a.data("cke-resizable")){var c=a.getStyle("width");a=a.getStyle("height");c&&b.setAttribute("width",g(b.getAttribute("width"),c));a&&b.setAttribute("height",g(b.getAttribute("height"),a))}return b}})();(function(){function p(c){return c.replace(/'/g,"\\$\x26")}function q(c){for(var b,a=c.length,f=[],e=0;e<a;e++)b=c.charCodeAt(e),f.push(b);return"String.fromCharCode("+f.join(",")+")"}function r(c,b){var a=c.plugins.link,f=a.compiledProtectionFunction.params,e,d;d=[a.compiledProtectionFunction.name,"("];for(var g=0;g<f.length;g++)a=f[g].toLowerCase(),e=b[a],0<g&&d.push(","),d.push("'",e?p(encodeURIComponent(b[a])):"","'");d.push(")");return d.join("")}function n(c){c=c.config.emailProtection||"";
+u:v},exec:CKEDITOR.tools.bind(w,this)}}var l=CKEDITOR.plugins.indent;l.registerCommands(c,{indentlist:new f(c,"indentlist",!0),outdentlist:new f(c,"outdentlist")});CKEDITOR.tools.extend(f.prototype,l.specificDefinition.prototype,{context:{ol:1,ul:1}})}});CKEDITOR.plugins.indentList={};CKEDITOR.plugins.indentList.firstItemInPath=function(c,f,l){var q=f.contains(t);l||(l=f.contains(c));return l&&q&&q.equals(l.getFirst(t))}})();(function(){function n(a,c){c=void 0===c||c;var b;if(c)b=a.getComputedStyle("text-align");else{for(;!a.hasAttribute||!a.hasAttribute("align")&&!a.getStyle("text-align");){b=a.getParent();if(!b)break;a=b}b=a.getStyle("text-align")||a.getAttribute("align")||""}b&&(b=b.replace(/(?:-(?:moz|webkit)-)?(?:start|auto)/i,""));!b&&c&&(b="rtl"==a.getComputedStyle("direction")?"right":"left");return b}function g(a,c,b){this.editor=a;this.name=c;this.value=b;this.context="p";c=a.config.justifyClasses;var h=a.config.enterMode==
+CKEDITOR.ENTER_P?"p":"div";if(c){switch(b){case "left":this.cssClassName=c[0];break;case "center":this.cssClassName=c[1];break;case "right":this.cssClassName=c[2];break;case "justify":this.cssClassName=c[3]}this.cssClassRegex=new RegExp("(?:^|\\s+)(?:"+c.join("|")+")(?\x3d$|\\s)");this.requiredContent=h+"("+this.cssClassName+")"}else this.requiredContent=h+"{text-align}";this.allowedContent={"caption div h1 h2 h3 h4 h5 h6 p pre td th li":{propertiesOnly:!0,styles:this.cssClassName?null:"text-align",
+classes:this.cssClassName||null}};a.config.enterMode==CKEDITOR.ENTER_BR&&(this.allowedContent.div=!0)}function l(a){var c=a.editor,b=c.createRange();b.setStartBefore(a.data.node);b.setEndAfter(a.data.node);for(var h=new CKEDITOR.dom.walker(b),d;d=h.next();)if(d.type==CKEDITOR.NODE_ELEMENT)if(!d.equals(a.data.node)&&d.getDirection())b.setStartAfter(d),h=new CKEDITOR.dom.walker(b);else{var e=c.config.justifyClasses;e&&(d.hasClass(e[0])?(d.removeClass(e[0]),d.addClass(e[2])):d.hasClass(e[2])&&(d.removeClass(e[2]),
+d.addClass(e[0])));e=d.getStyle("text-align");"left"==e?d.setStyle("text-align","right"):"right"==e&&d.setStyle("text-align","left")}}g.prototype={exec:function(a){var c=a.getSelection(),b=a.config.enterMode;if(c){for(var h=c.createBookmarks(),d=c.getRanges(),e=this.cssClassName,g,f,k=a.config.useComputedState,k=void 0===k||k,m=d.length-1;0<=m;m--)for(g=d[m].createIterator(),g.enlargeBr=b!=CKEDITOR.ENTER_BR;f=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)if(!f.isReadOnly()){f.removeAttribute("align");
+f.removeStyle("text-align");var l=e&&(f.$.className=CKEDITOR.tools.ltrim(f.$.className.replace(this.cssClassRegex,""))),p=this.state==CKEDITOR.TRISTATE_OFF&&(!k||n(f,!0)!=this.value);e?p?f.addClass(e):l||f.removeAttribute("class"):p&&f.setStyle("text-align",this.value)}a.focus();a.forceNextSelectionCheck();c.selectBookmarks(h)}},refresh:function(a,c){var b=c.block||c.blockLimit;this.setState("body"!=b.getName()&&n(b,this.editor.config.useComputedState)==this.value?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)}};
+CKEDITOR.plugins.add("justify",{init:function(a){if(!a.blockless){var c=new g(a,"justifyleft","left"),b=new g(a,"justifycenter","center"),h=new g(a,"justifyright","right"),d=new g(a,"justifyblock","justify");a.addCommand("justifyleft",c);a.addCommand("justifycenter",b);a.addCommand("justifyright",h);a.addCommand("justifyblock",d);a.ui.addButton&&(a.ui.addButton("JustifyLeft",{label:a.lang.justify.left,command:"justifyleft",toolbar:"align,10"}),a.ui.addButton("JustifyCenter",{label:a.lang.justify.center,
+command:"justifycenter",toolbar:"align,20"}),a.ui.addButton("JustifyRight",{label:a.lang.justify.right,command:"justifyright",toolbar:"align,30"}),a.ui.addButton("JustifyBlock",{label:a.lang.justify.block,command:"justifyblock",toolbar:"align,40"}));a.on("dirChanged",l)}}})})();(function(){function p(c){return c.replace(/'/g,"\\$\x26")}function q(c){for(var b,a=c.length,f=[],e=0;e<a;e++)b=c.charCodeAt(e),f.push(b);return"String.fromCharCode("+f.join(",")+")"}function r(c,b){var a=c.plugins.link,f=a.compiledProtectionFunction.params,e,d;d=[a.compiledProtectionFunction.name,"("];for(var g=0;g<f.length;g++)a=f[g].toLowerCase(),e=b[a],0<g&&d.push(","),d.push("'",e?p(encodeURIComponent(b[a])):"","'");d.push(")");return d.join("")}function n(c){c=c.config.emailProtection||"";
var b;c&&"encode"!=c&&(b={},c.replace(/^([^(]+)\(([^)]+)\)$/,function(a,c,e){b.name=c;b.params=[];e.replace(/[^,\s]+/g,function(a){b.params.push(a)})}));return b}CKEDITOR.plugins.add("link",{requires:"dialog,fakeobjects",onLoad:function(){function c(b){return a.replace(/%1/g,"rtl"==b?"right":"left").replace(/%2/g,"cke_contents_"+b)}var b="background:url("+CKEDITOR.getUrl(this.path+"images"+(CKEDITOR.env.hidpi?"/hidpi":"")+"/anchor.png")+") no-repeat %1 center;border:1px dotted #00f;background-size:16px;",
a=".%2 a.cke_anchor,.%2 a.cke_anchor_empty,.cke_editable.%2 a[name],.cke_editable.%2 a[data-cke-saved-name]{"+b+"padding-%1:18px;cursor:auto;}.%2 img.cke_anchor{"+b+"width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}";CKEDITOR.addCss(c("ltr")+c("rtl"))},init:function(c){var b="a[!href]";CKEDITOR.dialog.isTabEnabled(c,"link","advanced")&&(b=b.replace("]",",accesskey,charset,dir,id,lang,name,rel,tabindex,title,type]{*}(*)"));CKEDITOR.dialog.isTabEnabled(c,"link","target")&&(b=b.replace("]",
",target,onclick]"));c.addCommand("link",new CKEDITOR.dialogCommand("link",{allowedContent:b,requiredContent:"a[href]"}));c.addCommand("anchor",new CKEDITOR.dialogCommand("anchor",{allowedContent:"a[!name,id]",requiredContent:"a[name]"}));c.addCommand("unlink",new CKEDITOR.unlinkCommand);c.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand);c.setKeystroke(CKEDITOR.CTRL+76,"link");c.ui.addButton&&(c.ui.addButton("Link",{label:c.lang.link.toolbar,command:"link",toolbar:"links,10"}),c.ui.addButton("Unlink",
!z(a)};d.guard=function(a,b){return!(b&&a.type==CKEDITOR.NODE_ELEMENT&&a.is("table"))};e=f.clone();if(k){var a;(a=g.contains(v))&&f.checkBoundaryOfElement(a,CKEDITOR.START)&&(a=a.getParent())&&a.is("li")&&(a=A(a))?(c=a,a=a.getPrevious(u),e.moveToPosition(a&&z(a)?a:c,CKEDITOR.POSITION_BEFORE_START)):(d.range.setStartAt(h,CKEDITOR.POSITION_AFTER_START),d.range.setEnd(f.startContainer,f.startOffset),(a=d.previous())&&a.type==CKEDITOR.NODE_ELEMENT&&(a.getName()in v||a.is("li"))&&(a.is("li")||(d.range.selectNodeContents(a),
d.reset(),d.evaluator=G,a=d.previous()),c=a,e.moveToElementEditEnd(c),e.moveToPosition(e.endPath().block,CKEDITOR.POSITION_BEFORE_END)));if(c)C(b,e,f),m.cancel();else{var p=g.contains(v);p&&f.checkBoundaryOfElement(p,CKEDITOR.START)&&(c=p.getFirst(u),f.checkBoundaryOfElement(c,CKEDITOR.START)&&(a=p.getPrevious(u),A(c)?a&&(f.moveToElementEditEnd(a),f.select()):b.execCommand("outdent"),m.cancel()))}}else if(c=g.contains("li")){if(d.range.setEndAt(h,CKEDITOR.POSITION_BEFORE_END),k=(h=c.getLast(u))&&
G(h)?h:c,g=0,(a=d.next())&&a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in v&&a.equals(h)?(g=1,a=d.next()):f.checkBoundaryOfElement(k,CKEDITOR.END)&&(g=2),g&&a){f=f.clone();f.moveToElementEditStart(a);if(1==g&&(e.optimize(),!e.startContainer.equals(c))){for(c=e.startContainer;c.is(CKEDITOR.dtd.$inline);)p=c,c=c.getParent();p&&e.moveToPosition(p,CKEDITOR.POSITION_AFTER_END)}2==g&&(e.moveToPosition(e.endPath().block,CKEDITOR.POSITION_BEFORE_END),f.endPath().block&&f.moveToPosition(f.endPath().block,CKEDITOR.POSITION_AFTER_START));
-C(b,e,f);m.cancel()}}else d.range.setEndAt(h,CKEDITOR.POSITION_BEFORE_END),(a=d.next())&&a.type==CKEDITOR.NODE_ELEMENT&&a.is(v)&&(a=a.getFirst(u),g.block&&f.checkStartOfBlock()&&f.checkEndOfBlock()?(g.block.remove(),f.moveToElementEditStart(a),f.select()):A(a)?(f.moveToElementEditStart(a),f.select()):(f=f.clone(),f.moveToElementEditStart(a),C(b,e,f)),m.cancel());setTimeout(function(){b.selectionChange(1)})}}}))}})})();(function(){function V(a,c,d){return n(c)&&n(d)&&d.equals(c.getNext(function(a){return!(E(a)||F(a)||u(a))}))}function z(a){this.upper=a[0];this.lower=a[1];this.set.apply(this,a.slice(2))}function O(a){var c=a.element;if(c&&n(c)&&(c=c.getAscendant(a.triggers,!0))&&a.editable.contains(c)){var d=P(c);if("true"==d.getAttribute("contenteditable"))return c;if(d.is(a.triggers))return d}return null}function ka(a,c,d){r(a,c);r(a,d);a=c.size.bottom;d=d.size.top;return a&&d?0|(a+d)/2:a||d}function w(a,c,d){return c=
+C(b,e,f);m.cancel()}}else d.range.setEndAt(h,CKEDITOR.POSITION_BEFORE_END),(a=d.next())&&a.type==CKEDITOR.NODE_ELEMENT&&a.is(v)&&(a=a.getFirst(u),g.block&&f.checkStartOfBlock()&&f.checkEndOfBlock()?(g.block.remove(),f.moveToElementEditStart(a),f.select()):A(a)?(f.moveToElementEditStart(a),f.select()):(f=f.clone(),f.moveToElementEditStart(a),C(b,e,f)),m.cancel());setTimeout(function(){b.selectionChange(1)})}}}))}})})();(function(){CKEDITOR.plugins.liststyle={requires:"dialog,contextmenu",init:function(a){if(!a.blockless){var b;b=new CKEDITOR.dialogCommand("numberedListStyle",{requiredContent:"ol",allowedContent:"ol{list-style-type}[start]"});b=a.addCommand("numberedListStyle",b);a.addFeature(b);CKEDITOR.dialog.add("numberedListStyle",this.path+"dialogs/liststyle.js");b=new CKEDITOR.dialogCommand("bulletedListStyle",{requiredContent:"ul",allowedContent:"ul{list-style-type}"});b=a.addCommand("bulletedListStyle",b);
+a.addFeature(b);CKEDITOR.dialog.add("bulletedListStyle",this.path+"dialogs/liststyle.js");a.addMenuGroup("list",108);a.addMenuItems({numberedlist:{label:a.lang.liststyle.numberedTitle,group:"list",command:"numberedListStyle"},bulletedlist:{label:a.lang.liststyle.bulletedTitle,group:"list",command:"bulletedListStyle"}});a.contextMenu.addListener(function(a){if(!a||a.isReadOnly())return null;for(;a;){var b=a.getName();if("ol"==b)return{numberedlist:CKEDITOR.TRISTATE_OFF};if("ul"==b)return{bulletedlist:CKEDITOR.TRISTATE_OFF};
+a=a.getParent()}return null})}}};CKEDITOR.plugins.add("liststyle",CKEDITOR.plugins.liststyle)})();(function(){function V(a,c,d){return n(c)&&n(d)&&d.equals(c.getNext(function(a){return!(E(a)||F(a)||u(a))}))}function z(a){this.upper=a[0];this.lower=a[1];this.set.apply(this,a.slice(2))}function O(a){var c=a.element;if(c&&n(c)&&(c=c.getAscendant(a.triggers,!0))&&a.editable.contains(c)){var d=P(c);if("true"==d.getAttribute("contenteditable"))return c;if(d.is(a.triggers))return d}return null}function ka(a,c,d){r(a,c);r(a,d);a=c.size.bottom;d=d.size.top;return a&&d?0|(a+d)/2:a||d}function w(a,c,d){return c=
c[d?"getPrevious":"getNext"](function(b){return b&&b.type==CKEDITOR.NODE_TEXT&&!E(b)||n(b)&&!u(b)&&!A(a,b)})}function q(a,c,d){return a>c&&a<d}function P(a,c){if(a.data("cke-editable"))return null;for(c||(a=a.getParent());a&&!a.data("cke-editable");){if(a.hasAttribute("contenteditable"))return a;a=a.getParent()}return null}function la(a){var c=a.doc,d=G('\x3cspan contenteditable\x3d"false" style\x3d"'+Q+"position:absolute;border-top:1px dashed "+a.boxColor+'"\x3e\x3c/span\x3e',c),b=CKEDITOR.getUrl(this.path+
"images/"+(t.hidpi?"hidpi/":"")+"icon"+(a.rtl?"-rtl":"")+".png");v(d,{attach:function(){this.wrap.getParent()||this.wrap.appendTo(a.editable,!0);return this},lineChildren:[v(G('\x3cspan title\x3d"'+a.editor.lang.magicline.title+'" contenteditable\x3d"false"\x3e\x26#8629;\x3c/span\x3e',c),{base:Q+"height:17px;width:17px;"+(a.rtl?"left":"right")+":17px;background:url("+b+") center no-repeat "+a.boxColor+";cursor:pointer;"+(t.hc?"font-size: 15px;line-height:14px;border:1px solid #fff;text-align:center;":
"")+(t.hidpi?"background-size: 9px 10px;":""),looks:["top:-8px; border-radius: 2px;","top:-17px; border-radius: 2px 2px 0px 0px;","top:-1px; border-radius: 0px 0px 2px 2px;"]}),v(G(W,c),{base:X+"left:0px;border-left-color:"+a.boxColor+";",looks:["border-width:8px 0 8px 8px;top:-8px","border-width:8px 0 0 8px;top:-8px","border-width:0 0 8px 8px;top:0px"]}),v(G(W,c),{base:X+"right:0px;border-right-color:"+a.boxColor+";",looks:["border-width:8px 8px 8px 0;top:-8px","border-width:8px 8px 0 0;top:-8px",
e();g=h.getDocumentPosition();h.setStyles({left:-1*g.x+"px",top:-1*g.y+"px"});CKEDITOR.env.gecko&&v(a)}else if(this.state==CKEDITOR.TRISTATE_ON){c.removeListener("resize",e);for(var d=[g,h],q=0;q<d.length;q++)u(d[q],d[q].getCustomData("maximize_saved_styles")),d[q].removeCustomData("maximize_saved_styles");for(d=a.container;d=d.getParent();)u(d,d.getCustomData("maximize_saved_styles")),d.removeCustomData("maximize_saved_styles");CKEDITOR.env.ie?setTimeout(function(){c.$.scrollTo(p.x,p.y)},0):c.$.scrollTo(p.x,
p.y);h.removeClass("cke_maximized");CKEDITOR.env.webkit&&(h.setStyle("display","inline"),setTimeout(function(){h.setStyle("display","block")},0));a.fire("resize",{outerHeight:a.container.$.offsetHeight,contentsHeight:g.$.offsetHeight,outerWidth:a.container.$.offsetWidth})}this.toggleState();if(d=this.uiItems[0])g=this.state==CKEDITOR.TRISTATE_OFF?f.maximize.maximize:f.maximize.minimize,d=CKEDITOR.document.getById(d._.id),d.getChild(1).setHtml(g),d.setAttribute("title",g),d.setAttribute("href",'javascript:void("'+
g+'");');"wysiwyg"==a.mode?l?(CKEDITOR.env.gecko&&v(a),a.getSelection().selectRanges(l),(k=a.getSelection().getStartElement())&&k.scrollIntoView(!0)):c.$.scrollTo(m.x,m.y):(l&&(k.selectionStart=l[0],k.selectionEnd=l[1]),k.scrollLeft=m[0],k.scrollTop=m[1]);l=m=null;n=this.state;a.fire("maximize",this.state)},canUndo:!1});a.ui.addButton&&a.ui.addButton("Maximize",{label:f.maximize.maximize,command:"maximize",toolbar:"tools,10"});a.on("mode",function(){var b=a.getCommand("maximize");b.setState(b.state==
-CKEDITOR.TRISTATE_DISABLED?CKEDITOR.TRISTATE_DISABLED:n)},null,null,100)}}})})();(function(){var c={canUndo:!1,async:!0,exec:function(a){a.getClipboardData({title:a.lang.pastetext.title},function(b){b&&a.fire("paste",{type:"text",dataValue:b.dataValue,method:"paste",dataTransfer:CKEDITOR.plugins.clipboard.initPasteDataTransfer()});a.fire("afterCommandExec",{name:"pastetext",command:c,returnValue:!!b})})}};CKEDITOR.plugins.add("pastetext",{requires:"clipboard",init:function(a){a.addCommand("pastetext",c);a.ui.addButton&&a.ui.addButton("PasteText",{label:a.lang.pastetext.button,
-command:"pastetext",toolbar:"clipboard,40"});if(a.config.forcePasteAsPlainText)a.on("beforePaste",function(a){"html"!=a.data.type&&(a.data.type="text")});a.on("pasteState",function(b){a.getCommand("pastetext").setState(b.data)})}})})();(function(){function h(a,d,f){var b=CKEDITOR.cleanWord;b?f():(a=CKEDITOR.getUrl(a.config.pasteFromWordCleanupFile||d+"filter/default.js"),CKEDITOR.scriptLoader.load(a,f,null,!0));return!b}function k(a){a.data.type="html"}CKEDITOR.plugins.add("pastefromword",{requires:"clipboard",init:function(a){var d=0,f=this.path;a.addCommand("pastefromword",{canUndo:!1,async:!0,exec:function(a){var e=this;d=1;a.once("beforePaste",k);a.getClipboardData({title:a.lang.pastefromword.title},function(c){c&&a.fire("paste",
+CKEDITOR.TRISTATE_DISABLED?CKEDITOR.TRISTATE_DISABLED:n)},null,null,100)}}})})();CKEDITOR.plugins.add("newpage",{init:function(a){a.addCommand("newpage",{modes:{wysiwyg:1,source:1},exec:function(b){var a=this;b.setData(b.config.newpage_html||"",function(){b.focus();setTimeout(function(){b.fire("afterCommandExec",{name:"newpage",command:a});b.selectionChange()},200)})},async:!0});a.ui.addButton&&a.ui.addButton("NewPage",{label:a.lang.newpage.toolbar,command:"newpage",toolbar:"document,20"})}});(function(){function e(a){return{"aria-label":a,"class":"cke_pagebreak",contenteditable:"false","data-cke-display-name":"pagebreak","data-cke-pagebreak":1,style:"page-break-after: always",title:a}}CKEDITOR.plugins.add("pagebreak",{requires:"fakeobjects",onLoad:function(){var a=("background:url("+CKEDITOR.getUrl(this.path+"images/pagebreak.gif")+") no-repeat center center;clear:both;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;padding:0;height:7px;cursor:default;").replace(/;/g,
+" !important;");CKEDITOR.addCss("div.cke_pagebreak{"+a+"}")},init:function(a){a.blockless||(a.addCommand("pagebreak",CKEDITOR.plugins.pagebreakCmd),a.ui.addButton&&a.ui.addButton("PageBreak",{label:a.lang.pagebreak.toolbar,command:"pagebreak",toolbar:"insert,70"}),CKEDITOR.env.webkit&&a.on("contentDom",function(){a.document.on("click",function(b){b=b.data.getTarget();b.is("div")&&b.hasClass("cke_pagebreak")&&a.getSelection().selectElement(b)})}))},afterInit:function(a){function b(f){CKEDITOR.tools.extend(f.attributes,
+e(a.lang.pagebreak.alt),!0);f.children.length=0}var c=a.dataProcessor,g=c&&c.dataFilter,c=c&&c.htmlFilter,h=/page-break-after\s*:\s*always/i,k=/display\s*:\s*none/i;c&&c.addRules({attributes:{"class":function(a,b){var c=a.replace("cke_pagebreak","");if(c!=a){var d=CKEDITOR.htmlParser.fragment.fromHtml('\x3cspan style\x3d"display: none;"\x3e\x26nbsp;\x3c/span\x3e').children[0];b.children.length=0;b.add(d);d=b.attributes;delete d["aria-label"];delete d.contenteditable;delete d.title}return c}}},{applyToAll:!0,
+priority:5});g&&g.addRules({elements:{div:function(a){if(a.attributes["data-cke-pagebreak"])b(a);else if(h.test(a.attributes.style)){var c=a.children[0];c&&"span"==c.name&&k.test(c.attributes.style)&&b(a)}}}})}});CKEDITOR.plugins.pagebreakCmd={exec:function(a){var b=a.document.createElement("div",{attributes:e(a.lang.pagebreak.alt)});a.insertElement(b)},context:"div",allowedContent:{div:{styles:"!page-break-after"},span:{match:function(a){return(a=a.parent)&&"div"==a.name&&a.styles&&a.styles["page-break-after"]},
+styles:"display"}},requiredContent:"div{page-break-after}"}})();(function(){function h(a,d,f){var b=CKEDITOR.cleanWord;b?f():(a=CKEDITOR.getUrl(a.config.pasteFromWordCleanupFile||d+"filter/default.js"),CKEDITOR.scriptLoader.load(a,f,null,!0));return!b}function k(a){a.data.type="html"}CKEDITOR.plugins.add("pastefromword",{requires:"clipboard",init:function(a){var d=0,f=this.path;a.addCommand("pastefromword",{canUndo:!1,async:!0,exec:function(a){var e=this;d=1;a.once("beforePaste",k);a.getClipboardData({title:a.lang.pastefromword.title},function(c){c&&a.fire("paste",
{type:"html",dataValue:c.dataValue,method:"paste",dataTransfer:CKEDITOR.plugins.clipboard.initPasteDataTransfer()});a.fire("afterCommandExec",{name:"pastefromword",command:e,returnValue:!!c})})}});a.ui.addButton&&a.ui.addButton("PasteFromWord",{label:a.lang.pastefromword.toolbar,command:"pastefromword",toolbar:"clipboard,50"});a.on("pasteState",function(b){a.getCommand("pastefromword").setState(b.data)});a.on("paste",function(b){var e=b.data,c=e.dataValue;if(c&&(d||/(class=\"?Mso|style=\"[^\"]*\bmso\-|w:WordDocument)/.test(c))){e.dontFilter=
-!0;var g=h(a,f,function(){if(g)a.fire("paste",e);else if(!a.config.pasteFromWordPromptCleanup||d||confirm(a.lang.pastefromword.confirmCleanup))e.dataValue=CKEDITOR.cleanWord(c,a);d=0});g&&b.cancel()}},null,null,3)}})})();CKEDITOR.plugins.add("removeformat",{init:function(a){a.addCommand("removeFormat",CKEDITOR.plugins.removeformat.commands.removeformat);a.ui.addButton&&a.ui.addButton("RemoveFormat",{label:a.lang.removeformat.toolbar,command:"removeFormat",toolbar:"cleanup,10"})}});
+!0;var g=h(a,f,function(){if(g)a.fire("paste",e);else if(!a.config.pasteFromWordPromptCleanup||d||confirm(a.lang.pastefromword.confirmCleanup))e.dataValue=CKEDITOR.cleanWord(c,a);d=0});g&&b.cancel()}},null,null,3)}})})();(function(){var c={canUndo:!1,async:!0,exec:function(a){a.getClipboardData({title:a.lang.pastetext.title},function(b){b&&a.fire("paste",{type:"text",dataValue:b.dataValue,method:"paste",dataTransfer:CKEDITOR.plugins.clipboard.initPasteDataTransfer()});a.fire("afterCommandExec",{name:"pastetext",command:c,returnValue:!!b})})}};CKEDITOR.plugins.add("pastetext",{requires:"clipboard",init:function(a){a.addCommand("pastetext",c);a.ui.addButton&&a.ui.addButton("PasteText",{label:a.lang.pastetext.button,
+command:"pastetext",toolbar:"clipboard,40"});if(a.config.forcePasteAsPlainText)a.on("beforePaste",function(a){"html"!=a.data.type&&(a.data.type="text")});a.on("pasteState",function(b){a.getCommand("pastetext").setState(b.data)})}})})();(function(){var h,k={modes:{wysiwyg:1,source:1},canUndo:!1,readOnly:1,exec:function(a){var g,b=a.config,f=b.baseHref?'\x3cbase href\x3d"'+b.baseHref+'"/\x3e':"";if(b.fullPage)g=a.getData().replace(/<head>/,"$\x26"+f).replace(/[^>]*(?=<\/title>)/,"$\x26 \x26mdash; "+a.lang.preview.preview);else{var b="\x3cbody ",d=a.document&&a.document.getBody();d&&(d.getAttribute("id")&&(b+='id\x3d"'+d.getAttribute("id")+'" '),d.getAttribute("class")&&(b+='class\x3d"'+d.getAttribute("class")+'" '));b+="\x3e";g=a.config.docType+
+'\x3chtml dir\x3d"'+a.config.contentsLangDirection+'"\x3e\x3chead\x3e'+f+"\x3ctitle\x3e"+a.lang.preview.preview+"\x3c/title\x3e"+CKEDITOR.tools.buildStyleHtml(a.config.contentsCss)+"\x3c/head\x3e"+b+a.getData()+"\x3c/body\x3e\x3c/html\x3e"}f=640;b=420;d=80;try{var c=window.screen,f=Math.round(.8*c.width),b=Math.round(.7*c.height),d=Math.round(.1*c.width)}catch(k){}if(!1===a.fire("contentPreview",a={dataValue:g}))return!1;var c="",e;CKEDITOR.env.ie&&(window._cke_htmlToLoad=a.dataValue,e="javascript:void( (function(){document.open();"+
+("("+CKEDITOR.tools.fixDomain+")();").replace(/\/\/.*?\n/g,"").replace(/parent\./g,"window.opener.")+"document.write( window.opener._cke_htmlToLoad );document.close();window.opener._cke_htmlToLoad \x3d null;})() )",c="");CKEDITOR.env.gecko&&(window._cke_htmlToLoad=a.dataValue,c=CKEDITOR.getUrl(h+"preview.html"));c=window.open(c,null,"toolbar\x3dyes,location\x3dno,status\x3dyes,menubar\x3dyes,scrollbars\x3dyes,resizable\x3dyes,width\x3d"+f+",height\x3d"+b+",left\x3d"+d);CKEDITOR.env.ie&&c&&(c.location=
+e);CKEDITOR.env.ie||CKEDITOR.env.gecko||(e=c.document,e.open(),e.write(a.dataValue),e.close());return!0}};CKEDITOR.plugins.add("preview",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(h=this.path,a.addCommand("preview",k),a.ui.addButton&&a.ui.addButton("Preview",{label:a.lang.preview.preview,command:"preview",toolbar:"document,40"}))}})})();CKEDITOR.plugins.add("print",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(a.addCommand("print",CKEDITOR.plugins.print),a.ui.addButton&&a.ui.addButton("Print",{label:a.lang.print.toolbar,command:"print",toolbar:"document,50"}))}});CKEDITOR.plugins.print={exec:function(a){CKEDITOR.env.gecko?a.window.$.print():a.document.$.execCommand("Print")},canUndo:!1,readOnly:1,modes:{wysiwyg:1}};CKEDITOR.plugins.add("removeformat",{init:function(a){a.addCommand("removeFormat",CKEDITOR.plugins.removeformat.commands.removeformat);a.ui.addButton&&a.ui.addButton("RemoveFormat",{label:a.lang.removeformat.toolbar,command:"removeFormat",toolbar:"cleanup,10"})}});
CKEDITOR.plugins.removeformat={commands:{removeformat:{exec:function(a){for(var h=a._.removeFormatRegex||(a._.removeFormatRegex=new RegExp("^(?:"+a.config.removeFormatTags.replace(/,/g,"|")+")$","i")),e=a._.removeAttributes||(a._.removeAttributes=a.config.removeFormatAttributes.split(",")),f=CKEDITOR.plugins.removeformat.filter,m=a.getSelection().getRanges(),n=m.createIterator(),p=function(a){return a.type==CKEDITOR.NODE_ELEMENT},c;c=n.getNextRange();){c.collapsed||c.enlarge(CKEDITOR.ENLARGE_ELEMENT);
var l=c.createBookmark(),b=l.startNode,d=l.endNode,k=function(b){for(var c=a.elementPath(b),e=c.elements,d=1,g;(g=e[d])&&!g.equals(c.block)&&!g.equals(c.blockLimit);d++)h.test(g.getName())&&f(a,g)&&b.breakParent(g)};k(b);if(d)for(k(d),b=b.getNextSourceNode(!0,CKEDITOR.NODE_ELEMENT);b&&!b.equals(d);)if(b.isReadOnly()){if(b.getPosition(d)&CKEDITOR.POSITION_CONTAINS)break;b=b.getNext(p)}else k=b.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT),"img"==b.getName()&&b.data("cke-realelement")||!f(a,b)||(h.test(b.getName())?
b.remove(1):(b.removeAttributes(e),a.fire("removeFormatCleanup",b))),b=k;c.moveToBookmark(l)}a.forceNextSelectionCheck();a.getSelection().selectRanges(m)}}},filter:function(a,h){for(var e=a._.removeFormatFilters||[],f=0;f<e.length;f++)if(!1===e[f](h))return!1;return!0}};CKEDITOR.editor.prototype.addRemoveFormatFilter=function(a){this._.removeFormatFilters||(this._.removeFormatFilters=[]);this._.removeFormatFilters.push(a)};CKEDITOR.config.removeFormatTags="b,big,cite,code,del,dfn,em,font,i,ins,kbd,q,s,samp,small,span,strike,strong,sub,sup,tt,u,var";
-CKEDITOR.config.removeFormatAttributes="class,style,lang,width,height,align,hspace,valign";(function(){var f={preserveState:!0,editorFocus:!1,readOnly:1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var b=this.state==CKEDITOR.TRISTATE_ON?"attachClass":"removeClass";a.editable()[b]("cke_show_borders")}}};CKEDITOR.plugins.add("showborders",{modes:{wysiwyg:1},onLoad:function(){var a;a=(CKEDITOR.env.ie6Compat?[".%1 table.%2,",".%1 table.%2 td, .%1 table.%2 th","{","border : #d3d3d3 1px dotted","}"]:".%1 table.%2,;.%1 table.%2 \x3e tr \x3e td, .%1 table.%2 \x3e tr \x3e th,;.%1 table.%2 \x3e tbody \x3e tr \x3e td, .%1 table.%2 \x3e tbody \x3e tr \x3e th,;.%1 table.%2 \x3e thead \x3e tr \x3e td, .%1 table.%2 \x3e thead \x3e tr \x3e th,;.%1 table.%2 \x3e tfoot \x3e tr \x3e td, .%1 table.%2 \x3e tfoot \x3e tr \x3e th;{;border : #d3d3d3 1px dotted;}".split(";")).join("").replace(/%2/g,
-"cke_show_border").replace(/%1/g,"cke_show_borders ");CKEDITOR.addCss(a)},init:function(a){var b=a.addCommand("showborders",f);b.canUndo=!1;!1!==a.config.startupShowBorders&&b.setState(CKEDITOR.TRISTATE_ON);a.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)},null,null,100);a.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)});a.on("removeFormatCleanup",function(d){d=d.data;a.getCommand("showborders").state==CKEDITOR.TRISTATE_ON&&d.is("table")&&(!d.hasAttribute("border")||
-0>=parseInt(d.getAttribute("border"),10))&&d.addClass("cke_show_border")})},afterInit:function(a){var b=a.dataProcessor;a=b&&b.dataFilter;b=b&&b.htmlFilter;a&&a.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"],c=parseInt(a.border,10);c&&!(0>=c)||b&&-1!=b.indexOf("cke_show_border")||(a["class"]=(b||"")+" cke_show_border")}}});b&&b.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"];b&&(a["class"]=b.replace("cke_show_border","").replace(/\s{2}/," ").replace(/^\s+|\s+$/,
-""))}}})}});CKEDITOR.on("dialogDefinition",function(a){var b=a.data.name;if("table"==b||"tableProperties"==b)if(a=a.data.definition,b=a.getContents("info").get("txtBorder"),b.commit=CKEDITOR.tools.override(b.commit,function(a){return function(b,c){a.apply(this,arguments);var e=parseInt(this.getValue(),10);c[!e||0>=e?"addClass":"removeClass"]("cke_show_border")}}),a=(a=a.getContents("advanced"))&&a.get("advCSSClasses"))a.setup=CKEDITOR.tools.override(a.setup,function(a){return function(){a.apply(this,
-arguments);this.setValue(this.getValue().replace(/cke_show_border/,""))}}),a.commit=CKEDITOR.tools.override(a.commit,function(a){return function(b,c){a.apply(this,arguments);parseInt(c.getAttribute("border"),10)||c.addClass("cke_show_border")}})})})();(function(){CKEDITOR.plugins.add("sourcearea",{init:function(a){function d(){var a=e&&this.equals(CKEDITOR.document.getActive());this.hide();this.setStyle("height",this.getParent().$.clientHeight+"px");this.setStyle("width",this.getParent().$.clientWidth+"px");this.show();a&&this.focus()}if(a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var f=CKEDITOR.plugins.sourcearea;a.addMode("source",function(e){var b=a.ui.space("contents").getDocument().createElement("textarea");b.setStyles(CKEDITOR.tools.extend({width:CKEDITOR.env.ie7Compat?
-"99%":"100%",height:"100%",resize:"none",outline:"none","text-align":"left"},CKEDITOR.tools.cssVendorPrefix("tab-size",a.config.sourceAreaTabSize||4)));b.setAttribute("dir","ltr");b.addClass("cke_source").addClass("cke_reset").addClass("cke_enable_context_menu");a.ui.space("contents").append(b);b=a.editable(new c(a,b));b.setData(a.getData(1));CKEDITOR.env.ie&&(b.attachListener(a,"resize",d,b),b.attachListener(CKEDITOR.document.getWindow(),"resize",d,b),CKEDITOR.tools.setTimeout(d,0,b));a.fire("ariaWidget",
-this);e()});a.addCommand("source",f.commands.source);a.ui.addButton&&a.ui.addButton("Source",{label:a.lang.sourcearea.toolbar,command:"source",toolbar:"mode,10"});a.on("mode",function(){a.getCommand("source").setState("source"==a.mode?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)});var e=CKEDITOR.env.ie&&9==CKEDITOR.env.version}}});var c=CKEDITOR.tools.createClass({base:CKEDITOR.editable,proto:{setData:function(a){this.setValue(a);this.status="ready";this.editor.fire("dataReady")},getData:function(){return this.getValue()},
-insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){this[(a?"set":"remove")+"Attribute"]("readOnly","readonly")},detach:function(){c.baseProto.detach.call(this);this.clearCustomData();this.remove()}}})})();
-CKEDITOR.plugins.sourcearea={commands:{source:{modes:{wysiwyg:1,source:1},editorFocus:!1,readOnly:1,exec:function(c){"wysiwyg"==c.mode&&c.fire("saveSnapshot");c.getCommand("source").setState(CKEDITOR.TRISTATE_DISABLED);c.setMode("source"==c.mode?"wysiwyg":"source")},canUndo:!1}}};CKEDITOR.plugins.add("specialchar",{availableLangs:{af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,en:1,"en-gb":1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fr:1,"fr-ca":1,gl:1,he:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,pl:1,pt:1,"pt-br":1,ru:1,si:1,sk:1,sl:1,sq:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},requires:"dialog",init:function(a){var c=this;CKEDITOR.dialog.add("specialchar",this.path+"dialogs/specialchar.js");a.addCommand("specialchar",{exec:function(){var b=a.langCode,
-b=c.availableLangs[b]?b:c.availableLangs[b.replace(/-.*/,"")]?b.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(c.path+"dialogs/lang/"+b+".js"),function(){CKEDITOR.tools.extend(a.lang.specialchar,c.langEntries[b]);a.openDialog("specialchar")})},modes:{wysiwyg:1},canUndo:!1});a.ui.addButton&&a.ui.addButton("SpecialChar",{label:a.lang.specialchar.toolbar,command:"specialchar",toolbar:"insert,50"})}});CKEDITOR.config.specialChars="! \x26quot; # $ % \x26amp; ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9 : ; \x26lt; \x3d \x26gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x26euro; \x26lsquo; \x26rsquo; \x26ldquo; \x26rdquo; \x26ndash; \x26mdash; \x26iexcl; \x26cent; \x26pound; \x26curren; \x26yen; \x26brvbar; \x26sect; \x26uml; \x26copy; \x26ordf; \x26laquo; \x26not; \x26reg; \x26macr; \x26deg; \x26sup2; \x26sup3; \x26acute; \x26micro; \x26para; \x26middot; \x26cedil; \x26sup1; \x26ordm; \x26raquo; \x26frac14; \x26frac12; \x26frac34; \x26iquest; \x26Agrave; \x26Aacute; \x26Acirc; \x26Atilde; \x26Auml; \x26Aring; \x26AElig; \x26Ccedil; \x26Egrave; \x26Eacute; \x26Ecirc; \x26Euml; \x26Igrave; \x26Iacute; \x26Icirc; \x26Iuml; \x26ETH; \x26Ntilde; \x26Ograve; \x26Oacute; \x26Ocirc; \x26Otilde; \x26Ouml; \x26times; \x26Oslash; \x26Ugrave; \x26Uacute; \x26Ucirc; \x26Uuml; \x26Yacute; \x26THORN; \x26szlig; \x26agrave; \x26aacute; \x26acirc; \x26atilde; \x26auml; \x26aring; \x26aelig; \x26ccedil; \x26egrave; \x26eacute; \x26ecirc; \x26euml; \x26igrave; \x26iacute; \x26icirc; \x26iuml; \x26eth; \x26ntilde; \x26ograve; \x26oacute; \x26ocirc; \x26otilde; \x26ouml; \x26divide; \x26oslash; \x26ugrave; \x26uacute; \x26ucirc; \x26uuml; \x26yacute; \x26thorn; \x26yuml; \x26OElig; \x26oelig; \x26#372; \x26#374 \x26#373 \x26#375; \x26sbquo; \x26#8219; \x26bdquo; \x26hellip; \x26trade; \x26#9658; \x26bull; \x26rarr; \x26rArr; \x26hArr; \x26diams; \x26asymp;".split(" ");CKEDITOR.plugins.add("menubutton",{requires:"button,menu",onLoad:function(){var d=function(c){var a=this._,b=a.menu;a.state!==CKEDITOR.TRISTATE_DISABLED&&(a.on&&b?b.hide():(a.previousState=a.state,b||(b=a.menu=new CKEDITOR.menu(c,{panel:{className:"cke_menu_panel",attributes:{"aria-label":c.lang.common.options}}}),b.onHide=CKEDITOR.tools.bind(function(){var b=this.command?c.getCommand(this.command).modes:this.modes;this.setState(!b||b[c.mode]?a.previousState:CKEDITOR.TRISTATE_DISABLED);a.on=0},this),
+CKEDITOR.config.removeFormatAttributes="class,style,lang,width,height,align,hspace,valign";CKEDITOR.plugins.add("resize",{init:function(b){function f(d){var e=c.width,m=c.height,f=e+(d.data.$.screenX-n.x)*("rtl"==g?-1:1);d=m+(d.data.$.screenY-n.y);h&&(e=Math.max(a.resize_minWidth,Math.min(f,a.resize_maxWidth)));p&&(m=Math.max(a.resize_minHeight,Math.min(d,a.resize_maxHeight)));b.resize(h?e:null,m)}function k(){CKEDITOR.document.removeListener("mousemove",f);CKEDITOR.document.removeListener("mouseup",k);b.document&&(b.document.removeListener("mousemove",f),b.document.removeListener("mouseup",
+k))}var a=b.config,r=b.ui.spaceId("resizer"),g=b.element?b.element.getDirection(1):"ltr";!a.resize_dir&&(a.resize_dir="vertical");void 0===a.resize_maxWidth&&(a.resize_maxWidth=3E3);void 0===a.resize_maxHeight&&(a.resize_maxHeight=3E3);void 0===a.resize_minWidth&&(a.resize_minWidth=750);void 0===a.resize_minHeight&&(a.resize_minHeight=250);if(!1!==a.resize_enabled){var l=null,n,c,h=("both"==a.resize_dir||"horizontal"==a.resize_dir)&&a.resize_minWidth!=a.resize_maxWidth,p=("both"==a.resize_dir||"vertical"==
+a.resize_dir)&&a.resize_minHeight!=a.resize_maxHeight,q=CKEDITOR.tools.addFunction(function(d){l||(l=b.getResizable());c={width:l.$.offsetWidth||0,height:l.$.offsetHeight||0};n={x:d.screenX,y:d.screenY};a.resize_minWidth>c.width&&(a.resize_minWidth=c.width);a.resize_minHeight>c.height&&(a.resize_minHeight=c.height);CKEDITOR.document.on("mousemove",f);CKEDITOR.document.on("mouseup",k);b.document&&(b.document.on("mousemove",f),b.document.on("mouseup",k));d.preventDefault&&d.preventDefault()});b.on("destroy",
+function(){CKEDITOR.tools.removeFunction(q)});b.on("uiSpace",function(a){if("bottom"==a.data.space){var e="";h&&!p&&(e=" cke_resizer_horizontal");!h&&p&&(e=" cke_resizer_vertical");var c='\x3cspan id\x3d"'+r+'" class\x3d"cke_resizer'+e+" cke_resizer_"+g+'" title\x3d"'+CKEDITOR.tools.htmlEncode(b.lang.common.resize)+'" onmousedown\x3d"CKEDITOR.tools.callFunction('+q+', event)"\x3e'+("ltr"==g?"◢":"◣")+"\x3c/span\x3e";"ltr"==g&&"ltr"==e?a.data.html+=c:a.data.html=c+a.data.html}},b,null,100);b.on("maximize",
+function(a){b.ui.space("resizer")[a.data==CKEDITOR.TRISTATE_ON?"hide":"show"]()})}}});(function(){var b={readOnly:1,exec:function(a){if(a.fire("save")&&(a=a.element.$.form))try{a.submit()}catch(b){a.submit.click&&a.submit.click()}}};CKEDITOR.plugins.add("save",{init:function(a){a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.addCommand("save",b).modes={wysiwyg:!!a.element.$.form},a.ui.addButton&&a.ui.addButton("Save",{label:a.lang.save.toolbar,command:"save",toolbar:"document,10"}))}})})();CKEDITOR.plugins.add("menubutton",{requires:"button,menu",onLoad:function(){var d=function(c){var a=this._,b=a.menu;a.state!==CKEDITOR.TRISTATE_DISABLED&&(a.on&&b?b.hide():(a.previousState=a.state,b||(b=a.menu=new CKEDITOR.menu(c,{panel:{className:"cke_menu_panel",attributes:{"aria-label":c.lang.common.options}}}),b.onHide=CKEDITOR.tools.bind(function(){var b=this.command?c.getCommand(this.command).modes:this.modes;this.setState(!b||b[c.mode]?a.previousState:CKEDITOR.TRISTATE_DISABLED);a.on=0},this),
this.onMenu&&b.addListener(this.onMenu)),this.setState(CKEDITOR.TRISTATE_ON),a.on=1,setTimeout(function(){b.show(CKEDITOR.document.getById(a.id),4)},0)))};CKEDITOR.ui.menuButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(c){delete c.panel;this.base(c);this.hasArrow=!0;this.click=d},statics:{handler:{create:function(c){return new CKEDITOR.ui.menuButton(c)}}}})},beforeInit:function(d){d.ui.addHandler(CKEDITOR.UI_MENUBUTTON,CKEDITOR.ui.menuButton.handler)}});
CKEDITOR.UI_MENUBUTTON="menubutton";CKEDITOR.plugins.add("scayt",{requires:"menubutton,dialog",tabToOpen:null,dialogName:"scaytDialog",init:function(a){var c=this,d=CKEDITOR.plugins.scayt;this.bindEvents(a);this.parseConfig(a);this.addRule(a);CKEDITOR.dialog.add(this.dialogName,CKEDITOR.getUrl(this.path+"dialogs/options.js"));this.addMenuItems(a);var b=a.lang.scayt,e=CKEDITOR.env;a.ui.add("Scayt",CKEDITOR.UI_MENUBUTTON,{label:b.text_title,title:a.plugins.wsc?a.lang.wsc.title:b.text_title,modes:{wysiwyg:!(e.ie&&(8>e.version||e.quirks))},
toolbar:"spellchecker,20",refresh:function(){var b=a.ui.instances.Scayt.getState();a.scayt&&(b=d.state.scayt[a.name]?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF);a.fire("scaytButtonState",b)},onRender:function(){var b=this;a.on("scaytButtonState",function(a){void 0!==typeof a.data&&b.setState(a.data)})},onMenu:function(){var b=a.scayt;a.getMenuItem("scaytToggle").label=a.lang.scayt[b&&d.state.scayt[a.name]?"btn_disable":"btn_enable"];b={scaytToggle:CKEDITOR.TRISTATE_OFF,scaytOptions:b?CKEDITOR.TRISTATE_OFF:
{removeOptions:{removeInside:!0,forceBookmark:!0},timeout:0})},0)})});
CKEDITOR.on("scaytReady",function(){if(!0===CKEDITOR.config.scayt_handleCheckDirty){var a=CKEDITOR.editor.prototype;a.checkDirty=CKEDITOR.tools.override(a.checkDirty,function(a){return function(){var b=null,c=this.scayt;if(CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt[this.name]&&this.scayt){if(b="ready"==this.status)var f=c.removeMarkupFromString(this.getSnapshot()),c=c.removeMarkupFromString(this._.previousValue),b=b&&c!==f}else b=a.call(this);return b}});a.resetDirty=CKEDITOR.tools.override(a.resetDirty,
function(a){return function(){var b=this.scayt;CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt[this.name]&&this.scayt?this._.previousValue=b.removeMarkupFromString(this.getSnapshot()):a.call(this)}})}if(!0===CKEDITOR.config.scayt_handleUndoRedo){var a=CKEDITOR.plugins.undo.Image.prototype,c="function"==typeof a.equalsContent?"equalsContent":"equals";a[c]=CKEDITOR.tools.override(a[c],function(a){return function(b){var c=b.editor.scayt,f=this.contents,g=b.contents,h=null;CKEDITOR.plugins.scayt&&
-CKEDITOR.plugins.scayt.state.scayt[b.editor.name]&&b.editor.scayt&&(this.contents=c.removeMarkupFromString(f)||"",b.contents=c.removeMarkupFromString(g)||"");h=a.apply(this,arguments);this.contents=f;b.contents=g;return h}})}});(function(){CKEDITOR.plugins.add("stylescombo",{requires:"richcombo",init:function(c){var l=c.config,g=c.lang.stylescombo,f={},k=[],m=[];c.on("stylesSet",function(b){if(b=b.data.styles){for(var a,h,d,e=0,n=b.length;e<n;e++)(a=b[e],c.blockless&&a.element in CKEDITOR.dtd.$block||(h=a.name,a=new CKEDITOR.style(a),c.filter.customConfig&&!c.filter.check(a)))||(a._name=h,a._.enterMode=l.enterMode,a._.type=d=a.assignedTo||a.type,a._.weight=e+1E3*(d==CKEDITOR.STYLE_OBJECT?1:d==CKEDITOR.STYLE_BLOCK?2:3),f[h]=
+CKEDITOR.plugins.scayt.state.scayt[b.editor.name]&&b.editor.scayt&&(this.contents=c.removeMarkupFromString(f)||"",b.contents=c.removeMarkupFromString(g)||"");h=a.apply(this,arguments);this.contents=f;b.contents=g;return h}})}});(function(){CKEDITOR.plugins.add("selectall",{init:function(b){b.addCommand("selectAll",{modes:{wysiwyg:1,source:1},exec:function(a){var b=a.editable();if(b.is("textarea"))a=b.$,CKEDITOR.env.ie?a.createTextRange().execCommand("SelectAll"):(a.selectionStart=0,a.selectionEnd=a.value.length),a.focus();else{if(b.is("body"))a.document.$.execCommand("SelectAll",!1,null);else{var c=a.createRange();c.selectNodeContents(b);c.select()}a.forceNextSelectionCheck();a.selectionChange()}},canUndo:!1});b.ui.addButton&&
+b.ui.addButton("SelectAll",{label:b.lang.selectall.toolbar,command:"selectAll",toolbar:"selection,10"})}})})();(function(){var k={readOnly:1,preserveState:!0,editorFocus:!1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var c=this.state!=CKEDITOR.TRISTATE_ON||a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&!a.focusManager.hasFocus?"removeClass":"attachClass";a.editable()[c]("cke_show_blocks")}}};CKEDITOR.plugins.add("showblocks",{onLoad:function(){var a="p div pre address blockquote h1 h2 h3 h4 h5 h6".split(" "),c,b,e,f,k=CKEDITOR.getUrl(this.path),l=!(CKEDITOR.env.ie&&
+9>CKEDITOR.env.version),g=l?":not([contenteditable\x3dfalse]):not(.cke_show_blocks_off)":"",d,h;for(c=b=e=f="";d=a.pop();)h=a.length?",":"",c+=".cke_show_blocks "+d+g+h,e+=".cke_show_blocks.cke_contents_ltr "+d+g+h,f+=".cke_show_blocks.cke_contents_rtl "+d+g+h,b+=".cke_show_blocks "+d+g+"{background-image:url("+CKEDITOR.getUrl(k+"images/block_"+d+".png")+")}";CKEDITOR.addCss((c+"{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px}").concat(b,e+"{background-position:top left;padding-left:8px}",
+f+"{background-position:top right;padding-right:8px}"));l||CKEDITOR.addCss(".cke_show_blocks [contenteditable\x3dfalse],.cke_show_blocks .cke_show_blocks_off{border:none;padding-top:0;background-image:none}.cke_show_blocks.cke_contents_rtl [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_rtl .cke_show_blocks_off{padding-right:0}.cke_show_blocks.cke_contents_ltr [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_ltr .cke_show_blocks_off{padding-left:0}")},init:function(a){function c(){b.refresh(a)}
+if(!a.blockless){var b=a.addCommand("showblocks",k);b.canUndo=!1;a.config.startupOutlineBlocks&&b.setState(CKEDITOR.TRISTATE_ON);a.ui.addButton&&a.ui.addButton("ShowBlocks",{label:a.lang.showblocks.toolbar,command:"showblocks",toolbar:"tools,20"});a.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)});a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&(a.on("focus",c),a.on("blur",c));a.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)})}}})})();(function(){var f={preserveState:!0,editorFocus:!1,readOnly:1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var b=this.state==CKEDITOR.TRISTATE_ON?"attachClass":"removeClass";a.editable()[b]("cke_show_borders")}}};CKEDITOR.plugins.add("showborders",{modes:{wysiwyg:1},onLoad:function(){var a;a=(CKEDITOR.env.ie6Compat?[".%1 table.%2,",".%1 table.%2 td, .%1 table.%2 th","{","border : #d3d3d3 1px dotted","}"]:".%1 table.%2,;.%1 table.%2 \x3e tr \x3e td, .%1 table.%2 \x3e tr \x3e th,;.%1 table.%2 \x3e tbody \x3e tr \x3e td, .%1 table.%2 \x3e tbody \x3e tr \x3e th,;.%1 table.%2 \x3e thead \x3e tr \x3e td, .%1 table.%2 \x3e thead \x3e tr \x3e th,;.%1 table.%2 \x3e tfoot \x3e tr \x3e td, .%1 table.%2 \x3e tfoot \x3e tr \x3e th;{;border : #d3d3d3 1px dotted;}".split(";")).join("").replace(/%2/g,
+"cke_show_border").replace(/%1/g,"cke_show_borders ");CKEDITOR.addCss(a)},init:function(a){var b=a.addCommand("showborders",f);b.canUndo=!1;!1!==a.config.startupShowBorders&&b.setState(CKEDITOR.TRISTATE_ON);a.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)},null,null,100);a.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)});a.on("removeFormatCleanup",function(d){d=d.data;a.getCommand("showborders").state==CKEDITOR.TRISTATE_ON&&d.is("table")&&(!d.hasAttribute("border")||
+0>=parseInt(d.getAttribute("border"),10))&&d.addClass("cke_show_border")})},afterInit:function(a){var b=a.dataProcessor;a=b&&b.dataFilter;b=b&&b.htmlFilter;a&&a.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"],c=parseInt(a.border,10);c&&!(0>=c)||b&&-1!=b.indexOf("cke_show_border")||(a["class"]=(b||"")+" cke_show_border")}}});b&&b.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"];b&&(a["class"]=b.replace("cke_show_border","").replace(/\s{2}/," ").replace(/^\s+|\s+$/,
+""))}}})}});CKEDITOR.on("dialogDefinition",function(a){var b=a.data.name;if("table"==b||"tableProperties"==b)if(a=a.data.definition,b=a.getContents("info").get("txtBorder"),b.commit=CKEDITOR.tools.override(b.commit,function(a){return function(b,c){a.apply(this,arguments);var e=parseInt(this.getValue(),10);c[!e||0>=e?"addClass":"removeClass"]("cke_show_border")}}),a=(a=a.getContents("advanced"))&&a.get("advCSSClasses"))a.setup=CKEDITOR.tools.override(a.setup,function(a){return function(){a.apply(this,
+arguments);this.setValue(this.getValue().replace(/cke_show_border/,""))}}),a.commit=CKEDITOR.tools.override(a.commit,function(a){return function(b,c){a.apply(this,arguments);parseInt(c.getAttribute("border"),10)||c.addClass("cke_show_border")}})})})();CKEDITOR.plugins.add("smiley",{requires:"dialog",init:function(a){a.config.smiley_path=a.config.smiley_path||this.path+"images/";a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allowedContent:"img[alt,height,!src,title,width]",requiredContent:"img"}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"smiley",toolbar:"insert,50"});CKEDITOR.dialog.add("smiley",this.path+"dialogs/smiley.js")}});CKEDITOR.config.smiley_images="regular_smile.png sad_smile.png wink_smile.png teeth_smile.png confused_smile.png tongue_smile.png embarrassed_smile.png omg_smile.png whatchutalkingabout_smile.png angry_smile.png angel_smile.png shades_smile.png devil_smile.png cry_smile.png lightbulb.png thumbs_down.png thumbs_up.png heart.png broken_heart.png kiss.png envelope.png".split(" ");
+CKEDITOR.config.smiley_descriptions="smiley;sad;wink;laugh;frown;cheeky;blush;surprise;indecision;angry;angel;cool;devil;crying;enlightened;no;yes;heart;broken heart;kiss;mail".split(";");(function(){CKEDITOR.plugins.add("sourcearea",{init:function(a){function d(){var a=e&&this.equals(CKEDITOR.document.getActive());this.hide();this.setStyle("height",this.getParent().$.clientHeight+"px");this.setStyle("width",this.getParent().$.clientWidth+"px");this.show();a&&this.focus()}if(a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var f=CKEDITOR.plugins.sourcearea;a.addMode("source",function(e){var b=a.ui.space("contents").getDocument().createElement("textarea");b.setStyles(CKEDITOR.tools.extend({width:CKEDITOR.env.ie7Compat?
+"99%":"100%",height:"100%",resize:"none",outline:"none","text-align":"left"},CKEDITOR.tools.cssVendorPrefix("tab-size",a.config.sourceAreaTabSize||4)));b.setAttribute("dir","ltr");b.addClass("cke_source").addClass("cke_reset").addClass("cke_enable_context_menu");a.ui.space("contents").append(b);b=a.editable(new c(a,b));b.setData(a.getData(1));CKEDITOR.env.ie&&(b.attachListener(a,"resize",d,b),b.attachListener(CKEDITOR.document.getWindow(),"resize",d,b),CKEDITOR.tools.setTimeout(d,0,b));a.fire("ariaWidget",
+this);e()});a.addCommand("source",f.commands.source);a.ui.addButton&&a.ui.addButton("Source",{label:a.lang.sourcearea.toolbar,command:"source",toolbar:"mode,10"});a.on("mode",function(){a.getCommand("source").setState("source"==a.mode?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)});var e=CKEDITOR.env.ie&&9==CKEDITOR.env.version}}});var c=CKEDITOR.tools.createClass({base:CKEDITOR.editable,proto:{setData:function(a){this.setValue(a);this.status="ready";this.editor.fire("dataReady")},getData:function(){return this.getValue()},
+insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){this[(a?"set":"remove")+"Attribute"]("readOnly","readonly")},detach:function(){c.baseProto.detach.call(this);this.clearCustomData();this.remove()}}})})();
+CKEDITOR.plugins.sourcearea={commands:{source:{modes:{wysiwyg:1,source:1},editorFocus:!1,readOnly:1,exec:function(c){"wysiwyg"==c.mode&&c.fire("saveSnapshot");c.getCommand("source").setState(CKEDITOR.TRISTATE_DISABLED);c.setMode("source"==c.mode?"wysiwyg":"source")},canUndo:!1}}};CKEDITOR.plugins.add("specialchar",{availableLangs:{af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-gb":1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fr:1,"fr-ca":1,gl:1,he:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,pl:1,pt:1,"pt-br":1,ru:1,si:1,sk:1,sl:1,sq:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},requires:"dialog",init:function(a){var c=this;CKEDITOR.dialog.add("specialchar",this.path+"dialogs/specialchar.js");a.addCommand("specialchar",{exec:function(){var b=
+a.langCode,b=c.availableLangs[b]?b:c.availableLangs[b.replace(/-.*/,"")]?b.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(c.path+"dialogs/lang/"+b+".js"),function(){CKEDITOR.tools.extend(a.lang.specialchar,c.langEntries[b]);a.openDialog("specialchar")})},modes:{wysiwyg:1},canUndo:!1});a.ui.addButton&&a.ui.addButton("SpecialChar",{label:a.lang.specialchar.toolbar,command:"specialchar",toolbar:"insert,50"})}});CKEDITOR.config.specialChars="! \x26quot; # $ % \x26amp; ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9 : ; \x26lt; \x3d \x26gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x26euro; \x26lsquo; \x26rsquo; \x26ldquo; \x26rdquo; \x26ndash; \x26mdash; \x26iexcl; \x26cent; \x26pound; \x26curren; \x26yen; \x26brvbar; \x26sect; \x26uml; \x26copy; \x26ordf; \x26laquo; \x26not; \x26reg; \x26macr; \x26deg; \x26sup2; \x26sup3; \x26acute; \x26micro; \x26para; \x26middot; \x26cedil; \x26sup1; \x26ordm; \x26raquo; \x26frac14; \x26frac12; \x26frac34; \x26iquest; \x26Agrave; \x26Aacute; \x26Acirc; \x26Atilde; \x26Auml; \x26Aring; \x26AElig; \x26Ccedil; \x26Egrave; \x26Eacute; \x26Ecirc; \x26Euml; \x26Igrave; \x26Iacute; \x26Icirc; \x26Iuml; \x26ETH; \x26Ntilde; \x26Ograve; \x26Oacute; \x26Ocirc; \x26Otilde; \x26Ouml; \x26times; \x26Oslash; \x26Ugrave; \x26Uacute; \x26Ucirc; \x26Uuml; \x26Yacute; \x26THORN; \x26szlig; \x26agrave; \x26aacute; \x26acirc; \x26atilde; \x26auml; \x26aring; \x26aelig; \x26ccedil; \x26egrave; \x26eacute; \x26ecirc; \x26euml; \x26igrave; \x26iacute; \x26icirc; \x26iuml; \x26eth; \x26ntilde; \x26ograve; \x26oacute; \x26ocirc; \x26otilde; \x26ouml; \x26divide; \x26oslash; \x26ugrave; \x26uacute; \x26ucirc; \x26uuml; \x26yacute; \x26thorn; \x26yuml; \x26OElig; \x26oelig; \x26#372; \x26#374 \x26#373 \x26#375; \x26sbquo; \x26#8219; \x26bdquo; \x26hellip; \x26trade; \x26#9658; \x26bull; \x26rarr; \x26rArr; \x26hArr; \x26diams; \x26asymp;".split(" ");(function(){CKEDITOR.plugins.add("stylescombo",{requires:"richcombo",init:function(c){var l=c.config,g=c.lang.stylescombo,f={},k=[],m=[];c.on("stylesSet",function(b){if(b=b.data.styles){for(var a,h,d,e=0,n=b.length;e<n;e++)(a=b[e],c.blockless&&a.element in CKEDITOR.dtd.$block||(h=a.name,a=new CKEDITOR.style(a),c.filter.customConfig&&!c.filter.check(a)))||(a._name=h,a._.enterMode=l.enterMode,a._.type=d=a.assignedTo||a.type,a._.weight=e+1E3*(d==CKEDITOR.STYLE_OBJECT?1:d==CKEDITOR.STYLE_BLOCK?2:3),f[h]=
a,k.push(a),m.push(a));k.sort(function(a,b){return a._.weight-b._.weight})}});c.ui.addRichCombo("Styles",{label:g.label,title:g.panelTitle,toolbar:"styles,10",allowedContent:m,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(l.contentsCss),multiSelect:!0,attributes:{"aria-label":g.panelTitle}},init:function(){var b,a,c,d,e,f;e=0;for(f=k.length;e<f;e++)b=k[e],a=b._name,d=b._.type,d!=c&&(this.startGroup(g["panelTitle"+String(d)]),c=d),this.add(a,b.type==CKEDITOR.STYLE_OBJECT?a:b.buildPreview(),a);
this.commit()},onClick:function(b){c.focus();c.fire("saveSnapshot");b=f[b];var a=c.elementPath();c[b.checkActive(a,c)?"removeStyle":"applyStyle"](b);c.fire("saveSnapshot")},onRender:function(){c.on("selectionChange",function(b){var a=this.getValue();b=b.data.path.elements;for(var h=0,d=b.length,e;h<d;h++){e=b[h];for(var g in f)if(f[g].checkElementRemovable(e,!0,c)){g!=a&&this.setValue(g);return}}this.setValue("")},this)},onOpen:function(){var b=c.getSelection().getSelectedElement(),b=c.elementPath(b),
a=[0,0,0,0];this.showAll();this.unmarkAll();for(var h in f){var d=f[h],e=d._.type;d.checkApplicable(b,c,c.activeFilter)?a[e]++:this.hideItem(h);d.checkActive(b,c)&&this.mark(h)}a[CKEDITOR.STYLE_BLOCK]||this.hideGroup(g["panelTitle"+String(CKEDITOR.STYLE_BLOCK)]);a[CKEDITOR.STYLE_INLINE]||this.hideGroup(g["panelTitle"+String(CKEDITOR.STYLE_INLINE)]);a[CKEDITOR.STYLE_OBJECT]||this.hideGroup(g["panelTitle"+String(CKEDITOR.STYLE_OBJECT)])},refresh:function(){var b=c.elementPath();if(b){for(var a in f)if(f[a].checkApplicable(b,
command:"cellHorizontalSplit",order:19},tablecell_split_vertical:{label:c.cell.splitVertical,group:"tablecell",command:"cellVerticalSplit",order:20},tablecell_properties:{label:c.cell.title,group:"tablecellproperties",command:"cellProperties",order:21},tablerow:{label:c.row.menu,group:"tablerow",order:1,getItems:function(){return{tablerow_insertBefore:CKEDITOR.TRISTATE_OFF,tablerow_insertAfter:CKEDITOR.TRISTATE_OFF,tablerow_delete:CKEDITOR.TRISTATE_OFF}}},tablerow_insertBefore:{label:c.row.insertBefore,
group:"tablerow",command:"rowInsertBefore",order:5},tablerow_insertAfter:{label:c.row.insertAfter,group:"tablerow",command:"rowInsertAfter",order:10},tablerow_delete:{label:c.row.deleteRow,group:"tablerow",command:"rowDelete",order:15},tablecolumn:{label:c.column.menu,group:"tablecolumn",order:1,getItems:function(){return{tablecolumn_insertBefore:CKEDITOR.TRISTATE_OFF,tablecolumn_insertAfter:CKEDITOR.TRISTATE_OFF,tablecolumn_delete:CKEDITOR.TRISTATE_OFF}}},tablecolumn_insertBefore:{label:c.column.insertBefore,
group:"tablecolumn",command:"columnInsertBefore",order:5},tablecolumn_insertAfter:{label:c.column.insertAfter,group:"tablecolumn",command:"columnInsertAfter",order:10},tablecolumn_delete:{label:c.column.deleteColumn,group:"tablecolumn",command:"columnDelete",order:15}});e.contextMenu&&e.contextMenu.addListener(function(a,b,c){return(a=c.contains({td:1,th:1},1))&&!a.isReadOnly()?{tablecell:CKEDITOR.TRISTATE_OFF,tablerow:CKEDITOR.TRISTATE_OFF,tablecolumn:CKEDITOR.TRISTATE_OFF}:null})},getSelectedCells:t};
-CKEDITOR.plugins.add("tabletools",CKEDITOR.plugins.tabletools)})();CKEDITOR.tools.buildTableMap=function(t){t=t.$.rows;for(var p=-1,u=[],v=0;v<t.length;v++){p++;!u[p]&&(u[p]=[]);for(var m=-1,y=0;y<t[v].cells.length;y++){var x=t[v].cells[y];for(m++;u[p][m];)m++;for(var q=isNaN(x.colSpan)?1:x.colSpan,x=isNaN(x.rowSpan)?1:x.rowSpan,z=0;z<x;z++){u[p+z]||(u[p+z]=[]);for(var w=0;w<q;w++)u[p+z][m+w]=t[v].cells[y]}m+=q-1}}return u};(function(){var g=[CKEDITOR.CTRL+90,CKEDITOR.CTRL+89,CKEDITOR.CTRL+CKEDITOR.SHIFT+90],n={8:1,46:1};CKEDITOR.plugins.add("undo",{init:function(a){function b(a){d.enabled&&!1!==a.data.command.canUndo&&d.save()}function c(){d.enabled=a.readOnly?!1:"wysiwyg"==a.mode;d.onChange()}var d=a.undoManager=new e(a),l=d.editingHandler=new k(d),f=a.addCommand("undo",{exec:function(){d.undo()&&(a.selectionChange(),this.fire("afterUndo"))},startDisabled:!0,canUndo:!1}),h=a.addCommand("redo",{exec:function(){d.redo()&&
+CKEDITOR.plugins.add("tabletools",CKEDITOR.plugins.tabletools)})();CKEDITOR.tools.buildTableMap=function(t){t=t.$.rows;for(var p=-1,u=[],v=0;v<t.length;v++){p++;!u[p]&&(u[p]=[]);for(var m=-1,y=0;y<t[v].cells.length;y++){var x=t[v].cells[y];for(m++;u[p][m];)m++;for(var q=isNaN(x.colSpan)?1:x.colSpan,x=isNaN(x.rowSpan)?1:x.rowSpan,z=0;z<x;z++){u[p+z]||(u[p+z]=[]);for(var w=0;w<q;w++)u[p+z][m+w]=t[v].cells[y]}m+=q-1}}return u};(function(){CKEDITOR.plugins.add("templates",{requires:"dialog",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;(function(){function B(a){function d(){for(var b=g(),e=CKEDITOR.tools.clone(a.config.toolbarGroups)||q(a),f=0;f<e.length;f++){var l=e[f];if("/"!=l){"string"==typeof l&&(l=e[f]={name:l});var m,d=l.groups;if(d)for(var h=0;h<d.length;h++)m=d[h],(m=b[m])&&c(l,m);(m=b[l.name])&&c(l,m)}}return e}function g(){var b={},c,f,e;for(c in a.ui.items)f=a.ui.items[c],e=f.toolbar||"others",e=e.split(","),f=e[0],e=parseInt(e[1]||-1,10),b[f]||(b[f]=[]),b[f].push({name:c,order:e});for(f in b)b[f]=b[f].sort(function(b,
+a){return b.order==a.order?0:0>a.order?-1:0>b.order?1:b.order<a.order?-1:1});return b}function c(c,e){if(e.length){c.items?c.items.push(a.ui.create("-")):c.items=[];for(var f;f=e.shift();)f="string"==typeof f?f:f.name,b&&-1!=CKEDITOR.tools.indexOf(b,f)||(f=a.ui.create(f))&&a.addFeature(f)&&c.items.push(f)}}function h(b){var a=[],e,d,h;for(e=0;e<b.length;++e)d=b[e],h={},"/"==d?a.push(d):CKEDITOR.tools.isArray(d)?(c(h,CKEDITOR.tools.clone(d)),a.push(h)):d.items&&(c(h,CKEDITOR.tools.clone(d.items)),
+h.name=d.name,a.push(h));return a}var b=a.config.removeButtons,b=b&&b.split(","),e=a.config.toolbar;"string"==typeof e&&(e=a.config["toolbar_"+e]);return a.toolbar=e?h(e):d()}function q(a){return a._.toolbarGroups||(a._.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},"/",{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list",
+"indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},"/",{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}])}var y=function(){this.toolbars=[];this.focusCommandExecuted=!1};y.prototype.focus=function(){for(var a=0,d;d=this.toolbars[a++];)for(var g=0,c;c=d.items[g++];)if(c.focus){c.focus();return}};var C={modes:{wysiwyg:1,source:1},readOnly:1,exec:function(a){a.toolbox&&(a.toolbox.focusCommandExecuted=!0,CKEDITOR.env.ie||CKEDITOR.env.air?setTimeout(function(){a.toolbox.focus()},
+100):a.toolbox.focus())}};CKEDITOR.plugins.add("toolbar",{requires:"button",init:function(a){var d,g=function(c,h){var b,e="rtl"==a.lang.dir,k=a.config.toolbarGroupCycling,r=e?37:39,e=e?39:37,k=void 0===k||k;switch(h){case 9:case CKEDITOR.SHIFT+9:for(;!b||!b.items.length;)if(b=9==h?(b?b.next:c.toolbar.next)||a.toolbox.toolbars[0]:(b?b.previous:c.toolbar.previous)||a.toolbox.toolbars[a.toolbox.toolbars.length-1],b.items.length)for(c=b.items[d?b.items.length-1:0];c&&!c.focus;)(c=d?c.previous:c.next)||
+(b=0);c&&c.focus();return!1;case r:b=c;do b=b.next,!b&&k&&(b=c.toolbar.items[0]);while(b&&!b.focus);b?b.focus():g(c,9);return!1;case 40:return c.button&&c.button.hasArrow?(a.once("panelShow",function(b){b.data._.panel._.currentBlock.onKeyDown(40)}),c.execute()):g(c,40==h?r:e),!1;case e:case 38:b=c;do b=b.previous,!b&&k&&(b=c.toolbar.items[c.toolbar.items.length-1]);while(b&&!b.focus);b?b.focus():(d=1,g(c,CKEDITOR.SHIFT+9),d=0);return!1;case 27:return a.focus(),!1;case 13:case 32:return c.execute(),
+!1}return!0};a.on("uiSpace",function(c){if(c.data.space==a.config.toolbarLocation){c.removeListener();a.toolbox=new y;var d=CKEDITOR.tools.getNextId(),b=['\x3cspan id\x3d"',d,'" class\x3d"cke_voice_label"\x3e',a.lang.toolbar.toolbars,"\x3c/span\x3e",'\x3cspan id\x3d"'+a.ui.spaceId("toolbox")+'" class\x3d"cke_toolbox" role\x3d"group" aria-labelledby\x3d"',d,'" onmousedown\x3d"return false;"\x3e'],d=!1!==a.config.toolbarStartupExpanded,e,k;a.config.toolbarCanCollapse&&a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&
+b.push('\x3cspan class\x3d"cke_toolbox_main"'+(d?"\x3e":' style\x3d"display:none"\x3e'));for(var r=a.toolbox.toolbars,f=B(a),l=0;l<f.length;l++){var m,n=0,v,p=f[l],w;if(p)if(e&&(b.push("\x3c/span\x3e"),k=e=0),"/"===p)b.push('\x3cspan class\x3d"cke_toolbar_break"\x3e\x3c/span\x3e');else{w=p.items||p;for(var x=0;x<w.length;x++){var t=w[x],q;if(t){var z=function(c){c=c.render(a,b);u=n.items.push(c)-1;0<u&&(c.previous=n.items[u-1],c.previous.next=c);c.toolbar=n;c.onkey=g;c.onfocus=function(){a.toolbox.focusCommandExecuted||
+a.focus()}};if(t.type==CKEDITOR.UI_SEPARATOR)k=e&&t;else{q=!1!==t.canGroup;if(!n){m=CKEDITOR.tools.getNextId();n={id:m,items:[]};v=p.name&&(a.lang.toolbar.toolbarGroups[p.name]||p.name);b.push('\x3cspan id\x3d"',m,'" class\x3d"cke_toolbar"',v?' aria-labelledby\x3d"'+m+'_label"':"",' role\x3d"toolbar"\x3e');v&&b.push('\x3cspan id\x3d"',m,'_label" class\x3d"cke_voice_label"\x3e',v,"\x3c/span\x3e");b.push('\x3cspan class\x3d"cke_toolbar_start"\x3e\x3c/span\x3e');var u=r.push(n)-1;0<u&&(n.previous=r[u-
+1],n.previous.next=n)}q?e||(b.push('\x3cspan class\x3d"cke_toolgroup" role\x3d"presentation"\x3e'),e=1):e&&(b.push("\x3c/span\x3e"),e=0);k&&(z(k),k=0);z(t)}}}e&&(b.push("\x3c/span\x3e"),k=e=0);n&&b.push('\x3cspan class\x3d"cke_toolbar_end"\x3e\x3c/span\x3e\x3c/span\x3e')}}a.config.toolbarCanCollapse&&b.push("\x3c/span\x3e");if(a.config.toolbarCanCollapse&&a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var A=CKEDITOR.tools.addFunction(function(){a.execCommand("toolbarCollapse")});a.on("destroy",function(){CKEDITOR.tools.removeFunction(A)});
+a.addCommand("toolbarCollapse",{readOnly:1,exec:function(b){var a=b.ui.space("toolbar_collapser"),c=a.getPrevious(),e=b.ui.space("contents"),d=c.getParent(),f=parseInt(e.$.style.height,10),h=d.$.offsetHeight,g=a.hasClass("cke_toolbox_collapser_min");g?(c.show(),a.removeClass("cke_toolbox_collapser_min"),a.setAttribute("title",b.lang.toolbar.toolbarCollapse)):(c.hide(),a.addClass("cke_toolbox_collapser_min"),a.setAttribute("title",b.lang.toolbar.toolbarExpand));a.getFirst().setText(g?"▲":"◀");e.setStyle("height",
+f-(d.$.offsetHeight-h)+"px");b.fire("resize",{outerHeight:b.container.$.offsetHeight,contentsHeight:e.$.offsetHeight,outerWidth:b.container.$.offsetWidth})},modes:{wysiwyg:1,source:1}});a.setKeystroke(CKEDITOR.ALT+(CKEDITOR.env.ie||CKEDITOR.env.webkit?189:109),"toolbarCollapse");b.push('\x3ca title\x3d"'+(d?a.lang.toolbar.toolbarCollapse:a.lang.toolbar.toolbarExpand)+'" id\x3d"'+a.ui.spaceId("toolbar_collapser")+'" tabIndex\x3d"-1" class\x3d"cke_toolbox_collapser');d||b.push(" cke_toolbox_collapser_min");
+b.push('" onclick\x3d"CKEDITOR.tools.callFunction('+A+')"\x3e','\x3cspan class\x3d"cke_arrow"\x3e\x26#9650;\x3c/span\x3e',"\x3c/a\x3e")}b.push("\x3c/span\x3e");c.data.html+=b.join("")}});a.on("destroy",function(){if(this.toolbox){var a,d=0,b,e,g;for(a=this.toolbox.toolbars;d<a.length;d++)for(e=a[d].items,b=0;b<e.length;b++)g=e[b],g.clickFn&&CKEDITOR.tools.removeFunction(g.clickFn),g.keyDownFn&&CKEDITOR.tools.removeFunction(g.keyDownFn)}});a.on("uiReady",function(){var c=a.ui.space("toolbox");c&&a.focusManager.add(c,
+1)});a.addCommand("toolbarFocus",C);a.setKeystroke(CKEDITOR.ALT+121,"toolbarFocus");a.ui.add("-",CKEDITOR.UI_SEPARATOR,{});a.ui.addHandler(CKEDITOR.UI_SEPARATOR,{create:function(){return{render:function(a,d){d.push('\x3cspan class\x3d"cke_toolbar_separator" role\x3d"separator"\x3e\x3c/span\x3e');return{}}}}})}});CKEDITOR.ui.prototype.addToolbarGroup=function(a,d,g){var c=q(this.editor),h=0===d,b={name:a};if(g){if(g=CKEDITOR.tools.search(c,function(a){return a.name==g})){!g.groups&&(g.groups=[]);if(d&&
+(d=CKEDITOR.tools.indexOf(g.groups,d),0<=d)){g.groups.splice(d+1,0,a);return}h?g.groups.splice(0,0,a):g.groups.push(a);return}d=null}d&&(d=CKEDITOR.tools.indexOf(c,function(a){return a.name==d}));h?c.splice(0,0,a):"number"==typeof d?c.splice(d+1,0,b):c.push(a)}})();CKEDITOR.UI_SEPARATOR="separator";CKEDITOR.config.toolbarLocation="top";(function(){var g=[CKEDITOR.CTRL+90,CKEDITOR.CTRL+89,CKEDITOR.CTRL+CKEDITOR.SHIFT+90],n={8:1,46:1};CKEDITOR.plugins.add("undo",{init:function(a){function b(a){d.enabled&&!1!==a.data.command.canUndo&&d.save()}function c(){d.enabled=a.readOnly?!1:"wysiwyg"==a.mode;d.onChange()}var d=a.undoManager=new e(a),l=d.editingHandler=new k(d),f=a.addCommand("undo",{exec:function(){d.undo()&&(a.selectionChange(),this.fire("afterUndo"))},startDisabled:!0,canUndo:!1}),h=a.addCommand("redo",{exec:function(){d.redo()&&
(a.selectionChange(),this.fire("afterRedo"))},startDisabled:!0,canUndo:!1});a.setKeystroke([[g[0],"undo"],[g[1],"redo"],[g[2],"redo"]]);d.onChange=function(){f.setState(d.undoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);h.setState(d.redoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)};a.on("beforeCommandExec",b);a.on("afterCommandExec",b);a.on("saveSnapshot",function(a){d.save(a.data&&a.data.contentOnly)});a.on("contentDom",l.attachListeners,l);a.on("instanceReady",function(){a.fire("saveSnapshot")});
a.on("beforeModeUnload",function(){"wysiwyg"==a.mode&&d.save(!0)});a.on("mode",c);a.on("readOnly",c);a.ui.addButton&&(a.ui.addButton("Undo",{label:a.lang.undo.undo,command:"undo",toolbar:"undo,10"}),a.ui.addButton("Redo",{label:a.lang.undo.redo,command:"redo",toolbar:"undo,20"}));a.resetUndo=function(){d.reset();a.fire("saveSnapshot")};a.on("updateSnapshot",function(){d.currentImage&&d.update()});a.on("lockSnapshot",function(a){a=a.data;d.lock(a&&a.dontUpdate,a&&a.forceUpdate)});a.on("unlockSnapshot",
d.unlock,d)}});CKEDITOR.plugins.undo={};var e=CKEDITOR.plugins.undo.UndoManager=function(a){this.strokesRecorded=[0,0];this.locked=null;this.previousKeyGroup=-1;this.limit=a.config.undoStackSize||20;this.strokesLimit=25;this.editor=a;this.reset()};e.prototype={type:function(a,b){var c=e.getKeyGroup(a),d=this.strokesRecorded[c]+1;b=b||d>=this.strokesLimit;this.typing||(this.hasUndo=this.typing=!0,this.hasRedo=!1,this.onChange());b?(d=0,this.editor.fire("saveSnapshot")):this.editor.fire("change");this.strokesRecorded[c]=
null},increment:function(a){this.getLast(a).inputs++},remove:function(a){a=this.getLastIndex(a);-1!=a&&this.stack.splice(a,1)},resetInputs:function(a){if("number"==typeof a)this.getLast(a).inputs=0;else for(a=this.stack.length;a--;)this.stack[a].inputs=0},getTotalInputs:function(){for(var a=this.stack.length,b=0;a--;)b+=this.stack[a].inputs;return b},cleanUp:function(a){a=a.data.$;a.ctrlKey||a.metaKey||this.remove(17);a.shiftKey||this.remove(16);a.altKey||this.remove(18)}}})();CKEDITOR.plugins.add("wsc",{requires:"dialog",parseApi:function(a){a.config.wsc_onFinish="function"===typeof a.config.wsc_onFinish?a.config.wsc_onFinish:function(){};a.config.wsc_onClose="function"===typeof a.config.wsc_onClose?a.config.wsc_onClose:function(){}},parseConfig:function(a){a.config.wsc_customerId=a.config.wsc_customerId||CKEDITOR.config.wsc_customerId||"1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk";a.config.wsc_customDictionaryIds=a.config.wsc_customDictionaryIds||
CKEDITOR.config.wsc_customDictionaryIds||"";a.config.wsc_userDictionaryName=a.config.wsc_userDictionaryName||CKEDITOR.config.wsc_userDictionaryName||"";a.config.wsc_customLoaderScript=a.config.wsc_customLoaderScript||CKEDITOR.config.wsc_customLoaderScript;CKEDITOR.config.wsc_cmd=a.config.wsc_cmd||CKEDITOR.config.wsc_cmd||"spell";CKEDITOR.config.wsc_version="v4.3.0-master-d769233";CKEDITOR.config.wsc_removeGlobalVariable=!0},init:function(a){var b=CKEDITOR.env;this.parseConfig(a);this.parseApi(a);
a.addCommand("checkspell",new CKEDITOR.dialogCommand("checkspell")).modes={wysiwyg:!CKEDITOR.env.opera&&!CKEDITOR.env.air&&document.domain==window.location.hostname&&!(b.ie&&(8>b.version||b.quirks))};"undefined"==typeof a.plugins.scayt&&a.ui.addButton&&a.ui.addButton("SpellChecker",{label:a.lang.wsc.toolbar,click:function(a){var b=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.container.getText():a.document.getBody().getText();(b=b.replace(/\s/g,""))?a.execCommand("checkspell"):alert("Nothing to check!")},
-toolbar:"spellchecker,10"});CKEDITOR.dialog.add("checkspell",this.path+(CKEDITOR.env.ie&&7>=CKEDITOR.env.version?"dialogs/wsc_ie.js":window.postMessage?"dialogs/wsc.js":"dialogs/wsc_ie.js"))}});(function(){function f(c){var a=this.att;c=c&&c.hasAttribute(a)&&c.getAttribute(a)||"";void 0!==c&&this.setValue(c)}function g(){for(var c,a=0;a<arguments.length;a++)if(arguments[a]instanceof CKEDITOR.dom.element){c=arguments[a];break}if(c){var a=this.att,b=this.getValue();b?c.setAttribute(a,b):c.removeAttribute(a,b)}}var k={id:1,dir:1,classes:1,styles:1};CKEDITOR.plugins.add("dialogadvtab",{requires:"dialog",allowedContent:function(c){c||(c=k);var a=[];c.id&&a.push("id");c.dir&&a.push("dir");var b=
-"";a.length&&(b+="["+a.join(",")+"]");c.classes&&(b+="(*)");c.styles&&(b+="{*}");return b},createAdvancedTab:function(c,a,b){a||(a=k);var d=c.lang.common,h={id:"advanced",label:d.advancedTab,title:d.advancedTab,elements:[{type:"vbox",padding:1,children:[]}]},e=[];if(a.id||a.dir)a.id&&e.push({id:"advId",att:"id",type:"text",requiredContent:b?b+"[id]":null,label:d.id,setup:f,commit:g}),a.dir&&e.push({id:"advLangDir",att:"dir",type:"select",requiredContent:b?b+"[dir]":null,label:d.langDir,"default":"",
-style:"width:100%",items:[[d.notSet,""],[d.langDirLTR,"ltr"],[d.langDirRTL,"rtl"]],setup:f,commit:g}),h.elements[0].children.push({type:"hbox",widths:["50%","50%"],children:[].concat(e)});if(a.styles||a.classes)e=[],a.styles&&e.push({id:"advStyles",att:"style",type:"text",requiredContent:b?b+"{cke-xyz}":null,label:d.styles,"default":"",validate:CKEDITOR.dialog.validate.inlineStyle(d.invalidInlineStyle),onChange:function(){},getStyle:function(a,c){var b=this.getValue().match(new RegExp("(?:^|;)\\s*"+
-a+"\\s*:\\s*([^;]*)","i"));return b?b[1]:c},updateStyle:function(a,b){var d=this.getValue(),e=c.document.createElement("span");e.setAttribute("style",d);e.setStyle(a,b);d=CKEDITOR.tools.normalizeCssText(e.getAttribute("style"));this.setValue(d,1)},setup:f,commit:g}),a.classes&&e.push({type:"hbox",widths:["45%","55%"],children:[{id:"advCSSClasses",att:"class",type:"text",requiredContent:b?b+"(cke-xyz)":null,label:d.cssClasses,"default":"",setup:f,commit:g}]}),h.elements[0].children.push({type:"hbox",
-widths:["50%","50%"],children:[].concat(e)});return h}})})();(function(){function q(a,f,d,b){if(!a.isReadOnly()&&!a.equals(d.editable())){CKEDITOR.dom.element.setMarker(b,a,"bidi_processed",1);b=a;for(var c=d.editable();(b=b.getParent())&&!b.equals(c);)if(b.getCustomData("bidi_processed")){a.removeStyle("direction");a.removeAttribute("dir");return}b="useComputedState"in d.config?d.config.useComputedState:1;(b?a.getComputedStyle("direction"):a.getStyle("direction")||a.hasAttribute("dir"))!=f&&(a.removeStyle("direction"),b?(a.removeAttribute("dir"),f!=a.getComputedStyle("direction")&&
-a.setAttribute("dir",f)):a.setAttribute("dir",f),d.forceNextSelectionCheck())}}function v(a,f,d){var b=a.getCommonAncestor(!1,!0);a=a.clone();a.enlarge(d==CKEDITOR.ENTER_BR?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(a.checkBoundaryOfElement(b,CKEDITOR.START)&&a.checkBoundaryOfElement(b,CKEDITOR.END)){for(var c;b&&b.type==CKEDITOR.NODE_ELEMENT&&(c=b.getParent())&&1==c.getChildCount()&&!(b.getName()in f);)b=c;return b.type==CKEDITOR.NODE_ELEMENT&&b.getName()in f&&b}}function p(a){return{context:"p",
-allowedContent:{"h1 h2 h3 h4 h5 h6 table ul ol blockquote div tr p div li td":{propertiesOnly:!0,attributes:"dir"}},requiredContent:"p[dir]",refresh:function(a,d){var b=a.config.useComputedState,c,b=void 0===b||b;if(!b){c=d.lastElement;for(var h=a.editable();c&&!(c.getName()in u||c.equals(h));){var e=c.getParent();if(!e)break;c=e}}c=c||d.block||d.blockLimit;c.equals(a.editable())&&(h=a.getSelection().getRanges()[0].getEnclosedNode())&&h.type==CKEDITOR.NODE_ELEMENT&&(c=h);c&&(b=b?c.getComputedStyle("direction"):
-c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF),a.getCommand("bidiltr").setState("ltr"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF));b=(d.block||d.blockLimit||a.editable()).getDirection(1);b!=(a._.selDir||a.lang.dir)&&(a._.selDir=b,a.fire("contentDirChanged",b))},exec:function(f){var d=f.getSelection(),b=f.config.enterMode,c=d.getRanges();if(c&&c.length){for(var h={},e=d.createBookmarks(),c=c.createIterator(),g,
-l=0;g=c.getNextRange(1);){var k=g.getEnclosedNode();k&&(!k||k.type==CKEDITOR.NODE_ELEMENT&&k.getName()in r)||(k=v(g,t,b));k&&q(k,a,f,h);var m=new CKEDITOR.dom.walker(g),n=e[l].startNode,p=e[l++].endNode;m.evaluator=function(a){var c=b==CKEDITOR.ENTER_P?"p":"div",d;if(d=(a?a.type==CKEDITOR.NODE_ELEMENT:!1)&&a.getName()in t){if(c=a.is(c))c=(c=a.getParent())?c.type==CKEDITOR.NODE_ELEMENT:!1;d=!(c&&a.getParent().is("blockquote"))}return!!(d&&a.getPosition(n)&CKEDITOR.POSITION_FOLLOWING&&(a.getPosition(p)&
-CKEDITOR.POSITION_PRECEDING+CKEDITOR.POSITION_CONTAINS)==CKEDITOR.POSITION_PRECEDING)};for(;k=m.next();)q(k,a,f,h);g=g.createIterator();for(g.enlargeBr=b!=CKEDITOR.ENTER_BR;k=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)q(k,a,f,h)}CKEDITOR.dom.element.clearAllMarkers(h);f.forceNextSelectionCheck();d.selectBookmarks(e);f.focus()}}}}function w(a){var f=a==l.setAttribute,d=a==l.removeAttribute,b=/\bdirection\s*:\s*(.*?)\s*(:?$|;)/;return function(c,h){if(!this.isReadOnly()){var e;if(e=c==(f||d?
-"dir":"direction")||"style"==c&&(d||b.test(h))){a:{e=this;for(var g=e.getDocument().getBody().getParent();e;){if(e.equals(g)){e=!1;break a}e=e.getParent()}e=!0}e=!e}if(e&&(e=this.getDirection(1),g=a.apply(this,arguments),e!=this.getDirection(1)))return this.getDocument().fire("dirChanged",this),g}return a.apply(this,arguments)}}var t={table:1,ul:1,ol:1,blockquote:1,div:1},r={},u={};CKEDITOR.tools.extend(r,t,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.extend(u,r,{td:1});CKEDITOR.plugins.add("bidi",{init:function(a){function f(b,
-c,d,e,f){a.addCommand(d,new CKEDITOR.command(a,e));a.ui.addButton&&a.ui.addButton(b,{label:c,command:d,toolbar:"bidi,"+f})}if(!a.blockless){var d=a.lang.bidi;f("BidiLtr",d.ltr,"bidiltr",p("ltr"),10);f("BidiRtl",d.rtl,"bidirtl",p("rtl"),20);a.on("contentDom",function(){a.document.on("dirChanged",function(b){a.fire("dirChanged",{node:b.data,dir:b.data.getDirection(1)})})});a.on("contentDirChanged",function(b){b=(a.lang.dir!=b.data?"add":"remove")+"Class";var c=a.ui.space(a.config.toolbarLocation);if(c)c[b]("cke_mixed_dir_content")})}}});
-for(var l=CKEDITOR.dom.element.prototype,n=["setStyle","removeStyle","setAttribute","removeAttribute"],m=0;m<n.length;m++)l[n[m]]=CKEDITOR.tools.override(l[n[m]],w)})();CKEDITOR.plugins.add("panelbutton",{requires:"button",onLoad:function(){function e(c){var a=this._;a.state!=CKEDITOR.TRISTATE_DISABLED&&(this.createPanel(c),a.on?a.panel.hide():a.panel.showBlock(this._.id,this.document.getById(this._.id),4))}CKEDITOR.ui.panelButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(c){var a=c.panel||{};delete c.panel;this.base(c);this.document=a.parent&&a.parent.getDocument()||CKEDITOR.document;a.block={attributes:a.attributes};this.hasArrow=a.toolbarRelated=
-!0;this.click=e;this._={panelDefinition:a}},statics:{handler:{create:function(c){return new CKEDITOR.ui.panelButton(c)}}},proto:{createPanel:function(c){var a=this._;if(!a.panel){var f=this._.panelDefinition,e=this._.panelDefinition.block,g=f.parent||CKEDITOR.document.getBody(),d=this._.panel=new CKEDITOR.ui.floatPanel(c,g,f),f=d.addBlock(a.id,e),b=this;d.onShow=function(){b.className&&this.element.addClass(b.className+"_panel");b.setState(CKEDITOR.TRISTATE_ON);a.on=1;b.editorFocus&&c.focus();if(b.onOpen)b.onOpen()};
-d.onHide=function(d){b.className&&this.element.getFirst().removeClass(b.className+"_panel");b.setState(b.modes&&b.modes[c.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);a.on=0;if(!d&&b.onClose)b.onClose()};d.onEscape=function(){d.hide(1);b.document.getById(a.id).focus()};if(this.onBlock)this.onBlock(d,f);f.onHide=function(){a.on=0;b.setState(CKEDITOR.TRISTATE_OFF)}}}}})},beforeInit:function(e){e.ui.addHandler(CKEDITOR.UI_PANELBUTTON,CKEDITOR.ui.panelButton.handler)}});
-CKEDITOR.UI_PANELBUTTON="panelbutton";CKEDITOR.plugins.add("colorbutton",{requires:"panelbutton,floatpanel",init:function(c){function r(p,g,e,h){var k=new CKEDITOR.style(l["colorButton_"+g+"Style"]),m=CKEDITOR.tools.getNextId()+"_colorBox";c.ui.add(p,CKEDITOR.UI_PANELBUTTON,{label:e,title:e,modes:{wysiwyg:1},editorFocus:0,toolbar:"colors,"+h,allowedContent:k,requiredContent:k,panel:{css:CKEDITOR.skin.getPath("editor"),attributes:{role:"listbox","aria-label":f.panelTitle}},onBlock:function(a,b){b.autoSize=!0;b.element.addClass("cke_colorblock");
-b.element.setHtml(u(a,g,m));b.element.getDocument().getBody().setStyle("overflow","hidden");CKEDITOR.ui.fire("ready",this);var d=b.keys,e="rtl"==c.lang.dir;d[e?37:39]="next";d[40]="next";d[9]="next";d[e?39:37]="prev";d[38]="prev";d[CKEDITOR.SHIFT+9]="prev";d[32]="click"},refresh:function(){c.activeFilter.check(k)||this.setState(CKEDITOR.TRISTATE_DISABLED)},onOpen:function(){var a=c.getSelection(),a=a&&a.getStartElement(),a=c.elementPath(a),b;if(a){a=a.block||a.blockLimit||c.document.getBody();do b=
-a&&a.getComputedStyle("back"==g?"background-color":"color")||"transparent";while("back"==g&&"transparent"==b&&a&&(a=a.getParent()));b&&"transparent"!=b||(b="#ffffff");this._.panel._.iframe.getFrameDocument().getById(m).setStyle("background-color",b);return b}}})}function u(p,g,e){var h=[],k=l.colorButton_colors.split(","),m=c.plugins.colordialog&&!1!==l.colorButton_enableMore,a=k.length+(m?2:1),b=CKEDITOR.tools.addFunction(function(a,b){function d(a){this.removeListener("ok",d);this.removeListener("cancel",
-d);"ok"==a.name&&e(this.getContentElement("picker","selectedColor").getValue(),b)}var e=arguments.callee;if("?"==a)c.openDialog("colordialog",function(){this.on("ok",d);this.on("cancel",d)});else{c.focus();p.hide();c.fire("saveSnapshot");c.removeStyle(new CKEDITOR.style(l["colorButton_"+b+"Style"],{color:"inherit"}));if(a){var f=l["colorButton_"+b+"Style"];f.childRule="back"==b?function(a){return t(a)}:function(a){return!(a.is("a")||a.getElementsByTag("a").count())||t(a)};c.applyStyle(new CKEDITOR.style(f,
-{color:a}))}c.fire("saveSnapshot")}});h.push('\x3ca class\x3d"cke_colorauto" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',f.auto,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",null,'",g,"');return false;\" href\x3d\"javascript:void('",f.auto,'\')" role\x3d"option" aria-posinset\x3d"1" aria-setsize\x3d"',a,'"\x3e\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e\x3ctr\x3e\x3ctd\x3e\x3cspan class\x3d"cke_colorbox" id\x3d"',e,'"\x3e\x3c/span\x3e\x3c/td\x3e\x3ctd colspan\x3d7 align\x3dcenter\x3e',
-f.auto,'\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/a\x3e\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e');for(e=0;e<k.length;e++){0===e%8&&h.push("\x3c/tr\x3e\x3ctr\x3e");var d=k[e].split("/"),n=d[0],q=d[1]||n;d[1]||(n="#"+n.replace(/^(.)(.)(.)$/,"$1$1$2$2$3$3"));d=c.lang.colorbutton.colors[q]||q;h.push('\x3ctd\x3e\x3ca class\x3d"cke_colorbox" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',d,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",'",n,"','",g,"'); return false;\" href\x3d\"javascript:void('",
-d,'\')" role\x3d"option" aria-posinset\x3d"',e+2,'" aria-setsize\x3d"',a,'"\x3e\x3cspan class\x3d"cke_colorbox" style\x3d"background-color:#',q,'"\x3e\x3c/span\x3e\x3c/a\x3e\x3c/td\x3e')}m&&h.push('\x3c/tr\x3e\x3ctr\x3e\x3ctd colspan\x3d8 align\x3dcenter\x3e\x3ca class\x3d"cke_colormore" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',f.more,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",'?','",g,"');return false;\" href\x3d\"javascript:void('",f.more,"')\"",' role\x3d"option" aria-posinset\x3d"',
-a,'" aria-setsize\x3d"',a,'"\x3e',f.more,"\x3c/a\x3e\x3c/td\x3e");h.push("\x3c/tr\x3e\x3c/table\x3e");return h.join("")}function t(c){return"false"==c.getAttribute("contentEditable")||c.getAttribute("data-nostyle")}var l=c.config,f=c.lang.colorbutton;CKEDITOR.env.hc||(r("TextColor","fore",f.textColorTitle,10),r("BGColor","back",f.bgColorTitle,20))}});CKEDITOR.config.colorButton_colors="000,800000,8B4513,2F4F4F,008080,000080,4B0082,696969,B22222,A52A2A,DAA520,006400,40E0D0,0000CD,800080,808080,F00,FF8C00,FFD700,008000,0FF,00F,EE82EE,A9A9A9,FFA07A,FFA500,FFFF00,00FF00,AFEEEE,ADD8E6,DDA0DD,D3D3D3,FFF0F5,FAEBD7,FFFFE0,F0FFF0,F0FFFF,F0F8FF,E6E6FA,FFF";
-CKEDITOR.config.colorButton_foreStyle={element:"span",styles:{color:"#(color)"},overrides:[{element:"font",attributes:{color:null}}]};CKEDITOR.config.colorButton_backStyle={element:"span",styles:{"background-color":"#(color)"}};CKEDITOR.plugins.colordialog={requires:"dialog",init:function(b){var c=new CKEDITOR.dialogCommand("colordialog");c.editorFocus=!1;b.addCommand("colordialog",c);CKEDITOR.dialog.add("colordialog",this.path+"dialogs/colordialog.js");b.getColorFromDialog=function(c,f){var d=function(a){this.removeListener("ok",d);this.removeListener("cancel",d);a="ok"==a.name?this.getValueOf("picker","selectedColor"):null;c.call(f,a)},e=function(a){a.on("ok",d);a.on("cancel",d)};b.execCommand("colordialog");if(b._.storedDialogs&&
-b._.storedDialogs.colordialog)e(b._.storedDialogs.colordialog);else CKEDITOR.on("dialogDefinition",function(a){if("colordialog"==a.data.name){var b=a.data.definition;a.removeListener();b.onLoad=CKEDITOR.tools.override(b.onLoad,function(a){return function(){e(this);b.onLoad=a;"function"==typeof a&&a.call(this)}})}})}}};CKEDITOR.plugins.add("colordialog",CKEDITOR.plugins.colordialog);(function(){CKEDITOR.plugins.add("templates",{requires:"dialog",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;(function(){CKEDITOR.plugins.add("div",{requires:"dialog",init:function(a){if(!a.blockless){var c=a.lang.div,b="div(*)";CKEDITOR.dialog.isTabEnabled(a,"editdiv","advanced")&&(b+=";div[dir,id,lang,title]{*}");a.addCommand("creatediv",new CKEDITOR.dialogCommand("creatediv",{allowedContent:b,requiredContent:"div",contextSensitive:!0,refresh:function(a,c){this.setState("div"in(a.config.div_wrapTable?c.root:c.blockLimit).getDtd()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}}));a.addCommand("editdiv",
-new CKEDITOR.dialogCommand("editdiv",{requiredContent:"div"}));a.addCommand("removediv",{requiredContent:"div",exec:function(a){function c(b){(b=CKEDITOR.plugins.div.getSurroundDiv(a,b))&&!b.data("cke-div-added")&&(f.push(b),b.data("cke-div-added"))}for(var b=a.getSelection(),g=b&&b.getRanges(),e,h=b.createBookmarks(),f=[],d=0;d<g.length;d++)e=g[d],e.collapsed?c(b.getStartElement()):(e=new CKEDITOR.dom.walker(e),e.evaluator=c,e.lastForward());for(d=0;d<f.length;d++)f[d].remove(!0);b.selectBookmarks(h)}});
-a.ui.addButton&&a.ui.addButton("CreateDiv",{label:c.toolbar,command:"creatediv",toolbar:"blocks,50"});a.addMenuItems&&(a.addMenuItems({editdiv:{label:c.edit,command:"editdiv",group:"div",order:1},removediv:{label:c.remove,command:"removediv",group:"div",order:5}}),a.contextMenu&&a.contextMenu.addListener(function(b){return!b||b.isReadOnly()?null:CKEDITOR.plugins.div.getSurroundDiv(a)?{editdiv:CKEDITOR.TRISTATE_OFF,removediv:CKEDITOR.TRISTATE_OFF}:null}));CKEDITOR.dialog.add("creatediv",this.path+
-"dialogs/div.js");CKEDITOR.dialog.add("editdiv",this.path+"dialogs/div.js")}}});CKEDITOR.plugins.div={getSurroundDiv:function(a,c){var b=a.elementPath(c);return a.elementPath(b.blockLimit).contains(function(a){return a.is("div")&&!a.isReadOnly()},1)}}})();CKEDITOR.plugins.add("find",{requires:"dialog",init:function(a){var b=a.addCommand("find",new CKEDITOR.dialogCommand("find"));b.canUndo=!1;b.readOnly=1;a.addCommand("replace",new CKEDITOR.dialogCommand("replace")).canUndo=!1;a.ui.addButton&&(a.ui.addButton("Find",{label:a.lang.find.find,command:"find",toolbar:"find,10"}),a.ui.addButton("Replace",{label:a.lang.find.replace,command:"replace",toolbar:"find,20"}));CKEDITOR.dialog.add("find",this.path+"dialogs/find.js");CKEDITOR.dialog.add("replace",this.path+
-"dialogs/find.js")}});CKEDITOR.config.find_highlight={element:"span",styles:{"background-color":"#004",color:"#fff"}};(function(){function d(a){a=a.attributes;return"application/x-shockwave-flash"==a.type||f.test(a.src||"")}function e(a,b){return a.createFakeParserElement(b,"cke_flash","flash",!0)}var f=/\.swf(?:$|\?)/i;CKEDITOR.plugins.add("flash",{requires:"dialog,fakeobjects",onLoad:function(){CKEDITOR.addCss("img.cke_flash{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="object[classid,codebase,height,hspace,vspace,width];param[name,value];embed[height,hspace,pluginspage,src,type,vspace,width]";CKEDITOR.dialog.isTabEnabled(a,"flash","properties")&&(b+=";object[align]; embed[allowscriptaccess,quality,scale,wmode]");CKEDITOR.dialog.isTabEnabled(a,"flash","advanced")&&(b+=";object[id]{*}; embed[bgcolor]{*}(*)");a.addCommand("flash",new CKEDITOR.dialogCommand("flash",{allowedContent:b,requiredContent:"embed"}));a.ui.addButton&&a.ui.addButton("Flash",
-{label:a.lang.common.flash,command:"flash",toolbar:"insert,20"});CKEDITOR.dialog.add("flash",this.path+"dialogs/flash.js");a.addMenuItems&&a.addMenuItems({flash:{label:a.lang.flash.properties,command:"flash",group:"flash"}});a.on("doubleclick",function(a){var b=a.data.element;b.is("img")&&"flash"==b.data("cke-real-element-type")&&(a.data.dialog="flash")});a.contextMenu&&a.contextMenu.addListener(function(a){if(a&&a.is("img")&&!a.isReadOnly()&&"flash"==a.data("cke-real-element-type"))return{flash:CKEDITOR.TRISTATE_OFF}})},
-afterInit:function(a){var b=a.dataProcessor;(b=b&&b.dataFilter)&&b.addRules({elements:{"cke:object":function(b){var c=b.attributes;if(!(c.classid&&String(c.classid).toLowerCase()||d(b))){for(c=0;c<b.children.length;c++)if("cke:embed"==b.children[c].name){if(!d(b.children[c]))break;return e(a,b)}return null}return e(a,b)},"cke:embed":function(b){return d(b)?e(a,b):null}}},5)}})})();CKEDITOR.tools.extend(CKEDITOR.config,{flashEmbedTagOnly:!1,flashAddEmbedTag:!0,flashConvertOnEdit:!1});(function(){function l(a,b,c,f,p,l,t,v){var w=a.config,q=new CKEDITOR.style(t),k=p.split(";");p=[];for(var m={},d=0;d<k.length;d++){var h=k[d];if(h){var h=h.split("/"),u={},n=k[d]=h[0];u[c]=p[d]=h[1]||n;m[n]=new CKEDITOR.style(t,u);m[n]._.definition.name=n}else k.splice(d--,1)}a.ui.addRichCombo(b,{label:f.label,title:f.panelTitle,toolbar:"styles,"+v,allowedContent:q,requiredContent:q,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(w.contentsCss),multiSelect:!1,attributes:{"aria-label":f.panelTitle}},
-init:function(){this.startGroup(f.panelTitle);for(var a=0;a<k.length;a++){var b=k[a];this.add(b,m[b].buildPreview(),b)}},onClick:function(b){a.focus();a.fire("saveSnapshot");var c=this.getValue(),f=m[b];if(c&&b!=c){var k=m[c],e=a.getSelection().getRanges()[0];if(e.collapsed){var d=a.elementPath(),g=d.contains(function(a){return k.checkElementRemovable(a)});if(g){var h=e.checkBoundaryOfElement(g,CKEDITOR.START),l=e.checkBoundaryOfElement(g,CKEDITOR.END);if(h&&l){for(h=e.createBookmark();d=g.getFirst();)d.insertBefore(g);
-g.remove();e.moveToBookmark(h)}else h?e.moveToPosition(g,CKEDITOR.POSITION_BEFORE_START):l?e.moveToPosition(g,CKEDITOR.POSITION_AFTER_END):(e.splitElement(g),e.moveToPosition(g,CKEDITOR.POSITION_AFTER_END),r(e,d.elements.slice(),g));a.getSelection().selectRanges([e])}}else a.removeStyle(k)}a[c==b?"removeStyle":"applyStyle"](f);a.fire("saveSnapshot")},onRender:function(){a.on("selectionChange",function(b){var c=this.getValue();b=b.data.path.elements;for(var d=0,f;d<b.length;d++){f=b[d];for(var e in m)if(m[e].checkElementMatch(f,
-!0,a)){e!=c&&this.setValue(e);return}}this.setValue("",l)},this)},refresh:function(){a.activeFilter.check(q)||this.setState(CKEDITOR.TRISTATE_DISABLED)}})}function r(a,b,c){var f=b.pop();if(f){if(c)return r(a,b,f.equals(c)?null:c);c=f.clone();a.insertNode(c);a.moveToPosition(c,CKEDITOR.POSITION_AFTER_START);r(a,b)}}CKEDITOR.plugins.add("font",{requires:"richcombo",init:function(a){var b=a.config;l(a,"Font","family",a.lang.font,b.font_names,b.font_defaultLabel,b.font_style,30);l(a,"FontSize","size",
-a.lang.font.fontSize,b.fontSize_sizes,b.fontSize_defaultLabel,b.fontSize_style,40)}})})();CKEDITOR.config.font_names="Arial/Arial, Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif";
-CKEDITOR.config.font_defaultLabel="";CKEDITOR.config.font_style={element:"span",styles:{"font-family":"#(family)"},overrides:[{element:"font",attributes:{face:null}}]};CKEDITOR.config.fontSize_sizes="8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px";CKEDITOR.config.fontSize_defaultLabel="";CKEDITOR.config.fontSize_style={element:"span",styles:{"font-size":"#(size)"},overrides:[{element:"font",attributes:{size:null}}]};CKEDITOR.plugins.add("forms",{requires:"dialog,fakeobjects",onLoad:function(){CKEDITOR.addCss(".cke_editable form{border: 1px dotted #FF0000;padding: 2px;}\n");CKEDITOR.addCss("img.cke_hidden{background-image: url("+CKEDITOR.getUrl(this.path+"images/hiddenfield.gif")+");background-position: center center;background-repeat: no-repeat;border: 1px solid #a9a9a9;width: 16px !important;height: 16px !important;}")},init:function(a){var b=a.lang,g=0,h={email:1,password:1,search:1,tel:1,text:1,url:1},l={checkbox:"input[type,name,checked,required]",
-radio:"input[type,name,checked,required]",textfield:"input[type,name,value,size,maxlength,required]",textarea:"textarea[cols,rows,name,required]",select:"select[name,size,multiple,required]; option[value,selected]",button:"input[type,name,value]",form:"form[action,name,id,enctype,target,method]",hiddenfield:"input[type,name,value]",imagebutton:"input[type,alt,src]{width,height,border,border-width,border-style,margin,float}"},m={checkbox:"input",radio:"input",textfield:"input",textarea:"textarea",
-select:"select",button:"input",form:"form",hiddenfield:"input",imagebutton:"input"},e=function(d,c,e){var h={allowedContent:l[c],requiredContent:m[c]};"form"==c&&(h.context="form");a.addCommand(c,new CKEDITOR.dialogCommand(c,h));a.ui.addButton&&a.ui.addButton(d,{label:b.common[d.charAt(0).toLowerCase()+d.slice(1)],command:c,toolbar:"forms,"+(g+=10)});CKEDITOR.dialog.add(c,e)},f=this.path+"dialogs/";!a.blockless&&e("Form","form",f+"form.js");e("Checkbox","checkbox",f+"checkbox.js");e("Radio","radio",
-f+"radio.js");e("TextField","textfield",f+"textfield.js");e("Textarea","textarea",f+"textarea.js");e("Select","select",f+"select.js");e("Button","button",f+"button.js");var k=a.plugins.image;k&&!a.plugins.image2&&e("ImageButton","imagebutton",CKEDITOR.plugins.getPath("image")+"dialogs/image.js");e("HiddenField","hiddenfield",f+"hiddenfield.js");a.addMenuItems&&(e={checkbox:{label:b.forms.checkboxAndRadio.checkboxTitle,command:"checkbox",group:"checkbox"},radio:{label:b.forms.checkboxAndRadio.radioTitle,
-command:"radio",group:"radio"},textfield:{label:b.forms.textfield.title,command:"textfield",group:"textfield"},hiddenfield:{label:b.forms.hidden.title,command:"hiddenfield",group:"hiddenfield"},button:{label:b.forms.button.title,command:"button",group:"button"},select:{label:b.forms.select.title,command:"select",group:"select"},textarea:{label:b.forms.textarea.title,command:"textarea",group:"textarea"}},k&&(e.imagebutton={label:b.image.titleButton,command:"imagebutton",group:"imagebutton"}),!a.blockless&&
-(e.form={label:b.forms.form.menu,command:"form",group:"form"}),a.addMenuItems(e));a.contextMenu&&(!a.blockless&&a.contextMenu.addListener(function(d,c,a){if((d=a.contains("form",1))&&!d.isReadOnly())return{form:CKEDITOR.TRISTATE_OFF}}),a.contextMenu.addListener(function(d){if(d&&!d.isReadOnly()){var c=d.getName();if("select"==c)return{select:CKEDITOR.TRISTATE_OFF};if("textarea"==c)return{textarea:CKEDITOR.TRISTATE_OFF};if("input"==c){var a=d.getAttribute("type")||"text";switch(a){case "button":case "submit":case "reset":return{button:CKEDITOR.TRISTATE_OFF};
-case "checkbox":return{checkbox:CKEDITOR.TRISTATE_OFF};case "radio":return{radio:CKEDITOR.TRISTATE_OFF};case "image":return k?{imagebutton:CKEDITOR.TRISTATE_OFF}:null}if(h[a])return{textfield:CKEDITOR.TRISTATE_OFF}}if("img"==c&&"hiddenfield"==d.data("cke-real-element-type"))return{hiddenfield:CKEDITOR.TRISTATE_OFF}}}));a.on("doubleclick",function(d){var c=d.data.element;if(!a.blockless&&c.is("form"))d.data.dialog="form";else if(c.is("select"))d.data.dialog="select";else if(c.is("textarea"))d.data.dialog=
-"textarea";else if(c.is("img")&&"hiddenfield"==c.data("cke-real-element-type"))d.data.dialog="hiddenfield";else if(c.is("input")){c=c.getAttribute("type")||"text";switch(c){case "button":case "submit":case "reset":d.data.dialog="button";break;case "checkbox":d.data.dialog="checkbox";break;case "radio":d.data.dialog="radio";break;case "image":d.data.dialog="imagebutton"}h[c]&&(d.data.dialog="textfield")}})},afterInit:function(a){var b=a.dataProcessor,g=b&&b.htmlFilter,b=b&&b.dataFilter;CKEDITOR.env.ie&&
-g&&g.addRules({elements:{input:function(a){a=a.attributes;var b=a.type;b||(a.type="text");"checkbox"!=b&&"radio"!=b||"on"!=a.value||delete a.value}}},{applyToAll:!0});b&&b.addRules({elements:{input:function(b){if("hidden"==b.attributes.type)return a.createFakeParserElement(b,"cke_hidden","hiddenfield")}}},{applyToAll:!0})}});(function(){CKEDITOR.plugins.add("iframe",{requires:"dialog,fakeobjects",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)}}})}})})();(function(){function f(b,c,a){if(!b.getCustomData("indent_processed")){var d=this.editor,l=this.isIndent;if(c){d=b.$.className.match(this.classNameRegex);a=0;d&&(d=d[1],a=CKEDITOR.tools.indexOf(c,d)+1);if(0>(a+=l?1:-1))return;a=Math.min(a,c.length);a=Math.max(a,0);b.$.className=CKEDITOR.tools.ltrim(b.$.className.replace(this.classNameRegex,""));0<a&&b.addClass(c[a-1])}else{c=m(b,a);a=parseInt(b.getStyle(c),10);var g=d.config.indentOffset||40;isNaN(a)&&(a=0);a+=(l?1:-1)*g;if(0>a)return;a=Math.max(a,
-0);a=Math.ceil(a/g)*g;b.setStyle(c,a?a+(d.config.indentUnit||"px"):"");""===b.getAttribute("style")&&b.removeAttribute("style")}CKEDITOR.dom.element.setMarker(this.database,b,"indent_processed",1)}}function m(b,c){return"ltr"==(c||b.getComputedStyle("direction"))?"margin-left":"margin-right"}var h=CKEDITOR.dtd.$listItem,p=CKEDITOR.dtd.$list,k=CKEDITOR.TRISTATE_DISABLED,n=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentblock",{requires:"indent",init:function(b){function c(){a.specificDefinition.apply(this,
-arguments);this.allowedContent={"div h1 h2 h3 h4 h5 h6 ol p pre ul":{propertiesOnly:!0,styles:d?null:"margin-left,margin-right",classes:d||null}};this.enterBr&&(this.allowedContent.div=!0);this.requiredContent=(this.enterBr?"div":"p")+(d?"("+d.join(",")+")":"{margin-left}");this.jobs={20:{refresh:function(a,b){var e=b.block||b.blockLimit;if(!e.is(h))var c=e.getAscendant(h),e=c&&b.contains(c)||e;e.is(h)&&(e=e.getParent());if(this.enterBr||this.getContext(b)){if(d){var c=d,e=e.$.className.match(this.classNameRegex),
-f=this.isIndent,c=e?f?e[1]!=c.slice(-1):!0:f;return c?n:k}return this.isIndent?n:e?CKEDITOR[0>=(parseInt(e.getStyle(m(e)),10)||0)?"TRISTATE_DISABLED":"TRISTATE_OFF"]:k}return k},exec:function(a){var b=a.getSelection(),b=b&&b.getRanges()[0],c;if(c=a.elementPath().contains(p))f.call(this,c,d);else for(b=b.createIterator(),a=a.config.enterMode,b.enforceRealBlocks=!0,b.enlargeBr=a!=CKEDITOR.ENTER_BR;c=b.getNextParagraph(a==CKEDITOR.ENTER_P?"p":"div");)c.isReadOnly()||f.call(this,c,d);return!0}}}}var a=
-CKEDITOR.plugins.indent,d=b.config.indentClasses;a.registerCommands(b,{indentblock:new c(b,"indentblock",!0),outdentblock:new c(b,"outdentblock")});CKEDITOR.tools.extend(c.prototype,a.specificDefinition.prototype,{context:{div:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ul:1,ol:1,p:1,pre:1,table:1},classNameRegex:d?new RegExp("(?:^|\\s+)("+d.join("|")+")(?\x3d$|\\s)"):null})}})})();CKEDITOR.plugins.add("smiley",{requires:"dialog",init:function(a){a.config.smiley_path=a.config.smiley_path||this.path+"images/";a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allowedContent:"img[alt,height,!src,title,width]",requiredContent:"img"}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"smiley",toolbar:"insert,50"});CKEDITOR.dialog.add("smiley",this.path+"dialogs/smiley.js")}});CKEDITOR.config.smiley_images="regular_smile.png sad_smile.png wink_smile.png teeth_smile.png confused_smile.png tongue_smile.png embarrassed_smile.png omg_smile.png whatchutalkingabout_smile.png angry_smile.png angel_smile.png shades_smile.png devil_smile.png cry_smile.png lightbulb.png thumbs_down.png thumbs_up.png heart.png broken_heart.png kiss.png envelope.png".split(" ");
-CKEDITOR.config.smiley_descriptions="smiley;sad;wink;laugh;frown;cheeky;blush;surprise;indecision;angry;angel;cool;devil;crying;enlightened;no;yes;heart;broken heart;kiss;mail".split(";");(function(){function n(a,c){c=void 0===c||c;var b;if(c)b=a.getComputedStyle("text-align");else{for(;!a.hasAttribute||!a.hasAttribute("align")&&!a.getStyle("text-align");){b=a.getParent();if(!b)break;a=b}b=a.getStyle("text-align")||a.getAttribute("align")||""}b&&(b=b.replace(/(?:-(?:moz|webkit)-)?(?:start|auto)/i,""));!b&&c&&(b="rtl"==a.getComputedStyle("direction")?"right":"left");return b}function g(a,c,b){this.editor=a;this.name=c;this.value=b;this.context="p";c=a.config.justifyClasses;var h=a.config.enterMode==
-CKEDITOR.ENTER_P?"p":"div";if(c){switch(b){case "left":this.cssClassName=c[0];break;case "center":this.cssClassName=c[1];break;case "right":this.cssClassName=c[2];break;case "justify":this.cssClassName=c[3]}this.cssClassRegex=new RegExp("(?:^|\\s+)(?:"+c.join("|")+")(?\x3d$|\\s)");this.requiredContent=h+"("+this.cssClassName+")"}else this.requiredContent=h+"{text-align}";this.allowedContent={"caption div h1 h2 h3 h4 h5 h6 p pre td th li":{propertiesOnly:!0,styles:this.cssClassName?null:"text-align",
-classes:this.cssClassName||null}};a.config.enterMode==CKEDITOR.ENTER_BR&&(this.allowedContent.div=!0)}function l(a){var c=a.editor,b=c.createRange();b.setStartBefore(a.data.node);b.setEndAfter(a.data.node);for(var h=new CKEDITOR.dom.walker(b),d;d=h.next();)if(d.type==CKEDITOR.NODE_ELEMENT)if(!d.equals(a.data.node)&&d.getDirection())b.setStartAfter(d),h=new CKEDITOR.dom.walker(b);else{var e=c.config.justifyClasses;e&&(d.hasClass(e[0])?(d.removeClass(e[0]),d.addClass(e[2])):d.hasClass(e[2])&&(d.removeClass(e[2]),
-d.addClass(e[0])));e=d.getStyle("text-align");"left"==e?d.setStyle("text-align","right"):"right"==e&&d.setStyle("text-align","left")}}g.prototype={exec:function(a){var c=a.getSelection(),b=a.config.enterMode;if(c){for(var h=c.createBookmarks(),d=c.getRanges(),e=this.cssClassName,g,f,k=a.config.useComputedState,k=void 0===k||k,m=d.length-1;0<=m;m--)for(g=d[m].createIterator(),g.enlargeBr=b!=CKEDITOR.ENTER_BR;f=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)if(!f.isReadOnly()){f.removeAttribute("align");
-f.removeStyle("text-align");var l=e&&(f.$.className=CKEDITOR.tools.ltrim(f.$.className.replace(this.cssClassRegex,""))),p=this.state==CKEDITOR.TRISTATE_OFF&&(!k||n(f,!0)!=this.value);e?p?f.addClass(e):l||f.removeAttribute("class"):p&&f.setStyle("text-align",this.value)}a.focus();a.forceNextSelectionCheck();c.selectBookmarks(h)}},refresh:function(a,c){var b=c.block||c.blockLimit;this.setState("body"!=b.getName()&&n(b,this.editor.config.useComputedState)==this.value?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)}};
-CKEDITOR.plugins.add("justify",{init:function(a){if(!a.blockless){var c=new g(a,"justifyleft","left"),b=new g(a,"justifycenter","center"),h=new g(a,"justifyright","right"),d=new g(a,"justifyblock","justify");a.addCommand("justifyleft",c);a.addCommand("justifycenter",b);a.addCommand("justifyright",h);a.addCommand("justifyblock",d);a.ui.addButton&&(a.ui.addButton("JustifyLeft",{label:a.lang.justify.left,command:"justifyleft",toolbar:"align,10"}),a.ui.addButton("JustifyCenter",{label:a.lang.justify.center,
-command:"justifycenter",toolbar:"align,20"}),a.ui.addButton("JustifyRight",{label:a.lang.justify.right,command:"justifyright",toolbar:"align,30"}),a.ui.addButton("JustifyBlock",{label:a.lang.justify.block,command:"justifyblock",toolbar:"align,40"}));a.on("dirChanged",l)}}})})();(function(){CKEDITOR.plugins.liststyle={requires:"dialog,contextmenu",init:function(a){if(!a.blockless){var b;b=new CKEDITOR.dialogCommand("numberedListStyle",{requiredContent:"ol",allowedContent:"ol{list-style-type}[start]"});b=a.addCommand("numberedListStyle",b);a.addFeature(b);CKEDITOR.dialog.add("numberedListStyle",this.path+"dialogs/liststyle.js");b=new CKEDITOR.dialogCommand("bulletedListStyle",{requiredContent:"ul",allowedContent:"ul{list-style-type}"});b=a.addCommand("bulletedListStyle",b);
-a.addFeature(b);CKEDITOR.dialog.add("bulletedListStyle",this.path+"dialogs/liststyle.js");a.addMenuGroup("list",108);a.addMenuItems({numberedlist:{label:a.lang.liststyle.numberedTitle,group:"list",command:"numberedListStyle"},bulletedlist:{label:a.lang.liststyle.bulletedTitle,group:"list",command:"bulletedListStyle"}});a.contextMenu.addListener(function(a){if(!a||a.isReadOnly())return null;for(;a;){var b=a.getName();if("ol"==b)return{numberedlist:CKEDITOR.TRISTATE_OFF};if("ul"==b)return{bulletedlist:CKEDITOR.TRISTATE_OFF};
-a=a.getParent()}return null})}}};CKEDITOR.plugins.add("liststyle",CKEDITOR.plugins.liststyle)})();CKEDITOR.plugins.add("newpage",{init:function(a){a.addCommand("newpage",{modes:{wysiwyg:1,source:1},exec:function(b){var a=this;b.setData(b.config.newpage_html||"",function(){b.focus();setTimeout(function(){b.fire("afterCommandExec",{name:"newpage",command:a});b.selectionChange()},200)})},async:!0});a.ui.addButton&&a.ui.addButton("NewPage",{label:a.lang.newpage.toolbar,command:"newpage",toolbar:"document,20"})}});(function(){function e(a){return{"aria-label":a,"class":"cke_pagebreak",contenteditable:"false","data-cke-display-name":"pagebreak","data-cke-pagebreak":1,style:"page-break-after: always",title:a}}CKEDITOR.plugins.add("pagebreak",{requires:"fakeobjects",onLoad:function(){var a=("background:url("+CKEDITOR.getUrl(this.path+"images/pagebreak.gif")+") no-repeat center center;clear:both;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;padding:0;height:7px;cursor:default;").replace(/;/g,
-" !important;");CKEDITOR.addCss("div.cke_pagebreak{"+a+"}")},init:function(a){a.blockless||(a.addCommand("pagebreak",CKEDITOR.plugins.pagebreakCmd),a.ui.addButton&&a.ui.addButton("PageBreak",{label:a.lang.pagebreak.toolbar,command:"pagebreak",toolbar:"insert,70"}),CKEDITOR.env.webkit&&a.on("contentDom",function(){a.document.on("click",function(b){b=b.data.getTarget();b.is("div")&&b.hasClass("cke_pagebreak")&&a.getSelection().selectElement(b)})}))},afterInit:function(a){function b(f){CKEDITOR.tools.extend(f.attributes,
-e(a.lang.pagebreak.alt),!0);f.children.length=0}var c=a.dataProcessor,g=c&&c.dataFilter,c=c&&c.htmlFilter,h=/page-break-after\s*:\s*always/i,k=/display\s*:\s*none/i;c&&c.addRules({attributes:{"class":function(a,b){var c=a.replace("cke_pagebreak","");if(c!=a){var d=CKEDITOR.htmlParser.fragment.fromHtml('\x3cspan style\x3d"display: none;"\x3e\x26nbsp;\x3c/span\x3e').children[0];b.children.length=0;b.add(d);d=b.attributes;delete d["aria-label"];delete d.contenteditable;delete d.title}return c}}},{applyToAll:!0,
-priority:5});g&&g.addRules({elements:{div:function(a){if(a.attributes["data-cke-pagebreak"])b(a);else if(h.test(a.attributes.style)){var c=a.children[0];c&&"span"==c.name&&k.test(c.attributes.style)&&b(a)}}}})}});CKEDITOR.plugins.pagebreakCmd={exec:function(a){var b=a.document.createElement("div",{attributes:e(a.lang.pagebreak.alt)});a.insertElement(b)},context:"div",allowedContent:{div:{styles:"!page-break-after"},span:{match:function(a){return(a=a.parent)&&"div"==a.name&&a.styles&&a.styles["page-break-after"]},
-styles:"display"}},requiredContent:"div{page-break-after}"}})();(function(){var h,k={modes:{wysiwyg:1,source:1},canUndo:!1,readOnly:1,exec:function(a){var g,b=a.config,f=b.baseHref?'\x3cbase href\x3d"'+b.baseHref+'"/\x3e':"";if(b.fullPage)g=a.getData().replace(/<head>/,"$\x26"+f).replace(/[^>]*(?=<\/title>)/,"$\x26 \x26mdash; "+a.lang.preview.preview);else{var b="\x3cbody ",d=a.document&&a.document.getBody();d&&(d.getAttribute("id")&&(b+='id\x3d"'+d.getAttribute("id")+'" '),d.getAttribute("class")&&(b+='class\x3d"'+d.getAttribute("class")+'" '));b+="\x3e";g=a.config.docType+
-'\x3chtml dir\x3d"'+a.config.contentsLangDirection+'"\x3e\x3chead\x3e'+f+"\x3ctitle\x3e"+a.lang.preview.preview+"\x3c/title\x3e"+CKEDITOR.tools.buildStyleHtml(a.config.contentsCss)+"\x3c/head\x3e"+b+a.getData()+"\x3c/body\x3e\x3c/html\x3e"}f=640;b=420;d=80;try{var c=window.screen,f=Math.round(.8*c.width),b=Math.round(.7*c.height),d=Math.round(.1*c.width)}catch(k){}if(!1===a.fire("contentPreview",a={dataValue:g}))return!1;var c="",e;CKEDITOR.env.ie&&(window._cke_htmlToLoad=a.dataValue,e="javascript:void( (function(){document.open();"+
-("("+CKEDITOR.tools.fixDomain+")();").replace(/\/\/.*?\n/g,"").replace(/parent\./g,"window.opener.")+"document.write( window.opener._cke_htmlToLoad );document.close();window.opener._cke_htmlToLoad \x3d null;})() )",c="");CKEDITOR.env.gecko&&(window._cke_htmlToLoad=a.dataValue,c=CKEDITOR.getUrl(h+"preview.html"));c=window.open(c,null,"toolbar\x3dyes,location\x3dno,status\x3dyes,menubar\x3dyes,scrollbars\x3dyes,resizable\x3dyes,width\x3d"+f+",height\x3d"+b+",left\x3d"+d);CKEDITOR.env.ie&&c&&(c.location=
-e);CKEDITOR.env.ie||CKEDITOR.env.gecko||(e=c.document,e.open(),e.write(a.dataValue),e.close());return!0}};CKEDITOR.plugins.add("preview",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(h=this.path,a.addCommand("preview",k),a.ui.addButton&&a.ui.addButton("Preview",{label:a.lang.preview.preview,command:"preview",toolbar:"document,40"}))}})})();CKEDITOR.plugins.add("print",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(a.addCommand("print",CKEDITOR.plugins.print),a.ui.addButton&&a.ui.addButton("Print",{label:a.lang.print.toolbar,command:"print",toolbar:"document,50"}))}});CKEDITOR.plugins.print={exec:function(a){CKEDITOR.env.gecko?a.window.$.print():a.document.$.execCommand("Print")},canUndo:!1,readOnly:1,modes:{wysiwyg:1}};(function(){var b={readOnly:1,exec:function(a){if(a.fire("save")&&(a=a.element.$.form))try{a.submit()}catch(b){a.submit.click&&a.submit.click()}}};CKEDITOR.plugins.add("save",{init:function(a){a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.addCommand("save",b).modes={wysiwyg:!!a.element.$.form},a.ui.addButton&&a.ui.addButton("Save",{label:a.lang.save.toolbar,command:"save",toolbar:"document,10"}))}})})();(function(){CKEDITOR.plugins.add("selectall",{init:function(b){b.addCommand("selectAll",{modes:{wysiwyg:1,source:1},exec:function(a){var b=a.editable();if(b.is("textarea"))a=b.$,CKEDITOR.env.ie?a.createTextRange().execCommand("SelectAll"):(a.selectionStart=0,a.selectionEnd=a.value.length),a.focus();else{if(b.is("body"))a.document.$.execCommand("SelectAll",!1,null);else{var c=a.createRange();c.selectNodeContents(b);c.select()}a.forceNextSelectionCheck();a.selectionChange()}},canUndo:!1});b.ui.addButton&&
-b.ui.addButton("SelectAll",{label:b.lang.selectall.toolbar,command:"selectAll",toolbar:"selection,10"})}})})();(function(){var k={readOnly:1,preserveState:!0,editorFocus:!1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var c=this.state!=CKEDITOR.TRISTATE_ON||a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&!a.focusManager.hasFocus?"removeClass":"attachClass";a.editable()[c]("cke_show_blocks")}}};CKEDITOR.plugins.add("showblocks",{onLoad:function(){var a="p div pre address blockquote h1 h2 h3 h4 h5 h6".split(" "),c,b,e,f,k=CKEDITOR.getUrl(this.path),l=!(CKEDITOR.env.ie&&
-9>CKEDITOR.env.version),g=l?":not([contenteditable\x3dfalse]):not(.cke_show_blocks_off)":"",d,h;for(c=b=e=f="";d=a.pop();)h=a.length?",":"",c+=".cke_show_blocks "+d+g+h,e+=".cke_show_blocks.cke_contents_ltr "+d+g+h,f+=".cke_show_blocks.cke_contents_rtl "+d+g+h,b+=".cke_show_blocks "+d+g+"{background-image:url("+CKEDITOR.getUrl(k+"images/block_"+d+".png")+")}";CKEDITOR.addCss((c+"{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px}").concat(b,e+"{background-position:top left;padding-left:8px}",
-f+"{background-position:top right;padding-right:8px}"));l||CKEDITOR.addCss(".cke_show_blocks [contenteditable\x3dfalse],.cke_show_blocks .cke_show_blocks_off{border:none;padding-top:0;background-image:none}.cke_show_blocks.cke_contents_rtl [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_rtl .cke_show_blocks_off{padding-right:0}.cke_show_blocks.cke_contents_ltr [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_ltr .cke_show_blocks_off{padding-left:0}")},init:function(a){function c(){b.refresh(a)}
-if(!a.blockless){var b=a.addCommand("showblocks",k);b.canUndo=!1;a.config.startupOutlineBlocks&&b.setState(CKEDITOR.TRISTATE_ON);a.ui.addButton&&a.ui.addButton("ShowBlocks",{label:a.lang.showblocks.toolbar,command:"showblocks",toolbar:"tools,20"});a.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)});a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&(a.on("focus",c),a.on("blur",c));a.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)})}}})})();CKEDITOR.plugins.add("imagebrowser",{init:function(a){if(!("undefined"===typeof a.config.imageBrowser_listUrl||null===a.config.imageBrowser_listUrl)){var b=a.plugins.imagebrowser.path+"browser/browser.html?listUrl="+encodeURIComponent(a.config.imageBrowser_listUrl);a.config.baseHref&&(b+="&baseHref="+encodeURIComponent(a.config.baseHref));a.config.filebrowserImageBrowseUrl=b}}});CKEDITOR.config.plugins='dialogui,dialog,about,a11yhelp,basicstyles,blockquote,clipboard,panel,floatpanel,menu,contextmenu,resize,button,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,format,horizontalrule,htmlwriter,wysiwygarea,image,indent,indentlist,fakeobjects,link,list,magicline,maximize,pastetext,pastefromword,removeformat,showborders,sourcearea,specialchar,menubutton,scayt,stylescombo,tab,table,tabletools,undo,wsc,dialogadvtab,bidi,panelbutton,colorbutton,colordialog,templates,div,find,flash,font,forms,iframe,indentblock,smiley,justify,liststyle,newpage,pagebreak,preview,print,save,selectall,showblocks,imagebrowser';CKEDITOR.config.skin='moono';(function() {var setIcons = function(icons, strip) {var path = CKEDITOR.getUrl( 'plugins/' + strip );icons = icons.split( ',' );for ( var i = 0; i < icons.length; i++ )CKEDITOR.skin.icons[ icons[ i ] ] = { path: path, offset: -icons[ ++i ], bgsize : icons[ ++i ] };};if (CKEDITOR.env.hidpi) setIcons('about,0,,bold,24,,italic,48,,strike,72,,subscript,96,,superscript,120,,underline,144,,blockquote,168,,copy-rtl,192,,copy,216,,cut-rtl,240,,cut,264,,paste-rtl,288,,paste,312,,horizontalrule,336,,image,360,,indent-rtl,384,,indent,408,,outdent-rtl,432,,outdent,456,,anchor-rtl,480,,anchor,504,,link,528,,unlink,552,,bulletedlist-rtl,576,,bulletedlist,600,,numberedlist-rtl,624,,numberedlist,648,,maximize,672,,pastetext-rtl,696,,pastetext,720,,pastefromword-rtl,744,,pastefromword,768,,removeformat,792,,source-rtl,816,,source,840,,specialchar,864,,scayt,888,,table,912,,redo-rtl,936,,redo,960,,undo-rtl,984,,undo,1008,,spellchecker,1032,,bidiltr,1056,,bidirtl,1080,,bgcolor,1104,,textcolor,1128,,templates-rtl,1152,,templates,1176,,creatediv,1200,,find-rtl,1224,,find,1248,,replace,1272,,flash,1296,,button,1320,,checkbox,1344,,form,1368,,hiddenfield,1392,,imagebutton,1416,,radio,1440,,select-rtl,1464,,select,1488,,textarea-rtl,1512,,textarea,1536,,textfield-rtl,1560,,textfield,1584,,iframe,1608,,smiley,1632,,justifyblock,1656,,justifycenter,1680,,justifyleft,1704,,justifyright,1728,,newpage-rtl,1752,,newpage,1776,,pagebreak-rtl,1800,,pagebreak,1824,,preview-rtl,1848,,preview,1872,,print,1896,,save,1920,,selectall,1944,,showblocks-rtl,1968,,showblocks,1992,','icons_hidpi.png');else setIcons('about,0,auto,bold,24,auto,italic,48,auto,strike,72,auto,subscript,96,auto,superscript,120,auto,underline,144,auto,blockquote,168,auto,copy-rtl,192,auto,copy,216,auto,cut-rtl,240,auto,cut,264,auto,paste-rtl,288,auto,paste,312,auto,horizontalrule,336,auto,image,360,auto,indent-rtl,384,auto,indent,408,auto,outdent-rtl,432,auto,outdent,456,auto,anchor-rtl,480,auto,anchor,504,auto,link,528,auto,unlink,552,auto,bulletedlist-rtl,576,auto,bulletedlist,600,auto,numberedlist-rtl,624,auto,numberedlist,648,auto,maximize,672,auto,pastetext-rtl,696,auto,pastetext,720,auto,pastefromword-rtl,744,auto,pastefromword,768,auto,removeformat,792,auto,source-rtl,816,auto,source,840,auto,specialchar,864,auto,scayt,888,auto,table,912,auto,redo-rtl,936,auto,redo,960,auto,undo-rtl,984,auto,undo,1008,auto,spellchecker,1032,auto,bidiltr,1056,auto,bidirtl,1080,auto,bgcolor,1104,auto,textcolor,1128,auto,templates-rtl,1152,auto,templates,1176,auto,creatediv,1200,auto,find-rtl,1224,auto,find,1248,auto,replace,1272,auto,flash,1296,auto,button,1320,auto,checkbox,1344,auto,form,1368,auto,hiddenfield,1392,auto,imagebutton,1416,auto,radio,1440,auto,select-rtl,1464,auto,select,1488,auto,textarea-rtl,1512,auto,textarea,1536,auto,textfield-rtl,1560,auto,textfield,1584,auto,iframe,1608,auto,smiley,1632,auto,justifyblock,1656,auto,justifycenter,1680,auto,justifyleft,1704,auto,justifyright,1728,auto,newpage-rtl,1752,auto,newpage,1776,auto,pagebreak-rtl,1800,auto,pagebreak,1824,auto,preview-rtl,1848,auto,preview,1872,auto,print,1896,auto,save,1920,auto,selectall,1944,auto,showblocks-rtl,1968,auto,showblocks,1992,auto','icons.png');})();CKEDITOR.lang.languages={"en":1,"fr":1};}());
\ No newline at end of file
+toolbar:"spellchecker,10"});CKEDITOR.dialog.add("checkspell",this.path+(CKEDITOR.env.ie&&7>=CKEDITOR.env.version?"dialogs/wsc_ie.js":window.postMessage?"dialogs/wsc.js":"dialogs/wsc_ie.js"))}});(function(){function m(a){function f(a){var b=!1;g.attachListener(g,"keydown",function(){var d=c.getBody().getElementsByTag(a);if(!b){for(var e=0;e<d.count();e++)d.getItem(e).setCustomData("retain",!0);b=!0}},null,null,1);g.attachListener(g,"keyup",function(){var d=c.getElementsByTag(a);b&&(1!=d.count()||d.getItem(0).getCustomData("retain")||d.getItem(0).remove(1),b=!1)})}var b=this.editor,c=a.document,d=c.body,e=c.getElementById("cke_actscrpt");e&&e.parentNode.removeChild(e);(e=c.getElementById("cke_shimscrpt"))&&
+e.parentNode.removeChild(e);(e=c.getElementById("cke_basetagscrpt"))&&e.parentNode.removeChild(e);d.contentEditable=!0;CKEDITOR.env.ie&&(d.hideFocus=!0,d.disabled=!0,d.removeAttribute("disabled"));delete this._.isLoadingData;this.$=d;c=new CKEDITOR.dom.document(c);this.setup();this.fixInitialSelection();var g=this;CKEDITOR.env.ie&&!CKEDITOR.env.edge&&c.getDocumentElement().addClass(c.$.compatMode);CKEDITOR.env.ie&&!CKEDITOR.env.edge&&b.enterMode!=CKEDITOR.ENTER_P?f("p"):CKEDITOR.env.edge&&b.enterMode!=
+CKEDITOR.ENTER_DIV&&f("div");if(CKEDITOR.env.webkit||CKEDITOR.env.ie&&10<CKEDITOR.env.version)c.getDocumentElement().on("mousedown",function(a){a.data.getTarget().is("html")&&setTimeout(function(){b.editable().focus()})});n(b);try{b.document.$.execCommand("2D-position",!1,!0)}catch(h){}(CKEDITOR.env.gecko||CKEDITOR.env.ie&&"CSS1Compat"==b.document.$.compatMode)&&this.attachListener(this,"keydown",function(a){var c=a.data.getKeystroke();if(33==c||34==c)if(CKEDITOR.env.ie)setTimeout(function(){b.getSelection().scrollIntoView()},
+0);else if(b.window.$.innerHeight>this.$.offsetHeight){var d=b.createRange();d[33==c?"moveToElementEditStart":"moveToElementEditEnd"](this);d.select();a.data.preventDefault()}});CKEDITOR.env.ie&&this.attachListener(c,"blur",function(){try{c.$.selection.empty()}catch(a){}});CKEDITOR.env.iOS&&this.attachListener(c,"touchend",function(){a.focus()});d=b.document.getElementsByTag("title").getItem(0);d.data("cke-title",d.getText());CKEDITOR.env.ie&&(b.document.$.title=this._.docTitle);CKEDITOR.tools.setTimeout(function(){"unloaded"==
+this.status&&(this.status="ready");b.fire("contentDom");this._.isPendingFocus&&(b.focus(),this._.isPendingFocus=!1);setTimeout(function(){b.fire("dataReady")},0)},0,this)}function n(a){function f(){var c;a.editable().attachListener(a,"selectionChange",function(){var d=a.getSelection().getSelectedElement();d&&(c&&(c.detachEvent("onresizestart",b),c=null),d.$.attachEvent("onresizestart",b),c=d.$)})}function b(a){a.returnValue=!1}if(CKEDITOR.env.gecko)try{var c=a.document.$;c.execCommand("enableObjectResizing",
+!1,!a.config.disableObjectResizing);c.execCommand("enableInlineTableEditing",!1,!a.config.disableNativeTableHandles)}catch(d){}else CKEDITOR.env.ie&&11>CKEDITOR.env.version&&a.config.disableObjectResizing&&f(a)}function p(){var a=[];if(8<=CKEDITOR.document.$.documentMode){a.push("html.CSS1Compat [contenteditable\x3dfalse]{min-height:0 !important}");var f=[],b;for(b in CKEDITOR.dtd.$removeEmpty)f.push("html.CSS1Compat "+b+"[contenteditable\x3dfalse]");a.push(f.join(",")+"{display:inline-block}")}else CKEDITOR.env.gecko&&
+(a.push("html{height:100% !important}"),a.push("img:-moz-broken{-moz-force-broken-image-icon:1;min-width:24px;min-height:24px}"));a.push("html{cursor:text;*cursor:auto}");a.push("img,input,textarea{cursor:default}");return a.join("\n")}CKEDITOR.plugins.add("wysiwygarea",{init:function(a){a.config.fullPage&&a.addFeature({allowedContent:"html head title; style [media,type]; body (*)[id]; meta link [*]",requiredContent:"body"});a.addMode("wysiwyg",function(f){function b(b){b&&b.removeListener();a.editable(new l(a,
+d.$.contentWindow.document.body));a.setData(a.getData(1),f)}var c="document.open();"+(CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+")();":"")+"document.close();",c=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie&&!CKEDITOR.env.edge?"javascript:void(function(){"+encodeURIComponent(c)+"}())":"",d=CKEDITOR.dom.element.createFromHtml('\x3ciframe src\x3d"'+c+'" frameBorder\x3d"0"\x3e\x3c/iframe\x3e');d.setStyles({width:"100%",height:"100%"});d.addClass("cke_wysiwyg_frame").addClass("cke_reset");
+c=a.ui.space("contents");c.append(d);var e=CKEDITOR.env.ie&&!CKEDITOR.env.edge||CKEDITOR.env.gecko;if(e)d.on("load",b);var g=a.title,h=a.fire("ariaEditorHelpLabel",{}).label;g&&(CKEDITOR.env.ie&&h&&(g+=", "+h),d.setAttribute("title",g));if(h){var g=CKEDITOR.tools.getNextId(),k=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+g+'" class\x3d"cke_voice_label"\x3e'+h+"\x3c/span\x3e");c.append(k,1);d.setAttribute("aria-describedby",g)}a.on("beforeModeUnload",function(a){a.removeListener();k&&k.remove()});
+d.setAttributes({tabIndex:a.tabIndex,allowTransparency:"true"});!e&&b();a.fire("ariaWidget",d)})}});CKEDITOR.editor.prototype.addContentsCss=function(a){var f=this.config,b=f.contentsCss;CKEDITOR.tools.isArray(b)||(f.contentsCss=b?[b]:[]);f.contentsCss.push(a)};var l=CKEDITOR.tools.createClass({$:function(){this.base.apply(this,arguments);this._.frameLoadedHandler=CKEDITOR.tools.addFunction(function(a){CKEDITOR.tools.setTimeout(m,0,this,a)},this);this._.docTitle=this.getWindow().getFrame().getAttribute("title")},
+base:CKEDITOR.editable,proto:{setData:function(a,f){var b=this.editor;if(f)this.setHtml(a),this.fixInitialSelection(),b.fire("dataReady");else{this._.isLoadingData=!0;b._.dataStore={id:1};var c=b.config,d=c.fullPage,e=c.docType,g=CKEDITOR.tools.buildStyleHtml(p()).replace(/<style>/,'\x3cstyle data-cke-temp\x3d"1"\x3e');d||(g+=CKEDITOR.tools.buildStyleHtml(b.config.contentsCss));var h=c.baseHref?'\x3cbase href\x3d"'+c.baseHref+'" data-cke-temp\x3d"1" /\x3e':"";d&&(a=a.replace(/<!DOCTYPE[^>]*>/i,function(a){b.docType=
+e=a;return""}).replace(/<\?xml\s[^\?]*\?>/i,function(a){b.xmlDeclaration=a;return""}));a=b.dataProcessor.toHtml(a);d?(/<body[\s|>]/.test(a)||(a="\x3cbody\x3e"+a),/<html[\s|>]/.test(a)||(a="\x3chtml\x3e"+a+"\x3c/html\x3e"),/<head[\s|>]/.test(a)?/<title[\s|>]/.test(a)||(a=a.replace(/<head[^>]*>/,"$\x26\x3ctitle\x3e\x3c/title\x3e")):a=a.replace(/<html[^>]*>/,"$\x26\x3chead\x3e\x3ctitle\x3e\x3c/title\x3e\x3c/head\x3e"),h&&(a=a.replace(/<head[^>]*?>/,"$\x26"+h)),a=a.replace(/<\/head\s*>/,g+"$\x26"),a=
+e+a):a=c.docType+'\x3chtml dir\x3d"'+c.contentsLangDirection+'" lang\x3d"'+(c.contentsLanguage||b.langCode)+'"\x3e\x3chead\x3e\x3ctitle\x3e'+this._.docTitle+"\x3c/title\x3e"+h+g+"\x3c/head\x3e\x3cbody"+(c.bodyId?' id\x3d"'+c.bodyId+'"':"")+(c.bodyClass?' class\x3d"'+c.bodyClass+'"':"")+"\x3e"+a+"\x3c/body\x3e\x3c/html\x3e";CKEDITOR.env.gecko&&(a=a.replace(/<body/,'\x3cbody contenteditable\x3d"true" '),2E4>CKEDITOR.env.version&&(a=a.replace(/<body[^>]*>/,"$\x26\x3c!-- cke-content-start --\x3e")));
+c='\x3cscript id\x3d"cke_actscrpt" type\x3d"text/javascript"'+(CKEDITOR.env.ie?' defer\x3d"defer" ':"")+"\x3evar wasLoaded\x3d0;function onload(){if(!wasLoaded)window.parent.CKEDITOR.tools.callFunction("+this._.frameLoadedHandler+",window);wasLoaded\x3d1;}"+(CKEDITOR.env.ie?"onload();":'document.addEventListener("DOMContentLoaded", onload, false );')+"\x3c/script\x3e";CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(c+='\x3cscript id\x3d"cke_shimscrpt"\x3ewindow.parent.CKEDITOR.tools.enableHtml5Elements(document)\x3c/script\x3e');
+h&&CKEDITOR.env.ie&&10>CKEDITOR.env.version&&(c+='\x3cscript id\x3d"cke_basetagscrpt"\x3evar baseTag \x3d document.querySelector( "base" );baseTag.href \x3d baseTag.href;\x3c/script\x3e');a=a.replace(/(?=\s*<\/(:?head)>)/,c);this.clearCustomData();this.clearListeners();b.fire("contentDomUnload");var k=this.getDocument();try{k.write(a)}catch(l){setTimeout(function(){k.write(a)},0)}}},getData:function(a){if(a)return this.getHtml();a=this.editor;var f=a.config,b=f.fullPage,c=b&&a.docType,d=b&&a.xmlDeclaration,
+e=this.getDocument(),b=b?e.getDocumentElement().getOuterHtml():e.getBody().getHtml();CKEDITOR.env.gecko&&f.enterMode!=CKEDITOR.ENTER_BR&&(b=b.replace(/<br>(?=\s*(:?$|<\/body>))/,""));b=a.dataProcessor.toDataFormat(b);d&&(b=d+"\n"+b);c&&(b=c+"\n"+b);return b},focus:function(){this._.isLoadingData?this._.isPendingFocus=!0:l.baseProto.focus.call(this)},detach:function(){var a=this.editor,f=a.document,b;try{b=a.window.getFrame()}catch(c){}l.baseProto.detach.call(this);this.clearCustomData();f.getDocumentElement().clearCustomData();
+CKEDITOR.tools.removeFunction(this._.frameLoadedHandler);b&&b.getParent()?(b.clearCustomData(),(a=b.removeCustomData("onResize"))&&a.removeListener(),b.remove()):CKEDITOR.warn("editor-destroy-iframe")}}})})();CKEDITOR.config.disableObjectResizing=!1;CKEDITOR.config.disableNativeTableHandles=!0;CKEDITOR.config.disableNativeSpellChecker=!0;(function(){function m(a,d){CKEDITOR.tools.extend(this,{editor:a,editable:a.editable(),doc:a.document,win:a.window},d,!0);this.inline=this.editable.isInline();this.inline||(this.frame=this.win.getFrame());this.target=this[this.inline?"editable":"doc"]}function n(a,d){CKEDITOR.tools.extend(this,d,{editor:a},!0)}function p(a,d){var b=a.editable();CKEDITOR.tools.extend(this,{editor:a,editable:b,inline:b.isInline(),doc:a.document,win:a.window,container:CKEDITOR.document.getBody(),winTop:CKEDITOR.document.getWindow()},
+d,!0);this.hidden={};this.visible={};this.inline||(this.frame=this.win.getFrame());this.queryViewport();var c=CKEDITOR.tools.bind(this.queryViewport,this),e=CKEDITOR.tools.bind(this.hideVisible,this),g=CKEDITOR.tools.bind(this.removeAll,this);b.attachListener(this.winTop,"resize",c);b.attachListener(this.winTop,"scroll",c);b.attachListener(this.winTop,"resize",e);b.attachListener(this.win,"scroll",e);b.attachListener(this.inline?b:this.frame,"mouseout",function(a){var b=a.data.$.clientX;a=a.data.$.clientY;
+this.queryViewport();(b<=this.rect.left||b>=this.rect.right||a<=this.rect.top||a>=this.rect.bottom)&&this.hideVisible();(0>=b||b>=this.winTopPane.width||0>=a||a>=this.winTopPane.height)&&this.hideVisible()},this);b.attachListener(a,"resize",c);b.attachListener(a,"mode",g);a.on("destroy",g);this.lineTpl=(new CKEDITOR.template('\x3cdiv data-cke-lineutils-line\x3d"1" class\x3d"cke_reset_all" style\x3d"{lineStyle}"\x3e\x3cspan style\x3d"{tipLeftStyle}"\x3e\x26nbsp;\x3c/span\x3e\x3cspan style\x3d"{tipRightStyle}"\x3e\x26nbsp;\x3c/span\x3e\x3c/div\x3e')).output({lineStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},
+t,this.lineStyle,!0)),tipLeftStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},q,{left:"0px","border-left-color":"red","border-width":"6px 0 6px 6px"},this.tipCss,this.tipLeftStyle,!0)),tipRightStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},q,{right:"0px","border-right-color":"red","border-width":"6px 6px 6px 0"},this.tipCss,this.tipRightStyle,!0))})}function l(a){var d;if(d=a&&a.type==CKEDITOR.NODE_ELEMENT)d=!(r[a.getComputedStyle("float")]||r[a.getAttribute("align")]);return d&&
+!u[a.getComputedStyle("position")]}CKEDITOR.plugins.add("lineutils");CKEDITOR.LINEUTILS_BEFORE=1;CKEDITOR.LINEUTILS_AFTER=2;CKEDITOR.LINEUTILS_INSIDE=4;m.prototype={start:function(a){var d=this,b=this.editor,c=this.doc,e,g,f,h,k=CKEDITOR.tools.eventsBuffer(50,function(){b.readOnly||"wysiwyg"!=b.mode||(d.relations={},(g=c.$.elementFromPoint(f,h))&&g.nodeType&&(e=new CKEDITOR.dom.element(g),d.traverseSearch(e),isNaN(f+h)||d.pixelSearch(e,f,h),a&&a(d.relations,f,h)))});this.listener=this.editable.attachListener(this.target,
+"mousemove",function(a){f=a.data.$.clientX;h=a.data.$.clientY;k.input()});this.editable.attachListener(this.inline?this.editable:this.frame,"mouseout",function(){k.reset()})},stop:function(){this.listener&&this.listener.removeListener()},getRange:function(){var a={};a[CKEDITOR.LINEUTILS_BEFORE]=CKEDITOR.POSITION_BEFORE_START;a[CKEDITOR.LINEUTILS_AFTER]=CKEDITOR.POSITION_AFTER_END;a[CKEDITOR.LINEUTILS_INSIDE]=CKEDITOR.POSITION_AFTER_START;return function(d){var b=this.editor.createRange();b.moveToPosition(this.relations[d.uid].element,
+a[d.type]);return b}}(),store:function(){function a(a,b,c){var e=a.getUniqueId();e in c?c[e].type|=b:c[e]={element:a,type:b}}return function(d,b){var c;b&CKEDITOR.LINEUTILS_AFTER&&l(c=d.getNext())&&c.isVisible()&&(a(c,CKEDITOR.LINEUTILS_BEFORE,this.relations),b^=CKEDITOR.LINEUTILS_AFTER);b&CKEDITOR.LINEUTILS_INSIDE&&l(c=d.getFirst())&&c.isVisible()&&(a(c,CKEDITOR.LINEUTILS_BEFORE,this.relations),b^=CKEDITOR.LINEUTILS_INSIDE);a(d,b,this.relations)}}(),traverseSearch:function(a){var d,b,c;do if(c=a.$["data-cke-expando"],
+!(c&&c in this.relations)){if(a.equals(this.editable))break;if(l(a))for(d in this.lookups)(b=this.lookups[d](a))&&this.store(a,b)}while((!a||a.type!=CKEDITOR.NODE_ELEMENT||"true"!=a.getAttribute("contenteditable"))&&(a=a.getParent()))},pixelSearch:function(){function a(a,c,e,g,f){for(var h=0,k;f(e);){e+=g;if(25==++h)break;if(k=this.doc.$.elementFromPoint(c,e))if(k==a)h=0;else if(d(a,k)&&(h=0,l(k=new CKEDITOR.dom.element(k))))return k}}var d=CKEDITOR.env.ie||CKEDITOR.env.webkit?function(a,c){return a.contains(c)}:
+function(a,c){return!!(a.compareDocumentPosition(c)&16)};return function(b,c,d){var g=this.win.getViewPaneSize().height,f=a.call(this,b.$,c,d,-1,function(a){return 0<a});c=a.call(this,b.$,c,d,1,function(a){return a<g});if(f)for(this.traverseSearch(f);!f.getParent().equals(b);)f=f.getParent();if(c)for(this.traverseSearch(c);!c.getParent().equals(b);)c=c.getParent();for(;f||c;){f&&(f=f.getNext(l));if(!f||f.equals(c))break;this.traverseSearch(f);c&&(c=c.getPrevious(l));if(!c||c.equals(f))break;this.traverseSearch(c)}}}(),
+greedySearch:function(){this.relations={};for(var a=this.editable.getElementsByTag("*"),d=0,b,c,e;b=a.getItem(d++);)if(!b.equals(this.editable)&&b.type==CKEDITOR.NODE_ELEMENT&&(b.hasAttribute("contenteditable")||!b.isReadOnly())&&l(b)&&b.isVisible())for(e in this.lookups)(c=this.lookups[e](b))&&this.store(b,c);return this.relations}};n.prototype={locate:function(){function a(a,b){var c=a.element[b===CKEDITOR.LINEUTILS_BEFORE?"getPrevious":"getNext"]();return c&&l(c)?(a.siblingRect=c.getClientRect(),
+b==CKEDITOR.LINEUTILS_BEFORE?(a.siblingRect.bottom+a.elementRect.top)/2:(a.elementRect.bottom+a.siblingRect.top)/2):b==CKEDITOR.LINEUTILS_BEFORE?a.elementRect.top:a.elementRect.bottom}return function(d){var b;this.locations={};for(var c in d)b=d[c],b.elementRect=b.element.getClientRect(),b.type&CKEDITOR.LINEUTILS_BEFORE&&this.store(c,CKEDITOR.LINEUTILS_BEFORE,a(b,CKEDITOR.LINEUTILS_BEFORE)),b.type&CKEDITOR.LINEUTILS_AFTER&&this.store(c,CKEDITOR.LINEUTILS_AFTER,a(b,CKEDITOR.LINEUTILS_AFTER)),b.type&
+CKEDITOR.LINEUTILS_INSIDE&&this.store(c,CKEDITOR.LINEUTILS_INSIDE,(b.elementRect.top+b.elementRect.bottom)/2);return this.locations}}(),sort:function(){var a,d,b,c;return function(e,g){a=this.locations;d=[];for(var f in a)for(var h in a[f])if(b=Math.abs(e-a[f][h]),d.length){for(c=0;c<d.length;c++)if(b<d[c].dist){d.splice(c,0,{uid:+f,type:h,dist:b});break}c==d.length&&d.push({uid:+f,type:h,dist:b})}else d.push({uid:+f,type:h,dist:b});return"undefined"!=typeof g?d.slice(0,g):d}}(),store:function(a,
+d,b){this.locations[a]||(this.locations[a]={});this.locations[a][d]=b}};var q={display:"block",width:"0px",height:"0px","border-color":"transparent","border-style":"solid",position:"absolute",top:"-6px"},t={height:"0px","border-top":"1px dashed red",position:"absolute","z-index":9999};p.prototype={removeAll:function(){for(var a in this.hidden)this.hidden[a].remove(),delete this.hidden[a];for(a in this.visible)this.visible[a].remove(),delete this.visible[a]},hideLine:function(a){var d=a.getUniqueId();
+a.hide();this.hidden[d]=a;delete this.visible[d]},showLine:function(a){var d=a.getUniqueId();a.show();this.visible[d]=a;delete this.hidden[d]},hideVisible:function(){for(var a in this.visible)this.hideLine(this.visible[a])},placeLine:function(a,d){var b,c,e;if(b=this.getStyle(a.uid,a.type)){for(e in this.visible)if(this.visible[e].getCustomData("hash")!==this.hash){c=this.visible[e];break}if(!c)for(e in this.hidden)if(this.hidden[e].getCustomData("hash")!==this.hash){this.showLine(c=this.hidden[e]);
+break}c||this.showLine(c=this.addLine());c.setCustomData("hash",this.hash);this.visible[c.getUniqueId()]=c;c.setStyles(b);d&&d(c)}},getStyle:function(a,d){var b=this.relations[a],c=this.locations[a][d],e={};e.width=b.siblingRect?Math.max(b.siblingRect.width,b.elementRect.width):b.elementRect.width;e.top=this.inline?c+this.winTopScroll.y-this.rect.relativeY:this.rect.top+this.winTopScroll.y+c;if(e.top-this.winTopScroll.y<this.rect.top||e.top-this.winTopScroll.y>this.rect.bottom)return!1;this.inline?
+e.left=b.elementRect.left-this.rect.relativeX:(0<b.elementRect.left?e.left=this.rect.left+b.elementRect.left:(e.width+=b.elementRect.left,e.left=this.rect.left),0<(b=e.left+e.width-(this.rect.left+this.winPane.width))&&(e.width-=b));e.left+=this.winTopScroll.x;for(var g in e)e[g]=CKEDITOR.tools.cssLength(e[g]);return e},addLine:function(){var a=CKEDITOR.dom.element.createFromHtml(this.lineTpl);a.appendTo(this.container);return a},prepare:function(a,d){this.relations=a;this.locations=d;this.hash=Math.random()},
+cleanup:function(){var a,d;for(d in this.visible)a=this.visible[d],a.getCustomData("hash")!==this.hash&&this.hideLine(a)},queryViewport:function(){this.winPane=this.win.getViewPaneSize();this.winTopScroll=this.winTop.getScrollPosition();this.winTopPane=this.winTop.getViewPaneSize();this.rect=this.getClientRect(this.inline?this.editable:this.frame)},getClientRect:function(a){a=a.getClientRect();var d=this.container.getDocumentPosition(),b=this.container.getComputedStyle("position");a.relativeX=a.relativeY=
+0;"static"!=b&&(a.relativeY=d.y,a.relativeX=d.x,a.top-=a.relativeY,a.bottom-=a.relativeY,a.left-=a.relativeX,a.right-=a.relativeX);return a}};var r={left:1,right:1,center:1},u={absolute:1,fixed:1};CKEDITOR.plugins.lineutils={finder:m,locator:n,liner:p}})();(function(){function p(a){this.editor=a;this.registered={};this.instances={};this.selected=[];this.widgetHoldingFocusedEditable=this.focused=null;this._={nextId:0,upcasts:[],upcastCallbacks:[],filters:{}};F(this);G(this);this.on("checkWidgets",H);this.editor.on("contentDomInvalidated",this.checkWidgets,this);I(this);J(this);K(this);L(this);M(this)}function g(a,b,c,d,e){var f=a.editor;CKEDITOR.tools.extend(this,d,{editor:f,id:b,inline:"span"==c.getParent().getName(),element:c,data:CKEDITOR.tools.extend({},
+"function"==typeof d.defaults?d.defaults():d.defaults),dataReady:!1,inited:!1,ready:!1,edit:g.prototype.edit,focusedEditable:null,definition:d,repository:a,draggable:!1!==d.draggable,_:{downcastFn:d.downcast&&"string"==typeof d.downcast?d.downcasts[d.downcast]:d.downcast}},!0);a.fire("instanceCreated",this);N(this,d);this.init&&this.init();this.inited=!0;(a=this.element.data("cke-widget-data"))&&this.setData(JSON.parse(decodeURIComponent(a)));e&&this.setData(e);this.data.classes||this.setData("classes",
+this.getClasses());this.dataReady=!0;r(this);this.fire("data",this.data);this.isInited()&&f.editable().contains(this.wrapper)&&(this.ready=!0,this.fire("ready"))}function q(a,b,c){CKEDITOR.dom.element.call(this,b.$);this.editor=a;this._={};b=this.filter=c.filter;CKEDITOR.dtd[this.getName()].p?(this.enterMode=b?b.getAllowedEnterMode(a.enterMode):a.enterMode,this.shiftEnterMode=b?b.getAllowedEnterMode(a.shiftEnterMode,!0):a.shiftEnterMode):this.enterMode=this.shiftEnterMode=CKEDITOR.ENTER_BR}function O(a,
+b){a.addCommand(b.name,{exec:function(a,d){function e(){a.widgets.finalizeCreation(k)}var f=a.widgets.focused;if(f&&f.name==b.name)f.edit();else if(b.insert)b.insert();else if(b.template){var f="function"==typeof b.defaults?b.defaults():b.defaults,f=CKEDITOR.dom.element.createFromHtml(b.template.output(f)),h,l=a.widgets.wrapElement(f,b.name),k=new CKEDITOR.dom.documentFragment(l.getDocument());k.append(l);(h=a.widgets.initOn(f,b,d&&d.startupData))?(f=h.once("edit",function(b){if(b.data.dialog)h.once("dialog",
+function(b){b=b.data;var d,f;d=b.once("ok",e,null,null,20);f=b.once("cancel",function(b){b.data&&!1===b.data.hide||a.widgets.destroy(h,!0)});b.once("hide",function(){d.removeListener();f.removeListener()})});else e()},null,null,999),h.edit(),f.removeListener()):e()}},allowedContent:b.allowedContent,requiredContent:b.requiredContent,contentForms:b.contentForms,contentTransformations:b.contentTransformations})}function P(a,b){function c(c,b,d){var e=CKEDITOR.tools.getIndex(a._.upcasts,function(a){return a[2]>
+d});0>e&&(e=a._.upcasts.length);a._.upcasts.splice(e,0,[c,b,d])}var d=b.upcast,e=b.upcastPriority||10;if(d)if("string"==typeof d)for(d=d.split(",");d.length;)c(b.upcasts[d.pop()],b.name,e);else c(d,b.name,e)}function t(a,b){a.focused=null;if(b.isInited()){var c=b.editor.checkDirty();a.fire("widgetBlurred",{widget:b});b.setFocused(!1);!c&&b.editor.resetDirty()}}function H(a){a=a.data;if("wysiwyg"==this.editor.mode){var b=this.editor.editable(),c=this.instances,d,e,f,h;if(b){for(d in c)c[d].isReady()&&
+!b.contains(c[d].wrapper)&&this.destroy(c[d],!0);if(a&&a.initOnlyNew)c=this.initOnAll();else{var l=b.find(".cke_widget_wrapper"),c=[];d=0;for(e=l.count();d<e;d++){f=l.getItem(d);if(h=!this.getByElement(f,!0)){a:{h=Q;for(var k=f;k=k.getParent();)if(h(k)){h=!0;break a}h=!1}h=!h}h&&b.contains(f)&&(f.addClass("cke_widget_new"),c.push(this.initOn(f.getFirst(g.isDomWidgetElement))))}}a&&a.focusInited&&1==c.length&&c[0].focus()}}}function u(a,b,c){if(!c.allowedContent)return null;var d=this._.filters[a];
+d||(this._.filters[a]=d={});(a=d[b])||(d[b]=a=new CKEDITOR.filter(c.allowedContent));return a}function R(a){var b=[],c=a._.upcasts,d=a._.upcastCallbacks;return{toBeWrapped:b,iterator:function(a){var f,h,l,k,m;if("data-cke-widget-wrapper"in a.attributes)return(a=a.getFirst(g.isParserWidgetElement))&&b.push([a]),!1;if("data-widget"in a.attributes)return b.push([a]),!1;if(m=c.length){if(a.attributes["data-cke-widget-upcasted"])return!1;k=0;for(f=d.length;k<f;++k)if(!1===d[k](a))return;for(k=0;k<m;++k)if(f=
+c[k],l={},h=f[0](a,l))return h instanceof CKEDITOR.htmlParser.element&&(a=h),a.attributes["data-cke-widget-data"]=encodeURIComponent(JSON.stringify(l)),a.attributes["data-cke-widget-upcasted"]=1,b.push([a,f[1]]),!1}}}}function v(a){return{tabindex:-1,contenteditable:"false","data-cke-widget-wrapper":1,"data-cke-filter":"off","class":"cke_widget_wrapper cke_widget_new cke_widget_"+(a?"inline":"block")}}function w(a,b,c){if(a.type==CKEDITOR.NODE_ELEMENT){var d=CKEDITOR.dtd[a.name];if(d&&!d[c.name]){var d=
+a.split(b),e=a.parent;b=d.getIndex();a.children.length||(--b,a.remove());d.children.length||d.remove();return w(e,b,c)}}a.add(c,b)}function x(a,b){return"boolean"==typeof a.inline?a.inline:!!CKEDITOR.dtd.$inline[b]}function Q(a){return a.hasAttribute("data-cke-temp")}function n(a,b,c,d){var e=a.editor;e.fire("lockSnapshot");c?(d=c.data("cke-widget-editable"),d=b.editables[d],a.widgetHoldingFocusedEditable=b,b.focusedEditable=d,c.addClass("cke_widget_editable_focused"),d.filter&&e.setActiveFilter(d.filter),
+e.setActiveEnterMode(d.enterMode,d.shiftEnterMode)):(d||b.focusedEditable.removeClass("cke_widget_editable_focused"),b.focusedEditable=null,a.widgetHoldingFocusedEditable=null,e.setActiveFilter(null),e.setActiveEnterMode(null,null));e.fire("unlockSnapshot")}function S(a){a.contextMenu&&a.contextMenu.addListener(function(b){if(b=a.widgets.getByElement(b,!0))return b.fire("contextMenu",{})})}function T(a,b){return CKEDITOR.tools.trim(b)}function L(a){var b=a.editor,c=CKEDITOR.plugins.lineutils;b.on("dragstart",
+function(c){var e=c.data.target;g.isDomDragHandler(e)&&(e=a.getByElement(e),c.data.dataTransfer.setData("cke/widget-id",e.id),b.focus(),e.focus())});b.on("drop",function(c){var e=c.data.dataTransfer,f=e.getData("cke/widget-id"),h=e.getTransferType(b),e=b.createRange();""!==f&&h===CKEDITOR.DATA_TRANSFER_CROSS_EDITORS?c.cancel():""!==f&&h==CKEDITOR.DATA_TRANSFER_INTERNAL&&(f=a.instances[f])&&(e.setStartBefore(f.wrapper),e.setEndAfter(f.wrapper),c.data.dragRange=e,delete CKEDITOR.plugins.clipboard.dragStartContainerChildCount,
+delete CKEDITOR.plugins.clipboard.dragEndContainerChildCount,c.data.dataTransfer.setData("text/html",b.editable().getHtmlFromRange(e).getHtml()),b.widgets.destroy(f,!0))});b.on("contentDom",function(){var d=b.editable();CKEDITOR.tools.extend(a,{finder:new c.finder(b,{lookups:{"default":function(c){if(!c.is(CKEDITOR.dtd.$listItem)&&c.is(CKEDITOR.dtd.$block)&&!g.isDomNestedEditable(c)&&!a._.draggedWidget.wrapper.contains(c)){var b=g.getNestedEditable(d,c);if(b){c=a._.draggedWidget;if(a.getByElement(b)==
+c)return;b=CKEDITOR.filter.instances[b.data("cke-filter")];c=c.requiredContent;if(b&&c&&!b.check(c))return}return CKEDITOR.LINEUTILS_BEFORE|CKEDITOR.LINEUTILS_AFTER}}}}),locator:new c.locator(b),liner:new c.liner(b,{lineStyle:{cursor:"move !important","border-top-color":"#666"},tipLeftStyle:{"border-left-color":"#666"},tipRightStyle:{"border-right-color":"#666"}})},!0)})}function J(a){var b=a.editor;b.on("contentDom",function(){var c=b.editable(),d=c.isInline()?c:b.document,e,f;c.attachListener(d,
+"mousedown",function(c){var d=c.data.getTarget();if(!d.type)return!1;e=a.getByElement(d);f=0;e&&(e.inline&&d.type==CKEDITOR.NODE_ELEMENT&&d.hasAttribute("data-cke-widget-drag-handler")?(f=1,a.focused!=e&&b.getSelection().removeAllRanges()):g.getNestedEditable(e.wrapper,d)?e=null:(c.data.preventDefault(),CKEDITOR.env.ie||e.focus()))});c.attachListener(d,"mouseup",function(){f&&e&&e.wrapper&&(f=0,e.focus())});CKEDITOR.env.ie&&c.attachListener(d,"mouseup",function(){setTimeout(function(){e&&e.wrapper&&
+c.contains(e.wrapper)&&(e.focus(),e=null)})})});b.on("doubleclick",function(c){var b=a.getByElement(c.data.element);if(b&&!g.getNestedEditable(b.wrapper,c.data.element))return b.fire("doubleclick",{element:c.data.element})},null,null,1)}function K(a){a.editor.on("key",function(b){var c=a.focused,d=a.widgetHoldingFocusedEditable,e;c?e=c.fire("key",{keyCode:b.data.keyCode}):d&&(c=b.data.keyCode,b=d.focusedEditable,c==CKEDITOR.CTRL+65?(c=b.getBogus(),d=d.editor.createRange(),d.selectNodeContents(b),
+c&&d.setEndAt(c,CKEDITOR.POSITION_BEFORE_START),d.select(),e=!1):8==c||46==c?(e=d.editor.getSelection().getRanges(),d=e[0],e=!(1==e.length&&d.collapsed&&d.checkBoundaryOfElement(b,CKEDITOR[8==c?"START":"END"]))):e=void 0);return e},null,null,1)}function M(a){function b(c){a.focused&&y(a.focused,"cut"==c.name)}var c=a.editor;c.on("contentDom",function(){var a=c.editable();a.attachListener(a,"copy",b);a.attachListener(a,"cut",b)})}function I(a){var b=a.editor;b.on("selectionCheck",function(){a.fire("checkSelection")});
+a.on("checkSelection",a.checkSelection,a);b.on("selectionChange",function(c){var d=(c=g.getNestedEditable(b.editable(),c.data.selection.getStartElement()))&&a.getByElement(c),e=a.widgetHoldingFocusedEditable;e?e===d&&e.focusedEditable.equals(c)||(n(a,e,null),d&&c&&n(a,d,c)):d&&c&&n(a,d,c)});b.on("dataReady",function(){z(a).commit()});b.on("blur",function(){var c;(c=a.focused)&&t(a,c);(c=a.widgetHoldingFocusedEditable)&&n(a,c,null)})}function G(a){var b=a.editor,c={};b.on("toDataFormat",function(b){var e=
+CKEDITOR.tools.getNextNumber(),f=[];b.data.downcastingSessionId=e;c[e]=f;b.data.dataValue.forEach(function(c){var b=c.attributes,d;if("data-cke-widget-id"in b){if(b=a.instances[b["data-cke-widget-id"]])d=c.getFirst(g.isParserWidgetElement),f.push({wrapper:c,element:d,widget:b,editables:{}}),"1"!=d.attributes["data-cke-widget-keep-attr"]&&delete d.attributes["data-widget"]}else if("data-cke-widget-editable"in b)return f[f.length-1].editables[b["data-cke-widget-editable"]]=c,!1},CKEDITOR.NODE_ELEMENT,
+!0)},null,null,8);b.on("toDataFormat",function(a){if(a.data.downcastingSessionId){a=c[a.data.downcastingSessionId];for(var b,f,h,l,g,m;b=a.shift();){f=b.widget;h=b.element;l=f._.downcastFn&&f._.downcastFn.call(f,h);for(m in b.editables)g=b.editables[m],delete g.attributes.contenteditable,g.setHtml(f.editables[m].getData());l||(l=h);b.wrapper.replaceWith(l)}}},null,null,13);b.on("contentDomUnload",function(){a.destroyAll(!0)})}function F(a){var b=a.editor,c,d;b.on("toHtml",function(b){var d=R(a),h;
+for(b.data.dataValue.forEach(d.iterator,CKEDITOR.NODE_ELEMENT,!0);h=d.toBeWrapped.pop();){var l=h[0],k=l.parent;k.type==CKEDITOR.NODE_ELEMENT&&k.attributes["data-cke-widget-wrapper"]&&k.replaceWith(l);a.wrapElement(h[0],h[1])}c=b.data.protectedWhitespaces?3==b.data.dataValue.children.length&&g.isParserWidgetWrapper(b.data.dataValue.children[1]):1==b.data.dataValue.children.length&&g.isParserWidgetWrapper(b.data.dataValue.children[0])},null,null,8);b.on("dataReady",function(){if(d)for(var c=b.editable().find(".cke_widget_wrapper"),
+f,h,l=0,k=c.count();l<k;++l)f=c.getItem(l),h=f.getFirst(g.isDomWidgetElement),h.type==CKEDITOR.NODE_ELEMENT&&h.data("widget")?(h.replace(f),a.wrapElement(h)):f.remove();d=0;a.destroyAll(!0);a.initOnAll()});b.on("loadSnapshot",function(c){/data-cke-widget/.test(c.data)&&(d=1);a.destroyAll(!0)},null,null,9);b.on("paste",function(a){a=a.data;a.dataValue=a.dataValue.replace(U,T);a.range&&(a=g.getNestedEditable(b.editable(),a.range.startContainer))&&(a=CKEDITOR.filter.instances[a.data("cke-filter")])&&
+b.setActiveFilter(a)});b.on("afterInsertHtml",function(d){d.data.intoRange?a.checkWidgets({initOnlyNew:!0}):(b.fire("lockSnapshot"),a.checkWidgets({initOnlyNew:!0,focusInited:c}),b.fire("unlockSnapshot"))})}function z(a){var b=a.selected,c=[],d=b.slice(0),e=null;return{select:function(a){0>CKEDITOR.tools.indexOf(b,a)&&c.push(a);a=CKEDITOR.tools.indexOf(d,a);0<=a&&d.splice(a,1);return this},focus:function(a){e=a;return this},commit:function(){var f=a.focused!==e,h,g;a.editor.fire("lockSnapshot");for(f&&
+(h=a.focused)&&t(a,h);h=d.pop();)b.splice(CKEDITOR.tools.indexOf(b,h),1),h.isInited()&&(g=h.editor.checkDirty(),h.setSelected(!1),!g&&h.editor.resetDirty());f&&e&&(g=a.editor.checkDirty(),a.focused=e,a.fire("widgetFocused",{widget:e}),e.setFocused(!0),!g&&a.editor.resetDirty());for(;h=c.pop();)b.push(h),h.setSelected(!0);a.editor.fire("unlockSnapshot")}}}function A(a,b,c){var d=0;b=B(b);var e=a.data.classes||{},f;if(b){for(e=CKEDITOR.tools.clone(e);f=b.pop();)c?e[f]||(d=e[f]=1):e[f]&&(delete e[f],
+d=1);d&&a.setData("classes",e)}}function C(a){a.cancel()}function y(a,b){var c=a.editor,d=c.document;if(!d.getById("cke_copybin")){var e=c.blockless||CKEDITOR.env.ie?"span":"div",f=d.createElement(e),h=d.createElement(e),e=CKEDITOR.env.ie&&9>CKEDITOR.env.version;h.setAttributes({id:"cke_copybin","data-cke-temp":"1"});f.setStyles({position:"absolute",width:"1px",height:"1px",overflow:"hidden"});f.setStyle("ltr"==c.config.contentsLangDirection?"left":"right","-5000px");var g=c.createRange();g.setStartBefore(a.wrapper);
+g.setEndAfter(a.wrapper);f.setHtml('\x3cspan data-cke-copybin-start\x3d"1"\x3e\x3c/span\x3e'+c.editable().getHtmlFromRange(g).getHtml()+'\x3cspan data-cke-copybin-end\x3d"1"\x3e\x3c/span\x3e');c.fire("saveSnapshot");c.fire("lockSnapshot");h.append(f);c.editable().append(h);var k=c.on("selectionChange",C,null,null,0),m=a.repository.on("checkSelection",C,null,null,0);if(e)var n=d.getDocumentElement().$,p=n.scrollTop;g=c.createRange();g.selectNodeContents(f);g.select();e&&(n.scrollTop=p);setTimeout(function(){b||
+a.focus();h.remove();k.removeListener();m.removeListener();c.fire("unlockSnapshot");b&&(a.repository.del(a),c.fire("saveSnapshot"))},100)}}function B(a){return(a=(a=a.getDefinition().attributes)&&a["class"])?a.split(/\s+/):null}function D(){var a=CKEDITOR.document.getActive(),b=this.editor,c=b.editable();(c.isInline()?c:b.document.getWindow().getFrame()).equals(a)&&b.focusManager.focus(c)}function E(){CKEDITOR.env.gecko&&this.editor.unlockSelection();CKEDITOR.env.webkit||(this.editor.forceNextSelectionCheck(),
+this.editor.selectionChange(1))}function V(a){var b=null;a.on("data",function(){var a=this.data.classes,d;if(b!=a){for(d in b)a&&a[d]||this.removeClass(d);for(d in a)this.addClass(d);b=a}})}function W(a){if(a.draggable){var b=a.editor,c=a.wrapper.getLast(g.isDomDragHandlerContainer),d;c?d=c.findOne("img"):(c=new CKEDITOR.dom.element("span",b.document),c.setAttributes({"class":"cke_reset cke_widget_drag_handler_container",style:"background:rgba(220,220,220,0.5);background-image:url("+b.plugins.widget.path+
+"images/handle.png)"}),d=new CKEDITOR.dom.element("img",b.document),d.setAttributes({"class":"cke_reset cke_widget_drag_handler","data-cke-widget-drag-handler":"1",src:CKEDITOR.tools.transparentImageData,width:15,title:b.lang.widget.move,height:15}),a.inline&&d.setAttribute("draggable","true"),c.append(d),a.wrapper.append(c));a.wrapper.on("dragover",function(a){a.data.preventDefault()});a.wrapper.on("mouseenter",a.updateDragHandlerPosition,a);setTimeout(function(){a.on("data",a.updateDragHandlerPosition,
+a)},50);if(!a.inline&&(d.on("mousedown",X,a),CKEDITOR.env.ie&&9>CKEDITOR.env.version))d.on("dragstart",function(a){a.data.preventDefault(!0)});a.dragHandlerContainer=c}}function X(a){function b(){var c;for(n.reset();c=g.pop();)c.removeListener();var b=k;c=a.sender;var d=this.repository.finder,e=this.repository.liner,f=this.editor,h=this.editor.editable();CKEDITOR.tools.isEmpty(e.visible)||(b=d.getRange(b[0]),this.focus(),f.fire("drop",{dropRange:b,target:b.startContainer}));h.removeClass("cke_widget_dragging");
+e.hideVisible();f.fire("dragend",{target:c})}var c=this.repository.finder,d=this.repository.locator,e=this.repository.liner,f=this.editor,h=f.editable(),g=[],k=[];this.repository._.draggedWidget=this;var m=c.greedySearch(),n=CKEDITOR.tools.eventsBuffer(50,function(){p=d.locate(m);k=d.sort(q,1);k.length&&(e.prepare(m,p),e.placeLine(k[0]),e.cleanup())}),p,q;h.addClass("cke_widget_dragging");g.push(h.on("mousemove",function(a){q=a.data.$.clientY;n.input()}));f.fire("dragstart",{target:a.sender});g.push(f.document.once("mouseup",
+b,this));h.isInline()||g.push(CKEDITOR.document.once("mouseup",b,this))}function Y(a){var b,c,d=a.editables;a.editables={};if(a.editables)for(b in d)c=d[b],a.initEditable(b,"string"==typeof c?{selector:c}:c)}function Z(a){if(a.mask){var b=a.wrapper.findOne(".cke_widget_mask");b||(b=new CKEDITOR.dom.element("img",a.editor.document),b.setAttributes({src:CKEDITOR.tools.transparentImageData,"class":"cke_reset cke_widget_mask"}),a.wrapper.append(b));a.mask=b}}function aa(a){if(a.parts){var b={},c,d;for(d in a.parts)c=
+a.wrapper.findOne(a.parts[d]),b[d]=c;a.parts=b}}function N(a,b){ba(a);aa(a);Y(a);Z(a);W(a);V(a);if(CKEDITOR.env.ie&&9>CKEDITOR.env.version)a.wrapper.on("dragstart",function(c){var b=c.data.getTarget();g.getNestedEditable(a,b)||a.inline&&g.isDomDragHandler(b)||c.data.preventDefault()});a.wrapper.removeClass("cke_widget_new");a.element.addClass("cke_widget_element");a.on("key",function(b){b=b.data.keyCode;if(13==b)a.edit();else{if(b==CKEDITOR.CTRL+67||b==CKEDITOR.CTRL+88){y(a,b==CKEDITOR.CTRL+88);return}if(b in
+ca||CKEDITOR.CTRL&b||CKEDITOR.ALT&b)return}return!1},null,null,999);a.on("doubleclick",function(b){a.edit()&&b.cancel()});if(b.data)a.on("data",b.data);if(b.edit)a.on("edit",b.edit)}function ba(a){(a.wrapper=a.element.getParent()).setAttribute("data-cke-widget-id",a.id)}function r(a){a.element.data("cke-widget-data",encodeURIComponent(JSON.stringify(a.data)))}CKEDITOR.plugins.add("widget",{requires:"lineutils,clipboard",onLoad:function(){CKEDITOR.addCss(".cke_widget_wrapper{position:relative;outline:none}.cke_widget_inline{display:inline-block}.cke_widget_wrapper:hover\x3e.cke_widget_element{outline:2px solid yellow;cursor:default}.cke_widget_wrapper:hover .cke_widget_editable{outline:2px solid yellow}.cke_widget_wrapper.cke_widget_focused\x3e.cke_widget_element,.cke_widget_wrapper .cke_widget_editable.cke_widget_editable_focused{outline:2px solid #ace}.cke_widget_editable{cursor:text}.cke_widget_drag_handler_container{position:absolute;width:15px;height:0;display:none;opacity:0.75;transition:height 0s 0.2s;line-height:0}.cke_widget_wrapper:hover\x3e.cke_widget_drag_handler_container{height:15px;transition:none}.cke_widget_drag_handler_container:hover{opacity:1}img.cke_widget_drag_handler{cursor:move;width:15px;height:15px;display:inline-block}.cke_widget_mask{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.cke_editable.cke_widget_dragging, .cke_editable.cke_widget_dragging *{cursor:move !important}")},
+beforeInit:function(a){a.widgets=new p(a)},afterInit:function(a){var b=a.widgets.registered,c,d,e;for(d in b)c=b[d],(e=c.button)&&a.ui.addButton&&a.ui.addButton(CKEDITOR.tools.capitalize(c.name,!0),{label:e,command:c.name,toolbar:"insert,10"});S(a)}});p.prototype={MIN_SELECTION_CHECK_INTERVAL:500,add:function(a,b){b=CKEDITOR.tools.prototypedCopy(b);b.name=a;b._=b._||{};this.editor.fire("widgetDefinition",b);b.template&&(b.template=new CKEDITOR.template(b.template));O(this.editor,b);P(this,b);return this.registered[a]=
+b},addUpcastCallback:function(a){this._.upcastCallbacks.push(a)},checkSelection:function(){var a=this.editor.getSelection(),b=a.getSelectedElement(),c=z(this),d;if(b&&(d=this.getByElement(b,!0)))return c.focus(d).select(d).commit();a=a.getRanges()[0];if(!a||a.collapsed)return c.commit();a=new CKEDITOR.dom.walker(a);for(a.evaluator=g.isDomWidgetWrapper;b=a.next();)c.select(this.getByElement(b));c.commit()},checkWidgets:function(a){this.fire("checkWidgets",CKEDITOR.tools.copy(a||{}))},del:function(a){if(this.focused===
+a){var b=a.editor,c=b.createRange(),d;(d=c.moveToClosestEditablePosition(a.wrapper,!0))||(d=c.moveToClosestEditablePosition(a.wrapper,!1));d&&b.getSelection().selectRanges([c])}a.wrapper.remove();this.destroy(a,!0)},destroy:function(a,b){this.widgetHoldingFocusedEditable===a&&n(this,a,null,b);a.destroy(b);delete this.instances[a.id];this.fire("instanceDestroyed",a)},destroyAll:function(a,b){var c,d,e=this.instances;if(b&&!a){d=b.find(".cke_widget_wrapper");for(var e=d.count(),f=0;f<e;++f)(c=this.getByElement(d.getItem(f),
+!0))&&this.destroy(c)}else for(d in e)c=e[d],this.destroy(c,a)},finalizeCreation:function(a){(a=a.getFirst())&&g.isDomWidgetWrapper(a)&&(this.editor.insertElement(a),a=this.getByElement(a),a.ready=!0,a.fire("ready"),a.focus())},getByElement:function(){function a(a){return a.is(b)&&a.data("cke-widget-id")}var b={div:1,span:1};return function(b,d){if(!b)return null;var e=a(b);if(!d&&!e){var f=this.editor.editable();do b=b.getParent();while(b&&!b.equals(f)&&!(e=a(b)))}return this.instances[e]||null}}(),
+initOn:function(a,b,c){b?"string"==typeof b&&(b=this.registered[b]):b=this.registered[a.data("widget")];if(!b)return null;var d=this.wrapElement(a,b.name);return d?d.hasClass("cke_widget_new")?(a=new g(this,this._.nextId++,a,b,c),a.isInited()?this.instances[a.id]=a:null):this.getByElement(a):null},initOnAll:function(a){a=(a||this.editor.editable()).find(".cke_widget_new");for(var b=[],c,d=a.count();d--;)(c=this.initOn(a.getItem(d).getFirst(g.isDomWidgetElement)))&&b.push(c);return b},onWidget:function(a){var b=
+Array.prototype.slice.call(arguments);b.shift();for(var c in this.instances){var d=this.instances[c];d.name==a&&d.on.apply(d,b)}this.on("instanceCreated",function(c){c=c.data;c.name==a&&c.on.apply(c,b)})},parseElementClasses:function(a){if(!a)return null;a=CKEDITOR.tools.trim(a).split(/\s+/);for(var b,c={},d=0;b=a.pop();)-1==b.indexOf("cke_")&&(c[b]=d=1);return d?c:null},wrapElement:function(a,b){var c=null,d,e;if(a instanceof CKEDITOR.dom.element){d=this.registered[b||a.data("widget")];if(!d)return null;
+if((c=a.getParent())&&c.type==CKEDITOR.NODE_ELEMENT&&c.data("cke-widget-wrapper"))return c;a.hasAttribute("data-cke-widget-keep-attr")||a.data("cke-widget-keep-attr",a.data("widget")?1:0);b&&a.data("widget",b);e=x(d,a.getName());c=new CKEDITOR.dom.element(e?"span":"div");c.setAttributes(v(e));c.data("cke-display-name",d.pathName?d.pathName:a.getName());a.getParent(!0)&&c.replace(a);a.appendTo(c)}else if(a instanceof CKEDITOR.htmlParser.element){d=this.registered[b||a.attributes["data-widget"]];if(!d)return null;
+if((c=a.parent)&&c.type==CKEDITOR.NODE_ELEMENT&&c.attributes["data-cke-widget-wrapper"])return c;"data-cke-widget-keep-attr"in a.attributes||(a.attributes["data-cke-widget-keep-attr"]=a.attributes["data-widget"]?1:0);b&&(a.attributes["data-widget"]=b);e=x(d,a.name);c=new CKEDITOR.htmlParser.element(e?"span":"div",v(e));c.attributes["data-cke-display-name"]=d.pathName?d.pathName:a.name;d=a.parent;var f;d&&(f=a.getIndex(),a.remove());c.add(a);d&&w(d,f,c)}return c},_tests_createEditableFilter:u};CKEDITOR.event.implementOn(p.prototype);
+g.prototype={addClass:function(a){this.element.addClass(a)},applyStyle:function(a){A(this,a,1)},checkStyleActive:function(a){a=B(a);var b;if(!a)return!1;for(;b=a.pop();)if(!this.hasClass(b))return!1;return!0},destroy:function(a){this.fire("destroy");if(this.editables)for(var b in this.editables)this.destroyEditable(b,a);a||("0"==this.element.data("cke-widget-keep-attr")&&this.element.removeAttribute("data-widget"),this.element.removeAttributes(["data-cke-widget-data","data-cke-widget-keep-attr"]),
+this.element.removeClass("cke_widget_element"),this.element.replace(this.wrapper));this.wrapper=null},destroyEditable:function(a,b){var c=this.editables[a];c.removeListener("focus",E);c.removeListener("blur",D);this.editor.focusManager.remove(c);b||(this.repository.destroyAll(!1,c),c.removeClass("cke_widget_editable"),c.removeClass("cke_widget_editable_focused"),c.removeAttributes(["contenteditable","data-cke-widget-editable","data-cke-enter-mode"]));delete this.editables[a]},edit:function(){var a=
+{dialog:this.dialog},b=this;if(!1===this.fire("edit",a)||!a.dialog)return!1;this.editor.openDialog(a.dialog,function(a){var d,e;!1!==b.fire("dialog",a)&&(d=a.on("show",function(){a.setupContent(b)}),e=a.on("ok",function(){var d,e=b.on("data",function(a){d=1;a.cancel()},null,null,0);b.editor.fire("saveSnapshot");a.commitContent(b);e.removeListener();d&&(b.fire("data",b.data),b.editor.fire("saveSnapshot"))}),a.once("hide",function(){d.removeListener();e.removeListener()}))});return!0},getClasses:function(){return this.repository.parseElementClasses(this.element.getAttribute("class"))},
+hasClass:function(a){return this.element.hasClass(a)},initEditable:function(a,b){var c=this._findOneNotNested(b.selector);return c&&c.is(CKEDITOR.dtd.$editable)?(c=new q(this.editor,c,{filter:u.call(this.repository,this.name,a,b)}),this.editables[a]=c,c.setAttributes({contenteditable:"true","data-cke-widget-editable":a,"data-cke-enter-mode":c.enterMode}),c.filter&&c.data("cke-filter",c.filter.id),c.addClass("cke_widget_editable"),c.removeClass("cke_widget_editable_focused"),b.pathName&&c.data("cke-display-name",
+b.pathName),this.editor.focusManager.add(c),c.on("focus",E,this),CKEDITOR.env.ie&&c.on("blur",D,this),c._.initialSetData=!0,c.setData(c.getHtml()),!0):!1},_findOneNotNested:function(a){a=this.wrapper.find(a);for(var b,c,d=0;d<a.count();d++)if(b=a.getItem(d),c=b.getAscendant(g.isDomWidgetWrapper),this.wrapper.equals(c))return b;return null},isInited:function(){return!(!this.wrapper||!this.inited)},isReady:function(){return this.isInited()&&this.ready},focus:function(){var a=this.editor.getSelection();
+if(a){var b=this.editor.checkDirty();a.fake(this.wrapper);!b&&this.editor.resetDirty()}this.editor.focus()},removeClass:function(a){this.element.removeClass(a)},removeStyle:function(a){A(this,a,0)},setData:function(a,b){var c=this.data,d=0;if("string"==typeof a)c[a]!==b&&(c[a]=b,d=1);else{var e=a;for(a in e)c[a]!==e[a]&&(d=1,c[a]=e[a])}d&&this.dataReady&&(r(this),this.fire("data",c));return this},setFocused:function(a){this.wrapper[a?"addClass":"removeClass"]("cke_widget_focused");this.fire(a?"focus":
+"blur");return this},setSelected:function(a){this.wrapper[a?"addClass":"removeClass"]("cke_widget_selected");this.fire(a?"select":"deselect");return this},updateDragHandlerPosition:function(){var a=this.editor,b=this.element.$,c=this._.dragHandlerOffset,b={x:b.offsetLeft,y:b.offsetTop-15};c&&b.x==c.x&&b.y==c.y||(c=a.checkDirty(),a.fire("lockSnapshot"),this.dragHandlerContainer.setStyles({top:b.y+"px",left:b.x+"px",display:"block"}),a.fire("unlockSnapshot"),!c&&a.resetDirty(),this._.dragHandlerOffset=
+b)}};CKEDITOR.event.implementOn(g.prototype);g.getNestedEditable=function(a,b){return!b||b.equals(a)?null:g.isDomNestedEditable(b)?b:g.getNestedEditable(a,b.getParent())};g.isDomDragHandler=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-cke-widget-drag-handler")};g.isDomDragHandlerContainer=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_widget_drag_handler_container")};g.isDomNestedEditable=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-cke-widget-editable")};
+g.isDomWidgetElement=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-widget")};g.isDomWidgetWrapper=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-cke-widget-wrapper")};g.isParserWidgetElement=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&!!a.attributes["data-widget"]};g.isParserWidgetWrapper=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&!!a.attributes["data-cke-widget-wrapper"]};q.prototype=CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.dom.element.prototype),
+{setData:function(a){this._.initialSetData||this.editor.widgets.destroyAll(!1,this);this._.initialSetData=!1;a=this.editor.dataProcessor.toHtml(a,{context:this.getName(),filter:this.filter,enterMode:this.enterMode});this.setHtml(a);this.editor.widgets.initOnAll(this)},getData:function(){return this.editor.dataProcessor.toDataFormat(this.getHtml(),{context:this.getName(),filter:this.filter,enterMode:this.enterMode})}});var U=/^(?:<(?:div|span)(?: data-cke-temp="1")?(?: id="cke_copybin")?(?: data-cke-temp="1")?>)?(?:<(?:div|span)(?: style="[^"]+")?>)?<span [^>]*data-cke-copybin-start="1"[^>]*>.?<\/span>([\s\S]+)<span [^>]*data-cke-copybin-end="1"[^>]*>.?<\/span>(?:<\/(?:div|span)>)?(?:<\/(?:div|span)>)?$/i,
+ca={37:1,38:1,39:1,40:1,8:1,46:1};(function(){function a(){}function b(a,b,e){return e&&this.checkElement(a)?(a=e.widgets.getByElement(a,!0))&&a.checkStyleActive(this):!1}CKEDITOR.style.addCustomHandler({type:"widget",setup:function(a){this.widget=a.widget},apply:function(a){a instanceof CKEDITOR.editor&&this.checkApplicable(a.elementPath(),a)&&a.widgets.focused.applyStyle(this)},remove:function(a){a instanceof CKEDITOR.editor&&this.checkApplicable(a.elementPath(),a)&&a.widgets.focused.removeStyle(this)},
+checkActive:function(a,b){return this.checkElementMatch(a.lastElement,0,b)},checkApplicable:function(a,b){return b instanceof CKEDITOR.editor?this.checkElement(a.lastElement):!1},checkElementMatch:b,checkElementRemovable:b,checkElement:function(a){return g.isDomWidgetWrapper(a)?(a=a.getFirst(g.isDomWidgetElement))&&a.data("widget")==this.widget:!1},buildPreview:function(a){return a||this._.definition.name},toAllowedContentRules:function(a){if(!a)return null;a=a.widgets.registered[this.widget];var b,
+e={};if(!a)return null;if(a.styleableElements){b=this.getClassesArray();if(!b)return null;e[a.styleableElements]={classes:b,propertiesOnly:!0};return e}return a.styleToAllowedContentRules?a.styleToAllowedContentRules(this):null},getClassesArray:function(){var a=this._.definition.attributes&&this._.definition.attributes["class"];return a?CKEDITOR.tools.trim(a).split(/\s+/):null},applyToRange:a,removeFromRange:a,applyToObject:a})})();CKEDITOR.plugins.widget=g;g.repository=p;g.nestedEditable=q})();CKEDITOR.config.plugins='dialogui,dialog,a11yhelp,about,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,menu,contextmenu,dialogadvtab,div,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,format,forms,horizontalrule,htmlwriter,iframe,image,imagebrowser,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastefromword,pastetext,preview,print,removeformat,resize,save,menubutton,scayt,selectall,showblocks,showborders,smiley,sourcearea,specialchar,stylescombo,tab,table,tabletools,templates,toolbar,undo,wsc,wysiwygarea,lineutils,widget';CKEDITOR.config.skin='moono';(function() {var setIcons = function(icons, strip) {var path = CKEDITOR.getUrl( 'plugins/' + strip );icons = icons.split( ',' );for ( var i = 0; i < icons.length; i++ )CKEDITOR.skin.icons[ icons[ i ] ] = { path: path, offset: -icons[ ++i ], bgsize : icons[ ++i ] };};if (CKEDITOR.env.hidpi) setIcons('about,0,,bold,24,,italic,48,,strike,72,,subscript,96,,superscript,120,,underline,144,,bidiltr,168,,bidirtl,192,,blockquote,216,,copy-rtl,240,,copy,264,,cut-rtl,288,,cut,312,,paste-rtl,336,,paste,360,,bgcolor,384,,textcolor,408,,creatediv,432,,find-rtl,456,,find,480,,replace,504,,flash,528,,button,552,,checkbox,576,,form,600,,hiddenfield,624,,imagebutton,648,,radio,672,,select-rtl,696,,select,720,,textarea-rtl,744,,textarea,768,,textfield-rtl,792,,textfield,816,,horizontalrule,840,,iframe,864,,image,888,,indent-rtl,912,,indent,936,,outdent-rtl,960,,outdent,984,,justifyblock,1008,,justifycenter,1032,,justifyleft,1056,,justifyright,1080,,anchor-rtl,1104,,anchor,1128,,link,1152,,unlink,1176,,bulletedlist-rtl,1200,,bulletedlist,1224,,numberedlist-rtl,1248,,numberedlist,1272,,maximize,1296,,newpage-rtl,1320,,newpage,1344,,pagebreak-rtl,1368,,pagebreak,1392,,pastefromword-rtl,1416,,pastefromword,1440,,pastetext-rtl,1464,,pastetext,1488,,preview-rtl,1512,,preview,1536,,print,1560,,removeformat,1584,,save,1608,,scayt,1632,,selectall,1656,,showblocks-rtl,1680,,showblocks,1704,,smiley,1728,,source-rtl,1752,,source,1776,,specialchar,1800,,table,1824,,templates-rtl,1848,,templates,1872,,redo-rtl,1896,,redo,1920,,undo-rtl,1944,,undo,1968,,spellchecker,1992,','icons_hidpi.png');else setIcons('about,0,auto,bold,24,auto,italic,48,auto,strike,72,auto,subscript,96,auto,superscript,120,auto,underline,144,auto,bidiltr,168,auto,bidirtl,192,auto,blockquote,216,auto,copy-rtl,240,auto,copy,264,auto,cut-rtl,288,auto,cut,312,auto,paste-rtl,336,auto,paste,360,auto,bgcolor,384,auto,textcolor,408,auto,creatediv,432,auto,find-rtl,456,auto,find,480,auto,replace,504,auto,flash,528,auto,button,552,auto,checkbox,576,auto,form,600,auto,hiddenfield,624,auto,imagebutton,648,auto,radio,672,auto,select-rtl,696,auto,select,720,auto,textarea-rtl,744,auto,textarea,768,auto,textfield-rtl,792,auto,textfield,816,auto,horizontalrule,840,auto,iframe,864,auto,image,888,auto,indent-rtl,912,auto,indent,936,auto,outdent-rtl,960,auto,outdent,984,auto,justifyblock,1008,auto,justifycenter,1032,auto,justifyleft,1056,auto,justifyright,1080,auto,anchor-rtl,1104,auto,anchor,1128,auto,link,1152,auto,unlink,1176,auto,bulletedlist-rtl,1200,auto,bulletedlist,1224,auto,numberedlist-rtl,1248,auto,numberedlist,1272,auto,maximize,1296,auto,newpage-rtl,1320,auto,newpage,1344,auto,pagebreak-rtl,1368,auto,pagebreak,1392,auto,pastefromword-rtl,1416,auto,pastefromword,1440,auto,pastetext-rtl,1464,auto,pastetext,1488,auto,preview-rtl,1512,auto,preview,1536,auto,print,1560,auto,removeformat,1584,auto,save,1608,auto,scayt,1632,auto,selectall,1656,auto,showblocks-rtl,1680,auto,showblocks,1704,auto,smiley,1728,auto,source-rtl,1752,auto,source,1776,auto,specialchar,1800,auto,table,1824,auto,templates-rtl,1848,auto,templates,1872,auto,redo-rtl,1896,auto,redo,1920,auto,undo-rtl,1944,auto,undo,1968,auto,spellchecker,1992,auto','icons.png');})();CKEDITOR.lang.languages={"en":1,"fr":1};}());
\ No newline at end of file
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/
-CKEDITOR.lang['en']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Alignment","alignLeft":"Left","alignRight":"Right","alignCenter":"Center","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strikethrough","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Paste"},"contextmenu":{"options":"Context Menu Options"},"button":{"selectedLabel":"%1 (Selected)"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"image":{"alt":"Alternative Text","border":"Border","btnUpload":"Send it to the Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Upload","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Language Code","langDir":"Language Direction","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"Style","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Link","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload":"Upload"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"removeformat":{"toolbar":"Remove Format"},"sourcearea":{"toolbar":"Source"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"undo":{"redo":"Redo","undo":"Undo"},"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"colorbutton":{"auto":"Automatic","bgColorTitle":"Background Color","colors":{"000":"Black","800000":"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo","696969":"Dark Gray","B22222":"Fire Brick","A52A2A":"Brown","DAA520":"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue","800080":"Purple","808080":"Gray","F00":"Red","FF8C00":"Dark Orange","FFD700":"Gold","008000":"Green","0FF":"Cyan","00F":"Blue","EE82EE":"Violet","A9A9A9":"Dim Gray","FFA07A":"Light Salmon","FFA500":"Orange","FFFF00":"Yellow","00FF00":"Lime","AFEEEE":"Pale Turquoise","ADD8E6":"Light Blue","DDA0DD":"Plum","D3D3D3":"Light Grey","FFF0F5":"Lavender Blush","FAEBD7":"Antique White","FFFFE0":"Light Yellow","F0FFF0":"Honeydew","F0FFFF":"Azure","F0F8FF":"Alice Blue","E6E6FA":"Lavender","FFF":"White"},"more":"More Colors...","panelTitle":"Colors","textColorTitle":"Text Color"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"templates":{"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"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory Title","cssClassInputLabel":"Stylesheet Classes","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Left to Right (LTR)","langDirLabel":"Language Direction","langDirRTLLabel":"Right to Left (RTL)","languageCodeInputLabel":" Language Code","remove":"Remove Div","styleSelectLabel":"Style","title":"Create Div Container","toolbar":"Create Div Container"},"find":{"find":"Find","findOptions":"Find Options","findWhat":"Find what:","matchCase":"Match case","matchCyclic":"Match cyclic","matchWord":"Match whole word","notFoundMsg":"The specified text was not found.","replace":"Replace","replaceAll":"Replace All","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Replace with:","title":"Find and Replace"},"flash":{"access":"Script Access","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":"Abs Bottom","alignAbsMiddle":"Abs Middle","alignBaseline":"Baseline","alignTextTop":"Text Top","bgcolor":"Background color","chkFull":"Allow Fullscreen","chkLoop":"Loop","chkMenu":"Enable Flash Menu","chkPlay":"Auto Play","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Flash Properties","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Scale","scaleAll":"Show all","scaleFit":"Exact Fit","scaleNoBorder":"No Border","title":"Flash Properties","vSpace":"VSpace","validateHSpace":"HSpace must be a number.","validateSrc":"URL must not be empty.","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Size","voiceLabel":"Font Size","panelTitle":"Font Size"},"label":"Font","panelTitle":"Font Name","voiceLabel":"Font"},"forms":{"button":{"title":"Button Properties","text":"Text (Value)","type":"Type","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"Checkbox Properties","radioTitle":"Radio Button Properties","value":"Value","selected":"Selected","required":"Required"},"form":{"title":"Form Properties","menu":"Form Properties","action":"Action","method":"Method","encoding":"Encoding"},"hidden":{"title":"Hidden Field Properties","name":"Name","value":"Value"},"select":{"title":"Selection Field Properties","selectInfo":"Select Info","opAvail":"Available Options","value":"Value","size":"Size","lines":"lines","chkMulti":"Allow multiple selections","required":"Required","opText":"Text","opValue":"Value","btnAdd":"Add","btnModify":"Modify","btnUp":"Up","btnDown":"Down","btnSetValue":"Set as selected value","btnDelete":"Delete"},"textarea":{"title":"Textarea Properties","cols":"Columns","rows":"Rows"},"textfield":{"title":"Text Field Properties","name":"Name","value":"Value","charWidth":"Character Width","maxChars":"Maximum Characters","required":"Required","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"justify":{"block":"Justify","center":"Center","left":"Align Left","right":"Align Right"},"liststyle":{"armenian":"Armenian numbering","bulletedTitle":"Bulleted List Properties","circle":"Circle","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal leading zero (01, 02, 03, etc.)","disc":"Disc","georgian":"Georgian numbering (an, ban, gan, etc.)","lowerAlpha":"Lower Alpha (a, b, c, d, e, etc.)","lowerGreek":"Lower Greek (alpha, beta, gamma, etc.)","lowerRoman":"Lower Roman (i, ii, iii, iv, v, etc.)","none":"None","notset":"<not set>","numberedTitle":"Numbered List Properties","square":"Square","start":"Start","type":"Type","upperAlpha":"Upper Alpha (A, B, C, D, E, etc.)","upperRoman":"Upper Roman (I, II, III, IV, V, etc.)","validateStartNumber":"List start number must be a whole number."},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"save":{"toolbar":"Save"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"}};
\ No newline at end of file
+CKEDITOR.lang['en']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Alignment","alignLeft":"Left","alignRight":"Right","alignCenter":"Center","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strikethrough","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Paste"},"button":{"selectedLabel":"%1 (Selected)"},"colorbutton":{"auto":"Automatic","bgColorTitle":"Background Color","colors":{"000":"Black","800000":"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo","696969":"Dark Gray","B22222":"Fire Brick","A52A2A":"Brown","DAA520":"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue","800080":"Purple","808080":"Gray","F00":"Red","FF8C00":"Dark Orange","FFD700":"Gold","008000":"Green","0FF":"Cyan","00F":"Blue","EE82EE":"Violet","A9A9A9":"Dim Gray","FFA07A":"Light Salmon","FFA500":"Orange","FFFF00":"Yellow","00FF00":"Lime","AFEEEE":"Pale Turquoise","ADD8E6":"Light Blue","DDA0DD":"Plum","D3D3D3":"Light Grey","FFF0F5":"Lavender Blush","FAEBD7":"Antique White","FFFFE0":"Light Yellow","F0FFF0":"Honeydew","F0FFFF":"Azure","F0F8FF":"Alice Blue","E6E6FA":"Lavender","FFF":"White"},"more":"More Colors...","panelTitle":"Colors","textColorTitle":"Text Color"},"colordialog":{"clear":"Clear","highlight":"Highlight","options":"Color Options","selected":"Selected Color","title":"Select color"},"contextmenu":{"options":"Context Menu Options"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory Title","cssClassInputLabel":"Stylesheet Classes","edit":"Edit Div","inlineStyleInputLabel":"Inline Style","langDirLTRLabel":"Left to Right (LTR)","langDirLabel":"Language Direction","langDirRTLLabel":"Right to Left (RTL)","languageCodeInputLabel":" Language Code","remove":"Remove Div","styleSelectLabel":"Style","title":"Create Div Container","toolbar":"Create Div Container"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"find":{"find":"Find","findOptions":"Find Options","findWhat":"Find what:","matchCase":"Match case","matchCyclic":"Match cyclic","matchWord":"Match whole word","notFoundMsg":"The specified text was not found.","replace":"Replace","replaceAll":"Replace All","replaceSuccessMsg":"%1 occurrence(s) replaced.","replaceWith":"Replace with:","title":"Find and Replace"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"Script Access","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":"Abs Bottom","alignAbsMiddle":"Abs Middle","alignBaseline":"Baseline","alignTextTop":"Text Top","bgcolor":"Background color","chkFull":"Allow Fullscreen","chkLoop":"Loop","chkMenu":"Enable Flash Menu","chkPlay":"Auto Play","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Flash Properties","propertiesTab":"Properties","quality":"Quality","qualityAutoHigh":"Auto High","qualityAutoLow":"Auto Low","qualityBest":"Best","qualityHigh":"High","qualityLow":"Low","qualityMedium":"Medium","scale":"Scale","scaleAll":"Show all","scaleFit":"Exact Fit","scaleNoBorder":"No Border","title":"Flash Properties","vSpace":"VSpace","validateHSpace":"HSpace must be a number.","validateSrc":"URL must not be empty.","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Window"},"font":{"fontSize":{"label":"Size","voiceLabel":"Font Size","panelTitle":"Font Size"},"label":"Font","panelTitle":"Font Name","voiceLabel":"Font"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"forms":{"button":{"title":"Button Properties","text":"Text (Value)","type":"Type","typeBtn":"Button","typeSbm":"Submit","typeRst":"Reset"},"checkboxAndRadio":{"checkboxTitle":"Checkbox Properties","radioTitle":"Radio Button Properties","value":"Value","selected":"Selected","required":"Required"},"form":{"title":"Form Properties","menu":"Form Properties","action":"Action","method":"Method","encoding":"Encoding"},"hidden":{"title":"Hidden Field Properties","name":"Name","value":"Value"},"select":{"title":"Selection Field Properties","selectInfo":"Select Info","opAvail":"Available Options","value":"Value","size":"Size","lines":"lines","chkMulti":"Allow multiple selections","required":"Required","opText":"Text","opValue":"Value","btnAdd":"Add","btnModify":"Modify","btnUp":"Up","btnDown":"Down","btnSetValue":"Set as selected value","btnDelete":"Delete"},"textarea":{"title":"Textarea Properties","cols":"Columns","rows":"Rows"},"textfield":{"title":"Text Field Properties","name":"Name","value":"Value","charWidth":"Character Width","maxChars":"Maximum Characters","required":"Required","type":"Type","typeText":"Text","typePass":"Password","typeEmail":"Email","typeSearch":"Search","typeTel":"Telephone Number","typeUrl":"URL"}},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"iframe":{"border":"Show frame border","noUrl":"Please type the iframe URL","scrolling":"Enable scrollbars","title":"IFrame Properties","toolbar":"IFrame"},"image":{"alt":"Alternative Text","border":"Border","btnUpload":"Send it to the Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Upload","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"justify":{"block":"Justify","center":"Center","left":"Align Left","right":"Align Right"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Language Code","langDir":"Language Direction","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"Style","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Link","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload":"Upload"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"liststyle":{"armenian":"Armenian numbering","bulletedTitle":"Bulleted List Properties","circle":"Circle","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal leading zero (01, 02, 03, etc.)","disc":"Disc","georgian":"Georgian numbering (an, ban, gan, etc.)","lowerAlpha":"Lower Alpha (a, b, c, d, e, etc.)","lowerGreek":"Lower Greek (alpha, beta, gamma, etc.)","lowerRoman":"Lower Roman (i, ii, iii, iv, v, etc.)","none":"None","notset":"<not set>","numberedTitle":"Numbered List Properties","square":"Square","start":"Start","type":"Type","upperAlpha":"Upper Alpha (A, B, C, D, E, etc.)","upperRoman":"Upper Roman (I, II, III, IV, V, etc.)","validateStartNumber":"List start number must be a whole number."},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Break","toolbar":"Insert Page Break for Printing"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"preview":{"preview":"Preview"},"print":{"toolbar":"Print"},"removeformat":{"toolbar":"Remove Format"},"save":{"toolbar":"Save"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"selectall":{"toolbar":"Select All"},"showblocks":{"toolbar":"Show Blocks"},"smiley":{"options":"Smiley Options","title":"Insert a Smiley","toolbar":"Smiley"},"sourcearea":{"toolbar":"Source"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"templates":{"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"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"undo":{"redo":"Redo","undo":"Undo"},"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"widget":{"move":"Click and drag to move"}};
\ No newline at end of file
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/
-CKEDITOR.lang['fr']={"editor":"Éditeur de Texte Enrichi","editorPanel":"Tableau de bord de l'éditeur de texte enrichi","common":{"editorHelp":"Appuyez sur ALT-0 pour l'aide","browseServer":"Explorer le serveur","url":"URL","protocol":"Protocole","upload":"Envoyer","uploadSubmit":"Envoyer sur le serveur","image":"Image","flash":"Flash","form":"Formulaire","checkbox":"Case à cocher","radio":"Bouton Radio","textField":"Champ texte","textarea":"Zone de texte","hiddenField":"Champ caché","button":"Bouton","select":"Liste déroulante","imageButton":"Bouton image","notSet":"<non défini>","id":"Id","name":"Nom","langDir":"Sens d'écriture","langDirLtr":"Gauche à droite (LTR)","langDirRtl":"Droite à gauche (RTL)","langCode":"Code de langue","longDescr":"URL de description longue (longdesc => malvoyant)","cssClass":"Classe CSS","advisoryTitle":"Description (title)","cssStyle":"Style","ok":"OK","cancel":"Annuler","close":"Fermer","preview":"Aperçu","resize":"Déplacer pour modifier la taille","generalTab":"Général","advancedTab":"Avancé","validateNumberFailed":"Cette valeur n'est pas un nombre.","confirmNewPage":"Les changements non sauvegardés seront perdus. Êtes-vous sûr de vouloir charger une nouvelle page?","confirmCancel":"Certaines options ont été modifiées. Êtes-vous sûr de vouloir fermer?","options":"Options","target":"Cible (Target)","targetNew":"Nouvelle fenêtre (_blank)","targetTop":"Fenêtre supérieure (_top)","targetSelf":"Même fenêtre (_self)","targetParent":"Fenêtre parent (_parent)","langDirLTR":"Gauche à Droite (LTR)","langDirRTL":"Droite à Gauche (RTL)","styles":"Style","cssClasses":"Classes de style","width":"Largeur","height":"Hauteur","align":"Alignement","alignLeft":"Gauche","alignRight":"Droite","alignCenter":"Centré","alignJustify":"Justifier","alignTop":"Haut","alignMiddle":"Milieu","alignBottom":"Bas","alignNone":"Aucun","invalidValue":"Valeur incorrecte.","invalidHeight":"La hauteur doit être un nombre.","invalidWidth":"La largeur doit être un nombre.","invalidCssLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure HTML valide (px ou %).","invalidInlineStyle":"La valeur spécifiée pour le style inline doit être composée d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.","cssLengthTooltip":"Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, Indisponible</span>"},"about":{"copy":"Copyright © $1. Tous droits réservés.","dlgTitle":"À propos de CKEditor","help":"Consulter $1 pour l'aide.","moreInfo":"Pour les informations de licence, veuillez visiter notre site web:","title":"À propos de CKEditor","userGuide":"Guide de l'utilisateur CKEditor en anglais"},"basicstyles":{"bold":"Gras","italic":"Italique","strike":"Barré","subscript":"Indice","superscript":"Exposant","underline":"Souligné"},"blockquote":{"toolbar":"Citation"},"clipboard":{"copy":"Copier","copyError":"Les paramètres de sécurité de votre navigateur ne permettent pas à l'éditeur d'exécuter automatiquement des opérations de copie. Veuillez utiliser le raccourci clavier (Ctrl/Cmd+C).","cut":"Couper","cutError":"Les paramètres de sécurité de votre navigateur ne permettent pas à l'éditeur d'exécuter automatiquement l'opération \"couper\". Veuillez utiliser le raccourci clavier (Ctrl/Cmd+X).","paste":"Coller","pasteArea":"Coller la zone","pasteMsg":"Veuillez coller le texte dans la zone suivante en utilisant le raccourci clavier (<strong>Ctrl/Cmd+V</strong>) et cliquez sur OK.","securityMsg":"A cause des paramètres de sécurité de votre navigateur, l'éditeur n'est pas en mesure d'accéder directement à vos données contenues dans le presse-papier. Vous devriez réessayer de coller les données dans la fenêtre.","title":"Coller"},"contextmenu":{"options":"Options du menu contextuel"},"button":{"selectedLabel":"%1 (Sélectionné)"},"toolbar":{"toolbarCollapse":"Enrouler la barre d'outils","toolbarExpand":"Dérouler la barre d'outils","toolbarGroups":{"document":"Document","clipboard":"Presse-papier/Défaire","editing":"Editer","forms":"Formulaires","basicstyles":"Styles de base","paragraph":"Paragraphe","links":"Liens","insert":"Insérer","styles":"Styles","colors":"Couleurs","tools":"Outils"},"toolbars":"Barre d'outils de l'éditeur"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 éléments"},"format":{"label":"Format","panelTitle":"Format de paragraphe","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Titre 1","tag_h2":"Titre 2","tag_h3":"Titre 3","tag_h4":"Titre 4","tag_h5":"Titre 5","tag_h6":"Titre 6","tag_p":"Normal","tag_pre":"Formaté"},"horizontalrule":{"toolbar":"Ligne horizontale"},"image":{"alt":"Texte de remplacement","border":"Bordure","btnUpload":"Envoyer sur le serveur","button2Img":"Voulez-vous transformer le bouton image sélectionné en simple image?","hSpace":"Espacement horizontal","img2Button":"Voulez-vous transformer l'image en bouton image?","infoTab":"Informations sur l'image","linkTab":"Lien","lockRatio":"Conserver les proportions","menu":"Propriétés de l'image","resetSize":"Taille d'origine","title":"Propriétés de l'image","titleButton":"Propriétés du bouton image","upload":"Envoyer","urlMissing":"L'adresse source de l'image est manquante.","vSpace":"Espacement vertical","validateBorder":"Bordure doit être un entier.","validateHSpace":"HSpace doit être un entier.","validateVSpace":"VSpace doit être un entier."},"indent":{"indent":"Augmenter le retrait (tabulation)","outdent":"Diminuer le retrait (tabulation)"},"fakeobjects":{"anchor":"Ancre","flash":"Animation Flash","hiddenfield":"Champ caché","iframe":"IFrame","unknown":"Objet inconnu"},"link":{"acccessKey":"Touche d'accessibilité","advanced":"Avancé","advisoryContentType":"Type de contenu (ex: text/html)","advisoryTitle":"Description (title)","anchor":{"toolbar":"Ancre","menu":"Editer l'ancre","title":"Propriétés de l'ancre","name":"Nom de l'ancre","errorName":"Veuillez entrer le nom de l'ancre.","remove":"Supprimer l'ancre"},"anchorId":"Par ID d'élément","anchorName":"Par nom d'ancre","charset":"Charset de la cible","cssClasses":"Classe CSS","emailAddress":"Adresse E-Mail","emailBody":"Corps du message","emailSubject":"Sujet du message","id":"Id","info":"Infos sur le lien","langCode":"Code de langue","langDir":"Sens d'écriture","langDirLTR":"Gauche à droite","langDirRTL":"Droite à gauche","menu":"Editer le lien","name":"Nom","noAnchors":"(Aucune ancre disponible dans ce document)","noEmail":"Veuillez entrer l'adresse e-mail","noUrl":"Veuillez entrer l'adresse du lien","other":"<autre>","popupDependent":"Dépendante (Netscape)","popupFeatures":"Options de la fenêtre popup","popupFullScreen":"Plein écran (IE)","popupLeft":"Position gauche","popupLocationBar":"Barre d'adresse","popupMenuBar":"Barre de menu","popupResizable":"Redimensionnable","popupScrollBars":"Barres de défilement","popupStatusBar":"Barre de status","popupToolbar":"Barre d'outils","popupTop":"Position haute","rel":"Relation","selectAnchor":"Sélectionner l'ancre","styles":"Style","tabIndex":"Index de tabulation","target":"Cible","targetFrame":"<cadre>","targetFrameName":"Nom du Cadre destination","targetPopup":"<fenêtre popup>","targetPopupName":"Nom de la fenêtre popup","title":"Lien","toAnchor":"Ancre","toEmail":"E-mail","toUrl":"URL","toolbar":"Lien","type":"Type de lien","unlink":"Supprimer le lien","upload":"Envoyer"},"list":{"bulletedlist":"Insérer/Supprimer la liste à puces","numberedlist":"Insérer/Supprimer la liste numérotée"},"magicline":{"title":"Insérez un paragraphe ici"},"maximize":{"maximize":"Agrandir","minimize":"Minimiser"},"pastetext":{"button":"Coller comme texte sans mise en forme","title":"Coller comme texte sans mise en forme"},"pastefromword":{"confirmCleanup":"Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?","error":"Il n'a pas été possible de nettoyer les données collées à la suite d'une erreur interne.","title":"Coller depuis Word","toolbar":"Coller depuis Word"},"removeformat":{"toolbar":"Supprimer la mise en forme"},"sourcearea":{"toolbar":"Source"},"specialchar":{"options":"Options des caractères spéciaux","title":"Sélectionnez un caractère","toolbar":"Insérer un caractère spécial"},"scayt":{"btn_about":"A propos de SCAYT","btn_dictionaries":"Dictionnaires","btn_disable":"Désactiver SCAYT","btn_enable":"Activer SCAYT","btn_langs":"Langues","btn_options":"Options","text_title":"Vérification de l'Orthographe en Cours de Frappe (SCAYT)"},"stylescombo":{"label":"Styles","panelTitle":"Styles de mise en page","panelTitle1":"Styles de blocs","panelTitle2":"Styles en ligne","panelTitle3":"Styles d'objet"},"table":{"border":"Taille de la bordure","caption":"Titre du tableau","cell":{"menu":"Cellule","insertBefore":"Insérer une cellule avant","insertAfter":"Insérer une cellule après","deleteCell":"Supprimer les cellules","merge":"Fusionner les cellules","mergeRight":"Fusionner à droite","mergeDown":"Fusionner en bas","splitHorizontal":"Fractionner horizontalement","splitVertical":"Fractionner verticalement","title":"Propriétés de la cellule","cellType":"Type de cellule","rowSpan":"Fusion de lignes","colSpan":"Fusion de colonnes","wordWrap":"Césure","hAlign":"Alignement Horizontal","vAlign":"Alignement Vertical","alignBaseline":"Bas du texte","bgColor":"Couleur d'arrière-plan","borderColor":"Couleur de Bordure","data":"Données","header":"Entête","yes":"Oui","no":"Non","invalidWidth":"La Largeur de Cellule doit être un nombre.","invalidHeight":"La Hauteur de Cellule doit être un nombre.","invalidRowSpan":"La fusion de lignes doit être un nombre entier.","invalidColSpan":"La fusion de colonnes doit être un nombre entier.","chooseColor":"Choisissez"},"cellPad":"Marge interne des cellules","cellSpace":"Espacement des cellules","column":{"menu":"Colonnes","insertBefore":"Insérer une colonne avant","insertAfter":"Insérer une colonne après","deleteColumn":"Supprimer les colonnes"},"columns":"Colonnes","deleteTable":"Supprimer le tableau","headers":"En-Têtes","headersBoth":"Les deux","headersColumn":"Première colonne","headersNone":"Aucunes","headersRow":"Première ligne","invalidBorder":"La taille de la bordure doit être un nombre.","invalidCellPadding":"La marge intérieure des cellules doit être un nombre positif.","invalidCellSpacing":"L'espacement des cellules doit être un nombre positif.","invalidCols":"Le nombre de colonnes doit être supérieur à 0.","invalidHeight":"La hauteur du tableau doit être un nombre.","invalidRows":"Le nombre de lignes doit être supérieur à 0.","invalidWidth":"La largeur du tableau doit être un nombre.","menu":"Propriétés du tableau","row":{"menu":"Ligne","insertBefore":"Insérer une ligne avant","insertAfter":"Insérer une ligne après","deleteRow":"Supprimer les lignes"},"rows":"Lignes","summary":"Résumé (description)","title":"Propriétés du tableau","toolbar":"Tableau","widthPc":"% pourcents","widthPx":"pixels","widthUnit":"unité de largeur"},"undo":{"redo":"Rétablir","undo":"Annuler"},"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer tout","btnReplace":"Remplacer","btnReplaceAll":"Remplacer tout","btnUndo":"Annuler","changeTo":"Modifier pour","errorLoading":"Erreur du chargement du service depuis l'hôte : %s.","ieSpellDownload":"La vérification d'orthographe n'est pas installée. Voulez-vous la télécharger maintenant?","manyChanges":"Vérification de l'orthographe terminée : %1 mots corrigés.","noChanges":"Vérification de l'orthographe terminée : Aucun mot corrigé.","noMispell":"Vérification de l'orthographe terminée : aucune erreur trouvée.","noSuggestions":"- Aucune suggestion -","notAvailable":"Désolé, le service est indisponible actuellement.","notInDic":"N'existe pas dans le dictionnaire.","oneChange":"Vérification de l'orthographe terminée : Un seul mot corrigé.","progress":"Vérification de l'orthographe en cours...","title":"Vérifier l'orthographe","toolbar":"Vérifier l'orthographe"},"bidi":{"ltr":"Direction du texte de la gauche vers la droite","rtl":"Direction du texte de la droite vers la gauche"},"colorbutton":{"auto":"Automatique","bgColorTitle":"Couleur d'arrière plan","colors":{"000":"Noir","800000":"Marron","8B4513":"Brun moyen","2F4F4F":"Vert sombre","008080":"Canard","000080":"Bleu marine","4B0082":"Indigo","696969":"Gris foncé","B22222":"Rouge brique","A52A2A":"Brun","DAA520":"Or terni","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu royal","800080":"Pourpre","808080":"Gris","F00":"Rouge","FF8C00":"Orange foncé","FFD700":"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu","EE82EE":"Violet","A9A9A9":"Gris moyen","FFA07A":"Saumon","FFA500":"Orange","FFFF00":"Jaune","00FF00":"Lime","AFEEEE":"Turquoise clair","ADD8E6":"Bleu clair","DDA0DD":"Prune","D3D3D3":"Gris clair","FFF0F5":"Fard Lavande","FAEBD7":"Blanc antique","FFFFE0":"Jaune clair","F0FFF0":"Honeydew","F0FFFF":"Azur","F0F8FF":"Bleu Alice","E6E6FA":"Lavande","FFF":"Blanc"},"more":"Plus de couleurs...","panelTitle":"Couleurs","textColorTitle":"Couleur de texte"},"colordialog":{"clear":"Effacer","highlight":"Détails","options":"Option des couleurs","selected":"Couleur choisie","title":"Choisir une couleur"},"templates":{"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 pour l'ouvrir dans l'éditeur","title":"Contenu des modèles"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory Title","cssClassInputLabel":"Classe CSS","edit":"Éditer la DIV","inlineStyleInputLabel":"Style en ligne","langDirLTRLabel":"Gauche à droite (LTR)","langDirLabel":"Sens d'écriture","langDirRTLLabel":"Droite à gauche (RTL)","languageCodeInputLabel":"Code de langue","remove":"Enlever la DIV","styleSelectLabel":"Style","title":"Créer un container DIV","toolbar":"Créer un container DIV"},"find":{"find":"Trouver","findOptions":"Options de recherche","findWhat":"Expression à trouver: ","matchCase":"Respecter la casse","matchCyclic":"Boucler","matchWord":"Mot entier uniquement","notFoundMsg":"Le texte spécifié ne peut être trouvé.","replace":"Remplacer","replaceAll":"Remplacer tout","replaceSuccessMsg":"%1 occurrence(s) replacée(s).","replaceWith":"Remplacer par: ","title":"Trouver et remplacer"},"flash":{"access":"Accès aux scripts","accessAlways":"Toujours","accessNever":"Jamais","accessSameDomain":"Même domaine","alignAbsBottom":"Bas absolu","alignAbsMiddle":"Milieu absolu","alignBaseline":"Bas du texte","alignTextTop":"Haut du texte","bgcolor":"Couleur d'arrière-plan","chkFull":"Permettre le plein écran","chkLoop":"Boucle","chkMenu":"Activer le menu Flash","chkPlay":"Jouer automatiquement","flashvars":"Variables du Flash","hSpace":"Espacement horizontal","properties":"Propriétés du Flash","propertiesTab":"Propriétés","quality":"Qualité","qualityAutoHigh":"Haute Auto","qualityAutoLow":"Basse Auto","qualityBest":"Meilleure","qualityHigh":"Haute","qualityLow":"Basse","qualityMedium":"Moyenne","scale":"Echelle","scaleAll":"Afficher tout","scaleFit":"Taille d'origine","scaleNoBorder":"Pas de bordure","title":"Propriétés du Flash","vSpace":"Espacement vertical","validateHSpace":"L'espacement horizontal doit être un nombre.","validateSrc":"L'adresse ne doit pas être vide.","validateVSpace":"L'espacement vertical doit être un nombre.","windowMode":"Mode fenêtre","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Fenêtre"},"font":{"fontSize":{"label":"Taille","voiceLabel":"Taille de police","panelTitle":"Taille de police"},"label":"Police","panelTitle":"Style de police","voiceLabel":"Police"},"forms":{"button":{"title":"Propriétés du bouton","text":"Texte (Value)","type":"Type","typeBtn":"Bouton","typeSbm":"Validation (submit)","typeRst":"Remise à zéro"},"checkboxAndRadio":{"checkboxTitle":"Propriétés de la case à cocher","radioTitle":"Propriétés du bouton Radio","value":"Valeur","selected":"Sélectionné","required":"Requis"},"form":{"title":"Propriétés du formulaire","menu":"Propriétés du formulaire","action":"Action","method":"Méthode","encoding":"Encodage"},"hidden":{"title":"Propriétés du champ caché","name":"Nom","value":"Valeur"},"select":{"title":"Propriétés du menu déroulant","selectInfo":"Informations sur le menu déroulant","opAvail":"Options disponibles","value":"Valeur","size":"Taille","lines":"Lignes","chkMulti":"Permettre les sélections multiples","required":"Requis","opText":"Texte","opValue":"Valeur","btnAdd":"Ajouter","btnModify":"Modifier","btnUp":"Haut","btnDown":"Bas","btnSetValue":"Définir comme valeur sélectionnée","btnDelete":"Supprimer"},"textarea":{"title":"Propriétés de la zone de texte","cols":"Colonnes","rows":"Lignes"},"textfield":{"title":"Propriétés du champ texte","name":"Nom","value":"Valeur","charWidth":"Taille des caractères","maxChars":"Nombre maximum de caractères","required":"Requis","type":"Type","typeText":"Texte","typePass":"Mot de passe","typeEmail":"E-mail","typeSearch":"Rechercher","typeTel":"Numéro de téléphone","typeUrl":"URL"}},"iframe":{"border":"Afficher une bordure de la IFrame","noUrl":"Veuillez entrer l'adresse du lien de la IFrame","scrolling":"Permettre à la barre de défilement","title":"Propriétés de la IFrame","toolbar":"IFrame"},"smiley":{"options":"Options des émoticones","title":"Insérer un émoticone","toolbar":"Émoticones"},"justify":{"block":"Justifier","center":"Centrer","left":"Aligner à gauche","right":"Aligner à droite"},"liststyle":{"armenian":"Numération arménienne","bulletedTitle":"Propriétés de la liste à puces","circle":"Cercle","decimal":"Décimal (1, 2, 3, etc.)","decimalLeadingZero":"Décimal précédé par un 0 (01, 02, 03, etc.)","disc":"Disque","georgian":"Numération géorgienne (an, ban, gan, etc.)","lowerAlpha":"Alphabétique minuscules (a, b, c, d, e, etc.)","lowerGreek":"Grec minuscule (alpha, beta, gamma, etc.)","lowerRoman":"Nombres romains minuscules (i, ii, iii, iv, v, etc.)","none":"Aucun","notset":"<Non défini>","numberedTitle":"Propriétés de la liste numérotée","square":"Carré","start":"Début","type":"Type","upperAlpha":"Alphabétique majuscules (A, B, C, D, E, etc.)","upperRoman":"Nombres romains majuscules (I, II, III, IV, V, etc.)","validateStartNumber":"Le premier élément de la liste doit être un nombre entier."},"newpage":{"toolbar":"Nouvelle page"},"pagebreak":{"alt":"Saut de page","toolbar":"Saut de page"},"preview":{"preview":"Aperçu"},"print":{"toolbar":"Imprimer"},"save":{"toolbar":"Enregistrer"},"selectall":{"toolbar":"Tout sélectionner"},"showblocks":{"toolbar":"Afficher les blocs"}};
\ No newline at end of file
+CKEDITOR.lang['fr']={"editor":"Éditeur de Texte Enrichi","editorPanel":"Tableau de bord de l'éditeur de texte enrichi","common":{"editorHelp":"Appuyez sur ALT-0 pour l'aide","browseServer":"Explorer le serveur","url":"URL","protocol":"Protocole","upload":"Télécharger","uploadSubmit":"Envoyer sur le serveur","image":"Image","flash":"Flash","form":"Formulaire","checkbox":"Case à cocher","radio":"Bouton Radio","textField":"Champ texte","textarea":"Zone de texte","hiddenField":"Champ caché","button":"Bouton","select":"Liste déroulante","imageButton":"Bouton image","notSet":"<non défini>","id":"Id","name":"Nom","langDir":"Sens d'écriture","langDirLtr":"Gauche à droite (LTR)","langDirRtl":"Droite à gauche (RTL)","langCode":"Code de langue","longDescr":"URL de description longue (longdesc => malvoyant)","cssClass":"Classe CSS","advisoryTitle":"Description (title)","cssStyle":"Style","ok":"OK","cancel":"Annuler","close":"Fermer","preview":"Aperçu","resize":"Déplacer pour modifier la taille","generalTab":"Général","advancedTab":"Avancé","validateNumberFailed":"Cette valeur n'est pas un nombre.","confirmNewPage":"Les changements non sauvegardés seront perdus. Êtes-vous sûr de vouloir charger une nouvelle page?","confirmCancel":"Certaines options ont été modifiées. Êtes-vous sûr de vouloir fermer?","options":"Options","target":"Cible (Target)","targetNew":"Nouvelle fenêtre (_blank)","targetTop":"Fenêtre supérieure (_top)","targetSelf":"Même fenêtre (_self)","targetParent":"Fenêtre parent (_parent)","langDirLTR":"Gauche à Droite (LTR)","langDirRTL":"Droite à Gauche (RTL)","styles":"Style","cssClasses":"Classes de style","width":"Largeur","height":"Hauteur","align":"Alignement","alignLeft":"Gauche","alignRight":"Droite","alignCenter":"Centré","alignJustify":"Justifier","alignTop":"Haut","alignMiddle":"Milieu","alignBottom":"Bas","alignNone":"Aucun","invalidValue":"Valeur incorrecte.","invalidHeight":"La hauteur doit être un nombre.","invalidWidth":"La largeur doit être un nombre.","invalidCssLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure HTML valide (px ou %).","invalidInlineStyle":"La valeur spécifiée pour le style inline doit être composée d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.","cssLengthTooltip":"Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, Indisponible</span>"},"about":{"copy":"Copyright © $1. Tous droits réservés.","dlgTitle":"À propos de CKEditor","help":"Consulter $1 pour l'aide.","moreInfo":"Pour les informations de licence, veuillez visiter notre site web:","title":"À propos de CKEditor","userGuide":"Guide de l'utilisateur CKEditor en anglais"},"basicstyles":{"bold":"Gras","italic":"Italique","strike":"Barré","subscript":"Indice","superscript":"Exposant","underline":"Souligné"},"bidi":{"ltr":"Direction du texte de la gauche vers la droite","rtl":"Direction du texte de la droite vers la gauche"},"blockquote":{"toolbar":"Citation"},"clipboard":{"copy":"Copier","copyError":"Les paramètres de sécurité de votre navigateur ne permettent pas à l'éditeur d'exécuter automatiquement des opérations de copie. Veuillez utiliser le raccourci clavier (Ctrl/Cmd+C).","cut":"Couper","cutError":"Les paramètres de sécurité de votre navigateur ne permettent pas à l'éditeur d'exécuter automatiquement l'opération \"couper\". Veuillez utiliser le raccourci clavier (Ctrl/Cmd+X).","paste":"Coller","pasteArea":"Coller la zone","pasteMsg":"Veuillez coller le texte dans la zone suivante en utilisant le raccourci clavier (<strong>Ctrl/Cmd+V</strong>) et cliquez sur OK.","securityMsg":"A cause des paramètres de sécurité de votre navigateur, l'éditeur n'est pas en mesure d'accéder directement à vos données contenues dans le presse-papier. Vous devriez réessayer de coller les données dans la fenêtre.","title":"Coller"},"button":{"selectedLabel":"%1 (Sélectionné)"},"colorbutton":{"auto":"Automatique","bgColorTitle":"Couleur d'arrière plan","colors":{"000":"Noir","800000":"Marron","8B4513":"Brun moyen","2F4F4F":"Vert sombre","008080":"Canard","000080":"Bleu marine","4B0082":"Indigo","696969":"Gris foncé","B22222":"Rouge brique","A52A2A":"Brun","DAA520":"Or terni","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu royal","800080":"Pourpre","808080":"Gris","F00":"Rouge","FF8C00":"Orange foncé","FFD700":"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu","EE82EE":"Violet","A9A9A9":"Gris moyen","FFA07A":"Saumon","FFA500":"Orange","FFFF00":"Jaune","00FF00":"Lime","AFEEEE":"Turquoise clair","ADD8E6":"Bleu clair","DDA0DD":"Prune","D3D3D3":"Gris clair","FFF0F5":"Fard Lavande","FAEBD7":"Blanc antique","FFFFE0":"Jaune clair","F0FFF0":"Honeydew","F0FFFF":"Azur","F0F8FF":"Bleu Alice","E6E6FA":"Lavande","FFF":"Blanc"},"more":"Plus de couleurs...","panelTitle":"Couleurs","textColorTitle":"Couleur de texte"},"colordialog":{"clear":"Effacer","highlight":"Détails","options":"Option des couleurs","selected":"Couleur choisie","title":"Choisir une couleur"},"contextmenu":{"options":"Options du menu contextuel"},"div":{"IdInputLabel":"Id","advisoryTitleInputLabel":"Advisory Title","cssClassInputLabel":"Classe CSS","edit":"Éditer la DIV","inlineStyleInputLabel":"Style en ligne","langDirLTRLabel":"Gauche à droite (LTR)","langDirLabel":"Sens d'écriture","langDirRTLLabel":"Droite à gauche (RTL)","languageCodeInputLabel":"Code de langue","remove":"Enlever la DIV","styleSelectLabel":"Style","title":"Créer un container DIV","toolbar":"Créer un container DIV"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 éléments"},"find":{"find":"Trouver","findOptions":"Options de recherche","findWhat":"Expression à trouver: ","matchCase":"Respecter la casse","matchCyclic":"Boucler","matchWord":"Mot entier uniquement","notFoundMsg":"Le texte spécifié ne peut être trouvé.","replace":"Remplacer","replaceAll":"Remplacer tout","replaceSuccessMsg":"%1 occurrence(s) replacée(s).","replaceWith":"Remplacer par: ","title":"Trouver et remplacer"},"fakeobjects":{"anchor":"Ancre","flash":"Animation Flash","hiddenfield":"Champ caché","iframe":"IFrame","unknown":"Objet inconnu"},"flash":{"access":"Accès aux scripts","accessAlways":"Toujours","accessNever":"Jamais","accessSameDomain":"Même domaine","alignAbsBottom":"Bas absolu","alignAbsMiddle":"Milieu absolu","alignBaseline":"Bas du texte","alignTextTop":"Haut du texte","bgcolor":"Couleur d'arrière-plan","chkFull":"Permettre le plein écran","chkLoop":"Boucle","chkMenu":"Activer le menu Flash","chkPlay":"Jouer automatiquement","flashvars":"Variables du Flash","hSpace":"Espacement horizontal","properties":"Propriétés du Flash","propertiesTab":"Propriétés","quality":"Qualité","qualityAutoHigh":"Haute Auto","qualityAutoLow":"Basse Auto","qualityBest":"Meilleure","qualityHigh":"Haute","qualityLow":"Basse","qualityMedium":"Moyenne","scale":"Echelle","scaleAll":"Afficher tout","scaleFit":"Taille d'origine","scaleNoBorder":"Pas de bordure","title":"Propriétés du Flash","vSpace":"Espacement vertical","validateHSpace":"L'espacement horizontal doit être un nombre.","validateSrc":"L'adresse ne doit pas être vide.","validateVSpace":"L'espacement vertical doit être un nombre.","windowMode":"Mode fenêtre","windowModeOpaque":"Opaque","windowModeTransparent":"Transparent","windowModeWindow":"Fenêtre"},"font":{"fontSize":{"label":"Taille","voiceLabel":"Taille de police","panelTitle":"Taille de police"},"label":"Police","panelTitle":"Style de police","voiceLabel":"Police"},"format":{"label":"Format","panelTitle":"Format de paragraphe","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Titre 1","tag_h2":"Titre 2","tag_h3":"Titre 3","tag_h4":"Titre 4","tag_h5":"Titre 5","tag_h6":"Titre 6","tag_p":"Normal","tag_pre":"Formaté"},"forms":{"button":{"title":"Propriétés du bouton","text":"Texte (Value)","type":"Type","typeBtn":"Bouton","typeSbm":"Validation (submit)","typeRst":"Remise à zéro"},"checkboxAndRadio":{"checkboxTitle":"Propriétés de la case à cocher","radioTitle":"Propriétés du bouton Radio","value":"Valeur","selected":"Sélectionné","required":"Requis"},"form":{"title":"Propriétés du formulaire","menu":"Propriétés du formulaire","action":"Action","method":"Méthode","encoding":"Encodage"},"hidden":{"title":"Propriétés du champ caché","name":"Nom","value":"Valeur"},"select":{"title":"Propriétés du menu déroulant","selectInfo":"Informations sur le menu déroulant","opAvail":"Options disponibles","value":"Valeur","size":"Taille","lines":"Lignes","chkMulti":"Permettre les sélections multiples","required":"Requis","opText":"Texte","opValue":"Valeur","btnAdd":"Ajouter","btnModify":"Modifier","btnUp":"Haut","btnDown":"Bas","btnSetValue":"Définir comme valeur sélectionnée","btnDelete":"Supprimer"},"textarea":{"title":"Propriétés de la zone de texte","cols":"Colonnes","rows":"Lignes"},"textfield":{"title":"Propriétés du champ texte","name":"Nom","value":"Valeur","charWidth":"Taille des caractères","maxChars":"Nombre maximum de caractères","required":"Requis","type":"Type","typeText":"Texte","typePass":"Mot de passe","typeEmail":"E-mail","typeSearch":"Rechercher","typeTel":"Numéro de téléphone","typeUrl":"URL"}},"horizontalrule":{"toolbar":"Ligne horizontale"},"iframe":{"border":"Afficher une bordure de la IFrame","noUrl":"Veuillez entrer l'adresse du lien de la IFrame","scrolling":"Permettre à la barre de défilement","title":"Propriétés de la IFrame","toolbar":"IFrame"},"image":{"alt":"Texte de remplacement","border":"Bordure","btnUpload":"Envoyer sur le serveur","button2Img":"Voulez-vous transformer le bouton image sélectionné en simple image?","hSpace":"Espacement horizontal","img2Button":"Voulez-vous transformer l'image en bouton image?","infoTab":"Informations sur l'image","linkTab":"Lien","lockRatio":"Conserver les proportions","menu":"Propriétés de l'image","resetSize":"Taille d'origine","title":"Propriétés de l'image","titleButton":"Propriétés du bouton image","upload":"Envoyer","urlMissing":"L'adresse source de l'image est manquante.","vSpace":"Espacement vertical","validateBorder":"Bordure doit être un entier.","validateHSpace":"HSpace doit être un entier.","validateVSpace":"VSpace doit être un entier."},"indent":{"indent":"Augmenter le retrait (tabulation)","outdent":"Diminuer le retrait (tabulation)"},"justify":{"block":"Justifier","center":"Centrer","left":"Aligner à gauche","right":"Aligner à droite"},"link":{"acccessKey":"Touche d'accessibilité","advanced":"Avancé","advisoryContentType":"Type de contenu (ex: text/html)","advisoryTitle":"Description (title)","anchor":{"toolbar":"Ancre","menu":"Editer l'ancre","title":"Propriétés de l'ancre","name":"Nom de l'ancre","errorName":"Veuillez entrer le nom de l'ancre.","remove":"Supprimer l'ancre"},"anchorId":"Par ID d'élément","anchorName":"Par nom d'ancre","charset":"Charset de la cible","cssClasses":"Classe CSS","emailAddress":"Adresse E-Mail","emailBody":"Corps du message","emailSubject":"Sujet du message","id":"Id","info":"Infos sur le lien","langCode":"Code de langue","langDir":"Sens d'écriture","langDirLTR":"Gauche à droite","langDirRTL":"Droite à gauche","menu":"Editer le lien","name":"Nom","noAnchors":"(Aucune ancre disponible dans ce document)","noEmail":"Veuillez entrer l'adresse e-mail","noUrl":"Veuillez entrer l'adresse du lien","other":"<autre>","popupDependent":"Dépendante (Netscape)","popupFeatures":"Options de la fenêtre popup","popupFullScreen":"Plein écran (IE)","popupLeft":"Position gauche","popupLocationBar":"Barre d'adresse","popupMenuBar":"Barre de menu","popupResizable":"Redimensionnable","popupScrollBars":"Barres de défilement","popupStatusBar":"Barre de status","popupToolbar":"Barre d'outils","popupTop":"Position haute","rel":"Relation","selectAnchor":"Sélectionner l'ancre","styles":"Style","tabIndex":"Index de tabulation","target":"Cible","targetFrame":"<cadre>","targetFrameName":"Nom du Cadre destination","targetPopup":"<fenêtre popup>","targetPopupName":"Nom de la fenêtre popup","title":"Lien","toAnchor":"Ancre","toEmail":"E-mail","toUrl":"URL","toolbar":"Lien","type":"Type de lien","unlink":"Supprimer le lien","upload":"Envoyer"},"list":{"bulletedlist":"Insérer/Supprimer la liste à puces","numberedlist":"Insérer/Supprimer la liste numérotée"},"liststyle":{"armenian":"Numération arménienne","bulletedTitle":"Propriétés de la liste à puces","circle":"Cercle","decimal":"Décimal (1, 2, 3, etc.)","decimalLeadingZero":"Décimal précédé par un 0 (01, 02, 03, etc.)","disc":"Disque","georgian":"Numération géorgienne (an, ban, gan, etc.)","lowerAlpha":"Alphabétique minuscules (a, b, c, d, e, etc.)","lowerGreek":"Grec minuscule (alpha, beta, gamma, etc.)","lowerRoman":"Nombres romains minuscules (i, ii, iii, iv, v, etc.)","none":"Aucun","notset":"<Non défini>","numberedTitle":"Propriétés de la liste numérotée","square":"Carré","start":"Début","type":"Type","upperAlpha":"Alphabétique majuscules (A, B, C, D, E, etc.)","upperRoman":"Nombres romains majuscules (I, II, III, IV, V, etc.)","validateStartNumber":"Le premier élément de la liste doit être un nombre entier."},"magicline":{"title":"Insérez un paragraphe ici"},"maximize":{"maximize":"Agrandir","minimize":"Minimiser"},"newpage":{"toolbar":"Nouvelle page"},"pagebreak":{"alt":"Saut de page","toolbar":"Saut de page"},"pastefromword":{"confirmCleanup":"Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?","error":"Il n'a pas été possible de nettoyer les données collées à la suite d'une erreur interne.","title":"Coller depuis Word","toolbar":"Coller depuis Word"},"pastetext":{"button":"Coller comme texte sans mise en forme","title":"Coller comme texte sans mise en forme"},"preview":{"preview":"Aperçu"},"print":{"toolbar":"Imprimer"},"removeformat":{"toolbar":"Supprimer la mise en forme"},"save":{"toolbar":"Enregistrer"},"scayt":{"btn_about":"A propos de SCAYT","btn_dictionaries":"Dictionnaires","btn_disable":"Désactiver SCAYT","btn_enable":"Activer SCAYT","btn_langs":"Langues","btn_options":"Options","text_title":"Vérification de l'Orthographe en Cours de Frappe (SCAYT)"},"selectall":{"toolbar":"Tout sélectionner"},"showblocks":{"toolbar":"Afficher les blocs"},"smiley":{"options":"Options des émoticones","title":"Insérer un émoticone","toolbar":"Émoticone"},"sourcearea":{"toolbar":"Source"},"specialchar":{"options":"Options des caractères spéciaux","title":"Sélectionnez un caractère","toolbar":"Insérer un caractère spécial"},"stylescombo":{"label":"Styles","panelTitle":"Styles de mise en page","panelTitle1":"Styles de blocs","panelTitle2":"Styles en ligne","panelTitle3":"Styles d'objet"},"table":{"border":"Taille de la bordure","caption":"Titre du tableau","cell":{"menu":"Cellule","insertBefore":"Insérer une cellule avant","insertAfter":"Insérer une cellule après","deleteCell":"Supprimer les cellules","merge":"Fusionner les cellules","mergeRight":"Fusionner à droite","mergeDown":"Fusionner en bas","splitHorizontal":"Fractionner horizontalement","splitVertical":"Fractionner verticalement","title":"Propriétés de la cellule","cellType":"Type de cellule","rowSpan":"Fusion de lignes","colSpan":"Fusion de colonnes","wordWrap":"Césure","hAlign":"Alignement Horizontal","vAlign":"Alignement Vertical","alignBaseline":"Bas du texte","bgColor":"Couleur d'arrière-plan","borderColor":"Couleur de Bordure","data":"Données","header":"Entête","yes":"Oui","no":"Non","invalidWidth":"La Largeur de Cellule doit être un nombre.","invalidHeight":"La Hauteur de Cellule doit être un nombre.","invalidRowSpan":"La fusion de lignes doit être un nombre entier.","invalidColSpan":"La fusion de colonnes doit être un nombre entier.","chooseColor":"Choisissez"},"cellPad":"Marge interne des cellules","cellSpace":"Espacement des cellules","column":{"menu":"Colonnes","insertBefore":"Insérer une colonne avant","insertAfter":"Insérer une colonne après","deleteColumn":"Supprimer les colonnes"},"columns":"Colonnes","deleteTable":"Supprimer le tableau","headers":"En-Têtes","headersBoth":"Les deux","headersColumn":"Première colonne","headersNone":"Aucunes","headersRow":"Première ligne","invalidBorder":"La taille de la bordure doit être un nombre.","invalidCellPadding":"La marge intérieure des cellules doit être un nombre positif.","invalidCellSpacing":"L'espacement des cellules doit être un nombre positif.","invalidCols":"Le nombre de colonnes doit être supérieur à 0.","invalidHeight":"La hauteur du tableau doit être un nombre.","invalidRows":"Le nombre de lignes doit être supérieur à 0.","invalidWidth":"La largeur du tableau doit être un nombre.","menu":"Propriétés du tableau","row":{"menu":"Ligne","insertBefore":"Insérer une ligne avant","insertAfter":"Insérer une ligne après","deleteRow":"Supprimer les lignes"},"rows":"Lignes","summary":"Résumé (description)","title":"Propriétés du tableau","toolbar":"Tableau","widthPc":"% pourcents","widthPx":"pixels","widthUnit":"unité de largeur"},"templates":{"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 pour l'ouvrir dans l'éditeur","title":"Contenu des modèles"},"toolbar":{"toolbarCollapse":"Enrouler la barre d'outils","toolbarExpand":"Dérouler la barre d'outils","toolbarGroups":{"document":"Document","clipboard":"Presse-papier/Défaire","editing":"Editer","forms":"Formulaires","basicstyles":"Styles de base","paragraph":"Paragraphe","links":"Liens","insert":"Insérer","styles":"Styles","colors":"Couleurs","tools":"Outils"},"toolbars":"Barre d'outils de l'éditeur"},"undo":{"redo":"Rétablir","undo":"Annuler"},"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer tout","btnReplace":"Remplacer","btnReplaceAll":"Remplacer tout","btnUndo":"Annuler","changeTo":"Modifier pour","errorLoading":"Erreur du chargement du service depuis l'hôte : %s.","ieSpellDownload":"La vérification d'orthographe n'est pas installée. Voulez-vous la télécharger maintenant?","manyChanges":"Vérification de l'orthographe terminée : %1 mots corrigés.","noChanges":"Vérification de l'orthographe terminée : Aucun mot corrigé.","noMispell":"Vérification de l'orthographe terminée : aucune erreur trouvée.","noSuggestions":"- Aucune suggestion -","notAvailable":"Désolé, le service est indisponible actuellement.","notInDic":"N'existe pas dans le dictionnaire.","oneChange":"Vérification de l'orthographe terminée : Un seul mot corrigé.","progress":"Vérification de l'orthographe en cours...","title":"Vérifier l'orthographe","toolbar":"Vérifier l'orthographe"},"widget":{"move":"Cliquer et glisser pour déplacer"}};
\ No newline at end of file
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("a11yHelp",function(l){var a=l.lang.a11yhelp,n=CKEDITOR.tools.getNextId(),e={8:a.backspace,9:a.tab,13:a.enter,16:a.shift,17:a.ctrl,18:a.alt,19:a.pause,20:a.capslock,27:a.escape,33:a.pageUp,34:a.pageDown,35:a.end,36:a.home,37:a.leftArrow,38:a.upArrow,39:a.rightArrow,40:a.downArrow,45:a.insert,46:a["delete"],91:a.leftWindowKey,92:a.rightWindowKey,93:a.selectKey,96:a.numpad0,97:a.numpad1,98:a.numpad2,99:a.numpad3,100:a.numpad4,101:a.numpad5,102:a.numpad6,103:a.numpad7,104:a.numpad8,
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
\r
cs.js Found: 30 Missing: 0\r
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","af",{title:"Toeganglikheid instruksies",contents:"Hulp inhoud. Druk ESC om toe te maak.",legend:[{name:"Algemeen",items:[{name:"Bewerker balk",legend:"Druk ${toolbarFocus} om op die werkbalk te land. Beweeg na die volgende en voorige wekrbalkgroep met TAB and SHIFT+TAB. Beweeg na die volgende en voorige werkbalkknop met die regter of linker pyl. Druk SPASIE of ENTER om die knop te bevestig."},{name:"Bewerker dialoog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ar",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"عام",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","bg",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Общо",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ca",{title:"Instruccions d'Accessibilitat",contents:"Continguts de l'Ajuda. Per tancar aquest quadre de diàleg premi ESC.",legend:[{name:"General",items:[{name:"Editor de barra d'eines",legend:"Premi ${toolbarFocus} per desplaçar-se per la barra d'eines. Vagi en el següent i anterior grup de barra d'eines amb TAB i SHIFT+TAB. Vagi en el següent i anterior botó de la barra d'eines amb RIGHT ARROW i LEFT ARROW. Premi SPACE o ENTER per activar el botó de la barra d'eines."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","cs",{title:"Instrukce pro přístupnost",contents:"Obsah nápovědy. Pro uzavření tohoto dialogu stiskněte klávesu ESC.",legend:[{name:"Obecné",items:[{name:"Panel nástrojů editoru",legend:"Stiskněte${toolbarFocus} k procházení panelu nástrojů. Přejděte na další a předchozí skupiny pomocí TAB a SHIFT+TAB. Přechod na další a předchozí tlačítko panelu nástrojů je pomocí ŠIPKA VPRAVO nebo ŠIPKA VLEVO. Stisknutím mezerníku nebo klávesy ENTER tlačítko aktivujete."},{name:"Dialogové okno editoru",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","cy",{title:"Canllawiau Hygyrchedd",contents:"Cynnwys Cymorth. I gau y deialog hwn, pwyswch ESC.",legend:[{name:"Cyffredinol",items:[{name:"Bar Offer y Golygydd",legend:"Pwyswch $ {toolbarFocus} i fynd at y bar offer. Symudwch i'r grŵp bar offer nesaf a blaenorol gyda TAB a SHIFT+TAB. Symudwch i'r botwm bar offer nesaf a blaenorol gyda SAETH DDE neu SAETH CHWITH. Pwyswch SPACE neu ENTER i wneud botwm y bar offer yn weithredol."},{name:"Deialog y Golygydd",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","da",{title:"Tilgængelighedsinstrukser",contents:"Onlinehjælp. For at lukke dette vindue klik ESC",legend:[{name:"Generelt",items:[{name:"Editor værktøjslinje",legend:"Tryk ${toolbarFocus} for at navigere til værktøjslinjen. Flyt til næste eller forrige værktøjsline gruppe ved hjælp af TAB eller SHIFT+TAB. Flyt til næste eller forrige værktøjslinje knap med venstre- eller højre piltast. Tryk på SPACE eller ENTER for at aktivere værktøjslinje knappen."},{name:"Editor dialogboks",
--- /dev/null
+/*
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang("a11yhelp","de-ch",{title:"Barrierefreiheitinformationen",contents:"Hilfeinhalt. Um den Dialog zu schliessen die Taste ESC drücken.",legend:[{name:"Allgemein",items:[{name:"Editorwerkzeugleiste",legend:"Drücken Sie ${toolbarFocus} auf der Symbolleiste. Gehen Sie zur nächsten oder vorherigen Symbolleistengruppe mit TAB und SHIFT+TAB. Gehen Sie zur nächsten oder vorherigen Symbolleiste auf die Schaltfläche mit dem RECHTS- oder LINKS-Pfeil. Drücken Sie die Leertaste oder Eingabetaste, um die Schaltfläche in der Symbolleiste aktivieren."},
+{name:"Editordialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor-Kontextmenü",legend:"Dürcken Sie ${contextMenu} oder die Anwendungstaste um das Kontextmenü zu öffnen. Man kann die Pfeiltasten zum Wechsel benutzen. Mit der Leertaste oder der Enter-Taste kann man den Menüpunkt aufrufen. Schliessen Sie das Kontextmenü mit der ESC-Taste."},
+{name:"Editor-Listenbox",legend:"Innerhalb einer Listenbox kann man mit der TAB-Taste oder den Pfeilrunter-Taste den nächsten Menüeintrag wählen. Mit der SHIFT+TAB Tastenkombination oder der Pfeilhoch-Taste gelangt man zum vorherigen Menüpunkt. Mit der Leertaste oder Enter kann man den Menüpunkt auswählen. Drücken Sie ESC zum Verlassen des Menüs."},{name:"Editor-Elementpfadleiste",legend:"Drücken Sie ${elementsPathFocus} um sich durch die Pfadleiste zu bewegen. Um zum nächsten Element zu gelangen drücken Sie TAB oder die Pfeilrechts-Taste. Zum vorherigen Element gelangen Sie mit der SHIFT+TAB oder der Pfeillinks-Taste. Drücken Sie die Leertaste oder Enter um das Element auszuwählen."}]},
+{name:"Befehle",items:[{name:"Rückgängig-Befehl",legend:"Drücken Sie ${undo}"},{name:"Wiederherstellen-Befehl",legend:"Drücken Sie ${redo}"},{name:"Fettschrift-Befehl",legend:"Drücken Sie ${bold}"},{name:"Kursiv-Befehl",legend:"Drücken Sie ${italic}"},{name:"Unterstreichen-Befehl",legend:"Drücken Sie ${underline}"},{name:"Link-Befehl",legend:"Drücken Sie ${link}"},{name:"Werkzeugleiste einklappen-Befehl",legend:"Drücken Sie ${toolbarCollapse}"},{name:"Zugang bisheriger Fokussierung Raumbefehl ",legend:"Drücken Sie ${accessPreviousSpace} auf den am nächsten nicht erreichbar Fokus-Abstand vor die Einfügemarke zugreifen: zwei benachbarte HR-Elemente. Wiederholen Sie die Tastenkombination um entfernte Fokusräume zu erreichen. "},
+{name:"Zugang nächster Schwerpunkt Raumbefehl ",legend:"Drücken Sie $ { accessNextSpace }, um den nächsten unerreichbar Fokus Leerzeichen nach dem Cursor zum Beispiel auf: zwei benachbarten HR Elemente. Wiederholen Sie die Tastenkombination zum fernen Fokus Bereiche zu erreichen. "},{name:"Eingabehilfen",legend:"Drücken Sie ${a11yHelp}"}]}],backspace:"Rücktaste",tab:"Tab",enter:"Eingabe",shift:"Umschalt",ctrl:"Strg",alt:"Alt",pause:"Pause",capslock:"Feststell",escape:"Escape",pageUp:"Bild auf",pageDown:"Bild ab",
+end:"Ende",home:"Pos1",leftArrow:"Linke Pfeiltaste",upArrow:"Obere Pfeiltaste",rightArrow:"Rechte Pfeiltaste",downArrow:"Untere Pfeiltaste",insert:"Einfügen","delete":"Entfernen",leftWindowKey:"Linke Windowstaste",rightWindowKey:"Rechte Windowstaste",selectKey:"Taste auswählen",numpad0:"Ziffernblock 0",numpad1:"Ziffernblock 1",numpad2:"Ziffernblock 2",numpad3:"Ziffernblock 3",numpad4:"Ziffernblock 4",numpad5:"Ziffernblock 5",numpad6:"Ziffernblock 6",numpad7:"Ziffernblock 7",numpad8:"Ziffernblock 8",
+numpad9:"Ziffernblock 9",multiply:"Multiplizieren",add:"Addieren",subtract:"Subtrahieren",decimalPoint:"Punkt",divide:"Dividieren",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Ziffernblock feststellen",scrollLock:"Rollen",semiColon:"Semikolon",equalSign:"Gleichheitszeichen",comma:"Komma",dash:"Bindestrich",period:"Punkt",forwardSlash:"Schrägstrich",graveAccent:"Gravis",openBracket:"Öffnende eckige Klammer",backSlash:"Rückwärtsgewandter Schrägstrich",
+closeBracket:"Schliessende eckige Klammer",singleQuote:"Einfaches Anführungszeichen"});
\ No newline at end of file
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","de",{title:"Barrierefreiheitinformationen",contents:"Hilfeinhalt. Um den Dialog zu schliessen die Taste ESC drücken.",legend:[{name:"Allgemein",items:[{name:"Editorwerkzeugleiste",legend:"Drücken Sie ${toolbarFocus} auf der Symbolleiste. Gehen Sie zur nächsten oder vorherigen Symbolleistengruppe mit TAB und SHIFT+TAB. Gehen Sie zur nächsten oder vorherigen Symbolleiste auf die Schaltfläche mit dem RECHTS- oder LINKS-Pfeil. Drücken Sie die Leertaste oder Eingabetaste, um die Schaltfläche in der Symbolleiste aktivieren."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","el",{title:"Οδηγίες Προσβασιμότητας",contents:"Περιεχόμενα Βοήθειας. Πατήστε ESC για κλείσιμο.",legend:[{name:"Γενικά",items:[{name:"Εργαλειοθήκη Επεξεργαστή",legend:"Πατήστε ${toolbarFocus} για να περιηγηθείτε στην γραμμή εργαλείων. Μετακινηθείτε ανάμεσα στις ομάδες της γραμμής εργαλείων με TAB και SHIFT+TAB. Μετακινηθείτε ανάμεσα στα κουμπιά εργαλείων με το ΔΕΞΙ ή ΑΡΙΣΤΕΡΟ ΒΕΛΑΚΙ. Πατήστε ΔΙΑΣΤΗΜΑ ή ENTER για να ενεργοποιήσετε το ενεργό κουμπί εργαλείου."},{name:"Παράθυρο Διαλόγου Επεξεργαστή",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","en-gb",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"General",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","en",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"General",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","eo",{title:"Uzindikoj pri atingeblo",contents:"Helpilenhavo. Por fermi tiun dialogon, premu la ESKAPAN klavon.",legend:[{name:"Ĝeneralaĵoj",items:[{name:"Ilbreto de la redaktilo",legend:"Premu ${toolbarFocus} por atingi la ilbreton. Moviĝu al la sekva aŭ antaŭa grupoj de la ilbreto per la klavoj TABA kaj MAJUSKLIGA+TABA. Moviĝu al la sekva aŭ antaŭa butonoj de la ilbreto per la klavoj SAGO DEKSTREN kaj SAGO MALDEKSTREN. Premu la SPACETklavon aŭ la ENENklavon por aktivigi la ilbretbutonon."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","es",{title:"Instrucciones de accesibilidad",contents:"Ayuda. Para cerrar presione ESC.",legend:[{name:"General",items:[{name:"Barra de herramientas del editor",legend:'Presiona ${toolbarFocus} para navegar por la barra de herramientas. Para moverse por los distintos grupos de herramientas usa las teclas TAB y MAY+TAB. Para moverse por las distintas herramientas usa FLECHA DERECHA o FECHA IZQUIERDA. Presiona "espacio" o "intro" para activar la herramienta.'},{name:"Editor de diálogo",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","et",{title:"Accessibility Instructions",contents:"Abi sisu. Selle dialoogi sulgemiseks vajuta ESC klahvi.",legend:[{name:"Üldine",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","eu",{title:"Erabilerraztasunaren argibideak",contents:"Laguntzaren edukiak. Elkarrizketa-koadro hau ixteko sakatu ESC.",legend:[{name:"Orokorra",items:[{name:"Editorearen tresna-barra",legend:"Sakatu ${toolbarFocus} tresna-barrara nabigatzeko. Tresna-barrako aurreko eta hurrengo taldera joateko erabili TAB eta MAIUS+TAB. Tresna-barrako aurreko eta hurrengo botoira joateko erabili ESKUIN-GEZIA eta EZKER-GEZIA. Sakatu ZURIUNEA edo SARTU tresna-barrako botoia aktibatzeko."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","fa",{title:"دستورالعملهای دسترسی",contents:"راهنمای فهرست مطالب. برای بستن این کادر محاورهای ESC را فشار دهید.",legend:[{name:"عمومی",items:[{name:"نوار ابزار ویرایشگر",legend:"${toolbarFocus} را برای باز کردن نوار ابزار بفشارید. با کلید Tab و Shift+Tab در مجموعه نوار ابزار بعدی و قبلی حرکت کنید. برای حرکت در کلید نوار ابزار قبلی و بعدی با کلید جهتنمای راست و چپ جابجا شوید. کلید Space یا Enter را برای فعال کردن کلید نوار ابزار بفشارید."},{name:"پنجره محاورهای ویرایشگر",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","fi",{title:"Saavutettavuus ohjeet",contents:"Ohjeen sisällöt. Sulkeaksesi tämän dialogin paina ESC.",legend:[{name:"Yleinen",items:[{name:"Editorin työkalupalkki",legend:"Paina ${toolbarFocus} siirtyäksesi työkalupalkkiin. Siirry seuraavaan ja edelliseen työkalupalkin ryhmään TAB ja SHIFT+TAB näppäimillä. Siirry seuraavaan ja edelliseen työkalupainikkeeseen käyttämällä NUOLI OIKEALLE tai NUOLI VASEMMALLE näppäimillä. Paina VÄLILYÖNTI tai ENTER näppäintä aktivoidaksesi työkalupainikkeen."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","fo",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"General",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","fr-ca",{title:"Instructions d'accessibilité",contents:"Contenu de l'aide. Pour fermer cette fenêtre, appuyez sur ESC.",legend:[{name:"Général",items:[{name:"Barre d'outil de l'éditeur",legend:"Appuyer sur ${toolbarFocus} pour accéder à la barre d'outils. Se déplacer vers les groupes suivant ou précédent de la barre d'outil avec les touches TAB et SHIFT+TAB. Se déplacer vers les boutons suivant ou précédent de la barre d'outils avec les touches FLECHE DROITE et FLECHE GAUCHE. Appuyer sur la barre d'espace ou la touche ENTRER pour activer le bouton de barre d'outils."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","fr",{title:"Instructions d'accessibilité",contents:"Contenu de l'aide. Pour fermer ce dialogue, appuyez sur la touche ÉCHAP (Echappement).",legend:[{name:"Général",items:[{name:"Barre d'outils de l'éditeur",legend:"Appuyer sur ${toolbarFocus} pour accéder à la barre d'outils. Se déplacer vers les groupes suivant ou précédent de la barre d'outil avec les touches MAJ et MAJ+TAB. Se déplacer vers les boutons suivant ou précédent de la barre d'outils avec les touches FLÈCHE DROITE et FLÈCHE GAUCHE. Appuyer sur la barre d'espace ou la touche ENTRÉE pour activer le bouton de barre d'outils."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","gl",{title:"Instrucións de accesibilidade",contents:"Axuda. Para pechar este diálogo prema ESC.",legend:[{name:"Xeral",items:[{name:"Barra de ferramentas do editor",legend:"Prema ${toolbarFocus} para navegar pola barra de ferramentas. Para moverse polos distintos grupos de ferramentas use as teclas TAB e MAIÚS+TAB. Para moverse polas distintas ferramentas use FRECHA DEREITA ou FRECHA ESQUERDA. Prema ESPAZO ou INTRO para activar o botón da barra de ferramentas."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","gu",{title:"એક્ક્ષેબિલિટી ની વિગતો",contents:"હેલ્પ. આ બંધ કરવા ESC દબાવો.",legend:[{name:"જનરલ",items:[{name:"એડિટર ટૂલબાર",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"એડિટર ડાયલોગ",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","he",{title:"הוראות נגישות",contents:"הוראות נגישות. לסגירה לחץ אסקייפ (ESC).",legend:[{name:"כללי",items:[{name:"סרגל הכלים",legend:"לחץ על ${toolbarFocus} כדי לנווט לסרגל הכלים. עבור לכפתור הבא עם מקש הטאב (TAB) או חץ שמאלי. עבור לכפתור הקודם עם מקש השיפט (SHIFT) + טאב (TAB) או חץ ימני. לחץ רווח או אנטר (ENTER) כדי להפעיל את הכפתור הנבחר."},{name:"דיאלוגים (חלונות תשאול)",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","hi",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"सामान्य",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","hr",{title:"Upute dostupnosti",contents:"Sadržaj pomoći. Za zatvaranje pritisnite ESC.",legend:[{name:"Općenito",items:[{name:"Alatna traka",legend:"Pritisni ${toolbarFocus} za navigaciju do alatne trake. Pomicanje do prethodne ili sljedeće alatne grupe vrši se pomoću SHIFT+TAB i TAB. Pomicanje do prethodnog ili sljedećeg gumba u alatnoj traci vrši se pomoću lijeve i desne strelice kursora. Pritisnite SPACE ili ENTER za aktivaciju alatne trake."},{name:"Dijalog",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","hu",{title:"Kisegítő utasítások",contents:"Súgó tartalmak. A párbeszédablak bezárásához nyomjon ESC-et.",legend:[{name:"Általános",items:[{name:"Szerkesztő Eszköztár",legend:"Nyomjon ${toolbarFocus} hogy kijelölje az eszköztárat. A következő és előző eszköztár csoporthoz a TAB és SHIFT+TAB-al juthat el. A következő és előző eszköztár gombhoz a BAL NYÍL vagy JOBB NYÍL gombbal juthat el. Nyomjon SPACE-t vagy ENTER-t hogy aktiválja az eszköztár gombot."},{name:"Szerkesző párbeszéd ablak",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","id",{title:"Accessibility Instructions",contents:"Bantuan. Tekan ESC untuk menutup dialog ini.",legend:[{name:"Umum",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","it",{title:"Istruzioni di Accessibilità",contents:"Contenuti di Aiuto. Per chiudere questa finestra premi ESC.",legend:[{name:"Generale",items:[{name:"Barra degli strumenti Editor",legend:"Premere ${toolbarFocus} per passare alla barra degli strumenti. Usare TAB per spostarsi al gruppo successivo, MAIUSC+TAB per spostarsi a quello precedente. Usare FRECCIA DESTRA per spostarsi al pulsante successivo, FRECCIA SINISTRA per spostarsi a quello precedente. Premere SPAZIO o INVIO per attivare il pulsante della barra degli strumenti."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ja",{title:"ユーザー補助の説明",contents:"ヘルプ このダイアログを閉じるには ESCを押してください。",legend:[{name:"全般",items:[{name:"エディターツールバー",legend:"${toolbarFocus} を押すとツールバーのオン/オフ操作ができます。カーソルをツールバーのグループで移動させるにはTabかSHIFT+Tabを押します。グループ内でカーソルを移動させるには、右カーソルか左カーソルを押します。スペースキーやエンターを押すとボタンを有効/無効にすることができます。"},{name:"編集ダイアログ",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","km",{title:"Accessibility Instructions",contents:"មាតិកាជំនួយ។ ដើម្បីបិទផ្ទាំងនេះ សូមចុច ESC ។",legend:[{name:"ទូទៅ",items:[{name:"របារឧបករណ៍កម្មវិធីនិពន្ធ",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"ផ្ទាំងកម្មវិធីនិពន្ធ",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ko",{title:"접근성 설명",contents:"도움말. 이 창을 닫으시려면 ESC 를 누르세요.",legend:[{name:"일반",items:[{name:"편집기 툴바",legend:"툴바를 탐색하시려면 ${toolbarFocus} 를 투르세요. 이전/다음 툴바 그룹으로 이동하시려면 TAB 키 또는 SHIFT+TAB 키를 누르세요. 이전/다음 툴바 버튼으로 이동하시려면 오른쪽 화살표 키 또는 왼쪽 화살표 키를 누르세요. 툴바 버튼을 활성화 하려면 SPACE 키 또는 ENTER 키를 누르세요."},{name:"편집기 다이얼로그",legend:"TAB 키를 누르면 다음 대화상자로 이동하고, SHIFT+TAB 키를 누르면 이전 대화상자로 이동합니다. 대화상자를 제출하려면 ENTER 키를 누르고, ESC 키를 누르면 대화상자를 취소합니다. 대화상자에 탭이 여러개 있을 때, ALT+F10 키 또는 TAB 키를 누르면 순서에 따라 탭 목록에 도달할 수 있습니다. 탭 목록에 초점이 맞을 때, 오른쪽과 왼쪽 화살표 키를 이용하면 각각 다음과 이전 탭으로 이동할 수 있습니다."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ku",{title:"ڕێنمای لەبەردەستدابوون",contents:"پێکهاتەی یارمەتی. کلیك ESC بۆ داخستنی ئەم دیالۆگه.",legend:[{name:"گشتی",items:[{name:"تووڵامرازی دەستكاریكەر",legend:"کلیك ${toolbarFocus} بۆ ڕابەری تووڵامراز. بۆ گواستنەوەی پێشوو داهاتووی گرووپی تووڵامرازی داگرتنی کلیلی TAB لەگەڵ SHIFT+TAB. بۆ گواستنەوەی پێشوو داهاتووی دووگمەی تووڵامرازی لەڕێی کلیلی تیری دەستی ڕاست یان کلیلی تیری دەستی چەپ. کلیکی کلیلی SPACE یان ENTER بۆ چالاککردنی دووگمەی تووڵامراز."},{name:"دیالۆگی دەستكاریكەر",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","lt",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Bendros savybės",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","lv",{title:"Pieejamības instrukcija",contents:"Palīdzības saturs. Lai aizvērtu ciet šo dialogu nospiediet ESC.",legend:[{name:"Galvenais",items:[{name:"Redaktora rīkjosla",legend:"Nospiediet ${toolbarFocus} lai pārvietotos uz rīkjoslu. Lai pārvietotos uz nākošo vai iepriekšējo rīkjoslas grupu izmantojiet pogu TAB un SHIFT+TAB. Lai pārvietotos uz nākošo vai iepriekšējo rīkjoslas pogu izmantojiet Kreiso vai Labo bultiņu. Nospiediet Atstarpi vai ENTER lai aktivizētu rīkjosla pogu."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-CKEDITOR.plugins.setLang("a11yhelp","mk",{title:"Инструкции за пристапност",contents:"Содржина на делот за помош. За да го затворите овој дијалот притиснете ESC.",legend:[{name:"Општо",items:[{name:"Мени за едиторот",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Дијалот за едиторот",
-legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},
+CKEDITOR.plugins.setLang("a11yhelp","mk",{title:"Инструкции за пристапност",contents:"Содржина на делот за помош. За да го затворите овој дијалог притиснете ESC.",legend:[{name:"Општо",items:[{name:"Мени за уредувачот",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Дијалот за едиторот",
+legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Контекст-мени на уредувачот",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},
{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."},{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},
-{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command",legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},
-{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",
-upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",
-f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
\ No newline at end of file
+{name:"Наредби",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command",legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},
+{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Пауза",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Up",end:"End",home:"Home",leftArrow:"Стрелка лево",
+upArrow:"Стрелка горе",rightArrow:"Стрелка десно",downArrow:"Стрелка доле",insert:"Insert","delete":"Delete",leftWindowKey:"Лево Windows копче",rightWindowKey:"Десно Windows копче",selectKey:"Select копче",numpad0:"Нум. таст. 0",numpad1:"Нум. таст. 1",numpad2:"Нум. таст. 2",numpad3:"Нум. таст. 3",numpad4:"Нум. таст. 4",numpad5:"Нум. таст. 5",numpad6:"Нум. таст. 6",numpad7:"Нум. таст. 7",numpad8:"Нум. таст. 8",numpad9:"Нум. таст. 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",
+divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
\ No newline at end of file
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","mn",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Ерөнхий",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","nb",{title:"Instruksjoner for tilgjengelighet",contents:"Innhold for hjelp. Trykk ESC for å lukke denne dialogen.",legend:[{name:"Generelt",items:[{name:"Verktøylinje for editor",legend:"Trykk ${toolbarFocus} for å navigere til verktøylinjen. Flytt til neste og forrige verktøylinjegruppe med TAB og SHIFT+TAB. Flytt til neste og forrige verktøylinjeknapp med HØYRE PILTAST og VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for å aktivere verktøylinjeknappen."},{name:"Dialog for editor",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","nl",{title:"Toegankelijkheidsinstructies",contents:"Help-inhoud. Druk op ESC om dit dialoog te sluiten.",legend:[{name:"Algemeen",items:[{name:"Werkbalk tekstverwerker",legend:"Druk op ${toolbarFocus} om naar de werkbalk te navigeren. Om te schakelen naar de volgende en vorige werkbalkgroep, gebruik TAB en SHIFT+TAB. Om te schakelen naar de volgende en vorige werkbalkknop, gebruik de PIJL RECHTS en PIJL LINKS. Druk op SPATIE of ENTER om een werkbalkknop te activeren."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","no",{title:"Instruksjoner for tilgjengelighet",contents:"Innhold for hjelp. Trykk ESC for å lukke denne dialogen.",legend:[{name:"Generelt",items:[{name:"Verktøylinje for editor",legend:"Trykk ${toolbarFocus} for å navigere til verktøylinjen. Flytt til neste og forrige verktøylinjegruppe med TAB og SHIFT+TAB. Flytt til neste og forrige verktøylinjeknapp med HØYRE PILTAST og VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for å aktivere verktøylinjeknappen."},{name:"Dialog for editor",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","pl",{title:"Instrukcje dotyczące dostępności",contents:"Zawartość pomocy. Wciśnij ESC, aby zamknąć to okno.",legend:[{name:"Informacje ogólne",items:[{name:"Pasek narzędzi edytora",legend:"Naciśnij ${toolbarFocus}, by przejść do paska narzędzi. Przejdź do następnej i poprzedniej grupy narzędzi używając TAB oraz SHIFT+TAB. Przejdź do następnego i poprzedniego przycisku paska narzędzi za pomocą STRZAŁKI W PRAWO lub STRZAŁKI W LEWO. Naciśnij SPACJĘ lub ENTER by aktywować przycisk paska narzędzi."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","pt-br",{title:"Instruções de Acessibilidade",contents:"Conteúdo da Ajuda. Para fechar este diálogo pressione ESC.",legend:[{name:"Geral",items:[{name:"Barra de Ferramentas do Editor",legend:"Pressione ${toolbarFocus} para navegar para a barra de ferramentas. Mova para o anterior ou próximo grupo de ferramentas com TAB e SHIFT+TAB. Mova para o anterior ou próximo botão com SETA PARA DIREITA or SETA PARA ESQUERDA. Pressione ESPAÇO ou ENTER para ativar o botão da barra de ferramentas."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","pt",{title:"Instruções de acessibilidade",contents:"Conteúdo de ajuda. Use a tecla ESC para fechar esta janela.",legend:[{name:"Geral",items:[{name:"Barra de ferramentas do editor",legend:"Clique em ${toolbarFocus} para navegar para a barra de ferramentas. Vá para o grupo da barra de ferramentas anterior e seguinte com TAB e SHIFT+TAB. Vá para o botão da barra de ferramentas anterior com a SETA DIREITA ou ESQUERDA. Pressione ESPAÇO ou ENTER para ativar o botão da barra de ferramentas."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ro",{title:"Instrucțiuni de accesibilitate",contents:"Cuprins. Pentru a închide acest dialog, apăsați tasta ESC.",legend:[{name:"General",items:[{name:"Editează bara instrumente.",legend:"Apasă ${toolbarFocus} pentru a naviga prin bara de instrumente. Pentru a te mișca prin grupurile de instrumente folosește tastele TAB și SHIFT+TAB. Pentru a te mișca intre diverse instrumente folosește tastele SĂGEATĂ DREAPTA sau SĂGEATĂ STÂNGA. Apasă butonul SPAȚIU sau ENTER pentru activarea instrumentului."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ru",{title:"Горячие клавиши",contents:"Помощь. Для закрытия этого окна нажмите ESC.",legend:[{name:"Основное",items:[{name:"Панель инструментов",legend:"Нажмите ${toolbarFocus} для перехода к панели инструментов. Для перемещения между группами панели инструментов используйте TAB и SHIFT+TAB. Для перемещения между кнопками панели иструментов используйте кнопки ВПРАВО или ВЛЕВО. Нажмите ПРОБЕЛ или ENTER для запуска кнопки панели инструментов."},{name:"Диалоги",legend:'Внутри диалога, нажмите TAB чтобы перейти к следующему элементу диалога, нажмите SHIFT+TAB чтобы перейти к предыдущему элементу диалога, нажмите ENTER чтобы отправить диалог, нажмите ESC чтобы отменить диалог. Когда диалоговое окно имеет несколько вкладок, получить доступ к панели вкладок как части диалога можно нажатием или сочетания ALT+F10 или TAB, при этом активные элементы диалога будут перебираться с учетом порядка табуляции. При активной панели вкладок, переход к следующей или предыдущей вкладке осуществляется нажатием стрелки "ВПРАВО" или стрелки "ВЛЕВО" соответственно.'},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","si",{title:"ළඟා වියහැකි ",contents:"උදව් සඳහා අන්තර්ගතය.නික්මයෙමට ESC බොත්තම ඔබන්න",legend:[{name:"පොදු කරුණු",items:[{name:"සංස්කරණ මෙවලම් ",legend:"ඔබන්න ${මෙවලම් තීරු අවධානය} මෙවලම් තීරුවේ එහා මෙහා යෑමට.ඉදිරියට යෑමට හා ආපසු යෑමට මෙවලම් තීරුකාණ්ඩය හා TAB හා SHIFT+TAB .ඉදිරියට යෑමට හා ආපසු යෑමට මෙවලම් තීරු බොත්තම සමග RIGHT ARROW හෝ LEFT ARROW.මෙවලම් තීරු බොත්තම සක්රිය කර ගැනීමට SPACE හෝ ENTER බොත්තම ඔබන්න."},{name:"සංස්කරණ ",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","sk",{title:"Inštrukcie prístupnosti",contents:"Pomocný obsah. Pre zatvorenie tohto okna, stlačte ESC.",legend:[{name:"Všeobecne",items:[{name:"Lišta nástrojov editora",legend:"Stlačte ${toolbarFocus} pre navigáciu na lištu nástrojov. Medzi ďalšou a predchádzajúcou lištou nástrojov sa pohybujete s TAB a SHIFT+TAB. Medzi ďalším a predchádzajúcim tlačidlom na lište nástrojov sa pohybujete s pravou šípkou a ľavou šípkou. Stlačte medzerník alebo ENTER pre aktiváciu tlačidla lišty nástrojov."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","sl",{title:"Navodila Dostopnosti",contents:"Vsebina Pomoči. Če želite zapreti to pogovorno okno pritisnite ESC.",legend:[{name:"Splošno",items:[{name:"Urejevalna Orodna Vrstica",legend:"Pritisnite ${toolbarFocus} za pomik v orodno vrstico. Z TAB in SHIFT+TAB se pomikate na naslednjo in prejšnjo skupino orodne vrstice. Z DESNO PUŠČICO ali LEVO PUŠČICO se pomikate na naslednji in prejšnji gumb orodne vrstice. Pritisnite SPACE ali ENTER, da aktivirate gumb orodne vrstice."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","sq",{title:"Udhëzimet e Qasjes",contents:"Përmbajtja ndihmëse. Për ta mbyllur dialogun shtyp ESC.",legend:[{name:"Të përgjithshme",items:[{name:"Shiriti i Redaktuesit",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Dialogu i Redaktuesit",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","sr-latn",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Opšte",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","sr",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Опште",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","sv",{title:"Hjälpmedelsinstruktioner",contents:"Hjälpinnehåll. För att stänga denna dialogruta trycker du på ESC.",legend:[{name:"Allmänt",items:[{name:"Editor verktygsfält",legend:"Tryck på ${toolbarFocus} för att navigera till verktygsfältet. Flytta till nästa och föregående verktygsfältsgrupp med TAB och SHIFT+TAB. Flytta till nästa och föregående knapp i verktygsfältet med HÖGERPIL eller VÄNSTERPIL. Tryck SPACE eller ENTER för att aktivera knappen i verktygsfältet."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","th",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"ทั่วไป",items:[{name:"แถบเครื่องมือสำหรับเครื่องมือช่วยพิมพ์",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","tr",{title:"Erişilebilirlik Talimatları",contents:"Yardım içeriği. Bu pencereyi kapatmak için ESC tuşuna basın.",legend:[{name:"Genel",items:[{name:"Düzenleyici Araç Çubuğu",legend:"Araç çubuğunda gezinmek için ${toolbarFocus} basın. TAB ve SHIFT+TAB ile önceki ve sonraki araç çubuğu grubuna taşıyın. SAĞ OK veya SOL OK ile önceki ve sonraki bir araç çubuğu düğmesini hareket ettirin. SPACE tuşuna basın veya araç çubuğu düğmesini etkinleştirmek için ENTER tuşna basın."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","tt",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Гомуми",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","ug",{title:"قوشۇمچە چۈشەندۈرۈش",contents:"ياردەم مەزمۇنى. بۇ سۆزلەشكۈنى ياپماقچى بولسىڭىز ESC نى بېسىڭ.",legend:[{name:"ئادەتتىكى",items:[{name:"قورال بالداق تەھرىر",legend:"${toolbarFocus} بېسىلسا قورال بالداققا يېتەكلەيدۇ، TAB ياكى SHIFT+TAB ئارقىلىق قورال بالداق گۇرۇپپىسى تاللىنىدۇ، ئوڭ سول يا ئوقتا توپچا تاللىنىدۇ، بوشلۇق ياكى Enter كۇنۇپكىسىدا تاللانغان توپچىنى قوللىنىدۇ."},{name:"تەھرىرلىگۈچ سۆزلەشكۈسى",legend:"سۆزلەشكۈدە TAB كۇنۇپكىسىدا كېيىنكى سۆز بۆلىكىگە يۆتكىلىدۇ، SHIFT+TAB بىرىكمە كۇنۇپكىسىدا ئالدىنقى سۆز بۆلىكىگە يۆتكىلىدۇ، ENTER كۇنۇپكىسىدا سۆزلەشكۈنى تاپشۇرىدۇ، ESC كۇنۇپكىسى سۆزلەشكۈدىن ۋاز كېچىدۇ. كۆپ بەتكۈچلۈك سۆزلەشكۈگە نىسبەتەن، ALT+F10 دا بەتكۈچ تىزىمىغا يۆتكەيدۇ. ئاندىن TAB كۇنۇپكىسى ياكى ئوڭ يا ئوق كۇنۇپكىسى كېيىنكى بەتكۈچكە يۆتكەيدۇ؛SHIFT+ TAB كۇنۇپكىسى ياكى سول يا ئوق كۇنۇپكىسى ئالدىنقى بەتكۈچكە يۆتكەيدۇ. بوشلۇق كۇنۇپكىسى ياكى ENTER كۇنۇپكىسى بەتكۈچنى تاللايدۇ."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","uk",{title:"Спеціальні Інструкції",contents:"Довідка. Натисніть ESC і вона зникне.",legend:[{name:"Основне",items:[{name:"Панель Редактора",legend:"Натисніть ${toolbarFocus} для переходу до панелі інструментів. Для переміщення між групами панелі інструментів використовуйте TAB і SHIFT+TAB. Для переміщення між кнопками панелі іструментів використовуйте кнопки СТРІЛКА ВПРАВО або ВЛІВО. Натисніть ПРОПУСК або ENTER для запуску кнопки панелі інструментів."},{name:"Діалог Редактора",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","vi",{title:"Hướng dẫn trợ năng",contents:"Nội dung Hỗ trợ. Nhấn ESC để đóng hộp thoại.",legend:[{name:"Chung",items:[{name:"Thanh công cụ soạn thảo",legend:"Nhấn ${toolbarFocus} để điều hướng đến thanh công cụ. Nhấn TAB và SHIFT+TAB để chuyển đến nhóm thanh công cụ khác. Nhấn MŨI TÊN PHẢI hoặc MŨI TÊN TRÁI để chuyển sang nút khác trên thanh công cụ. Nhấn PHÍM CÁCH hoặc ENTER để kích hoạt nút trên thanh công cụ."},{name:"Hộp thoại Biên t",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","zh-cn",{title:"辅助功能说明",contents:"帮助内容。要关闭此对话框请按 ESC 键。",legend:[{name:"常规",items:[{name:"编辑器工具栏",legend:"按 ${toolbarFocus} 切换到工具栏,使用 TAB 键和 SHIFT+TAB 组合键移动到上一个和下一个工具栏组。使用左右箭头键移动到上一个或下一个工具栏按钮。按空格键或回车键以选中工具栏按钮。"},{name:"编辑器对话框",legend:"在对话框内,按 TAB 键移动到下一个字段,按 SHIFT + TAB 组合键移动到上一个字段,按 ENTER 键提交对话框,按 ESC 键取消对话框。对于有多选项卡的对话框,可以按 ALT + F10 直接切换到或者按 TAB 键逐步移到选项卡列表,当焦点移到选项卡列表时可以用左右箭头键来移动到前后的选项卡。"},{name:"编辑器上下文菜单",legend:"用 ${contextMenu} 或者“应用程序键”打开上下文菜单。然后用 TAB 键或者下箭头键来移动到下一个菜单项;SHIFT + TAB 组合键或者上箭头键移动到上一个菜单项。用 SPACE 键或者 ENTER 键选择菜单项。用 SPACE 键,ENTER 键或者右箭头键打开子菜单。返回菜单用 ESC 键或者左箭头键。用 ESC 键关闭上下文菜单。"},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("a11yhelp","zh",{title:"輔助工具指南",contents:"說明內容。若要關閉此對話框請按「ESC」。",legend:[{name:"一般",items:[{name:"編輯器工具列",legend:"請按 ${toolbarFocus} 以導覽到工具列。利用 TAB 或 SHIFT+TAB 以便移動到下一個及前一個工具列群組。利用右方向鍵或左方向鍵以便移動到下一個及上一個工具列按鈕。按下空白鍵或 ENTER 鍵啟用工具列按鈕。"},{name:"編輯器對話方塊",legend:"在對話框中,按下 TAB 鍵以導覽到下一個對話框元素,按下 SHIFT+TAB 以移動到上一個對話框元素,按下 ENTER 以遞交對話框,按下 ESC 以取消對話框。當對話框有多個分頁時,可以使用 ALT+F10 或是在對話框分頁順序中的一部份按下 TAB 以使用分頁列表。焦點在分頁列表上時,分別使用右方向鍵及左方向鍵移動到下一個及上一個分頁。"},{name:"編輯器內容功能表",legend:"請按下「${contextMenu}」或是「應用程式鍵」以開啟內容選單。以「TAB」或是「↓」鍵移動到下一個選單選項。以「SHIFT + TAB」或是「↑」鍵移動到上一個選單選項。按下「空白鍵」或是「ENTER」鍵以選取選單選項。以「空白鍵」或「ENTER」或「→」開啟目前選項之子選單。以「ESC」或「←」回到父選單。以「ESC」鍵關閉內容選單」。"},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("about",function(a){a=a.lang.about;var b=CKEDITOR.getUrl(CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png");return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'\x3cstyle type\x3d"text/css"\x3e.cke_about_container{color:#000 !important;padding:10px 10px 0;margin-top:5px}.cke_about_container p{margin: 0 0 10px;}.cke_about_container .cke_about_logo{height:81px;background-color:#fff;background-image:url('+
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("paste",function(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("cke_actscrpt");d&&d.remove();g.setAttribute("contenteditable",!0);g.on(e.mainPasteEvent,function(a){a=e.initPasteDataTransfer(a);f?a!=f&&(f=e.initPasteDataTransfer()):f=a});if(CKEDITOR.env.ie&&8>CKEDITOR.env.version)b.getWindow().on("blur",function(){b.$.selection.empty()});b.on("keydown",function(a){a=a.data;var b;switch(a.getKeystroke()){case 27:this.hide();b=1;break;case 9:case CKEDITOR.SHIFT+
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("colordialog",function(x){function q(){d.getById(r).removeStyle("background-color");t.getContentElement("picker","selectedColor").setValue("");l&&l.removeAttribute("aria-selected");l=null}function y(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(0).getHtml())&&(l=a,l.setAttribute("aria-selected",!0),t.getContentElement("picker","selectedColor").setValue(c))}function C(a){a=a.replace(/^#/,"");for(var c=0,b=[];2>=c;c++)b[c]=parseInt(a.substr(2*c,2),16);return"#"+
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){function C(c){return c.type==CKEDITOR.NODE_TEXT&&0<c.getLength()&&(!r||!c.isReadOnly())}function w(c){return!(c.type==CKEDITOR.NODE_ELEMENT&&c.isBlockBoundary(CKEDITOR.tools.extend({},CKEDITOR.dtd.$empty,CKEDITOR.dtd.$nonEditable)))}function q(c,g){function n(a,b){var d=this,c=new CKEDITOR.dom.walker(a);c.guard=b?w:function(a){!w(a)&&(d._.matchBoundary=!0)};c.evaluator=C;c.breakOnFalse=1;a.startContainer.type==CKEDITOR.NODE_TEXT&&(this.textNode=a.startContainer,this.offset=a.startOffset-
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){function b(a,b,c){var h=n[this.id];if(h)for(var f=this instanceof CKEDITOR.ui.dialog.checkbox,e=0;e<h.length;e++){var d=h[e];switch(d.type){case 1:if(!a)continue;if(null!==a.getAttribute(d.name)){a=a.getAttribute(d.name);f?this.setValue("true"==a.toLowerCase()):this.setValue(a);return}f&&this.setValue(!!d["default"]);break;case 2:if(!a)continue;if(d.name in c){a=c[d.name];f?this.setValue("true"==a.toLowerCase()):this.setValue(a);return}f&&this.setValue(!!d["default"]);break;case 4:if(!b)continue;
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("button",function(b){function d(a){var b=this.getValue();b?(a.attributes[this.id]=b,"name"==this.id&&(a.attributes["data-cke-saved-name"]=b)):(delete a.attributes[this.id],"name"==this.id&&delete a.attributes["data-cke-saved-name"])}return{title:b.lang.forms.button.title,minWidth:350,minHeight:150,onShow:function(){delete this.button;var a=this.getParentEditor().getSelection().getSelectedElement();a&&a.is("input")&&a.getAttribute("type")in{button:1,reset:1,submit:1}&&(this.button=
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("checkbox",function(d){return{title:d.lang.forms.checkboxAndRadio.checkboxTitle,minWidth:350,minHeight:140,onShow:function(){delete this.checkbox;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"checkbox"==a.getAttribute("type")&&(this.checkbox=a,this.setupContent(a))},onOk:function(){var a,b=this.checkbox;b||(a=this.getParentEditor(),b=a.document.createElement("input"),b.setAttribute("type","checkbox"),a.insertElement(b));this.commitContent({element:b})},contents:[{id:"info",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("form",function(a){var d={action:1,id:1,method:1,enctype:1,target:1};return{title:a.lang.forms.form.title,minWidth:350,minHeight:200,onShow:function(){delete this.form;var b=this.getParentEditor().elementPath().contains("form",1);b&&(this.form=b,this.setupContent(b))},onOk:function(){var b,a=this.form,c=!a;c&&(b=this.getParentEditor(),a=b.document.createElement("form"),a.appendBogus());c&&b.insertElement(a);this.commitContent(a)},onLoad:function(){function a(b){this.setValue(b.getAttribute(this.id)||
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("hiddenfield",function(d){return{title:d.lang.forms.hidden.title,hiddenField:null,minWidth:350,minHeight:110,onShow:function(){delete this.hiddenField;var a=this.getParentEditor(),b=a.getSelection(),c=b.getSelectedElement();c&&c.data("cke-real-element-type")&&"hiddenfield"==c.data("cke-real-element-type")&&(this.hiddenField=c,c=a.restoreRealElement(this.hiddenField),this.setupContent(c),b.selectElement(this.hiddenField))},onOk:function(){var a=this.getValueOf("info","_cke_saved_name"),
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("radio",function(b){return{title:b.lang.forms.checkboxAndRadio.radioTitle,minWidth:350,minHeight:140,onShow:function(){delete this.radioButton;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"input"==a.getName()&&"radio"==a.getAttribute("type")&&(this.radioButton=a,this.setupContent(a))},onOk:function(){var a,c=this.radioButton,b=!c;b&&(a=this.getParentEditor(),c=a.document.createElement("input"),c.setAttribute("type","radio"));b&&a.insertElement(c);this.commitContent({element:c})},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("select",function(c){function h(a,b,e,d,c){a=f(a);d=d?d.createElement("OPTION"):document.createElement("OPTION");if(a&&d&&"option"==d.getName())CKEDITOR.env.ie?(isNaN(parseInt(c,10))?a.$.options.add(d.$):a.$.options.add(d.$,c),d.$.innerHTML=0<b.length?b:"",d.$.value=e):(null!==c&&c<a.getChildCount()?a.getChild(0>c?0:c).insertBeforeMe(d):a.append(d),d.setText(0<b.length?b:""),d.setValue(e));else return!1;return d}function p(a){a=f(a);for(var b=g(a),e=a.getChildren().count()-1;0<=
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("textarea",function(b){return{title:b.lang.forms.textarea.title,minWidth:350,minHeight:220,onShow:function(){delete this.textarea;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"textarea"==a.getName()&&(this.textarea=a,this.setupContent(a))},onOk:function(){var a,b=this.textarea,c=!b;c&&(a=this.getParentEditor(),b=a.document.createElement("textarea"));this.commitContent(b);c&&a.insertElement(b)},contents:[{id:"info",label:b.lang.forms.textarea.title,title:b.lang.forms.textarea.title,
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("textfield",function(b){function e(a){a=a.element;var b=this.getValue();b?a.setAttribute(this.id,b):a.removeAttribute(this.id)}function f(a){a=a.hasAttribute(this.id)&&a.getAttribute(this.id);this.setValue(a||"")}var g={email:1,password:1,search:1,tel:1,text:1,url:1};return{title:b.lang.forms.textfield.title,minWidth:350,minHeight:150,onShow:function(){delete this.textField;var a=this.getParentEditor().getSelection().getSelectedElement();!a||"input"!=a.getName()||!g[a.getAttribute("type")]&&
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/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"}};
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){var v=function(d,l){function v(){var a=arguments,b=this.getContentElement("advanced","txtdlgGenStyle");b&&b.commit.apply(b,a);this.foreach(function(b){b.commit&&"txtdlgGenStyle"!=b.id&&b.commit.apply(b,a)})}function k(a){if(!w){w=1;var b=this.getDialog(),c=b.imageElement;if(c){this.commit(1,c);a=[].concat(a);for(var d=a.length,f,g=0;g<d;g++)(f=b.getContentElement.apply(b,a[g].split(":")))&&f.setup(1,c)}w=0}}var m=/^\s*(\d+)((px)|\%)?\s*$/i,z=/(^\s*(\d+)((px)|\%)?\s*$)|^$/i,r=/^\d+px$/,
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("anchor",function(c){function d(a,b){return a.createFakeElement(a.document.createElement("a",{attributes:b}),"cke_anchor","anchor")}return{title:c.lang.link.anchor.title,minWidth:300,minHeight:60,onOk:function(){var a=CKEDITOR.tools.trim(this.getValueOf("info","txtName")),a={id:a,name:a,"data-cke-saved-name":a};if(this._.selectedElement)this._.selectedElement.data("cke-realelement")?(a=d(c,a),a.replace(this._.selectedElement),CKEDITOR.env.ie&&c.getSelection().selectElement(a)):
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){CKEDITOR.dialog.add("link",function(g){var n=CKEDITOR.plugins.link,p=function(){var a=this.getDialog(),b=a.getContentElement("target","popupFeatures"),a=a.getContentElement("target","linkTargetName"),m=this.getValue();if(b&&a)switch(b=b.getElement(),b.hide(),a.setValue(""),m){case "frame":a.setLabel(g.lang.link.targetFrameName);a.getElement().show();break;case "popup":b.show();a.setLabel(g.lang.link.targetPopupName);a.getElement().show();break;default:a.setValue(m),a.getElement().hide()}},
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){function d(c,d){var b;try{b=c.getSelection().getRanges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAncestor()).contains(d,1)}function e(c,e){var b=c.lang.liststyle;if("bulletedListStyle"==e)return{title:b.bulletedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label:b.type,id:"type",align:"center",style:"width:150px",items:[[b.notset,""],[b.circle,"circle"],[b.disc,"disc"],[b.square,"square"]],setup:function(a){a=
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){function C(a){a=a.toUpperCase();for(var c=D.length,b=0,f=0;f<c;++f)for(var d=D[f],e=d[1].length;a.substr(0,e)==d[1];a=a.substr(e))b+=d[0];return b}function E(a){a=a.toUpperCase();for(var c=1,b=1;0<a.length;b*=26)c+="ABCDEFGHIJKLMNOPQRSTUVWXYZ".indexOf(a.charAt(a.length-1))*b,a=a.substr(0,a.length-1);return c}var F=CKEDITOR.htmlParser.fragment.prototype,r=CKEDITOR.htmlParser.element.prototype;F.onlyChild=r.onlyChild=function(){var a=this.children;return 1==a.length&&a[0]||null};r.removeAnyChildWithName=
### CKEditor 4.5.6\r
\r
New Features:\r
-* CKEditor [language adddon](http://ckeditor.com/addon/language) support\r
-* CKEditor [placeholder adddon](http://ckeditor.com/addon/placeholder) support\r
+* CKEditor [language addon](http://ckeditor.com/addon/language) support\r
+* CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support\r
* Drag and Drop support\r
* *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html#25\r
\r
* [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe\r
* SCAYT stops working when CKEditor Undo plug-in not enabled\r
* Issue with pasting SCAYT markup in CKEditor\r
-* SCAYT stops working after pressing Cancel button in WSC dialog\r
+* [#32](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog\r
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.smiley_columns||8,k,m=function(l){var c=l.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!=b)return;var b=c.getAttribute("cke_src"),a=c.getAttribute("title"),c=f.document.createElement("img",{attributes:{src:b,"data-cke-saved-src":b,title:a,alt:a,width:c.$.width,height:c.$.height}});f.insertElement(c);k.hide();l.data.preventDefault()},q=CKEDITOR.tools.addFunction(function(a,c){a=
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
\r
cs.js Found: 118 Missing: 0\r
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","af",{euro:"Euroteken",lsquo:"Linker enkelkwotasie",rsquo:"Regter enkelkwotasie",ldquo:"Linker dubbelkwotasie",rdquo:"Regter dubbelkwotasie",ndash:"Kortkoppelteken",mdash:"Langkoppelteken",iexcl:"Omgekeerdeuitroepteken",cent:"Centteken",pound:"Pondteken",curren:"Geldeenheidteken",yen:"Yenteken",brvbar:"Gebreekte balk",sect:"Afdeelingsteken",uml:"Deelteken",copy:"Kopieregteken",ordf:"Vroulikekenteken",laquo:"Linkgeoorienteerde aanhaalingsteken",not:"Verbodeteken",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ar",{euro:"رمز اليورو",lsquo:"علامة تنصيص فردية علي اليسار",rsquo:"علامة تنصيص فردية علي اليمين",ldquo:"علامة تنصيص مزدوجة علي اليسار",rdquo:"علامة تنصيص مزدوجة علي اليمين",ndash:"En dash",mdash:"Em dash",iexcl:"علامة تعجب مقلوبة",cent:"رمز السنت",pound:"رمز الاسترليني",curren:"رمز العملة",yen:"رمز الين",brvbar:"شريط مقطوع",sect:"رمز القسم",uml:"Diaeresis",copy:"علامة حقوق الطبع",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","bg",{euro:"Евро знак",lsquo:"Лява маркировка за цитат",rsquo:"Дясна маркировка за цитат",ldquo:"Лява двойна кавичка за цитат",rdquo:"Дясна двойна кавичка за цитат",ndash:"\\\\",mdash:"/",iexcl:"Обърната питанка",cent:"Знак за цент",pound:"Знак за паунд",curren:"Валутен знак",yen:"Знак за йена",brvbar:"Прекъсната линия",sect:"Знак за секция",uml:"Diaeresis",copy:"Знак за Copyright",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ca",{euro:"Símbol d'euro",lsquo:"Signe de cometa simple esquerra",rsquo:"Signe de cometa simple dreta",ldquo:"Signe de cometa doble esquerra",rdquo:"Signe de cometa doble dreta",ndash:"Guió",mdash:"Guió baix",iexcl:"Signe d'exclamació inversa",cent:"Símbol de percentatge",pound:"Símbol de lliura",curren:"Símbol de moneda",yen:"Símbol de Yen",brvbar:"Barra trencada",sect:"Símbol de secció",uml:"Dièresi",copy:"Símbol de Copyright",ordf:"Indicador ordinal femení",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","cs",{euro:"Znak eura",lsquo:"Počáteční uvozovka jednoduchá",rsquo:"Koncová uvozovka jednoduchá",ldquo:"Počáteční uvozovka dvojitá",rdquo:"Koncová uvozovka dvojitá",ndash:"En pomlčka",mdash:"Em pomlčka",iexcl:"Obrácený vykřičník",cent:"Znak centu",pound:"Znak libry",curren:"Znak měny",yen:"Znak jenu",brvbar:"Přerušená svislá čára",sect:"Znak oddílu",uml:"Přehláska",copy:"Znak copyrightu",ordf:"Ženský indikátor rodu",laquo:"Znak dvojitých lomených uvozovek vlevo",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","cy",{euro:"Arwydd yr Ewro",lsquo:"Dyfynnod chwith unigol",rsquo:"Dyfynnod dde unigol",ldquo:"Dyfynnod chwith dwbl",rdquo:"Dyfynnod dde dwbl",ndash:"Cysylltnod en",mdash:"Cysylltnod em",iexcl:"Ebychnod gwrthdro",cent:"Arwydd sent",pound:"Arwydd punt",curren:"Arwydd arian cyfred",yen:"Arwydd yen",brvbar:"Bar toriedig",sect:"Arwydd adran",uml:"Didolnod",copy:"Arwydd hawlfraint",ordf:"Dangosydd benywaidd",laquo:"Dyfynnod dwbl ar ongl i'r chwith",not:"Arwydd Nid",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","da",{euro:"Euro-tegn",lsquo:"Venstre enkelt anførselstegn",rsquo:"Højre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rdquo:"Højre dobbelt anførselstegn",ndash:"Bindestreg",mdash:"Tankestreg",iexcl:"Omvendt udråbstegn",cent:"Cent-tegn",pound:"Pund-tegn",curren:"Kurs-tegn",yen:"Yen-tegn",brvbar:"Brudt streg",sect:"Paragraftegn",uml:"Umlaut",copy:"Copyright-tegn",ordf:"Feminin ordinal indikator",laquo:"Venstre dobbel citations-vinkel",not:"Negation",
--- /dev/null
+/*
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang("specialchar","de-ch",{euro:"Euro Zeichen",lsquo:"Hochkomma links",rsquo:"Hochkomma rechts",ldquo:"Anführungszeichen links",rdquo:"Anführungszeichen rechts",ndash:"Kleiner Strich",mdash:"Mittlerer Strich",iexcl:"Invertiertes Ausrufezeichen",cent:"Cent-Zeichen",pound:"Pfund-Zeichen",curren:"Währungszeichen",yen:"Yen",brvbar:"Gestrichelte Linie",sect:"Paragrafenzeichen",uml:"Diäresis",copy:"Copyright-Zeichen",ordf:"Feminine ordinal Anzeige",laquo:"Nach links zeigenden Doppel-Winkel Anführungszeichen",
+not:"Not-Zeichen",reg:"Registriert-Zeichen",macr:"Längezeichen",deg:"Grad-Zeichen",sup2:"Hoch 2",sup3:"Hoch 3",acute:"Akzentzeichen ",micro:"Mikro-Zeichen",para:"Pilcrow-Zeichen",middot:"Mittelpunkt",cedil:"Cedilla",sup1:"Hoch 1",ordm:"Männliche Ordnungszahl Anzeige",raquo:"Nach rechts zeigenden Doppel-Winkel Anführungszeichen",frac14:"ein Viertel",frac12:"Hälfte",frac34:"Dreiviertel",iquest:"Umgekehrtes Fragezeichen",Agrave:"Lateinischer Buchstabe A mit AkzentGrave",Aacute:"Lateinischer Buchstabe A mit Akutakzent",
+Acirc:"Lateinischer Buchstabe A mit Zirkumflex",Atilde:"Lateinischer Buchstabe A mit Tilde",Auml:"Lateinischer Buchstabe A mit Trema",Aring:"Lateinischer Buchstabe A mit Ring oben",AElig:"Lateinischer Buchstabe Æ",Ccedil:"Lateinischer Buchstabe C mit Cedille",Egrave:"Lateinischer Buchstabe E mit AkzentGrave",Eacute:"Lateinischer Buchstabe E mit Akutakzent",Ecirc:"Lateinischer Buchstabe E mit Zirkumflex",Euml:"Lateinischer Buchstabe E Trema",Igrave:"Lateinischer Buchstabe I mit AkzentGrave",Iacute:"Lateinischer Buchstabe I mit Akutakzent",
+Icirc:"Lateinischer Buchstabe I mit Zirkumflex",Iuml:"Lateinischer Buchstabe I mit Trema",ETH:"Lateinischer Buchstabe Eth",Ntilde:"Lateinischer Buchstabe N mit Tilde",Ograve:"Lateinischer Buchstabe O mit AkzentGrave",Oacute:"Lateinischer Buchstabe O mit Akutakzent",Ocirc:"Lateinischer Buchstabe O mit Zirkumflex",Otilde:"Lateinischer Buchstabe O mit Tilde",Ouml:"Lateinischer Buchstabe O mit Trema",times:"Multiplikation",Oslash:"Lateinischer Buchstabe O durchgestrichen",Ugrave:"Lateinischer Buchstabe U mit Akzentgrave",
+Uacute:"Lateinischer Buchstabe U mit Akutakzent",Ucirc:"Lateinischer Buchstabe U mit Zirkumflex",Uuml:"Lateinischer Buchstabe a mit Trema",Yacute:"Lateinischer Buchstabe a mit Akzent",THORN:"Lateinischer Buchstabe mit Dorn",szlig:"Kleiner lateinischer Buchstabe scharfe s",agrave:"Kleiner lateinischer Buchstabe a mit Accent grave",aacute:"Kleiner lateinischer Buchstabe a mit Akut",acirc:"Lateinischer Buchstabe a mit Zirkumflex",atilde:"Lateinischer Buchstabe a mit Tilde",auml:"Kleiner lateinischer Buchstabe a mit Trema",
+aring:"Kleiner lateinischer Buchstabe a mit Ring oben",aelig:"Lateinischer Buchstabe æ",ccedil:"Kleiner lateinischer Buchstabe c mit Cedille",egrave:"Kleiner lateinischer Buchstabe e mit Accent grave",eacute:"Kleiner lateinischer Buchstabe e mit Akut",ecirc:"Kleiner lateinischer Buchstabe e mit Zirkumflex",euml:"Kleiner lateinischer Buchstabe e mit Trema",igrave:"Kleiner lateinischer Buchstabe i mit AkzentGrave",iacute:"Kleiner lateinischer Buchstabe i mit Akzent",icirc:"Kleiner lateinischer Buchstabe i mit Zirkumflex",
+iuml:"Kleiner lateinischer Buchstabe i mit Trema",eth:"Kleiner lateinischer Buchstabe eth",ntilde:"Kleiner lateinischer Buchstabe n mit Tilde",ograve:"Kleiner lateinischer Buchstabe o mit Accent grave",oacute:"Kleiner lateinischer Buchstabe o mit Akzent",ocirc:"Kleiner lateinischer Buchstabe o mit Zirkumflex",otilde:"Lateinischer Buchstabe i mit Tilde",ouml:"Kleiner lateinischer Buchstabe o mit Trema",divide:"Divisionszeichen",oslash:"Kleiner lateinischer Buchstabe o durchgestrichen",ugrave:"Kleiner lateinischer Buchstabe u mit Accent grave",
+uacute:"Kleiner lateinischer Buchstabe u mit Akut",ucirc:"Kleiner lateinischer Buchstabe u mit Zirkumflex",uuml:"Kleiner lateinischer Buchstabe u mit Trema",yacute:"Kleiner lateinischer Buchstabe y mit Akut",thorn:"Kleiner lateinischer Buchstabe Dorn",yuml:"Kleiner lateinischer Buchstabe y mit Trema",OElig:"Lateinischer Buchstabe Ligatur OE",oelig:"Kleiner lateinischer Buchstabe Ligatur OE",372:"Lateinischer Buchstabe W mit Zirkumflex",374:"Lateinischer Buchstabe Y mit Zirkumflex",373:"Kleiner lateinischer Buchstabe w mit Zirkumflex",
+375:"Kleiner lateinischer Buchstabe y mit Zirkumflex",sbquo:"Tiefergestelltes Komma",8219:"Rumgedrehtes Komma",bdquo:"Doppeltes Anführungszeichen unten",hellip:"horizontale Auslassungspunkte",trade:"Handelszeichen",9658:"Dreickspfeil rechts",bull:"Bullet",rarr:"Pfeil rechts",rArr:"Doppelpfeil rechts",hArr:"Doppelpfeil links",diams:"Karo",asymp:"Ungefähr"});
\ No newline at end of file
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","de",{euro:"Euro Zeichen",lsquo:"Hochkomma links",rsquo:"Hochkomma rechts",ldquo:"Anführungszeichen links",rdquo:"Anführungszeichen rechts",ndash:"Kleiner Strich",mdash:"Mittlerer Strich",iexcl:"Invertiertes Ausrufezeichen",cent:"Cent-Zeichen",pound:"Pfund-Zeichen",curren:"Währungszeichen",yen:"Yen",brvbar:"Gestrichelte Linie",sect:"Paragrafenzeichen",uml:"Diäresis",copy:"Copyright-Zeichen",ordf:"Feminine ordinal Anzeige",laquo:"Nach links zeigenden Doppel-Winkel Anführungszeichen",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","el",{euro:"Σύμβολο Ευρώ",lsquo:"Αριστερός χαρακτήρας μονού εισαγωγικού",rsquo:"Δεξιός χαρακτήρας μονού εισαγωγικού",ldquo:"Αριστερός χαρακτήρας ευθύγραμμων εισαγωγικών",rdquo:"Δεξιός χαρακτήρας ευθύγραμμων εισαγωγικών",ndash:"Παύλα en",mdash:"Παύλα em",iexcl:"Ανάποδο θαυμαστικό",cent:"Σύμβολο σεντ",pound:"Σύμβολο λίρας",curren:"Σύμβολο συναλλαγματικής μονάδας",yen:"Σύμβολο Γιεν",brvbar:"Σπασμένη μπάρα",sect:"Σύμβολο τμήματος",uml:"Διαίρεση",copy:"Σύμβολο πνευματικών δικαιωμάτων",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","en-gb",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","en",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","eo",{euro:"Eŭrosigno",lsquo:"Supra 6-citilo",rsquo:"Supra 9-citilo",ldquo:"Supra 66-citilo",rdquo:"Supra 99-citilo",ndash:"Streketo",mdash:"Substreko",iexcl:"Renversita krisigno",cent:"Cendosigno",pound:"Pundosigno",curren:"Monersigno",yen:"Enosigno",brvbar:"Rompita vertikala streko",sect:"Kurba paragrafo",uml:"Tremao",copy:"Kopirajtosigno",ordf:"Adjektiva numerfinaĵo",laquo:"Duobla malplio-citilo",not:"Negohoko",reg:"Registrita marko",macr:"Superstreko",deg:"Gradosigno",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","es",{euro:"Símbolo de euro",lsquo:"Comilla simple izquierda",rsquo:"Comilla simple derecha",ldquo:"Comilla doble izquierda",rdquo:"Comilla doble derecha",ndash:"Guión corto",mdash:"Guión medio largo",iexcl:"Signo de admiración invertido",cent:"Símbolo centavo",pound:"Símbolo libra",curren:"Símbolo moneda",yen:"Símbolo yen",brvbar:"Barra vertical rota",sect:"Símbolo sección",uml:"Diéresis",copy:"Signo de derechos de autor",ordf:"Indicador ordinal femenino",laquo:"Abre comillas angulares",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","et",{euro:"Euromärk",lsquo:"Alustav ühekordne jutumärk",rsquo:"Lõpetav ühekordne jutumärk",ldquo:"Alustav kahekordne jutumärk",rdquo:"Lõpetav kahekordne jutumärk",ndash:"Enn-kriips",mdash:"Emm-kriips",iexcl:"Pööratud hüüumärk",cent:"Sendimärk",pound:"Naela märk",curren:"Valuutamärk",yen:"Jeeni märk",brvbar:"Katkestatud kriips",sect:"Lõigu märk",uml:"Täpid",copy:"Autoriõiguse märk",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","eu",{euro:"Euro zeinua",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","fa",{euro:"نشان یورو",lsquo:"علامت نقل قول تکی چپ",rsquo:"علامت نقل قول تکی راست",ldquo:"علامت نقل قول دوتایی چپ",rdquo:"علامت نقل قول دوتایی راست",ndash:"خط تیره En",mdash:"خط تیره Em",iexcl:"علامت تعجب وارونه",cent:"نشان سنت",pound:"نشان پوند",curren:"نشان ارز",yen:"نشان ین",brvbar:"نوار شکسته",sect:"نشان بخش",uml:"نشان سواگیری",copy:"نشان کپی رایت",ordf:"شاخص ترتیبی مونث",laquo:"اشاره چپ مکرر برای زاویه علامت نقل قول",not:"نشان ثبت نشده",reg:"نشان ثبت شده",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","fi",{euro:"Euron merkki",lsquo:"Vasen yksittäinen lainausmerkki",rsquo:"Oikea yksittäinen lainausmerkki",ldquo:"Vasen kaksoislainausmerkki",rdquo:"Oikea kaksoislainausmerkki",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Sentin merkki",pound:"Punnan merkki",curren:"Valuuttamerkki",yen:"Yenin merkki",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","fr-ca",{euro:"Symbole Euro",lsquo:"Guillemet simple ouvrant",rsquo:"Guillemet simple fermant",ldquo:"Guillemet double ouvrant",rdquo:"Guillemet double fermant",ndash:"Tiret haut",mdash:"Tiret",iexcl:"Point d'exclamation inversé",cent:"Symbole de cent",pound:"Symbole de Livre Sterling",curren:"Symbole monétaire",yen:"Symbole du Yen",brvbar:"Barre scindée",sect:"Symbole de section",uml:"Tréma",copy:"Symbole de copyright",ordf:"Indicateur ordinal féminin",laquo:"Guillemet français ouvrant",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","fr",{euro:"Symbole Euro",lsquo:"Guillemet simple ouvrant",rsquo:"Guillemet simple fermant",ldquo:"Guillemet double ouvrant",rdquo:"Guillemet double fermant",ndash:"Tiret haut",mdash:"Tiret cadratin",iexcl:"Point d'exclamation inversé",cent:"Symbole Cent",pound:"Symbole Livre Sterling",curren:"Symbole monétaire",yen:"Symbole Yen",brvbar:"Barre verticale scindée",sect:"Section",uml:"Tréma",copy:"Symbole Copyright",ordf:"Indicateur ordinal féminin",laquo:"Guillemet français ouvrant",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","gl",{euro:"Símbolo do euro",lsquo:"Comiña simple esquerda",rsquo:"Comiña simple dereita",ldquo:"Comiñas dobres esquerda",rdquo:"Comiñas dobres dereita",ndash:"Guión",mdash:"Raia",iexcl:"Signo de admiración invertido",cent:"Símbolo do centavo",pound:"Símbolo da libra",curren:"Símbolo de moeda",yen:"Símbolo do yen",brvbar:"Barra vertical rota",sect:"Símbolo de sección",uml:"Diérese",copy:"Símbolo de dereitos de autoría",ordf:"Indicador ordinal feminino",laquo:"Comiñas latinas, apertura",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","he",{euro:"יורו",lsquo:"סימן ציטוט יחיד שמאלי",rsquo:"סימן ציטוט יחיד ימני",ldquo:"סימן ציטוט כפול שמאלי",rdquo:"סימן ציטוט כפול ימני",ndash:"קו מפריד קצר",mdash:"קו מפריד ארוך",iexcl:"סימן קריאה הפוך",cent:"סנט",pound:"פאונד",curren:"מטבע",yen:"ין",brvbar:"קו שבור",sect:"סימן מקטע",uml:"שתי נקודות אופקיות (Diaeresis)",copy:"סימן זכויות יוצרים (Copyright)",ordf:"סימן אורדינאלי נקבי",laquo:"סימן ציטוט זווית כפולה לשמאל",not:"סימן שלילה מתמטי",reg:"סימן רשום",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","hr",{euro:"Euro znak",lsquo:"Lijevi jednostruki navodnik",rsquo:"Desni jednostruki navodnik",ldquo:"Lijevi dvostruki navodnik",rdquo:"Desni dvostruki navodnik",ndash:"En crtica",mdash:"Em crtica",iexcl:"Naopaki uskličnik",cent:"Cent znak",pound:"Funta znak",curren:"Znak valute",yen:"Yen znak",brvbar:"Potrgana prečka",sect:"Znak odjeljka",uml:"Prijeglasi",copy:"Copyright znak",ordf:"Feminine ordinal indicator",laquo:"Lijevi dvostruki uglati navodnik",not:"Not znak",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","hu",{euro:"Euró jel",lsquo:"Bal szimpla idézőjel",rsquo:"Jobb szimpla idézőjel",ldquo:"Bal dupla idézőjel",rdquo:"Jobb dupla idézőjel",ndash:"Rövid gondolatjel",mdash:"Hosszú gondolatjel",iexcl:"Fordított felkiáltójel",cent:"Cent jel",pound:"Font jel",curren:"Valuta jel",yen:"Yen jel",brvbar:"Hosszú kettőspont",sect:"Paragrafus jel",uml:"Kettős hangzó jel",copy:"Szerzői jog jel",ordf:"Női sorrend mutatója",laquo:"Balra mutató duplanyíl",not:"Feltételes kötőjel",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","id",{euro:"Tanda Euro",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Tanda Yen",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Tanda Hak Cipta",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","it",{euro:"Simbolo Euro",lsquo:"Virgoletta singola sinistra",rsquo:"Virgoletta singola destra",ldquo:"Virgolette aperte",rdquo:"Virgolette chiuse",ndash:"Trattino",mdash:"Trattino lungo",iexcl:"Punto esclavamativo invertito",cent:"Simbolo Cent",pound:"Simbolo Sterlina",curren:"Simbolo Moneta",yen:"Simbolo Yen",brvbar:"Barra interrotta",sect:"Simbolo di sezione",uml:"Dieresi",copy:"Simbolo Copyright",ordf:"Indicatore ordinale femminile",laquo:"Virgolette basse aperte",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ja",{euro:"ユーロ記号",lsquo:"左シングル引用符",rsquo:"右シングル引用符",ldquo:"左ダブル引用符",rdquo:"右ダブル引用符",ndash:"半角ダッシュ",mdash:"全角ダッシュ",iexcl:"逆さ感嘆符",cent:"セント記号",pound:"ポンド記号",curren:"通貨記号",yen:"円記号",brvbar:"上下に分かれた縦棒",sect:"節記号",uml:"分音記号(ウムラウト)",copy:"著作権表示記号",ordf:"女性序数標識",laquo:" 始め二重山括弧引用記号",not:"論理否定記号",reg:"登録商標記号",macr:"長音符",deg:"度記号",sup2:"上つき2, 2乗",sup3:"上つき3, 3乗",acute:"揚音符",micro:"ミクロン記号",para:"段落記号",middot:"中黒",cedil:"セディラ",sup1:"上つき1",ordm:"男性序数標識",raquo:"終わり二重山括弧引用記号",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","km",{euro:"សញ្ញាអឺរ៉ូ",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"សញ្ញាសេន",pound:"សញ្ញាផោន",curren:"សញ្ញារូបិយបណ្ណ",yen:"សញ្ញាយ៉េន",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"សញ្ញារក្សាសិទ្ធិ",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ko",{euro:"유로화 기호",lsquo:"왼쪽 외 따옴표",rsquo:"오른쪽 외 따옴표",ldquo:"왼쪽 쌍 따옴표",rdquo:"오른쪽 쌍 따옴표",ndash:"반각 대시",mdash:"전각 대시",iexcl:"반전된 느낌표",cent:"센트 기호",pound:"파운드화 기호",curren:"커런시 기호",yen:"위안화 기호",brvbar:"Broken bar",sect:"섹션 기호",uml:"분음 부호",copy:"저작권 기호",ordf:"Feminine ordinal indicator",laquo:"왼쪽 쌍꺽쇠 인용 부호",not:"금지 기호",reg:"등록 기호",macr:"장음 기호",deg:"도 기호",sup2:"위첨자 2",sup3:"위첨자 3",acute:"양음 악센트 부호",micro:"마이크로 기호",para:"단락 기호",middot:"가운데 점",cedil:"세디유",sup1:"위첨자 1",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ku",{euro:"نیشانەی یۆرۆ",lsquo:"نیشانەی فاریزەی سەرووژێری تاکی چەپ",rsquo:"نیشانەی فاریزەی سەرووژێری تاکی ڕاست",ldquo:"نیشانەی فاریزەی سەرووژێری دووهێندەی چهپ",rdquo:"نیشانەی فاریزەی سەرووژێری دووهێندەی ڕاست",ndash:"تەقەڵی کورت",mdash:"تەقەڵی درێژ",iexcl:"نیشانەی هەڵەوگێڕی سەرسوڕهێنەر",cent:"نیشانەی سەنت",pound:"نیشانەی پاوەند",curren:"نیشانەی دراو",yen:"نیشانەی یەنی ژاپۆنی",brvbar:"شریتی ئەستوونی پچڕاو",sect:"نیشانەی دوو s لەسەریەک",uml:"خاڵ",copy:"نیشانەی مافی چاپ",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","lt",{euro:"Euro ženklas",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cento ženklas",pound:"Svaro ženklas",curren:"Valiutos ženklas",yen:"Jenos ženklas",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","lv",{euro:"Euro zīme",lsquo:"Kreisā vienkārtīga pēdiņa",rsquo:"Labā vienkārtīga pēdiņa",ldquo:"Kreisā dubult pēdiņa",rdquo:"Labā dubult pēdiņa",ndash:"En svītra",mdash:"Em svītra",iexcl:"Apgriezta izsaukuma zīme",cent:"Centu naudas zīme",pound:"Sterliņu mārciņu naudas zīme",curren:"Valūtas zīme",yen:"Jenu naudas zīme",brvbar:"Vertikāla pārrauta līnija",sect:"Paragrāfa zīme",uml:"Diakritiska zīme",copy:"Autortiesību zīme",ordf:"Sievišķas kārtas rādītājs",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","nb",{euro:"Eurosymbol",lsquo:"Venstre enkelt anførselstegn",rsquo:"Høyre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rdquo:"Høyre anførsesltegn",ndash:"Kort tankestrek",mdash:"Lang tankestrek",iexcl:"Omvendt utropstegn",cent:"Centsymbol",pound:"Pundsymbol",curren:"Valutategn",yen:"Yensymbol",brvbar:"Brutt loddrett strek",sect:"Paragraftegn",uml:"Tøddel",copy:"Copyrighttegn",ordf:"Feminin ordensindikator",laquo:"Venstre anførselstegn",not:"Negasjonstegn",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","nl",{euro:"Euro-teken",lsquo:"Linker enkel aanhalingsteken",rsquo:"Rechter enkel aanhalingsteken",ldquo:"Linker dubbel aanhalingsteken",rdquo:"Rechter dubbel aanhalingsteken",ndash:"En dash",mdash:"Em dash",iexcl:"Omgekeerd uitroepteken",cent:"Cent-teken",pound:"Pond-teken",curren:"Valuta-teken",yen:"Yen-teken",brvbar:"Gebroken streep",sect:"Paragraaf-teken",uml:"Trema",copy:"Copyright-teken",ordf:"Vrouwelijk ordinaal",laquo:"Linker guillemet",not:"Ongelijk-teken",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","no",{euro:"Eurosymbol",lsquo:"Venstre enkelt anførselstegn",rsquo:"Høyre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rdquo:"Høyre anførsesltegn",ndash:"Kort tankestrek",mdash:"Lang tankestrek",iexcl:"Omvendt utropstegn",cent:"Centsymbol",pound:"Pundsymbol",curren:"Valutategn",yen:"Yensymbol",brvbar:"Brutt loddrett strek",sect:"Paragraftegn",uml:"Tøddel",copy:"Copyrighttegn",ordf:"Feminin ordensindikator",laquo:"Venstre anførselstegn",not:"Negasjonstegn",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","pl",{euro:"Znak euro",lsquo:"Cudzysłów pojedynczy otwierający",rsquo:"Cudzysłów pojedynczy zamykający",ldquo:"Cudzysłów apostrofowy otwierający",rdquo:"Cudzysłów apostrofowy zamykający",ndash:"Półpauza",mdash:"Pauza",iexcl:"Odwrócony wykrzyknik",cent:"Znak centa",pound:"Znak funta",curren:"Znak waluty",yen:"Znak jena",brvbar:"Przerwana pionowa kreska",sect:"Paragraf",uml:"Diereza",copy:"Znak praw autorskich",ordf:"Wskaźnik rodzaju żeńskiego liczebnika porządkowego",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","pt-br",{euro:"Euro",lsquo:"Aspas simples esquerda",rsquo:"Aspas simples direita",ldquo:"Aspas duplas esquerda",rdquo:"Aspas duplas direita",ndash:"Traço",mdash:"Travessão",iexcl:"Ponto de exclamação invertido",cent:"Cent",pound:"Cerquilha",curren:"Dinheiro",yen:"Yen",brvbar:"Bara interrompida",sect:"Símbolo de Parágrafo",uml:"Trema",copy:"Direito de Cópia",ordf:"Indicador ordinal feminino",laquo:"Aspas duplas angulares esquerda",not:"Negação",reg:"Marca Registrada",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","pt",{euro:"Símbolo do Euro",lsquo:"Aspa esquerda simples",rsquo:"Aspa direita simples",ldquo:"Aspa esquerda dupla",rdquo:"Aspa direita dupla",ndash:"Travessão Simples",mdash:"Travessão Longo",iexcl:"Ponto de exclamação invertido",cent:"Símbolo do Cêntimo",pound:"Símbolo da Libra",curren:"Símbolo de Moeda",yen:"Símbolo do Iene",brvbar:"Barra quebrada",sect:"Símbolo de Secção",uml:"Trema",copy:"Símbolo dos Direitos de Autor",ordf:"Indicador ordinal feminino",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ru",{euro:"Знак евро",lsquo:"Левая одинарная кавычка",rsquo:"Правая одинарная кавычка",ldquo:"Левая двойная кавычка",rdquo:"Левая двойная кавычка",ndash:"Среднее тире",mdash:"Длинное тире",iexcl:"перевёрнутый восклицательный знак",cent:"Цент",pound:"Фунт",curren:"Знак валюты",yen:"Йена",brvbar:"Вертикальная черта с разрывом",sect:"Знак параграфа",uml:"Умлаут",copy:"Знак охраны авторского права",ordf:"Указатель окончания женского рода ...ая",laquo:"Левая кавычка-«ёлочка»",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","si",{euro:"යුරෝ සලකුණ",lsquo:"වමේ තනි උපුටා දක්වීම ",rsquo:"දකුණේ තනි උපුටා දක්වීම ",ldquo:"වමේ දිත්ව උපුටා දක්වීම ",rdquo:"දකුණේ දිත්ව උපුටා දක්වීම ",ndash:"En dash",mdash:"Em dash",iexcl:"යටිකුරු හර්ෂදී ",cent:"Cent sign",pound:"Pound sign",curren:"මුල්යමය ",yen:"යෙන් ",brvbar:"Broken bar",sect:"තෙරේම් ",uml:"Diaeresis",copy:"පිටපත් අයිතිය ",ordf:"දර්ශකය",laquo:"Left-pointing double angle quotation mark",not:"සලකුණක් නොවේ",reg:"සලකුණක් ලියාපදිංචි කිරීම",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","sk",{euro:"Znak eura",lsquo:"Ľavá jednoduchá úvodzovka",rsquo:"Pravá jednoduchá úvodzovka",ldquo:"Pravá dvojitá úvodzovka",rdquo:"Pravá dvojitá úvodzovka",ndash:"En pomlčka",mdash:"Em pomlčka",iexcl:"Obrátený výkričník",cent:"Znak centu",pound:"Znak libry",curren:"Znak meny",yen:"Znak jenu",brvbar:"Prerušená zvislá čiara",sect:"Znak odseku",uml:"Prehláska",copy:"Znak copyrightu",ordf:"Ženský indikátor rodu",laquo:"Znak dvojitých lomených úvodzoviek vľavo",not:"Logistický zápor",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","sl",{euro:"Evro znak",lsquo:"Levi enojni narekovaj",rsquo:"Desni enojni narekovaj",ldquo:"Levi dvojni narekovaj",rdquo:"Desni dvojni narekovaj",ndash:"En pomišljaj",mdash:"Em pomišljaj",iexcl:"Obrnjen klicaj",cent:"Cent znak",pound:"Funt znak",curren:"Znak valute",yen:"Jen znak",brvbar:"Zlomljena črta",sect:"Znak oddelka",uml:"Diaeresis",copy:"Znak avtorskih pravic",ordf:"Ženski zaporedni kazalnik",laquo:"Levi obrnjen dvojni kotni narekovaj",not:"Ne znak",reg:"Registrirani znak",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","sq",{euro:"Shenja e Euros",lsquo:"Thonjëza majtas me një vi",rsquo:"Thonjëza djathtas me një vi",ldquo:"Thonjëza majtas",rdquo:"Thonjëza djathtas",ndash:"En viza lidhëse",mdash:"Em viza lidhëse",iexcl:"Pikëçuditëse e përmbysur",cent:"Shenja e Centit",pound:"Shejna e Funtit",curren:"Shenja e valutës",yen:"Shenja e Jenit",brvbar:"Viza e këputur",sect:"Shenja e pjesës",uml:"Diaeresis",copy:"Shenja e të drejtave të kopjimit",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","sv",{euro:"Eurotecken",lsquo:"Enkelt vänster citattecken",rsquo:"Enkelt höger citattecken",ldquo:"Dubbelt vänster citattecken",rdquo:"Dubbelt höger citattecken",ndash:"Snedstreck",mdash:"Långt tankstreck",iexcl:"Inverterad utropstecken",cent:"Centtecken",pound:"Pundtecken",curren:"Valutatecken",yen:"Yentecken",brvbar:"Brutet lodrätt streck",sect:"Paragraftecken",uml:"Diaeresis",copy:"Upphovsrättstecken",ordf:"Feminit ordningstalsindikator",laquo:"Vänsterställt dubbelt vinkelcitationstecken",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","th",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"สัญลักษณ์สกุลเงิน",yen:"สัญลักษณ์เงินเยน",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","tr",{euro:"Euro işareti",lsquo:"Sol tek tırnak işareti",rsquo:"Sağ tek tırnak işareti",ldquo:"Sol çift tırnak işareti",rdquo:"Sağ çift tırnak işareti",ndash:"En tire",mdash:"Em tire",iexcl:"Ters ünlem işareti",cent:"Cent işareti",pound:"Pound işareti",curren:"Para birimi işareti",yen:"Yen işareti",brvbar:"Kırık bar",sect:"Bölüm işareti",uml:"İki sesli harfin ayrılması",copy:"Telif hakkı işareti",ordf:"Dişil sıralı gösterge",laquo:"Sol-işaret çift açı tırnak işareti",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","tt",{euro:"Евро тамгасы",lsquo:"Сул бер иңле куштырнаклар",rsquo:"Уң бер иңле куштырнаклар",ldquo:"Сул ике иңле куштырнаклар",rdquo:"Уң ике иңле куштырнаклар",ndash:"Кыска сызык",mdash:"Озын сызык",iexcl:"Әйләндерелгән өндәү билгесе",cent:"Цент тамгасы",pound:"Фунт тамгасы",curren:"Акча берәмлеге тамгасы",yen:"Иена тамгасы",brvbar:"Broken bar",sect:"Параграф билгесе",uml:"Диерезис",copy:"Хокук иясе булу билгесе",ordf:"Feminine ordinal indicator",laquo:"Ачылучы чыршысыман җәя",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","ug",{euro:"ياۋرو بەلگىسى",lsquo:"يالاڭ پەش سول",rsquo:"يالاڭ پەش ئوڭ",ldquo:"قوش پەش سول",rdquo:"قوش پەش ئوڭ",ndash:"سىزىقچە",mdash:"سىزىق",iexcl:"ئۈندەش",cent:"تىيىن بەلگىسى",pound:"فوند ستېرلىڭ",curren:"پۇل بەلگىسى",yen:"ياپونىيە يىنى",brvbar:"ئۈزۈك بالداق",sect:"پاراگراف بەلگىسى",uml:"تاۋۇش ئايرىش بەلگىسى",copy:"نەشر ھوقۇقى بەلگىسى",ordf:"Feminine ordinal indicator",laquo:"قوش تىرناق سول",not:"غەيرى بەلگە",reg:"خەتلەتكەن تاۋار ماركىسى",macr:"سوزۇش بەلگىسى",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","uk",{euro:"Знак євро",lsquo:"Ліві одинарні лапки",rsquo:"Праві одинарні лапки",ldquo:"Ліві подвійні лапки",rdquo:"Праві подвійні лапки",ndash:"Середнє тире",mdash:"Довге тире",iexcl:"Перевернутий знак оклику",cent:"Знак цента",pound:"Знак фунта",curren:"Знак валюти",yen:"Знак єни",brvbar:"Переривчаста вертикальна лінія",sect:"Знак параграфу",uml:"Умлаут",copy:"Знак авторських прав",ordf:"Жіночий порядковий вказівник",laquo:"ліві вказівні подвійні кутові дужки",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","vi",{euro:"Ký hiệu Euro",lsquo:"Dấu ngoặc đơn trái",rsquo:"Dấu ngoặc đơn phải",ldquo:"Dấu ngoặc đôi trái",rdquo:"Dấu ngoặc đôi phải",ndash:"Gạch ngang tiếng anh",mdash:"Gạch ngang Em",iexcl:"Chuyển đổi dấu chấm than",cent:"Ký tự tiền Mỹ",pound:"Ký tự tiền Anh",curren:"Ký tự tiền tệ",yen:"Ký tự tiền Yên Nhật",brvbar:"Thanh hỏng",sect:"Ký tự khu vực",uml:"Dấu tách đôi",copy:"Ký tự bản quyền",ordf:"Phần chỉ thị giống cái",laquo:"Chọn dấu ngoặc đôi trái",not:"Không có ký tự",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","zh-cn",{euro:"欧元符号",lsquo:"左单引号",rsquo:"右单引号",ldquo:"左双引号",rdquo:"右双引号",ndash:"短划线",mdash:"长划线",iexcl:"竖翻叹号",cent:"分币符号",pound:"英镑符号",curren:"货币符号",yen:"日元符号",brvbar:"间断条",sect:"节标记",uml:"分音符",copy:"版权所有标记",ordf:"阴性顺序指示符",laquo:"左指双尖引号",not:"非标记",reg:"注册标记",macr:"长音符",deg:"度标记",sup2:"上标二",sup3:"上标三",acute:"锐音符",micro:"微符",para:"段落标记",middot:"中间点",cedil:"下加符",sup1:"上标一",ordm:"阳性顺序指示符",raquo:"右指双尖引号",frac14:"普通分数四分之一",frac12:"普通分数二分之一",frac34:"普通分数四分之三",iquest:"竖翻问号",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","zh",{euro:"歐元符號",lsquo:"左單引號",rsquo:"右單引號",ldquo:"左雙引號",rdquo:"右雙引號",ndash:"短破折號",mdash:"長破折號",iexcl:"倒置的驚嘆號",cent:"美分符號",pound:"英鎊符號",curren:"貨幣符號",yen:"日圓符號",brvbar:"破折號",sect:"章節符號",uml:"分音符號",copy:"版權符號",ordf:"雌性符號",laquo:"左雙角括號",not:"Not 符號",reg:"註冊商標符號",macr:"長音符號",deg:"度數符號",sup2:"上標字 2",sup3:"上標字 3",acute:"尖音符號",micro:"微",para:"段落符號",middot:"中間點",cedil:"字母 C 下面的尾型符號 ",sup1:"上標",ordm:"雄性符號",raquo:"右雙角括號",frac14:"四分之一符號",frac12:"二分之一符號",frac34:"四分之三符號",
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("specialchar",function(k){var e,n=k.lang.specialchar,m=function(c){var b;c=c.data?c.data.getTarget():new CKEDITOR.dom.element(c);"a"==c.getName()&&(b=c.getChild(0).getHtml())&&(c.removeClass("cke_light_background"),e.hide(),c=k.document.createElement("span"),c.setHtml(b),k.insertText(c.getText()))},p=CKEDITOR.tools.addFunction(m),l,g=function(c,b){var a;b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());if("a"==b.getName()&&(a=b.getChild(0).getHtml())){l&&d(null,l);
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){function v(a){for(var f=0,n=0,m=0,p,e=a.$.rows.length;m<e;m++){p=a.$.rows[m];for(var d=f=0,c,b=p.cells.length;d<b;d++)c=p.cells[d],f+=c.colSpan;f>n&&(n=f)}return n}function r(a){return function(){var f=this.getValue(),f=!!(CKEDITOR.dialog.validate.integer()(f)&&0<f);f||(alert(a),this.select());return f}}function q(a,f){var n=function(e){return new CKEDITOR.dom.element(e,a.document)},q=a.editable(),p=a.plugins.dialogadvtab;return{title:a.lang.table.title,minWidth:310,minHeight:CKEDITOR.env.ie?
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("cellProperties",function(g){function d(a){return function(b){for(var c=a(b[0]),d=1;d<b.length;d++)if(a(b[d])!==c){c=null;break}"undefined"!=typeof c&&(this.setValue(c),CKEDITOR.env.gecko&&"select"==this.type&&!c&&(this.getInputElement().$.selectedIndex=-1))}}function l(a){if(a=n.exec(a.getStyle("width")||a.getAttribute("width")))return a[2]}var h=g.lang.table,c=h.cell,e=g.lang.common,k=CKEDITOR.dialog.validate,n=/^(\d+(?:\.\d+)?)(px|%)$/,f={type:"html",html:"\x26nbsp;"},p="rtl"==
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/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"':
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/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 colums, each one with a title, and some text.",
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
@media (max-width: 900px) {\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p class="grid-width-100" id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.\r
</p>\r
</div>\r
</footer>\r
/**\r
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
var SF=function(){function d(a){return(a=a.attributes?a.attributes.getNamedItem("class"):null)?a.value.split(" "):[]}function c(a){var e=document.createAttribute("class");e.value=a.join(" ");return e}var b={attachListener:function(a,e,b){if(a.addEventListener)a.addEventListener(e,b,!1);else if(a.attachEvent)a.attachEvent("on"+e,function(){b.apply(a,arguments)});else throw Error("Could not attach event.");}};b.indexOf=function(){var a=Array.prototype.indexOf;return"function"===a?function(e,b){return a.call(e,
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/*\r
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*\r
* Styles used by the XHTML 1.1 sample page (xhtml.html).\r
<!DOCTYPE html>\r
<?php\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
?>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
</p>\r
</div>\r
</body>\r
/*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-var CKEDITOR_LANGS=function(){var c={af:"Afrikaans",ar:"Arabic",bg:"Bulgarian",bn:"Bengali/Bangla",bs:"Bosnian",ca:"Catalan",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English","en-au":"English (Australia)","en-ca":"English (Canadian)","en-gb":"English (United Kingdom)",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fo:"Faroese",fr:"French","fr-ca":"French (Canada)",gl:"Galician",gu:"Gujarati",he:"Hebrew",hi:"Hindi",hr:"Croatian",hu:"Hungarian",id:"Indonesian",
-is:"Icelandic",it:"Italian",ja:"Japanese",ka:"Georgian",km:"Khmer",ko:"Korean",ku:"Kurdish",lt:"Lithuanian",lv:"Latvian",mk:"Macedonian",mn:"Mongolian",ms:"Malay",nb:"Norwegian Bokmal",nl:"Dutch",no:"Norwegian",pl:"Polish",pt:"Portuguese (Portugal)","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",si:"Sinhala",sk:"Slovak",sq:"Albanian",sl:"Slovenian",sr:"Serbian (Cyrillic)","sr-latn":"Serbian (Latin)",sv:"Swedish",th:"Thai",tr:"Turkish",tt:"Tatar",ug:"Uighur",uk:"Ukrainian",vi:"Vietnamese",
-zh:"Chinese Traditional","zh-cn":"Chinese Simplified"},b=[],a;for(a in CKEDITOR.lang.languages)b.push({code:a,name:c[a]||a});b.sort(function(a,b){return a.name<b.name?-1:1});return b}();
\ No newline at end of file
+var CKEDITOR_LANGS=function(){var c={af:"Afrikaans",ar:"Arabic",bg:"Bulgarian",bn:"Bengali/Bangla",bs:"Bosnian",ca:"Catalan",cs:"Czech",cy:"Welsh",da:"Danish",de:"German","de-ch":"German (Switzerland)",el:"Greek",en:"English","en-au":"English (Australia)","en-ca":"English (Canadian)","en-gb":"English (United Kingdom)",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fo:"Faroese",fr:"French","fr-ca":"French (Canada)",gl:"Galician",gu:"Gujarati",he:"Hebrew",hi:"Hindi",
+hr:"Croatian",hu:"Hungarian",id:"Indonesian",is:"Icelandic",it:"Italian",ja:"Japanese",ka:"Georgian",km:"Khmer",ko:"Korean",ku:"Kurdish",lt:"Lithuanian",lv:"Latvian",mk:"Macedonian",mn:"Mongolian",ms:"Malay",nb:"Norwegian Bokmal",nl:"Dutch",no:"Norwegian",pl:"Polish",pt:"Portuguese (Portugal)","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",si:"Sinhala",sk:"Slovak",sq:"Albanian",sl:"Slovenian",sr:"Serbian (Cyrillic)","sr-latn":"Serbian (Latin)",sv:"Swedish",th:"Thai",tr:"Turkish",tt:"Tatar",
+ug:"Uighur",uk:"Ukrainian",vi:"Vietnamese",zh:"Chinese Traditional","zh-cn":"Chinese Simplified"},b=[],a;for(a in CKEDITOR.lang.languages)b.push({code:a,name:c[a]||a});b.sort(function(a,b){return a.name<b.name?-1:1});return b}();
\ No newline at end of file
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/**\r
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
</p>\r
</div>\r
</body>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a>\r
- Frederico Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a>\r
- Frederico Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a>\r
- Frederico Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
To save the content created with CKEditor you need to read the POST data on the server\r
side and write it to a file or the database.\r
\r
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-------------------------------------------------------------------------------------------\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<!--[if IE 8]><html class="ie8"><![endif]-->\r
CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p class="grid-width-100" id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.\r
</p>\r
</footer>\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_title{zoom:1}.cke_dialog_footer{border-top:1px solid #bfbfbf}.cke_dialog_footer_buttons{position:static}.cke_dialog_footer_buttons a.cke_dialog_ui_button{vertical-align:top}.cke_dialog .cke_resizer_ltr{padding-left:4px}.cke_dialog .cke_resizer_rtl{padding-right:4px}.cke_dialog_ui_input_text,.cke_dialog_ui_input_password,.cke_dialog_ui_input_textarea,.cke_dialog_ui_input_select{padding:0!important}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{display:block}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_footer{filter:""}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
-.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
+.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
-.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
+.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
-.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
+.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
-.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:26px}.cke_toolgroup,.cke_combo{position:relative}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top;background-color:#c0c0c0}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:5px;height:6px;padding:0;position:absolute;right:8px;top:10px;background-position:0 0}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -24px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
+.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:26px}.cke_toolgroup,.cke_combo{position:relative}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top;background-color:#c0c0c0}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:5px;height:6px;padding:0;position:absolute;right:8px;top:10px;background-position:0 0}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -24px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
-.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
+.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
-.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
+.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0}.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -456px !important;}.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -480px !important;}.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -504px !important;}.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -528px !important;}.cke_button__button_icon {background: url(icons.png) no-repeat 0 -552px !important;}.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -576px !important;}.cke_button__form_icon {background: url(icons.png) no-repeat 0 -600px !important;}.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -624px !important;}.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -648px !important;}.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -672px !important;}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -696px !important;}.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -720px !important;}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -744px !important;}.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -768px !important;}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -792px !important;}.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -816px !important;}.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -840px !important;}.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -864px !important;}.cke_button__image_icon {background: url(icons.png) no-repeat 0 -888px !important;}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -912px !important;}.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -936px !important;}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -960px !important;}.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -984px !important;}.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1008px !important;}.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1032px !important;}.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1080px !important;}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1104px !important;}.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1128px !important;}.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1152px !important;}.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1176px !important;}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1200px !important;}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1224px !important;}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1248px !important;}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1272px !important;}.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1296px !important;}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1320px !important;}.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1344px !important;}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1368px !important;}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1392px !important;}.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1416px !important;}.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1440px !important;}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1464px !important;}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1488px !important;}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1512px !important;}.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1536px !important;}.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1560px !important;}.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1584px !important;}.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1608px !important;}.cke_button__scayt_icon {background: url(icons.png) no-repeat 0 -1632px !important;}.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1656px !important;}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1680px !important;}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1704px !important;}.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1728px !important;}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1752px !important;}.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1776px !important;}.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1800px !important;}.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1824px !important;}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1848px !important;}.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1872px !important;}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1896px !important;}.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1920px !important;}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1944px !important;}.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1968px !important;}.cke_button__spellchecker_icon {background: url(icons.png) no-repeat 0 -1992px !important;}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
\ No newline at end of file
License\r
-------\r
\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
\r
For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license)\r
/**\r
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEditor 4 Changelog
====================
+## CKEditor 4.5.7
+
+New Features:
+
+* [#14327](http://dev.ckeditor.com/ticket/14327): Added Swiss German localization.
+
+Other Changes:
+
+* [#13816](http://dev.ckeditor.com/ticket/13816): Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues:
+ * [#12727](http://dev.ckeditor.com/ticket/12727): [Blink] `IndexSizeError` when using the [Div Editing Area](http://ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins.
+ * [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Korean.
+ * [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag.
+ * [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor.
+* [#13884](http://dev.ckeditor.com/ticket/13884): Fixed: Copy/paste table in Firefox results in just first cell being pasted.
+* [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Embed](http://ckeditor.com/addon/embed) dialog.
+
## CKEditor 4.5.6
New Features:
New Features:
-* [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default filen ame for paste uploads.
+* [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default file name for paste uploads.
* [#13603](http://dev.ckeditor.com/ticket/13603): Added support for uploading dropped BMP images.
Fixed Issues:
==========================
CKEditor - The text editor for Internet - http://ckeditor.com
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
Licensed under the terms of any of the following licenses at your
choice:
The following libraries are included in CKEditor under the MIT license (see Appendix D):
-* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
+* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others.
The following libraries are included only in the development version of CKEditor under the MIT license (see Appendix D):
-* CKBuilder - Copyright (c) 2012-2015, CKSource - Frederico Knabben.
-* CKLangTool - Copyright (c) 2012-2015, CKSource - Frederico Knabben.
+* CKBuilder - Copyright (c) 2012-2016, CKSource - Frederico Knabben.
+* CKLangTool - Copyright (c) 2012-2016, CKSource - Frederico Knabben.
* Optimist - Copyright 2010 James Halliday (mail@substack.net).
* Q - Copyright 2009–2014 Kristopher Michael Kowal.
* Tmp - Copyright (c) 2014 KARASZI István.
* Mkdirp - Copyright 2010 James Halliday (mail@substack.net).
-* Bender.js - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
-* benderjs-coverage - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
-* benderjs-jquery - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
-* benderjs-sinon - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
-* benderjs-yui - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
+* Bender.js - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
+* benderjs-coverage - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
+* benderjs-jquery - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
+* benderjs-sinon - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
+* benderjs-yui - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
* Grunt - Copyright (c) 2015 "Cowboy" Ben Alman.
* grunt-contrib-imagemin - Copyright (c) 2014 Sindre Sorhus, contributors.
* grunt-jscs - Copyright (c) 2014 Gustavo Henke, contributors.
CKEditor 4
==========
-Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
http://ckeditor.com - See LICENSE.md for license information.
CKEditor is a text editor to be used inside web pages. It's not a replacement
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
\r
// %REMOVE_START%\r
// The configuration options below are needed when running CKEditor from source files.\r
- config.plugins = 'dialogui,dialog,about,a11yhelp,basicstyles,blockquote,clipboard,panel,floatpanel,menu,contextmenu,resize,button,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,format,horizontalrule,htmlwriter,wysiwygarea,image,indent,indentlist,fakeobjects,link,list,magicline,maximize,pastetext,pastefromword,removeformat,showborders,sourcearea,specialchar,menubutton,scayt,stylescombo,tab,table,tabletools,undo,wsc,dialogadvtab,bidi,panelbutton,colorbutton,colordialog,templates,div,find,flash,font,forms,iframe,indentblock,smiley,justify,liststyle,newpage,pagebreak,preview,print,save,selectall,showblocks,imagebrowser';\r
+ config.plugins = 'dialogui,dialog,a11yhelp,about,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,menu,contextmenu,dialogadvtab,div,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,format,forms,horizontalrule,htmlwriter,iframe,image,imagebrowser,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastefromword,pastetext,preview,print,removeformat,resize,save,menubutton,scayt,selectall,showblocks,showborders,smiley,sourcearea,specialchar,stylescombo,tab,table,tabletools,templates,toolbar,undo,wsc,wysiwygarea,lineutils,widget';\r
config.skin = 'moono';\r
// %REMOVE_END%\r
\r
/*
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
// The idea is - all empty text nodes will be virtually merged into their adjacent text nodes.
// If an empty text node does not have an adjacent non-empty text node we can return -1 straight away,
// because it and all its sibling text nodes will be merged into an empty text node and then totally ignored.
- if ( normalized && current.nodeType == CKEDITOR.NODE_TEXT && !current.nodeValue ) {
+ if ( normalized && current.nodeType == CKEDITOR.NODE_TEXT && isEmpty( current ) ) {
var adjacent = getAdjacentNonEmptyTextNode( current ) || getAdjacentNonEmptyTextNode( current, true );
if ( !adjacent )
do {
// Bypass blank node and adjacent text nodes.
- if ( normalized && current != this.$ && current.nodeType == CKEDITOR.NODE_TEXT && ( isNormalizing || !current.nodeValue ) )
+ if ( normalized && current != this.$ && current.nodeType == CKEDITOR.NODE_TEXT && ( isNormalizing || isEmpty( current ) ) )
continue;
index++;
// If found a non-empty text node, then return it.
// If not, then continue search.
- return sibling.nodeValue ? sibling : getAdjacentNonEmptyTextNode( sibling, lookForward );
+ return isEmpty( sibling ) ? getAdjacentNonEmptyTextNode( sibling, lookForward ) : sibling;
+ }
+
+ // Checks whether a text node is empty or is FCSeq string (which will be totally removed when normalizing).
+ function isEmpty( textNode ) {
+ return !textNode.nodeValue || textNode.nodeValue == CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE;
}
},
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
var sum = 0;
while ( ( node = node.getPrevious() ) && node.type == CKEDITOR.NODE_TEXT )
- sum += node.getLength();
+ sum += node.getText().replace( CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE, '' ).length;
return sum;
}
- function normalize( limit ) {
+ function normalizeTextNodes( limit ) {
var container = limit.container,
offset = limit.offset;
offset = container.getLength();
}
- // Now, if limit is anchored in element and has at least two nodes before it,
+ // Now, if limit is anchored in element and has at least one node before it,
// it may happen that some of them will be merged. Normalize the offset
- // by setting it to normalized index of its preceding node.
- if ( container.type == CKEDITOR.NODE_ELEMENT && offset > 1 )
- offset = container.getChild( offset - 1 ).getIndex( true ) + 1;
+ // by setting it to normalized index of its preceding, safe node.
+ // (safe == one for which getIndex(true) does not return -1, so one which won't disappear).
+ if ( container.type == CKEDITOR.NODE_ELEMENT && offset > 0 ) {
+ offset = getPrecedingSafeNodeIndex( container, offset ) + 1;
+ }
// The last step - fix the offset inside text node by adding
// lengths of preceding text nodes which will be merged with container.
limit.offset = offset;
}
+ function normalizeFCSeq( limit, root ) {
+ var fcseq = root.getCustomData( 'cke-fillingChar' );
+
+ if ( !fcseq ) {
+ return;
+ }
+
+ var container = limit.container;
+
+ if ( fcseq.equals( container ) ) {
+ limit.offset -= CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE.length;
+
+ // == 0 handles case when limit was at the end of FCS.
+ // < 0 handles all cases where limit was somewhere in the middle or at the beginning.
+ // > 0 (the "else" case) means cases where there are some more characters in the FCS node (FCSabc^def).
+ if ( limit.offset <= 0 ) {
+ limit.offset = container.getIndex();
+ limit.container = container.getParent();
+ }
+ return;
+ }
+
+ // And here goes the funny part - all other cases are handled inside node.getAddress() and getIndex() thanks to
+ // node.getIndex() being aware of FCS (handling it as an empty node).
+ }
+
+ // Finds a normalized index of a safe node preceding this one.
+ // Safe == one that will not disappear, so one for which getIndex( true ) does not return -1.
+ // Return -1 if there's no safe preceding node.
+ function getPrecedingSafeNodeIndex( container, offset ) {
+ var index;
+
+ while ( offset-- ) {
+ index = container.getChild( offset ).getIndex( true );
+
+ if ( index >= 0 )
+ return index;
+ }
+
+ return -1;
+ }
+
return function( normalized ) {
var collapsed = this.collapsed,
bmStart = {
};
if ( normalized ) {
- normalize( bmStart );
+ normalizeTextNodes( bmStart );
+ normalizeFCSeq( bmStart, this.root );
- if ( !collapsed )
- normalize( bmEnd );
+ if ( !collapsed ) {
+ normalizeTextNodes( bmEnd );
+ normalizeFCSeq( bmEnd, this.root );
+ }
}
return {
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
return function( node ) {
var isWhitespace;
if ( node && node.type == CKEDITOR.NODE_TEXT ) {
- // whitespace, as well as the text cursor filler node we used in Webkit. (#9384)
+ // Whitespace, as well as the Filling Char Sequence text node used in Webkit. (#9384, #13816)
isWhitespace = !CKEDITOR.tools.trim( node.getText() ) ||
- CKEDITOR.env.webkit && node.getText() == '\u200b';
+ CKEDITOR.env.webkit && node.getText() == CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE;
}
return !!( isReject ^ isWhitespace );
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
return editor.blockless ? CKEDITOR.ENTER_BR : enterMode;
}
+ // Create DocumentFragment from specified ranges. For now it handles only tables in Firefox
+ // and returns DocumentFragment from the 1. range for other cases. (#13884)
+ function createDocumentFragmentFromRanges( ranges, editable ) {
+ var docFragment = new CKEDITOR.dom.documentFragment(),
+ tableClone,
+ currentRow,
+ currentRowClone;
+
+ for ( var i = 0; i < ranges.length; i++ ) {
+ var range = ranges[ i ],
+ container = range.startContainer;
+
+ if ( container.getName && container.getName() == 'tr' ) {
+ if ( !tableClone ) {
+ tableClone = container.getAscendant( 'table' ).clone();
+ tableClone.append( container.getAscendant( 'tbody' ).clone() );
+ docFragment.append( tableClone );
+ tableClone = tableClone.findOne( 'tbody' );
+ }
+
+ if ( !( currentRow && currentRow.equals( container ) ) ) {
+ currentRow = container;
+ currentRowClone = container.clone();
+ tableClone.append( currentRowClone );
+ }
+
+ currentRowClone.append( range.cloneContents() );
+ } else {
+ // If there was something else copied with table,
+ // append it to DocumentFragment.
+ docFragment.append( range.cloneContents() );
+ }
+ }
+
+ if ( !tableClone ) {
+ return editable.getHtmlFromRange( ranges[ 0 ] );
+ }
+
+ return docFragment;
+ }
+
CKEDITOR.tools.extend( CKEDITOR.editor.prototype, {
/**
* Adds a command definition to the editor instance. Commands added with
return null;
}
- var docFragment = editable.getHtmlFromRange( ranges[ 0 ] );
+ var docFragment = createDocumentFragmentFromRanges( ranges, editable );
return toString ? docFragment.getHtml() : docFragment;
},
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
* alert( CKEDITOR.lang.languages.en ); // 1
*/
languages: {
- af: 1, ar: 1, bg: 1, bn: 1, bs: 1, ca: 1, cs: 1, cy: 1, da: 1, de: 1, el: 1,
+ af: 1, ar: 1, bg: 1, bn: 1, bs: 1, ca: 1, cs: 1, cy: 1, da: 1, de: 1, 'de-ch': 1, el: 1,
'en-au': 1, 'en-ca': 1, 'en-gb': 1, en: 1, eo: 1, es: 1, et: 1, eu: 1, fa: 1, fi: 1, fo: 1,
'fr-ca': 1, fr: 1, gl: 1, gu: 1, he: 1, hi: 1, hr: 1, hu: 1, id: 1, is: 1, it: 1, ja: 1, ka: 1,
km: 1, ko: 1, ku: 1, lt: 1, lv: 1, mk: 1, mn: 1, ms: 1, nb: 1, nl: 1, no: 1, pl: 1, 'pt-br': 1,
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
return false;
}
- function createFillingChar( element ) {
- removeFillingChar( element, false );
+ function createFillingCharSequenceNode( editable ) {
+ removeFillingCharSequenceNode( editable, false );
- var fillingChar = element.getDocument().createText( '\u200B' );
- element.setCustomData( 'cke-fillingChar', fillingChar );
+ var fillingChar = editable.getDocument().createText( fillingCharSequence );
+ editable.setCustomData( 'cke-fillingChar', fillingChar );
return fillingChar;
}
- function getFillingChar( element ) {
- return element.getCustomData( 'cke-fillingChar' );
- }
-
// Checks if a filling char has been used, eventualy removing it (#1272).
- function checkFillingChar( element ) {
- var fillingChar = getFillingChar( element );
+ function checkFillingCharSequenceNodeReady( editable ) {
+ var fillingChar = editable.getCustomData( 'cke-fillingChar' );
+
if ( fillingChar ) {
// Use this flag to avoid removing the filling char right after
// creating it.
- if ( fillingChar.getCustomData( 'ready' ) )
- removeFillingChar( element );
- else
+ if ( fillingChar.getCustomData( 'ready' ) ) {
+ removeFillingCharSequenceNode( editable );
+ } else {
fillingChar.setCustomData( 'ready', 1 );
+ }
}
}
- function removeFillingChar( element, keepSelection ) {
- var fillingChar = element && element.removeCustomData( 'cke-fillingChar' );
- if ( fillingChar ) {
+ function removeFillingCharSequenceNode( editable, keepSelection ) {
+ var fillingChar = editable && editable.removeCustomData( 'cke-fillingChar' );
+ if ( fillingChar ) {
// Text selection position might get mangled by
// subsequent dom modification, save it now for restoring. (#8617)
if ( keepSelection !== false ) {
- var bm,
- sel = element.getDocument().getSelection().getNative(),
+ var sel = editable.getDocument().getSelection().getNative(),
// Be error proof.
- range = sel && sel.type != 'None' && sel.getRangeAt( 0 );
+ range = sel && sel.type != 'None' && sel.getRangeAt( 0 ),
+ fillingCharSeqLength = fillingCharSequence.length;
- if ( fillingChar.getLength() > 1 && range && range.intersectsNode( fillingChar.$ ) ) {
- bm = createNativeSelectionBookmark( sel );
+ // If there's some text other than the sequence in the FC text node and the range
+ // intersects with that node...
+ if ( fillingChar.getLength() > fillingCharSeqLength && range && range.intersectsNode( fillingChar.$ ) ) {
+ var bm = createNativeSelectionBookmark( sel );
+
+ // Correct start offset anticipating the removal of FC.
+ if ( sel.anchorNode == fillingChar.$ && sel.anchorOffset > fillingCharSeqLength ) {
+ bm[ 0 ].offset -= fillingCharSeqLength;
+ }
- // Anticipate the offset change brought by the removed char.
- var startAffected = sel.anchorNode == fillingChar.$ && sel.anchorOffset > 0,
- endAffected = sel.focusNode == fillingChar.$ && sel.focusOffset > 0;
- startAffected && bm[ 0 ].offset--;
- endAffected && bm[ 1 ].offset--;
+ // Correct end offset anticipating the removal of FC.
+ if ( sel.focusNode == fillingChar.$ && sel.focusOffset > fillingCharSeqLength ) {
+ bm[ 1 ].offset -= fillingCharSeqLength;
+ }
}
}
// We can't simply remove the filling node because the user
// will actually enlarge it when typing, so we just remove the
// invisible char from it.
- fillingChar.setText( replaceFillingChar( fillingChar.getText() ) );
+ fillingChar.setText( removeFillingCharSequenceString( fillingChar.getText(), 1 ) );
// Restore the bookmark preserving selection's direction.
if ( bm ) {
- moveNativeSelectionToBookmark( element.getDocument().$, bm );
+ moveNativeSelectionToBookmark( editable.getDocument().$, bm );
}
}
}
- function replaceFillingChar( html ) {
- return html.replace( /\u200B( )?/g, function( match ) {
- // #10291 if filling char is followed by a space replace it with nbsp.
- return match[ 1 ] ? '\xa0' : '';
- } );
+ // #13816
+ function removeFillingCharSequenceString( str, nbspAware ) {
+ if ( nbspAware ) {
+ return str.replace( fillingCharSequenceRegExp, function( m, p ) {
+ // #10291 if filling char is followed by a space replace it with NBSP.
+ return p ? '\xa0' : '';
+ } );
+ } else {
+ return str.replace( fillingCharSequence, '' );
+ }
}
function createNativeSelectionBookmark( sel ) {
case 8: // BACKSPACE
case 45: // INS
case 46: // DEl
- removeFillingChar( editable );
+ removeFillingCharSequenceNode( editable );
}
}, null, null, -1 );
}
} );
- CKEDITOR.on( 'instanceReady', function( evt ) {
- var editor = evt.editor,
- fillingCharBefore,
- selectionBookmark;
+ // On WebKit only, we need a special "filling" char on some situations
+ // (#1272). Here we set the events that should invalidate that char.
+ if ( CKEDITOR.env.webkit ) {
+ CKEDITOR.on( 'instanceReady', function( evt ) {
+ var editor = evt.editor;
- // On WebKit only, we need a special "filling" char on some situations
- // (#1272). Here we set the events that should invalidate that char.
- if ( CKEDITOR.env.webkit ) {
editor.on( 'selectionChange', function() {
- checkFillingChar( editor.editable() );
+ checkFillingCharSequenceNodeReady( editor.editable() );
}, null, null, -1 );
+
editor.on( 'beforeSetMode', function() {
- removeFillingChar( editor.editable() );
+ removeFillingCharSequenceNode( editor.editable() );
}, null, null, -1 );
- editor.on( 'beforeUndoImage', beforeData );
- editor.on( 'afterUndoImage', afterData );
- editor.on( 'beforeGetData', beforeData, null, null, 0 );
- editor.on( 'getData', afterData );
- }
-
- function beforeData() {
- var editable = editor.editable();
- if ( !editable )
- return;
-
- var fillingChar = getFillingChar( editable );
-
- if ( fillingChar ) {
- // If the selection's focus or anchor is located in the filling char's text node,
- // we need to restore the selection in afterData, because it will be lost
- // when setting text. Selection's direction must be preserved.
- // (#7437, #12489, #12491 comment:3)
- var sel = editor.document.$.getSelection();
- if ( sel.type != 'None' && ( sel.anchorNode == fillingChar.$ || sel.focusNode == fillingChar.$ ) )
- selectionBookmark = createNativeSelectionBookmark( sel );
-
- fillingCharBefore = fillingChar.getText();
- fillingChar.setText( replaceFillingChar( fillingCharBefore ) );
- }
- }
-
- function afterData() {
- var editable = editor.editable();
- if ( !editable )
- return;
-
- var fillingChar = getFillingChar( editable );
-
- if ( fillingChar ) {
- fillingChar.setText( fillingCharBefore );
-
- if ( selectionBookmark ) {
- moveNativeSelectionToBookmark( editor.document.$, selectionBookmark );
- selectionBookmark = null;
+ // Filter Undo snapshot's HTML to get rid of Filling Char Sequence.
+ // Note: CKEDITOR.dom.range.createBookmark2() normalizes snapshot's
+ // bookmarks to anticipate the removal of FCSeq from the snapshot's HTML (#13816).
+ editor.on( 'getSnapshot', function( evt ) {
+ if ( evt.data ) {
+ evt.data = removeFillingCharSequenceString( evt.data );
}
- }
- }
- } );
+ }, editor, null, 20 );
+
+ // Filter data to get rid of Filling Char Sequence. Filter on #toDataFormat
+ // instead of #getData because once removed, FCSeq may leave an empty element,
+ // which should be pruned by the dataProcessor (#13816).
+ // Note: Used low priority to filter when dataProcessor works on strings,
+ // not pseudo–DOM.
+ editor.on( 'toDataFormat', function( evt ) {
+ evt.data.dataValue = removeFillingCharSequenceString( evt.data.dataValue );
+ }, null, null, 0 );
+ } );
+ }
/**
* Check the selection change in editor and potentially fires
var styleObjectElements = { img: 1, hr: 1, li: 1, table: 1, tr: 1, td: 1, th: 1, embed: 1, object: 1, ol: 1, ul: 1,
a: 1, input: 1, form: 1, select: 1, textarea: 1, button: 1, fieldset: 1, thead: 1, tfoot: 1 };
+ // #13816
+ var fillingCharSequence = CKEDITOR.tools.repeat( '\u200b', 7 ),
+ fillingCharSequenceRegExp = new RegExp( fillingCharSequence + '( )?', 'g' );
+
+ CKEDITOR.tools.extend( CKEDITOR.dom.selection, {
+ _removeFillingCharSequenceString: removeFillingCharSequenceString,
+ _createFillingCharSequenceNode: createFillingCharSequenceNode,
+
+ /**
+ * The sequence used in a WebKit-based browser to create a Filling Character. By default it is
+ * a string of 7 zero-width space characters (U+200B).
+ *
+ * @since 4.5.7
+ * @readonly
+ * @property {String}
+ */
+ FILLING_CHAR_SEQUENCE: fillingCharSequence
+ } );
+
CKEDITOR.dom.selection.prototype = {
/**
* Gets the native selection object from the browser.
if ( range.collapsed && CKEDITOR.env.webkit && rangeRequiresFix( range ) ) {
// Append a zero-width space so WebKit will not try to
// move the selection by itself (#1272).
- var fillingChar = createFillingChar( this.root );
+ var fillingChar = createFillingCharSequenceNode( this.root );
range.insertNode( fillingChar );
next = fillingChar.getNext();
// having something before it, it'll not blink.
// Let's remove it in this case.
if ( next && !fillingChar.getPrevious() && next.type == CKEDITOR.NODE_ELEMENT && next.getName() == 'br' ) {
- removeFillingChar( this.root );
+ removeFillingCharSequenceNode( this.root );
range.moveToPosition( next, CKEDITOR.POSITION_BEFORE_START );
} else {
range.moveToPosition( fillingChar, CKEDITOR.POSITION_AFTER_END );
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
af.js Found: 62 Missing: 4
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
--- /dev/null
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or http://ckeditor.com/license
+ */
+
+/**
+* @fileOverview
+*/
+
+/**#@+
+ @type String
+ @example
+*/
+
+/**
+ * Contains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang[ 'de-ch' ] = {
+ // ARIA description.
+ editor: 'WYSIWYG-Editor',
+ editorPanel: 'WYSIWYG-Editor-Leiste',
+
+ // Common messages and labels.
+ common: {
+ // Screenreader titles. Please note that screenreaders are not always capable
+ // of reading non-English words. So be careful while translating it.
+ editorHelp: 'Drücken Sie ALT 0 für Hilfe',
+
+ browseServer: 'Server durchsuchen',
+ url: 'URL',
+ protocol: 'Protokoll',
+ upload: 'Hochladen',
+ uploadSubmit: 'Zum Server senden',
+ image: 'Bild',
+ flash: 'Flash',
+ form: 'Formular',
+ checkbox: 'Kontrollbox',
+ radio: 'Optionsfeld',
+ textField: 'Textfeld',
+ textarea: 'Textfeld',
+ hiddenField: 'Verstecktes Feld',
+ button: 'Schaltfläche',
+ select: 'Auswahlfeld',
+ imageButton: 'Bildschaltfläche',
+ notSet: '<nicht festgelegt>',
+ id: 'Kennung',
+ name: 'Name',
+ langDir: 'Schreibrichtung',
+ langDirLtr: 'Links nach Rechts (LTR)',
+ langDirRtl: 'Rechts nach Links (RTL)',
+ langCode: 'Sprachcode',
+ longDescr: 'Langbeschreibungs-URL',
+ cssClass: 'Formatvorlagenklassen',
+ advisoryTitle: 'Titel Beschreibung',
+ cssStyle: 'Stil',
+ ok: 'OK',
+ cancel: 'Abbrechen',
+ close: 'Schliessen',
+ preview: 'Vorschau',
+ resize: 'Grösse ändern',
+ generalTab: 'Allgemein',
+ advancedTab: 'Erweitert',
+ validateNumberFailed: 'Dieser Wert ist keine Nummer.',
+ confirmNewPage: 'Alle nicht gespeicherten Änderungen gehen verlohren. Sind Sie sicher die neue Seite zu laden?',
+ confirmCancel: 'Einige Optionen wurden geändert. Wollen Sie den Dialog dennoch schliessen?',
+ options: 'Optionen',
+ target: 'Zielseite',
+ targetNew: 'Neues Fenster (_blank)',
+ targetTop: 'Oberstes Fenster (_top)',
+ targetSelf: 'Gleiches Fenster (_self)',
+ targetParent: 'Oberes Fenster (_parent)',
+ langDirLTR: 'Links nach Rechts (LNR)',
+ langDirRTL: 'Rechts nach Links (RNL)',
+ styles: 'Style',
+ cssClasses: 'Stylesheet Klasse',
+ width: 'Breite',
+ height: 'Höhe',
+ align: 'Ausrichtung',
+ alignLeft: 'Links',
+ alignRight: 'Rechts',
+ alignCenter: 'Zentriert',
+ alignJustify: 'Blocksatz',
+ alignTop: 'Oben',
+ alignMiddle: 'Mitte',
+ alignBottom: 'Unten',
+ alignNone: 'Keine',
+ invalidValue : 'Ungültiger Wert.',
+ invalidHeight: 'Höhe muss eine Zahl sein.',
+ invalidWidth: 'Breite muss eine Zahl sein.',
+ invalidCssLength: 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).',
+ invalidHtmlLength: 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte HTML Messeinheit (px oder %).',
+ invalidInlineStyle: 'Wert spezifiziert für inline Stilart muss enthalten ein oder mehr Tupels mit dem Format "Name : Wert" getrennt mit Semikolons.',
+ cssLengthTooltip: 'Gebe eine Zahl ein für ein Wert in pixels oder eine Zahl mit einer korrekten CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).',
+
+ // Put the voice-only part of the label in the span.
+ unavailable: '%1<span class="cke_accessibility">, nicht verfügbar</span>'
+ }
+};
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
browseServer: 'Explorer le serveur',
url: 'URL',
protocol: 'Protocole',
- upload: 'Envoyer',
+ upload: 'Télécharger',
uploadSubmit: 'Envoyer sur le serveur',
image: 'Image',
flash: 'Flash',
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
common: {
// Screenreader titles. Please note that screenreaders are not always capable
// of reading non-English words. So be careful while translating it.
- editorHelp: 'Press ALT 0 for help', // MISSING
+ editorHelp: 'Притисни ALT 0 за помош',
- browseServer: 'Browse Server', // MISSING
- url: 'URL', // MISSING
- protocol: 'Protocol', // MISSING
- upload: 'Upload', // MISSING
- uploadSubmit: 'Send it to the Server', // MISSING
- image: 'Image', // MISSING
+ browseServer: 'Пребарај низ серверот',
+ url: 'URL',
+ protocol: 'Протокол',
+ upload: 'Прикачи',
+ uploadSubmit: 'Прикачи на сервер',
+ image: 'Слика',
flash: 'Flash', // MISSING
form: 'Form', // MISSING
checkbox: 'Checkbox', // MISSING
radio: 'Radio Button', // MISSING
- textField: 'Text Field', // MISSING
- textarea: 'Textarea', // MISSING
- hiddenField: 'Hidden Field', // MISSING
+ textField: 'Поле за текст',
+ textarea: 'Големо поле за текст',
+ hiddenField: 'Скриено поле',
button: 'Button',
select: 'Selection Field', // MISSING
- imageButton: 'Image Button', // MISSING
+ imageButton: 'Копче-слика',
notSet: '<not set>',
- id: 'Id', // MISSING
+ id: 'Id',
name: 'Name',
- langDir: 'Language Direction', // MISSING
- langDirLtr: 'Left to Right (LTR)', // MISSING
- langDirRtl: 'Right to Left (RTL)', // MISSING
- langCode: 'Language Code', // MISSING
+ langDir: 'Насока на јазик',
+ langDirLtr: 'Лево кон десно',
+ langDirRtl: 'Десно кон лево',
+ langCode: 'Код на јазик',
longDescr: 'Long Description URL', // MISSING
cssClass: 'Stylesheet Classes', // MISSING
advisoryTitle: 'Advisory Title', // MISSING
- cssStyle: 'Style', // MISSING
- ok: 'OK', // MISSING
+ cssStyle: 'Стил',
+ ok: 'OK',
cancel: 'Cancel', // MISSING
close: 'Close', // MISSING
preview: 'Preview', // MISSING
validateNumberFailed: 'This value is not a number.', // MISSING
confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING
- options: 'Options', // MISSING
+ options: 'Опции',
target: 'Target', // MISSING
- targetNew: 'New Window (_blank)', // MISSING
- targetTop: 'Topmost Window (_top)', // MISSING
- targetSelf: 'Same Window (_self)', // MISSING
- targetParent: 'Parent Window (_parent)', // MISSING
- langDirLTR: 'Left to Right (LTR)', // MISSING
- langDirRTL: 'Right to Left (RTL)', // MISSING
- styles: 'Style', // MISSING
+ targetNew: 'Нов прозорец (_blank)',
+ targetTop: 'Најгорниот прозорец (_top)',
+ targetSelf: 'Истиот прозорец (_self)',
+ targetParent: 'Прозорец-родител (_parent)',
+ langDirLTR: 'Лево кон десно',
+ langDirRTL: 'Десно кон лево',
+ styles: 'Стил',
cssClasses: 'Stylesheet Classes', // MISSING
- width: 'Width', // MISSING
- height: 'Height', // MISSING
+ width: 'Широчина',
+ height: 'Височина',
align: 'Alignment', // MISSING
- alignLeft: 'Left', // MISSING
- alignRight: 'Right', // MISSING
- alignCenter: 'Center', // MISSING
+ alignLeft: 'Лево',
+ alignRight: 'Десно',
+ alignCenter: 'Во средина',
alignJustify: 'Justify', // MISSING
- alignTop: 'Top', // MISSING
- alignMiddle: 'Middle', // MISSING
- alignBottom: 'Bottom', // MISSING
- alignNone: 'None', // MISSING
- invalidValue : 'Invalid value.', // MISSING
- invalidHeight: 'Height must be a number.', // MISSING
- invalidWidth: 'Width must be a number.', // MISSING
+ alignTop: 'Горе',
+ alignMiddle: 'Средина',
+ alignBottom: 'Доле',
+ alignNone: 'Никое',
+ invalidValue : 'Невалидна вредност',
+ invalidHeight: 'Височината мора да биде број.',
+ invalidWidth: 'Широчината мора да биде број.',
invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
common: {
// Screenreader titles. Please note that screenreaders are not always capable
// of reading non-English words. So be careful while translating it.
- editorHelp: 'Stlačte ALT 0 pre nápovedu',
+ editorHelp: 'Stlačením ALT 0 spustiť pomocníka',
- browseServer: 'Prechádzať server',
+ browseServer: 'Prehliadať server',
url: 'URL',
protocol: 'Protokol',
upload: 'Odoslať',
image: 'Obrázok',
flash: 'Flash',
form: 'Formulár',
- checkbox: 'Zaškrtávacie políčko',
+ checkbox: 'Zaškrtávacie pole',
radio: 'Prepínač',
textField: 'Textové pole',
textarea: 'Textová oblasť',
resize: 'Zmeniť veľkosť',
generalTab: 'Hlavné',
advancedTab: 'Rozšírené',
- validateNumberFailed: 'Hodnota nieje číslo.',
+ validateNumberFailed: 'Hodnota nie je číslo.',
confirmNewPage: 'Prajete si načítat novú stránku? Všetky neuložené zmeny budú stratené. ',
confirmCancel: 'Niektore možnosti boli zmenené. Naozaj chcete zavrieť okno?',
options: 'Možnosti',
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
\r
cs.js Found: 30 Missing: 0\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+CKEDITOR.plugins.setLang( 'a11yhelp', 'de-ch', {\r
+ title: 'Barrierefreiheitinformationen',\r
+ contents: 'Hilfeinhalt. Um den Dialog zu schliessen die Taste ESC drücken.',\r
+ legend: [\r
+ {\r
+ name: 'Allgemein',\r
+ items: [\r
+ {\r
+ name: 'Editorwerkzeugleiste',\r
+ legend: 'Drücken Sie ${toolbarFocus} auf der Symbolleiste. Gehen Sie zur nächsten oder vorherigen Symbolleistengruppe mit TAB und SHIFT+TAB. Gehen Sie zur nächsten oder vorherigen Symbolleiste auf die Schaltfläche mit dem RECHTS- oder LINKS-Pfeil. Drücken Sie die Leertaste oder Eingabetaste, um die Schaltfläche in der Symbolleiste aktivieren.'\r
+ },\r
+\r
+ {\r
+ name: 'Editordialog',\r
+ legend:\r
+ 'Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively.' // MISSING\r
+ },\r
+\r
+ {\r
+ name: 'Editor-Kontextmenü',\r
+ legend: 'Dürcken Sie ${contextMenu} oder die Anwendungstaste um das Kontextmenü zu öffnen. Man kann die Pfeiltasten zum Wechsel benutzen. Mit der Leertaste oder der Enter-Taste kann man den Menüpunkt aufrufen. Schliessen Sie das Kontextmenü mit der ESC-Taste.'\r
+ },\r
+\r
+ {\r
+ name: 'Editor-Listenbox',\r
+ legend: 'Innerhalb einer Listenbox kann man mit der TAB-Taste oder den Pfeilrunter-Taste den nächsten Menüeintrag wählen. Mit der SHIFT+TAB Tastenkombination oder der Pfeilhoch-Taste gelangt man zum vorherigen Menüpunkt. Mit der Leertaste oder Enter kann man den Menüpunkt auswählen. Drücken Sie ESC zum Verlassen des Menüs.'\r
+ },\r
+\r
+ {\r
+ name: 'Editor-Elementpfadleiste',\r
+ legend: 'Drücken Sie ${elementsPathFocus} um sich durch die Pfadleiste zu bewegen. Um zum nächsten Element zu gelangen drücken Sie TAB oder die Pfeilrechts-Taste. Zum vorherigen Element gelangen Sie mit der SHIFT+TAB oder der Pfeillinks-Taste. Drücken Sie die Leertaste oder Enter um das Element auszuwählen.'\r
+ }\r
+ ]\r
+ },\r
+ {\r
+ name: 'Befehle',\r
+ items: [\r
+ {\r
+ name: 'Rückgängig-Befehl',\r
+ legend: 'Drücken Sie ${undo}'\r
+ },\r
+ {\r
+ name: 'Wiederherstellen-Befehl',\r
+ legend: 'Drücken Sie ${redo}'\r
+ },\r
+ {\r
+ name: 'Fettschrift-Befehl',\r
+ legend: 'Drücken Sie ${bold}'\r
+ },\r
+ {\r
+ name: 'Kursiv-Befehl',\r
+ legend: 'Drücken Sie ${italic}'\r
+ },\r
+ {\r
+ name: 'Unterstreichen-Befehl',\r
+ legend: 'Drücken Sie ${underline}'\r
+ },\r
+ {\r
+ name: 'Link-Befehl',\r
+ legend: 'Drücken Sie ${link}'\r
+ },\r
+ {\r
+ name: 'Werkzeugleiste einklappen-Befehl',\r
+ legend: 'Drücken Sie ${toolbarCollapse}'\r
+ },\r
+ {\r
+ name: 'Zugang bisheriger Fokussierung Raumbefehl ',\r
+ legend: 'Drücken Sie ${accessPreviousSpace} auf den am nächsten nicht erreichbar Fokus-Abstand vor die Einfügemarke zugreifen: zwei benachbarte HR-Elemente. Wiederholen Sie die Tastenkombination um entfernte Fokusräume zu erreichen. '\r
+ },\r
+ {\r
+ name: 'Zugang nächster Schwerpunkt Raumbefehl ',\r
+ legend: 'Drücken Sie $ { accessNextSpace }, um den nächsten unerreichbar Fokus Leerzeichen nach dem Cursor zum Beispiel auf: zwei benachbarten HR Elemente. Wiederholen Sie die Tastenkombination zum fernen Fokus Bereiche zu erreichen. '\r
+ },\r
+ {\r
+ name: 'Eingabehilfen',\r
+ legend: 'Drücken Sie ${a11yHelp}'\r
+ }\r
+ ]\r
+ }\r
+ ],\r
+ backspace: 'Rücktaste',\r
+ tab: 'Tab',\r
+ enter: 'Eingabe',\r
+ shift: 'Umschalt',\r
+ ctrl: 'Strg',\r
+ alt: 'Alt',\r
+ pause: 'Pause',\r
+ capslock: 'Feststell',\r
+ escape: 'Escape',\r
+ pageUp: 'Bild auf',\r
+ pageDown: 'Bild ab',\r
+ end: 'Ende',\r
+ home: 'Pos1',\r
+ leftArrow: 'Linke Pfeiltaste',\r
+ upArrow: 'Obere Pfeiltaste',\r
+ rightArrow: 'Rechte Pfeiltaste',\r
+ downArrow: 'Untere Pfeiltaste',\r
+ insert: 'Einfügen',\r
+ 'delete': 'Entfernen',\r
+ leftWindowKey: 'Linke Windowstaste',\r
+ rightWindowKey: 'Rechte Windowstaste',\r
+ selectKey: 'Taste auswählen',\r
+ numpad0: 'Ziffernblock 0',\r
+ numpad1: 'Ziffernblock 1',\r
+ numpad2: 'Ziffernblock 2',\r
+ numpad3: 'Ziffernblock 3',\r
+ numpad4: 'Ziffernblock 4',\r
+ numpad5: 'Ziffernblock 5',\r
+ numpad6: 'Ziffernblock 6',\r
+ numpad7: 'Ziffernblock 7',\r
+ numpad8: 'Ziffernblock 8',\r
+ numpad9: 'Ziffernblock 9',\r
+ multiply: 'Multiplizieren',\r
+ add: 'Addieren',\r
+ subtract: 'Subtrahieren',\r
+ decimalPoint: 'Punkt',\r
+ divide: 'Dividieren',\r
+ f1: 'F1',\r
+ f2: 'F2',\r
+ f3: 'F3',\r
+ f4: 'F4',\r
+ f5: 'F5',\r
+ f6: 'F6',\r
+ f7: 'F7',\r
+ f8: 'F8',\r
+ f9: 'F9',\r
+ f10: 'F10',\r
+ f11: 'F11',\r
+ f12: 'F12',\r
+ numLock: 'Ziffernblock feststellen',\r
+ scrollLock: 'Rollen',\r
+ semiColon: 'Semikolon',\r
+ equalSign: 'Gleichheitszeichen',\r
+ comma: 'Komma',\r
+ dash: 'Bindestrich',\r
+ period: 'Punkt',\r
+ forwardSlash: 'Schrägstrich',\r
+ graveAccent: 'Gravis',\r
+ openBracket: 'Öffnende eckige Klammer',\r
+ backSlash: 'Rückwärtsgewandter Schrägstrich',\r
+ closeBracket: 'Schliessende eckige Klammer',\r
+ singleQuote: 'Einfaches Anführungszeichen'\r
+} );\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.setLang( 'a11yhelp', 'mk', {\r
title: 'Инструкции за пристапност',\r
- contents: 'Содржина на делот за помош. За да го затворите овој дијалот притиснете ESC.',\r
+ contents: 'Содржина на делот за помош. За да го затворите овој дијалог притиснете ESC.',\r
legend: [\r
{\r
name: 'Општо',\r
items: [\r
{\r
- name: 'Мени за едиторот',\r
+ name: 'Мени за уредувачот',\r
legend: 'Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button.' // MISSING\r
},\r
\r
},\r
\r
{\r
- name: 'Editor Context Menu', // MISSING\r
+ name: 'Контекст-мени на уредувачот',\r
legend: 'Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC.' // MISSING\r
},\r
\r
]\r
},\r
{\r
- name: 'Commands', // MISSING\r
+ name: 'Наредби',\r
items: [\r
{\r
name: ' Undo command', // MISSING\r
]\r
}\r
],\r
- backspace: 'Backspace', // MISSING\r
- tab: 'Tab', // MISSING\r
- enter: 'Enter', // MISSING\r
- shift: 'Shift', // MISSING\r
- ctrl: 'Ctrl', // MISSING\r
- alt: 'Alt', // MISSING\r
- pause: 'Pause', // MISSING\r
- capslock: 'Caps Lock', // MISSING\r
- escape: 'Escape', // MISSING\r
- pageUp: 'Page Up', // MISSING\r
- pageDown: 'Page Down', // MISSING\r
- end: 'End', // MISSING\r
- home: 'Home', // MISSING\r
- leftArrow: 'Left Arrow', // MISSING\r
- upArrow: 'Up Arrow', // MISSING\r
- rightArrow: 'Right Arrow', // MISSING\r
- downArrow: 'Down Arrow', // MISSING\r
- insert: 'Insert', // MISSING\r
- 'delete': 'Delete', // MISSING\r
- leftWindowKey: 'Left Windows key', // MISSING\r
- rightWindowKey: 'Right Windows key', // MISSING\r
- selectKey: 'Select key', // MISSING\r
- numpad0: 'Numpad 0', // MISSING\r
- numpad1: 'Numpad 1', // MISSING\r
- numpad2: 'Numpad 2', // MISSING\r
- numpad3: 'Numpad 3', // MISSING\r
- numpad4: 'Numpad 4', // MISSING\r
- numpad5: 'Numpad 5', // MISSING\r
- numpad6: 'Numpad 6', // MISSING\r
- numpad7: 'Numpad 7', // MISSING\r
- numpad8: 'Numpad 8', // MISSING\r
- numpad9: 'Numpad 9', // MISSING\r
+ backspace: 'Backspace',\r
+ tab: 'Tab',\r
+ enter: 'Enter',\r
+ shift: 'Shift',\r
+ ctrl: 'Ctrl',\r
+ alt: 'Alt',\r
+ pause: 'Пауза',\r
+ capslock: 'Caps Lock',\r
+ escape: 'Escape',\r
+ pageUp: 'Page Up',\r
+ pageDown: 'Page Up',\r
+ end: 'End',\r
+ home: 'Home',\r
+ leftArrow: 'Стрелка лево',\r
+ upArrow: 'Стрелка горе',\r
+ rightArrow: 'Стрелка десно',\r
+ downArrow: 'Стрелка доле',\r
+ insert: 'Insert',\r
+ 'delete': 'Delete',\r
+ leftWindowKey: 'Лево Windows копче',\r
+ rightWindowKey: 'Десно Windows копче',\r
+ selectKey: 'Select копче',\r
+ numpad0: 'Нум. таст. 0',\r
+ numpad1: 'Нум. таст. 1',\r
+ numpad2: 'Нум. таст. 2',\r
+ numpad3: 'Нум. таст. 3',\r
+ numpad4: 'Нум. таст. 4',\r
+ numpad5: 'Нум. таст. 5',\r
+ numpad6: 'Нум. таст. 6',\r
+ numpad7: 'Нум. таст. 7',\r
+ numpad8: 'Нум. таст. 8',\r
+ numpad9: 'Нум. таст. 9',\r
multiply: 'Multiply', // MISSING\r
add: 'Add', // MISSING\r
subtract: 'Subtract', // MISSING\r
decimalPoint: 'Decimal Point', // MISSING\r
divide: 'Divide', // MISSING\r
- f1: 'F1', // MISSING\r
- f2: 'F2', // MISSING\r
- f3: 'F3', // MISSING\r
- f4: 'F4', // MISSING\r
- f5: 'F5', // MISSING\r
- f6: 'F6', // MISSING\r
- f7: 'F7', // MISSING\r
- f8: 'F8', // MISSING\r
- f9: 'F9', // MISSING\r
- f10: 'F10', // MISSING\r
- f11: 'F11', // MISSING\r
- f12: 'F12', // MISSING\r
+ f1: 'F1',\r
+ f2: 'F2',\r
+ f3: 'F3',\r
+ f4: 'F4',\r
+ f5: 'F5',\r
+ f6: 'F6',\r
+ f7: 'F7',\r
+ f8: 'F8',\r
+ f9: 'F9',\r
+ f10: 'F10',\r
+ f11: 'F11',\r
+ f12: 'F12',\r
numLock: 'Num Lock', // MISSING\r
scrollLock: 'Scroll Lock', // MISSING\r
semiColon: 'Semicolon', // MISSING\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
// List of available localizations.\r
// jscs:disable\r
- availableLangs: { af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,en:1,'en-gb':1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,fr:1,'fr-ca':1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,nb:1,nl:1,no:1,pl:1,pt:1,'pt-br':1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,sr:1,'sr-latn':1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,'zh-cn':1 },\r
+ availableLangs: { af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,'de-ch':1,el:1,en:1,'en-gb':1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,fr:1,'fr-ca':1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,nb:1,nl:1,no:1,pl:1,pt:1,'pt-br':1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,sr:1,'sr-latn':1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,'zh-cn':1 },\r
// jscs:enable\r
\r
init: function( editor ) {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'about', 'de-ch', {\r
+ copy: 'Copyright © $1. Alle Rechte vorbehalten.',\r
+ dlgTitle: 'Über CKEditor',\r
+ help: 'Prüfen Sie $1 für Hilfe.',\r
+ moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:',\r
+ title: 'Über CKEditor',\r
+ userGuide: 'CKEditor Benutzerhandbuch'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'mk', {\r
- copy: 'Copyright © $1. All rights reserved.', // MISSING\r
- dlgTitle: 'About CKEditor', // MISSING\r
- help: 'Check $1 for help.', // MISSING\r
- moreInfo: 'For licensing information please visit our web site:', // MISSING\r
- title: 'About CKEditor', // MISSING\r
- userGuide: 'CKEditor User\'s Guide' // MISSING\r
+ copy: 'Авторски права © $1. Сите права се задржани.',\r
+ dlgTitle: 'За CKEditor',\r
+ help: 'Отворете $1 за помош.',\r
+ moreInfo: 'За информации околу лиценцата, ве молиме посетете го нашиот веб-сајт: ',\r
+ title: 'За CKEditor',\r
+ userGuide: 'CKEditor упатство за корисници'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'about', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'about', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'about', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'basicstyles', 'de-ch', {\r
+ bold: 'Fett',\r
+ italic: 'Kursiv',\r
+ strike: 'Durchgestrichen',\r
+ subscript: 'Tiefgestellt',\r
+ superscript: 'Hochgestellt',\r
+ underline: 'Unterstrichen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'mk', {\r
- bold: 'Bold', // MISSING\r
- italic: 'Italic', // MISSING\r
- strike: 'Strikethrough', // MISSING\r
- subscript: 'Subscript', // MISSING\r
- superscript: 'Superscript', // MISSING\r
- underline: 'Underline' // MISSING\r
+ bold: 'Здебелено',\r
+ italic: 'Накривено',\r
+ strike: 'Прецртано',\r
+ subscript: 'Долен индекс',\r
+ superscript: 'Горен индекс',\r
+ underline: 'Подвлечено'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'basicstyles', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'basicstyles', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'bold,italic,underline,strike,subscript,superscript', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'bidi', 'de-ch', {\r
+ ltr: 'Leserichtung von Links nach Rechts',\r
+ rtl: 'Leserichtung von Rechts nach Links'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'mk', {\r
- ltr: 'Text direction from left to right', // MISSING\r
- rtl: 'Text direction from right to left' // MISSING\r
+ ltr: 'Насока на текст: од лево кон десно',\r
+ rtl: 'Насока на текст: од десно кон лево'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'bidi', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'bidi', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'bidiltr,bidirtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'blockquote', 'de-ch', {\r
+ toolbar: 'Zitatblock'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'mk', {\r
- toolbar: 'Block Quote' // MISSING\r
+ toolbar: 'Одвоен цитат'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'blockquote', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'blockquote', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'blockquote', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+CKEDITOR.plugins.setLang( 'button', 'de-ch', {\r
+ selectedLabel: '%1 (Ausgewählt)'\r
+} );\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
btnTpl = CKEDITOR.addTemplate( 'button', template );\r
\r
CKEDITOR.plugins.add( 'button', {\r
- lang: 'af,ar,bg,ca,cs,da,de,el,en,en-gb,eo,es,eu,fa,fi,fr,gl,he,hu,id,it,ja,km,ko,ku,lt,nb,nl,pl,pt,pt-br,ro,ru,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,ca,cs,da,de,de-ch,el,en,en-gb,eo,es,eu,fa,fi,fr,gl,he,hu,id,it,ja,km,ko,ku,lt,nb,nl,pl,pt,pt-br,ro,ru,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
beforeInit: function( editor ) {\r
editor.ui.addHandler( CKEDITOR.UI_BUTTON, CKEDITOR.ui.button.handler );\r
}\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'clipboard', 'de-ch', {\r
+ copy: 'Kopieren',\r
+ copyError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).',\r
+ cut: 'Ausschneiden',\r
+ cutError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).',\r
+ paste: 'Einfügen',\r
+ pasteArea: 'Einfügebereich',\r
+ pasteMsg: 'Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit <STRONG>Strg+V</STRONG>) ein und bestätigen Sie mit <STRONG>OK</STRONG>.',\r
+ securityMsg: 'Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.',\r
+ title: 'Einfügen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'mk', {\r
- copy: 'Copy', // MISSING\r
- copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', // MISSING\r
- cut: 'Cut', // MISSING\r
- cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING\r
- paste: 'Paste', // MISSING\r
- pasteArea: 'Paste Area', // MISSING\r
- pasteMsg: 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING\r
- securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING\r
- title: 'Paste' // MISSING\r
+ copy: 'Копирај (Copy)',\r
+ copyError: 'Опциите за безбедност на вашиот прелистувач не дозволуваат уредувачот автоматски да изврши копирање. Ве молиме употребете ја тастатурата. (Ctrl/Cmd+C)',\r
+ cut: 'Исечи (Cut)',\r
+ cutError: 'Опциите за безбедност на вашиот прелистувач не дозволуваат уредувачот автоматски да изврши сечење. Ве молиме употребете ја тастатурата. (Ctrl/Cmd+C)',\r
+ paste: 'Залепи (Paste)',\r
+ pasteArea: 'Простор за залепување',\r
+ pasteMsg: 'Ве молиме да залепите во следниот квадрат користејќи ја тастатурата (<string>Ctrl/Cmd+V</string>) и да притиснете OK',\r
+ securityMsg: 'Опциите за безбедност на вашиот прелистувач не дозволуваат уредувачот директно да пристапи до копираните податоци. Потребно е повторно да се обидете во овој прозорец.',\r
+ title: 'Залепи (Paste)'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'sk', {\r
copy: 'Kopírovať',\r
- copyError: 'Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu kopírovania. Prosím, použite na to klávesnicu (Ctrl/Cmd+C).',\r
+ copyError: 'Bezpečnostné nastavenia vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu kopírovania. Použite na to klávesnicu (Ctrl/Cmd+C).',\r
cut: 'Vystrihnúť',\r
- cutError: 'Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu vystrihnutia. Prosím, použite na to klávesnicu (Ctrl/Cmd+X).',\r
+ cutError: 'Bezpečnostné nastavenia vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu vystrihnutia. Použite na to klávesnicu (Ctrl/Cmd+X).',\r
paste: 'Vložiť',\r
- pasteArea: 'Miesto pre vloženie',\r
- pasteMsg: 'Prosím, vložte nasledovný rámček použitím klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stlačte OK.',\r
- securityMsg: 'Kvôli vašim bezpečnostným nastaveniam prehliadača editor nie je schopný pristupovať k vašej schránke na kopírovanie priamo. Vložte to preto do tohto okna.',\r
+ pasteArea: 'Miesto na vloženie',\r
+ pasteMsg: 'Použitím klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) vložte text do rámčeka a stlačte OK.',\r
+ securityMsg: 'Kvôli bezpečnostným nastaveniam vášho prehliadača editor nemôže pristupovať k schránke na kopírovanie priamo. Vložte to preto do tohto okna.',\r
title: 'Vložiť'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'ug', {\r
- copy: 'Ù\86Û\95شر Ú¾Ù\88Ù\82Û\87Ù\82Ù\89غا ئÙ\89Ú¯Û\95 بÛ\95Ù\84Ú¯Ù\89سÙ\89',\r
+ copy: 'Ù\83Û\86Ú\86Û\88ر',\r
copyError: 'تور كۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى تەھرىرلىگۈچنىڭ كۆچۈر مەشغۇلاتىنى ئۆزلۈكىدىن ئىجرا قىلىشىغا يول قويمايدۇ، ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+C) ئارقىلىق تاماملاڭ',\r
cut: 'كەس',\r
cutError: 'تور كۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى تەھرىرلىگۈچنىڭ كەس مەشغۇلاتىنى ئۆزلۈكىدىن ئىجرا قىلىشىغا يول قويمايدۇ، ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+X) ئارقىلىق تاماملاڭ',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'clipboard', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'clipboard', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'copy,copy-rtl,cut,cut-rtl,paste,paste-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'colorbutton', 'de-ch', {\r
+ auto: 'Automatisch',\r
+ bgColorTitle: 'Hintergrundfarbe',\r
+ colors: {\r
+ '000': 'Schwarz',\r
+ '800000': 'Kastanienbraun',\r
+ '8B4513': 'Braun',\r
+ '2F4F4F': 'Dunkles Schiefergrau',\r
+ '008080': 'Blaugrün',\r
+ '000080': 'Marineblau',\r
+ '4B0082': 'Indigo',\r
+ '696969': 'Dunkelgrau',\r
+ B22222: 'Ziegelrot',\r
+ A52A2A: 'Braun',\r
+ DAA520: 'Goldgelb',\r
+ '006400': 'Dunkelgrün',\r
+ '40E0D0': 'Türkis',\r
+ '0000CD': 'Mittelblau',\r
+ '800080': 'Lila',\r
+ '808080': 'Grau',\r
+ F00: 'Rot',\r
+ FF8C00: 'Dunkelorange',\r
+ FFD700: 'Gold',\r
+ '008000': 'Grün',\r
+ '0FF': 'Cyan',\r
+ '00F': 'Blau',\r
+ EE82EE: 'Violett',\r
+ A9A9A9: 'Dunkelgrau',\r
+ FFA07A: 'Helles Lachsrosa',\r
+ FFA500: 'Orange',\r
+ FFFF00: 'Gelb',\r
+ '00FF00': 'Lime',\r
+ AFEEEE: 'Blasstürkis',\r
+ ADD8E6: 'Hellblau',\r
+ DDA0DD: 'Pflaumenblau',\r
+ D3D3D3: 'Hellgrau',\r
+ FFF0F5: 'Lavendel',\r
+ FAEBD7: 'Antik Weiss',\r
+ FFFFE0: 'Hellgelb',\r
+ F0FFF0: 'Honigtau',\r
+ F0FFFF: 'Azurblau',\r
+ F0F8FF: 'Alice Blau',\r
+ E6E6FA: 'Lavendel',\r
+ FFF: 'Weiss'\r
+ },\r
+ more: 'Weitere Farben...',\r
+ panelTitle: 'Farben',\r
+ textColorTitle: 'Textfarbe'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'el', {\r
E6E6FA: 'Ελαφρός Ιώδες',\r
FFF: 'Λευκό'\r
},\r
- more: 'Περισσότερα Χρώματα...',\r
+ more: 'Περισσότερα Χρώματα…',\r
panelTitle: 'Χρώματα',\r
textColorTitle: 'Χρώμα Κειμένου'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'sk', {\r
bgColorTitle: 'Farba pozadia',\r
colors: {\r
'000': 'Čierna',\r
- '800000': 'Maroon',\r
+ '800000': 'Gaštanová',\r
'8B4513': 'Sedlová hnedá',\r
'2F4F4F': 'Tmavo bridlicovo sivá',\r
'008080': 'Modrozelená',\r
'00F': 'Modrá',\r
EE82EE: 'Fialová',\r
A9A9A9: 'Tmavá sivá',\r
- FFA07A: 'Svetlo lososová',\r
+ FFA07A: 'Svetlá lososová',\r
FFA500: 'Oranžová',\r
FFFF00: 'Žltá',\r
'00FF00': 'Vápenná',\r
- AFEEEE: 'Svetlo tyrkysová',\r
- ADD8E6: 'Svetlo modrá',\r
+ AFEEEE: 'Svetlá tyrkysová',\r
+ ADD8E6: 'Svetlá modrá',\r
DDA0DD: 'Slivková',\r
- D3D3D3: 'Svetlo sivá',\r
+ D3D3D3: 'Svetlá sivá',\r
FFF0F5: 'Levanduľovo červená',\r
FAEBD7: 'Antická biela',\r
- FFFFE0: 'Svetlo žltá',\r
+ FFFFE0: 'Svetlá žltá',\r
F0FFF0: 'Medová',\r
F0FFFF: 'Azúrová',\r
F0F8FF: 'Alicovo modrá',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colorbutton', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'colorbutton', {\r
requires: 'panelbutton,floatpanel',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'bgcolor,textcolor', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'colordialog', 'de-ch', {\r
+ clear: 'Entfernen',\r
+ highlight: 'Hervorheben',\r
+ options: 'Farboptionen',\r
+ selected: 'Ausgewählte Farbe',\r
+ title: 'Farbe auswählen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'sk', {\r
highlight: 'Zvýrazniť',\r
options: 'Možnosti farby',\r
selected: 'Vybraná farba',\r
- title: 'Vyberte farbu'\r
+ title: 'Vybrať farbu'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'colordialog', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.colordialog = {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
init: function( editor ) {\r
var cmd = new CKEDITOR.dialogCommand( 'colordialog' );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'contextmenu', 'de-ch', {\r
+ options: 'Kontextmenüoptionen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'mk', {\r
- options: 'Context Menu Options' // MISSING\r
+ options: 'Контекст-мени опции'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'contextmenu', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
requires: 'menu',\r
\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
\r
// Make sure the base class (CKEDITOR.menu) is loaded before it (#3318).\r
// jscs:disable disallowMixedSpacesAndTabs\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'div', 'de-ch', {\r
+ IdInputLabel: 'Kennung',\r
+ advisoryTitleInputLabel: 'Tooltip',\r
+ cssClassInputLabel: 'Formatvorlagenklasse',\r
+ edit: 'Div bearbeiten',\r
+ inlineStyleInputLabel: 'Inline Stil',\r
+ langDirLTRLabel: 'Links nach Rechs (LTR)',\r
+ langDirLabel: 'Sprachrichtung',\r
+ langDirRTLLabel: 'Rechs nach Links (RTL)',\r
+ languageCodeInputLabel: 'Sprachcode',\r
+ remove: 'Div entfernen',\r
+ styleSelectLabel: 'Stil',\r
+ title: 'Div Container erzeugen',\r
+ toolbar: 'Div Container erzeugen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'mk', {\r
- IdInputLabel: 'Id', // MISSING\r
+ IdInputLabel: 'Id',\r
advisoryTitleInputLabel: 'Advisory Title', // MISSING\r
cssClassInputLabel: 'Stylesheet Classes', // MISSING\r
edit: 'Edit Div', // MISSING\r
inlineStyleInputLabel: 'Inline Style', // MISSING\r
- langDirLTRLabel: 'Left to Right (LTR)', // MISSING\r
- langDirLabel: 'Language Direction', // MISSING\r
- langDirRTLLabel: 'Right to Left (RTL)', // MISSING\r
+ langDirLTRLabel: 'Лево кон десно',\r
+ langDirLabel: 'Насока на јазик',\r
+ langDirRTLLabel: 'Десно кон лево',\r
languageCodeInputLabel: ' Language Code', // MISSING\r
remove: 'Remove Div', // MISSING\r
- styleSelectLabel: 'Style', // MISSING\r
+ styleSelectLabel: 'Стил',\r
title: 'Create Div Container', // MISSING\r
toolbar: 'Create Div Container' // MISSING\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'div', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'div', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'creatediv', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'elementspath', 'de-ch', {\r
+ eleLabel: 'Elementepfad',\r
+ eleTitle: '%1 Element'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'elementspath', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'elementspath', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
init: function( editor ) {\r
editor._.elementsPath = {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'fakeobjects', 'de-ch', {\r
+ anchor: 'Anker',\r
+ flash: 'Flash-Animation',\r
+ hiddenfield: 'Verstecktes Feld',\r
+ iframe: 'IFrame',\r
+ unknown: 'Unbekanntes Objekt'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'mk', {\r
anchor: 'Anchor',\r
flash: 'Flash Animation', // MISSING\r
- hiddenfield: 'Hidden Field', // MISSING\r
+ hiddenfield: 'Скриено поле',\r
iframe: 'IFrame', // MISSING\r
unknown: 'Unknown Object' // MISSING\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'fakeobjects', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'fakeobjects', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
\r
init: function( editor ) {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'find', 'de-ch', {\r
+ find: 'Suchen',\r
+ findOptions: 'Suchoptionen',\r
+ findWhat: 'Suche nach:',\r
+ matchCase: 'Gross-/Kleinschreibung beachten',\r
+ matchCyclic: 'Zyklische Suche',\r
+ matchWord: 'Nur ganze Worte suchen',\r
+ notFoundMsg: 'Der angegebene Text wurde nicht gefunden.',\r
+ replace: 'Ersetzen',\r
+ replaceAll: 'Alle ersetzen',\r
+ replaceSuccessMsg: '%1 Vorkommen ersetzt.',\r
+ replaceWith: 'Ersetze mit:',\r
+ title: 'Suchen und Ersetzen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'mk', {\r
- find: 'Find',\r
- findOptions: 'Find Options',\r
- findWhat: 'Find what:',\r
- matchCase: 'Match case',\r
- matchCyclic: 'Match cyclic',\r
- matchWord: 'Match whole word',\r
- notFoundMsg: 'The specified text was not found.',\r
- replace: 'Replace',\r
- replaceAll: 'Replace All',\r
- replaceSuccessMsg: '%1 occurrence(s) replaced.',\r
- replaceWith: 'Replace with:',\r
- title: 'Find and Replace'\r
+ find: 'Пронајди',\r
+ findOptions: 'Опции за пронаоѓање',\r
+ findWhat: 'Што барате:',\r
+ matchCase: 'Се совпаѓа голема/мала буква,',\r
+ matchCyclic: 'Пребарај циклично',\r
+ matchWord: 'Се совпаѓа цел збор',\r
+ notFoundMsg: 'Внесениот текст не беше пронајден.',\r
+ replace: 'Замени',\r
+ replaceAll: 'Замени ги сите',\r
+ replaceSuccessMsg: '%1 случај/и беа заменети.',\r
+ replaceWith: 'Замени со:',\r
+ title: 'Пронајди и замени'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'sk', {\r
- find: 'Hľadať',\r
- findOptions: 'Nájsť možnosti',\r
+ find: 'Vyhľadať',\r
+ findOptions: 'Možnosti vyhľadávania',\r
findWhat: 'Čo hľadať:',\r
matchCase: 'Rozlišovať malé a veľké písmená',\r
- matchCyclic: 'Cykliť zhodu',\r
+ matchCyclic: 'Po dosiahnutí konca pokračovať od začiatku',\r
matchWord: 'Len celé slová',\r
notFoundMsg: 'Hľadaný text nebol nájdený.',\r
replace: 'Nahradiť',\r
replaceAll: 'Nahradiť všetko',\r
replaceSuccessMsg: '%1 výskyt(ov) nahradených.',\r
replaceWith: 'Čím nahradiť:',\r
- title: 'Nájsť a nahradiť'\r
+ title: 'Vyhľadať a nahradiť'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'find', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'find', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'find,find-rtl,replace', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'flash', 'de-ch', {\r
+ access: 'Skriptzugriff',\r
+ accessAlways: 'Immer',\r
+ accessNever: 'Nie',\r
+ accessSameDomain: 'Gleiche Domain',\r
+ alignAbsBottom: 'Abs Unten',\r
+ alignAbsMiddle: 'Abs Mitte',\r
+ alignBaseline: 'Basislinie',\r
+ alignTextTop: 'Text oben',\r
+ bgcolor: 'Hintergrundfarbe',\r
+ chkFull: 'Vollbildmodus erlauben',\r
+ chkLoop: 'Endlosschleife',\r
+ chkMenu: 'Flash-Menü aktivieren',\r
+ chkPlay: 'Automatisch Abspielen',\r
+ flashvars: 'Variablen für Flash',\r
+ hSpace: 'Horizontal-Abstand',\r
+ properties: 'Flash-Eigenschaften',\r
+ propertiesTab: 'Eigenschaften',\r
+ quality: 'Qualität',\r
+ qualityAutoHigh: 'Auto Hoch',\r
+ qualityAutoLow: 'Auto Niedrig',\r
+ qualityBest: 'Beste',\r
+ qualityHigh: 'Hoch',\r
+ qualityLow: 'Niedrig',\r
+ qualityMedium: 'Mittel',\r
+ scale: 'Skalierung',\r
+ scaleAll: 'Alles anzeigen',\r
+ scaleFit: 'Passgenau',\r
+ scaleNoBorder: 'Ohne Rand',\r
+ title: 'Flash-Eigenschaften',\r
+ vSpace: 'Vertikal-Abstand',\r
+ validateHSpace: 'HSpace muss eine Zahl sein.',\r
+ validateSrc: 'URL darf nicht leer sein.',\r
+ validateVSpace: 'VSpace muss eine Zahl sein.',\r
+ windowMode: 'Fenstermodus',\r
+ windowModeOpaque: 'Deckend',\r
+ windowModeTransparent: 'Transparent',\r
+ windowModeWindow: 'Fenster'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'mk', {\r
chkMenu: 'Enable Flash Menu', // MISSING\r
chkPlay: 'Auto Play', // MISSING\r
flashvars: 'Variables for Flash', // MISSING\r
- hSpace: 'HSpace', // MISSING\r
+ hSpace: 'Хоризонтален простор',\r
properties: 'Flash Properties', // MISSING\r
propertiesTab: 'Properties', // MISSING\r
quality: 'Quality', // MISSING\r
scaleFit: 'Exact Fit', // MISSING\r
scaleNoBorder: 'No Border', // MISSING\r
title: 'Flash Properties', // MISSING\r
- vSpace: 'VSpace', // MISSING\r
+ vSpace: 'Вертикален простор',\r
validateHSpace: 'HSpace must be a number.', // MISSING\r
validateSrc: 'URL must not be empty.', // MISSING\r
validateVSpace: 'VSpace must be a number.', // MISSING\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'flash', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'flash', {\r
requires: 'dialog,fakeobjects',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'flash', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'font', 'de-ch', {\r
+ fontSize: {\r
+ label: 'Grösse',\r
+ voiceLabel: 'Schrifgrösse',\r
+ panelTitle: 'Schriftgrösse'\r
+ },\r
+ label: 'Schriftart',\r
+ panelTitle: 'Schriftartname',\r
+ voiceLabel: 'Schriftart'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'sk', {\r
voiceLabel: 'Veľkosť písma',\r
panelTitle: 'Veľkosť písma'\r
},\r
- label: 'Font',\r
- panelTitle: 'Názov fontu',\r
- voiceLabel: 'Font'\r
+ label: 'Písmo',\r
+ panelTitle: 'Názov písma',\r
+ voiceLabel: 'Písmo'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'font', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'font', {\r
requires: 'richcombo',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
init: function( editor ) {\r
var config = editor.config;\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'format', 'de-ch', {\r
+ label: 'Format',\r
+ panelTitle: 'Absatzformat',\r
+ tag_address: 'Adresse',\r
+ tag_div: 'Normal (DIV)',\r
+ tag_h1: 'Überschrift 1',\r
+ tag_h2: 'Überschrift 2',\r
+ tag_h3: 'Überschrift 3',\r
+ tag_h4: 'Überschrift 4',\r
+ tag_h5: 'Überschrift 5',\r
+ tag_h6: 'Überschrift 6',\r
+ tag_p: 'Normal',\r
+ tag_pre: 'Formatiert'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'sk', {\r
label: 'Formát',\r
- panelTitle: 'Formát',\r
+ panelTitle: 'Odsek',\r
tag_address: 'Adresa',\r
tag_div: 'Normálny (DIV)',\r
tag_h1: 'Nadpis 1',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'format', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'format', {\r
requires: 'richcombo',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
init: function( editor ) {\r
if ( editor.blockless )\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.dialog.add( 'radio', function( editor ) {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.dialog.add( 'select', function( editor ) {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.dialog.add( 'textarea', function( editor ) {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.dialog.add( 'textfield', function( editor ) {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'forms', 'de-ch', {\r
+ button: {\r
+ title: 'Schaltflächeneigenschaften',\r
+ text: 'Text (Wert)',\r
+ type: 'Typ',\r
+ typeBtn: 'Button',\r
+ typeSbm: 'Absenden',\r
+ typeRst: 'Zurücksetzen'\r
+ },\r
+ checkboxAndRadio: {\r
+ checkboxTitle: 'Kontrollboxeigenschaften',\r
+ radioTitle: 'Optionsfeldeigenschaften',\r
+ value: 'Wert',\r
+ selected: 'Ausgewählt',\r
+ required: 'Erforderlich'\r
+ },\r
+ form: {\r
+ title: 'Formulareigenschaften',\r
+ menu: 'Formulareigenschaften',\r
+ action: 'Aktion',\r
+ method: 'Methode',\r
+ encoding: 'Kodierung'\r
+ },\r
+ hidden: {\r
+ title: 'Versteckte Feldeigenschaften',\r
+ name: 'Name',\r
+ value: 'Wert'\r
+ },\r
+ select: {\r
+ title: 'Auswahlfeldeigenschaften',\r
+ selectInfo: 'Info auswählen',\r
+ opAvail: 'Verfügbare Optionen',\r
+ value: 'Wert',\r
+ size: 'Grösse',\r
+ lines: 'Linien',\r
+ chkMulti: 'Mehrfachauswahl erlauben',\r
+ required: 'Erforderlich',\r
+ opText: 'Text',\r
+ opValue: 'Wert',\r
+ btnAdd: 'Hinzufügen',\r
+ btnModify: 'Ändern',\r
+ btnUp: 'Hoch',\r
+ btnDown: 'Runter',\r
+ btnSetValue: 'Als ausgewählten Wert festlegen',\r
+ btnDelete: 'Entfernen'\r
+ },\r
+ textarea: {\r
+ title: 'Textfeldeigenschaften',\r
+ cols: 'Spalten',\r
+ rows: 'Reihen'\r
+ },\r
+ textfield: {\r
+ title: 'Textfeldeigenschaften',\r
+ name: 'Name',\r
+ value: 'Wert',\r
+ charWidth: 'Zeichenbreite',\r
+ maxChars: 'Max. Zeichen',\r
+ required: 'Erforderlich',\r
+ type: 'Typ',\r
+ typeText: 'Text',\r
+ typePass: 'Passwort',\r
+ typeEmail: 'E-mail',\r
+ typeSearch: 'Suche',\r
+ typeTel: 'Telefonnummer',\r
+ typeUrl: 'URL'\r
+ }\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'mk', {\r
typeEmail: 'Email', // MISSING\r
typeSearch: 'Search', // MISSING\r
typeTel: 'Telephone Number', // MISSING\r
- typeUrl: 'URL' // MISSING\r
+ typeUrl: 'URL'\r
}\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'tt', {\r
radioTitle: 'Радио төймə үзлекләре',\r
value: 'Күләм',\r
selected: 'Сайланган',\r
- required: 'Required' // MISSING\r
+ required: 'Мәҗбүри'\r
},\r
form: {\r
title: 'Форма үзлекләре',\r
},\r
select: {\r
title: 'Selection Field Properties', // MISSING\r
- selectInfo: 'Select Info', // MISSING\r
+ selectInfo: 'Информацияне сайлау',\r
opAvail: 'Мөмкин булган көйләүләр',\r
value: 'Күләм',\r
size: 'Зурлык',\r
lines: 'юллар',\r
chkMulti: 'Allow multiple selections', // MISSING\r
- required: 'Required', // MISSING\r
+ required: 'Мәҗбүри',\r
opText: 'Текст',\r
opValue: 'Күләм',\r
btnAdd: 'Кушу',\r
value: 'Күләм',\r
charWidth: 'Символлар киңлеге',\r
maxChars: 'Maximum Characters', // MISSING\r
- required: 'Required', // MISSING\r
+ required: 'Мәҗбүри',\r
type: 'Төр',\r
typeText: 'Текст',\r
typePass: 'Сер сүз',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'forms', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'forms', {\r
requires: 'dialog,fakeobjects',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'button,checkbox,form,hiddenfield,imagebutton,radio,select,select-rtl,textarea,textarea-rtl,textfield', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'horizontalrule', 'de-ch', {\r
+ toolbar: 'Horizontale Linie einfügen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'horizontalrule', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
// Register a plugin named "horizontalrule".\r
CKEDITOR.plugins.add( pluginName, {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'horizontalrule', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'iframe', 'de-ch', {\r
+ border: 'Rahmen anzeigen',\r
+ noUrl: 'Bitte geben Sie die IFrame-URL an',\r
+ scrolling: 'Rollbalken anzeigen',\r
+ title: 'IFrame-Eigenschaften',\r
+ toolbar: 'IFrame'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'iframe', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'iframe', {\r
requires: 'dialog,fakeobjects',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'iframe', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'image', 'de-ch', {\r
+ alt: 'Alternativer Text',\r
+ border: 'Rahmen',\r
+ btnUpload: 'Zum Server senden',\r
+ button2Img: 'Möchten Sie die ausgewählte Bildschaltfläche in ein einfaches Bild umwandeln?',\r
+ hSpace: 'Horizontal-Abstand',\r
+ img2Button: 'Möchten Sie das ausgewählte Bild in eine Bildschaltfläche umwandeln?',\r
+ infoTab: 'Bildinfo',\r
+ linkTab: 'Link',\r
+ lockRatio: 'Grössenverhältnis beibehalten',\r
+ menu: 'Bildeigenschaften',\r
+ resetSize: 'Grösse zurücksetzen',\r
+ title: 'Bildeigenschaften',\r
+ titleButton: 'Bildschaltflächeneigenschaften',\r
+ upload: 'Hochladen',\r
+ urlMissing: 'Bildquellen-URL fehlt.',\r
+ vSpace: 'Vertikal-Abstand',\r
+ validateBorder: 'Rahmen muss eine ganze Zahl sein.',\r
+ validateHSpace: 'Horizontal-Abstand muss eine ganze Zahl sein.',\r
+ validateVSpace: 'Vertikal-Abstand muss eine ganze Zahl sein.'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'mk', {\r
- alt: 'Alternative Text', // MISSING\r
- border: 'Border', // MISSING\r
- btnUpload: 'Send it to the Server', // MISSING\r
- button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING\r
- hSpace: 'HSpace', // MISSING\r
- img2Button: 'Do you want to transform the selected image on a image button?', // MISSING\r
- infoTab: 'Image Info', // MISSING\r
- linkTab: 'Link', // MISSING\r
- lockRatio: 'Lock Ratio', // MISSING\r
- menu: 'Image Properties', // MISSING\r
- resetSize: 'Reset Size', // MISSING\r
- title: 'Image Properties', // MISSING\r
- titleButton: 'Image Button Properties', // MISSING\r
- upload: 'Upload', // MISSING\r
- urlMissing: 'Image source URL is missing.', // MISSING\r
- vSpace: 'VSpace', // MISSING\r
- validateBorder: 'Border must be a whole number.', // MISSING\r
- validateHSpace: 'HSpace must be a whole number.', // MISSING\r
- validateVSpace: 'VSpace must be a whole number.' // MISSING\r
+ alt: 'Алтернативен текст',\r
+ border: 'Раб',\r
+ btnUpload: 'Прикачи на сервер',\r
+ button2Img: 'Дали сакате да направите сликата-копче да биде само слика?',\r
+ hSpace: 'Хоризонтален простор',\r
+ img2Button: 'Дали сакате да ја претворите сликата во слика-копче?',\r
+ infoTab: 'Информации за сликата',\r
+ linkTab: 'Врска',\r
+ lockRatio: 'Зачувај пропорција',\r
+ menu: 'Својства на сликата',\r
+ resetSize: 'Ресетирај големина',\r
+ title: 'Својства на сликата',\r
+ titleButton: 'Својства на копче-сликата',\r
+ upload: 'Прикачи',\r
+ urlMissing: 'Недостасува URL-то на сликата.',\r
+ vSpace: 'Вертикален простор',\r
+ validateBorder: 'Работ мора да биде цел број.',\r
+ validateHSpace: 'Хор. простор мора да биде цел број.',\r
+ validateVSpace: 'Верт. простор мора да биде цел број.'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'image', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'image', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'image', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'indent', 'de-ch', {\r
+ indent: 'Einzug erhöhen',\r
+ outdent: 'Einzug verringern'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'indent', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'indent', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'indent,indent-rtl,outdent,outdent-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'justify', 'de-ch', {\r
+ block: 'Blocksatz',\r
+ center: 'Zentriert',\r
+ left: 'Linksbündig',\r
+ right: 'Rechtsbündig'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'mk', {\r
block: 'Justify', // MISSING\r
- center: 'Center', // MISSING\r
+ center: 'Во средина',\r
left: 'Align Left', // MISSING\r
right: 'Align Right' // MISSING\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'justify', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'justify', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'justifyblock,justifycenter,justifyleft,justifyright', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
--- /dev/null
+<!DOCTYPE html>\r
+<!--\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+-->\r
+<html>\r
+<head>\r
+ <meta charset="utf-8">\r
+ <title>Widget Drag & Drop with Lineutils — CKEditor Sample</title>\r
+ <script src="../../../ckeditor.js"></script>\r
+ <script>\r
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )\r
+ CKEDITOR.tools.enableHtml5Elements( document );\r
+ </script>\r
+ <link href="../../../samples/old/sample.css" rel="stylesheet">\r
+ <link href="../../image2/samples/contents.css" rel="stylesheet">\r
+</head>\r
+<body>\r
+ <h1 class="samples">\r
+ <a href="../../../samples/old/index.html">CKEditor Samples</a> » Widget Drag & Drop with Lineutils\r
+ </h1>\r
+\r
+ <h3>Classic (iframe-based) Editor</h3>\r
+\r
+ <textarea id="editor1" cols="10" rows="10">\r
+ <h1>Apollo 11</h1>\r
+\r
+ <figure class="caption" style="float:right"><img alt="Saturn V" src="../../image2/samples/assets/image1.jpg" width="200" />\r
+ <figcaption>Roll out of Saturn V on launch pad</figcaption>\r
+ </figure>\r
+\r
+ <p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>\r
+\r
+ <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>\r
+\r
+ <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>\r
+\r
+ <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>\r
+\r
+ <blockquote>\r
+ <p>One small step for [a] man, one giant leap for mankind.</p>\r
+ </blockquote>\r
+\r
+ <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p>\r
+\r
+ <div style="text-align:center">\r
+ <figure class="caption" style="display:inline-block"><img alt="The Eagle" height="123" src="../../image2/samples/assets/image2.jpg" width="136" />\r
+ <figcaption>The Eagle in lunar orbit</figcaption>\r
+ </figure>\r
+ </div>\r
+\r
+ <blockquote>\r
+ <p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p>\r
+ </blockquote>\r
+\r
+ <figure class="caption" style="float:right"><img alt="The Eagle" src="../../image2/samples/assets/image2.jpg" width="200" />\r
+ <figcaption>The Eagle in lunar orbit</figcaption>\r
+ </figure>\r
+\r
+ <h2>Technical details <a id="tech-details" name="tech-details"></a></h2>\r
+\r
+ <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p>\r
+\r
+ <ol>\r
+ <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>\r
+ <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>\r
+ <li><strong>Lunar Module</strong> for landing on the Moon.</li>\r
+ </ol>\r
+\r
+ <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>\r
+\r
+ <figure class="caption"><img alt="Saturn V" height="129" src="../../image2/samples/assets/image1.jpg" width="101" />\r
+ <figcaption>Roll out of Saturn V on launch pad</figcaption>\r
+ </figure>\r
+\r
+ <hr />\r
+ <p style="text-align:right"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p>\r
+\r
+ </textarea>\r
+\r
+ <h3>Inline Editor</h3>\r
+\r
+ <div id="editor2" contenteditable="true" style="outline: 2px solid #ccc">\r
+ <table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">\r
+ <tbody>\r
+ <tr>\r
+ <td>This table</td>\r
+ <td>is the</td>\r
+ <td>very first</td>\r
+ <td>element of the document.</td>\r
+ </tr>\r
+ <tr>\r
+ <td>We are still</td>\r
+ <td>able to acces</td>\r
+ <td>the space before it.</td>\r
+ <td style="padding: 25px">\r
+ <table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">\r
+ <tbody>\r
+ <tr>\r
+ <td>This table is inside of a cell of another table.</td>\r
+ </tr>\r
+ <tr>\r
+ <td>We can type either before or after it though.</td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+ </td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+\r
+ <hr />\r
+ <hr />\r
+ <ol style="width: 300px">\r
+ <li>This numbered list...</li>\r
+ <li>...is a neighbour of a horizontal line...</li>\r
+ <li style="padding: 20px;">\r
+ <ol>\r
+ <li>Nested list!</li>\r
+ </ol>\r
+ </li>\r
+ </ol>\r
+\r
+ <figure class="caption"><img alt="Saturn V" src="../../image2/samples/assets/image1.jpg" width="100" />\r
+ <figcaption>Roll out of Saturn V on launch pad</figcaption>\r
+ </figure>\r
+\r
+ <ul style="width: 450px">\r
+ <li>We can type between the lists...</li>\r
+ <li>...thanks to <strong>Magicline</strong>.</li>\r
+ </ul>\r
+\r
+ <p>Lorem ipsum dolor sit amet dui. Morbi vel turpis. Nullam et leo. Etiam rutrum, urna tellus dui vel tincidunt mattis egestas, justo fringilla vel, massa. Phasellus.</p>\r
+\r
+ <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p>\r
+\r
+ <p>Ut pretium. Vestibulum rutrum in, adipiscing elit. Sed in quam in purus sem vitae pede. Pellentesque bibendum, urna sem vel risus. Vivamus posuere metus. Aliquam gravida iaculis nisl. Nam enim. Aliquam erat ac lacus tellus ac felis.</p>\r
+\r
+ <div id="last" style="padding: 10px; text-align: center;">\r
+ <p>This text is wrapped in a <tt>DIV</tt> element. We can type after this element though.</p>\r
+ </div>\r
+ </div>\r
+\r
+ <script>\r
+\r
+ CKEDITOR.replace( 'editor1', {\r
+ extraPlugins: 'image2',\r
+ height: 450,\r
+ removePlugins: 'image,forms',\r
+ contentsCss: [ '../../../contents.css', '../../image2/samples/contents.css' ]\r
+ } );\r
+\r
+ CKEDITOR.inline( 'editor2', {\r
+ extraPlugins: 'image2',\r
+ height: 450,\r
+ removePlugins: 'image,forms'\r
+ } );\r
+\r
+ </script>\r
+\r
+ <div id="footer">\r
+ <hr>\r
+ <p>\r
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
+ </p>\r
+ <p id="copy">\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Knabben. All rights reserved.\r
+ </p>\r
+ </div>\r
+</body>\r
+</html>\r
--- /dev/null
+<!DOCTYPE html>\r
+<!--\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+-->\r
+<html>\r
+<head>\r
+ <meta charset="utf-8">\r
+ <title>Lineutils — CKEditor Sample</title>\r
+ <script src="../../../ckeditor.js"></script>\r
+ <link href="../../../samples/old/sample.css" rel="stylesheet">\r
+</head>\r
+<body>\r
+ <h1 class="samples">\r
+ <a href="../../../samples/old/index.html">CKEditor Samples</a> » Lineutils\r
+ </h1>\r
+\r
+ <h3>Classic (iframe-based) Editor</h3>\r
+\r
+ <textarea id="editor1" cols="10" rows="10">\r
+ <table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">\r
+ <tbody>\r
+ <tr>\r
+ <td>This table</td>\r
+ <td>is the</td>\r
+ <td>very first</td>\r
+ <td>element of the document.</td>\r
+ </tr>\r
+ <tr>\r
+ <td>We are still</td>\r
+ <td>able to acces</td>\r
+ <td>the space before it.</td>\r
+ <td style="padding: 25px">\r
+ <table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">\r
+ <tbody>\r
+ <tr>\r
+ <td>This table is inside of a cell of another table.</td>\r
+ </tr>\r
+ <tr>\r
+ <td>We can type either before or after it though.</td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+ </td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+\r
+ <p>Two succesive horizontal lines (<tt>HR</tt> tags). We can access the space in between:</p>\r
+\r
+ <hr />\r
+ <hr />\r
+ <ol style="width: 300px">\r
+ <li>This numbered list...</li>\r
+ <li>...is a neighbour of a horizontal line...</li>\r
+ <li style="padding: 20px;">\r
+ <ol>\r
+ <li>Nested list!</li>\r
+ </ol>\r
+ </li>\r
+ </ol>\r
+\r
+ <ul style="width: 450px">\r
+ <li>We can type between the lists...</li>\r
+ <li>...thanks to <strong>Magicline</strong>.</li>\r
+ </ul>\r
+\r
+ <p>Lorem ipsum dolor sit amet dui. Morbi vel turpis. Nullam et leo. Etiam rutrum, urna tellus dui vel tincidunt mattis egestas, justo fringilla vel, massa. Phasellus.</p>\r
+\r
+ <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p>\r
+\r
+ <p>Ut pretium. Vestibulum rutrum in, adipiscing elit. Sed in quam in purus sem vitae pede. Pellentesque bibendum, urna sem vel risus. Vivamus posuere metus. Aliquam gravida iaculis nisl. Nam enim. Aliquam erat ac lacus tellus ac felis.</p>\r
+\r
+ <div id="last" style="padding: 10px; text-align: center;">\r
+ <p>This text is wrapped in a <tt>DIV</tt> element. We can type after this element though.</p>\r
+ </div>\r
+ </textarea>\r
+\r
+ <h3>Inline Editor</h3>\r
+\r
+ <div id="editor2" contenteditable="true" style="outline: 2px solid #ccc">\r
+ <table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">\r
+ <tbody>\r
+ <tr>\r
+ <td>This table</td>\r
+ <td>is the</td>\r
+ <td>very first</td>\r
+ <td>element of the document.</td>\r
+ </tr>\r
+ <tr>\r
+ <td>We are still</td>\r
+ <td>able to acces</td>\r
+ <td>the space before it.</td>\r
+ <td style="padding: 25px">\r
+ <table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">\r
+ <tbody>\r
+ <tr>\r
+ <td>This table is inside of a cell of another table.</td>\r
+ </tr>\r
+ <tr>\r
+ <td>We can type either before or after it though.</td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+ </td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+\r
+ <p>Two succesive horizontal lines (<tt>HR</tt> tags). We can access the space in between:</p>\r
+\r
+ <hr />\r
+ <hr />\r
+ <ol style="width: 300px">\r
+ <li>This numbered list...</li>\r
+ <li>...is a neighbour of a horizontal line...</li>\r
+ <li style="padding: 20px;">\r
+ <ol>\r
+ <li>Nested list!</li>\r
+ </ol>\r
+ </li>\r
+ </ol>\r
+\r
+ <ul style="width: 450px">\r
+ <li>We can type between the lists...</li>\r
+ <li>...thanks to <strong>Magicline</strong>.</li>\r
+ </ul>\r
+\r
+ <p>Lorem ipsum dolor sit amet dui. Morbi vel turpis. Nullam et leo. Etiam rutrum, urna tellus dui vel tincidunt mattis egestas, justo fringilla vel, massa. Phasellus.</p>\r
+\r
+ <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p>\r
+\r
+ <p>Ut pretium. Vestibulum rutrum in, adipiscing elit. Sed in quam in purus sem vitae pede. Pellentesque bibendum, urna sem vel risus. Vivamus posuere metus. Aliquam gravida iaculis nisl. Nam enim. Aliquam erat ac lacus tellus ac felis.</p>\r
+\r
+ <div id="last" style="padding: 10px; text-align: center;">\r
+ <p>This text is wrapped in a <tt>DIV</tt> element. We can type after this element though.</p>\r
+ </div>\r
+ </div>\r
+\r
+ <h3>Extreme inline</h3>\r
+\r
+ <div id="editor3" contenteditable="true" style="left: 123px; outline: 1px solid red; border: 15px solid green; position: relative; top: 30; left: 30px;">\r
+ <div style="padding: 20px; background: gray; width: 300px" class="1">Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies. Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim.</div>\r
+ <div style="background: violet; padding: 30px;" class="static">\r
+ Position static\r
+ <div style="background: green; padding: 30px; border: 14px solid orange">foo</div>\r
+ </div>\r
+ <dl class="2">\r
+ <dt>Key</dt><dd>Value</dd>\r
+ </dl>\r
+ <div>Whatever</div>\r
+ <hr id="hr">\r
+ <p>Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies</p>\r
+ <hr>\r
+ <hr>\r
+ <p>Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies</p>\r
+ <div style="background: green; padding: 30px; width: 200px">foo</div>\r
+ </div>\r
+\r
+ <h3>Classic (iframe-based) Editor, H-scroll</h3>\r
+\r
+ <textarea id="editor4" cols="10" rows="10">\r
+ <hr />\r
+ <hr />\r
+ <ol style="width: 1500px">\r
+ <li>This numbered list...</li>\r
+ <li>...is a neighbour of a horizontal line...</li>\r
+ <li style="padding: 20px;">\r
+ <ol>\r
+ <li>Nested list!</li>\r
+ </ol>\r
+ </li>\r
+ </ol>\r
+\r
+ <ul style="width: 450px">\r
+ <li>We can type between the lists...</li>\r
+ <li>...thanks to <strong>Magicline</strong>.</li>\r
+ </ul>\r
+\r
+ <p>Lorem ipsum dolor sit amet dui. Morbi vel turpis. Nullam et leo. Etiam rutrum, urna tellus dui vel tincidunt mattis egestas, justo fringilla vel, massa. Phasellus.</p>\r
+\r
+ <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p>\r
+\r
+ <p>Ut pretium. Vestibulum rutrum in, adipiscing elit. Sed in quam in purus sem vitae pede. Pellentesque bibendum, urna sem vel risus. Vivamus posuere metus. Aliquam gravida iaculis nisl. Nam enim. Aliquam erat ac lacus tellus ac felis.</p>\r
+\r
+ <div id="last" style="padding: 10px; text-align: center;">\r
+ <p>This text is wrapped in a <tt>DIV</tt> element. We can type after this element though.</p>\r
+ </div>\r
+ </textarea>\r
+\r
+ <script>\r
+\r
+ CKEDITOR.addCss(\r
+ '.cke_editable * { outline: 1px solid #BCEBFF }'\r
+ );\r
+\r
+ function callback() {\r
+ var helpers = CKEDITOR.plugins.lineutils;\r
+ var liner = new helpers.liner( this );\r
+ var locator = new helpers.locator( this );\r
+ var finder = new helpers.finder( this, {\r
+ lookups: {\r
+ 'is block and first child': function( el ) {\r
+ if ( el.is( CKEDITOR.dtd.$listItem ) )\r
+ return;\r
+\r
+ if ( el.is( CKEDITOR.dtd.$block ) )\r
+ return CKEDITOR.LINEUTILS_BEFORE | CKEDITOR.LINEUTILS_AFTER;\r
+ }\r
+ }\r
+ } ).start( function( relations, x, y ) {\r
+ locator.locate( relations );\r
+\r
+ var locations = locator.locations,\r
+ uid, type;\r
+\r
+ liner.prepare( relations, locations );\r
+\r
+ for ( uid in locations ) {\r
+ for ( type in locations[ uid ] )\r
+ liner.placeLine( { uid: uid, type: type } );\r
+ }\r
+\r
+ liner.cleanup();\r
+ } );\r
+ }\r
+\r
+ CKEDITOR.disableAutoInline = true;\r
+\r
+ CKEDITOR.replace( 'editor1', {\r
+ extraPlugins: 'lineutils',\r
+ height: 450,\r
+ removePlugins: 'magicline',\r
+ allowedContent: true,\r
+ contentsCss: [ '../../../contents.css' ],\r
+ on: {\r
+ contentDom: callback\r
+ }\r
+ } );\r
+\r
+ CKEDITOR.inline( 'editor2', {\r
+ extraPlugins: 'lineutils',\r
+ removePlugins: 'magicline',\r
+ allowedContent: true,\r
+ contentsCss: [ '../../../contents.css' ],\r
+ on: {\r
+ contentDom: callback\r
+ }\r
+ } );\r
+\r
+ CKEDITOR.inline( 'editor3', {\r
+ extraPlugins: 'lineutils',\r
+ removePlugins: 'magicline',\r
+ allowedContent: true,\r
+ contentsCss: [ '../../../contents.css' ],\r
+ on: {\r
+ contentDom: callback\r
+ }\r
+ } );\r
+\r
+ CKEDITOR.replace( 'editor4', {\r
+ extraPlugins: 'lineutils',\r
+ removePlugins: 'magicline',\r
+ allowedContent: true,\r
+ contentsCss: [ '../../../contents.css' ],\r
+ on: {\r
+ contentDom: callback\r
+ }\r
+ } );\r
+\r
+\r
+ </script>\r
+\r
+ <div id="footer">\r
+ <hr>\r
+ <p>\r
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
+ </p>\r
+ <p id="copy">\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Knabben. All rights reserved.\r
+ </p>\r
+ </div>\r
+</body>\r
+</html>\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+ /**\r
+ * @fileOverview A set of utilities to find and create horizontal spaces in edited content.\r
+ */\r
+\r
+'use strict';\r
+\r
+( function() {\r
+\r
+ CKEDITOR.plugins.add( 'lineutils' );\r
+\r
+ /**\r
+ * Determines a position relative to an element in DOM (before).\r
+ *\r
+ * @readonly\r
+ * @property {Number} [=0]\r
+ * @member CKEDITOR\r
+ */\r
+ CKEDITOR.LINEUTILS_BEFORE = 1;\r
+\r
+ /**\r
+ * Determines a position relative to an element in DOM (after).\r
+ *\r
+ * @readonly\r
+ * @property {Number} [=2]\r
+ * @member CKEDITOR\r
+ */\r
+ CKEDITOR.LINEUTILS_AFTER = 2;\r
+\r
+ /**\r
+ * Determines a position relative to an element in DOM (inside).\r
+ *\r
+ * @readonly\r
+ * @property {Number} [=4]\r
+ * @member CKEDITOR\r
+ */\r
+ CKEDITOR.LINEUTILS_INSIDE = 4;\r
+\r
+ /**\r
+ * A utility that traverses the DOM tree and discovers elements\r
+ * (relations) matching user-defined lookups.\r
+ *\r
+ * @private\r
+ * @class CKEDITOR.plugins.lineutils.finder\r
+ * @constructor Creates a Finder class instance.\r
+ * @param {CKEDITOR.editor} editor Editor instance that the Finder belongs to.\r
+ * @param {Object} def Finder's definition.\r
+ * @since 4.3\r
+ */\r
+ function Finder( editor, def ) {\r
+ CKEDITOR.tools.extend( this, {\r
+ editor: editor,\r
+ editable: editor.editable(),\r
+ doc: editor.document,\r
+ win: editor.window\r
+ }, def, true );\r
+\r
+ this.inline = this.editable.isInline();\r
+\r
+ if ( !this.inline ) {\r
+ this.frame = this.win.getFrame();\r
+ }\r
+\r
+ this.target = this[ this.inline ? 'editable' : 'doc' ];\r
+ }\r
+\r
+ Finder.prototype = {\r
+ /**\r
+ * Initializes searching for elements with every mousemove event fired.\r
+ * To stop searching use {@link #stop}.\r
+ *\r
+ * @param {Function} [callback] Function executed on every iteration.\r
+ */\r
+ start: function( callback ) {\r
+ var that = this,\r
+ editor = this.editor,\r
+ doc = this.doc,\r
+ el, elfp, x, y;\r
+\r
+ var moveBuffer = CKEDITOR.tools.eventsBuffer( 50, function() {\r
+ if ( editor.readOnly || editor.mode != 'wysiwyg' )\r
+ return;\r
+\r
+ that.relations = {};\r
+\r
+ // Sometimes it happens that elementFromPoint returns null (especially on IE).\r
+ // Any further traversal makes no sense if there's no start point. Abort.\r
+ // Note: In IE8 elementFromPoint may return zombie nodes of undefined nodeType,\r
+ // so rejecting those as well.\r
+ if ( !( elfp = doc.$.elementFromPoint( x, y ) ) || !elfp.nodeType ) {\r
+ return;\r
+ }\r
+\r
+ el = new CKEDITOR.dom.element( elfp );\r
+\r
+ that.traverseSearch( el );\r
+\r
+ if ( !isNaN( x + y ) ) {\r
+ that.pixelSearch( el, x, y );\r
+ }\r
+\r
+ callback && callback( that.relations, x, y );\r
+ } );\r
+\r
+ // Searching starting from element from point on mousemove.\r
+ this.listener = this.editable.attachListener( this.target, 'mousemove', function( evt ) {\r
+ x = evt.data.$.clientX;\r
+ y = evt.data.$.clientY;\r
+\r
+ moveBuffer.input();\r
+ } );\r
+\r
+ this.editable.attachListener( this.inline ? this.editable : this.frame, 'mouseout', function() {\r
+ moveBuffer.reset();\r
+ } );\r
+ },\r
+\r
+ /**\r
+ * Stops observing mouse events attached by {@link #start}.\r
+ */\r
+ stop: function() {\r
+ if ( this.listener ) {\r
+ this.listener.removeListener();\r
+ }\r
+ },\r
+\r
+ /**\r
+ * Returns a range representing the relation, according to its element\r
+ * and type.\r
+ *\r
+ * @param {Object} location Location containing a unique identifier and type.\r
+ * @returns {CKEDITOR.dom.range} Range representing the relation.\r
+ */\r
+ getRange: ( function() {\r
+ var where = {};\r
+\r
+ where[ CKEDITOR.LINEUTILS_BEFORE ] = CKEDITOR.POSITION_BEFORE_START;\r
+ where[ CKEDITOR.LINEUTILS_AFTER ] = CKEDITOR.POSITION_AFTER_END;\r
+ where[ CKEDITOR.LINEUTILS_INSIDE ] = CKEDITOR.POSITION_AFTER_START;\r
+\r
+ return function( location ) {\r
+ var range = this.editor.createRange();\r
+\r
+ range.moveToPosition( this.relations[ location.uid ].element, where[ location.type ] );\r
+\r
+ return range;\r
+ };\r
+ } )(),\r
+\r
+ /**\r
+ * Stores given relation in a {@link #relations} object. Processes the relation\r
+ * to normalize and avoid duplicates.\r
+ *\r
+ * @param {CKEDITOR.dom.element} el Element of the relation.\r
+ * @param {Number} type Relation, one of `CKEDITOR.LINEUTILS_AFTER`, `CKEDITOR.LINEUTILS_BEFORE`, `CKEDITOR.LINEUTILS_INSIDE`.\r
+ */\r
+ store: ( function() {\r
+ function merge( el, type, relations ) {\r
+ var uid = el.getUniqueId();\r
+\r
+ if ( uid in relations ) {\r
+ relations[ uid ].type |= type;\r
+ } else {\r
+ relations[ uid ] = { element: el, type: type };\r
+ }\r
+ }\r
+\r
+ return function( el, type ) {\r
+ var alt;\r
+\r
+ // Normalization to avoid duplicates:\r
+ // CKEDITOR.LINEUTILS_AFTER becomes CKEDITOR.LINEUTILS_BEFORE of el.getNext().\r
+ if ( is( type, CKEDITOR.LINEUTILS_AFTER ) && isStatic( alt = el.getNext() ) && alt.isVisible() ) {\r
+ merge( alt, CKEDITOR.LINEUTILS_BEFORE, this.relations );\r
+ type ^= CKEDITOR.LINEUTILS_AFTER;\r
+ }\r
+\r
+ // Normalization to avoid duplicates:\r
+ // CKEDITOR.LINEUTILS_INSIDE becomes CKEDITOR.LINEUTILS_BEFORE of el.getFirst().\r
+ if ( is( type, CKEDITOR.LINEUTILS_INSIDE ) && isStatic( alt = el.getFirst() ) && alt.isVisible() ) {\r
+ merge( alt, CKEDITOR.LINEUTILS_BEFORE, this.relations );\r
+ type ^= CKEDITOR.LINEUTILS_INSIDE;\r
+ }\r
+\r
+ merge( el, type, this.relations );\r
+ };\r
+ } )(),\r
+\r
+ /**\r
+ * Traverses the DOM tree towards root, checking all ancestors\r
+ * with lookup rules, avoiding duplicates. Stores positive relations\r
+ * in the {@link #relations} object.\r
+ *\r
+ * @param {CKEDITOR.dom.element} el Element which is the starting point.\r
+ */\r
+ traverseSearch: function( el ) {\r
+ var l, type, uid;\r
+\r
+ // Go down DOM towards root (or limit).\r
+ do {\r
+ uid = el.$[ 'data-cke-expando' ];\r
+\r
+ // This element was already visited and checked.\r
+ if ( uid && uid in this.relations ) {\r
+ continue;\r
+ }\r
+\r
+ if ( el.equals( this.editable ) ) {\r
+ return;\r
+ }\r
+\r
+ if ( isStatic( el ) ) {\r
+ // Collect all addresses yielded by lookups for that element.\r
+ for ( l in this.lookups ) {\r
+\r
+ if ( ( type = this.lookups[ l ]( el ) ) ) {\r
+ this.store( el, type );\r
+ }\r
+ }\r
+ }\r
+ } while ( !isLimit( el ) && ( el = el.getParent() ) );\r
+ },\r
+\r
+ /**\r
+ * Iterates vertically pixel-by-pixel within a given element starting\r
+ * from given coordinates, searching for elements in the neighborhood.\r
+ * Once an element is found it is processed by {@link #traverseSearch}.\r
+ *\r
+ * @param {CKEDITOR.dom.element} el Element which is the starting point.\r
+ * @param {Number} [x] Horizontal mouse coordinate relative to the viewport.\r
+ * @param {Number} [y] Vertical mouse coordinate relative to the viewport.\r
+ */\r
+ pixelSearch: ( function() {\r
+ var contains = CKEDITOR.env.ie || CKEDITOR.env.webkit ?\r
+ function( el, found ) {\r
+ return el.contains( found );\r
+ } : function( el, found ) {\r
+ return !!( el.compareDocumentPosition( found ) & 16 );\r
+ };\r
+\r
+ // Iterates pixel-by-pixel from starting coordinates, moving by defined\r
+ // step and getting elementFromPoint in every iteration. Iteration stops when:\r
+ // * A valid element is found.\r
+ // * Condition function returns `false` (i.e. reached boundaries of viewport).\r
+ // * No element is found (i.e. coordinates out of viewport).\r
+ // * Element found is ascendant of starting element.\r
+ //\r
+ // @param {Object} doc Native DOM document.\r
+ // @param {Object} el Native DOM element.\r
+ // @param {Number} xStart Horizontal starting coordinate to use.\r
+ // @param {Number} yStart Vertical starting coordinate to use.\r
+ // @param {Number} step Step of the algorithm.\r
+ // @param {Function} condition A condition relative to current vertical coordinate.\r
+ function iterate( el, xStart, yStart, step, condition ) {\r
+ var y = yStart,\r
+ tryouts = 0,\r
+ found;\r
+\r
+ while ( condition( y ) ) {\r
+ y += step;\r
+\r
+ // If we try and we try, and still nothing's found, let's end\r
+ // that party.\r
+ if ( ++tryouts == 25 ) {\r
+ return;\r
+ }\r
+\r
+ found = this.doc.$.elementFromPoint( xStart, y );\r
+\r
+ // Nothing found. This is crazy... but...\r
+ // It might be that a line, which is in different document,\r
+ // covers that pixel (elementFromPoint is doc-sensitive).\r
+ // Better let's have another try.\r
+ if ( !found ) {\r
+ continue;\r
+ }\r
+\r
+ // Still in the same element.\r
+ else if ( found == el ) {\r
+ tryouts = 0;\r
+ continue;\r
+ }\r
+\r
+ // Reached the edge of an element and found an ancestor or...\r
+ // A line, that covers that pixel. Better let's have another try.\r
+ else if ( !contains( el, found ) ) {\r
+ continue;\r
+ }\r
+\r
+ tryouts = 0;\r
+\r
+ // Found a valid element. Stop iterating.\r
+ if ( isStatic( ( found = new CKEDITOR.dom.element( found ) ) ) ) {\r
+ return found;\r
+ }\r
+ }\r
+ }\r
+\r
+ return function( el, x, y ) {\r
+ var paneHeight = this.win.getViewPaneSize().height,\r
+\r
+ // Try to find an element iterating *up* from the starting point.\r
+ neg = iterate.call( this, el.$, x, y, -1, function( y ) {\r
+ return y > 0;\r
+ } ),\r
+\r
+ // Try to find an element iterating *down* from the starting point.\r
+ pos = iterate.call( this, el.$, x, y, 1, function( y ) {\r
+ return y < paneHeight;\r
+ } );\r
+\r
+ if ( neg ) {\r
+ this.traverseSearch( neg );\r
+\r
+ // Iterate towards DOM root until neg is a direct child of el.\r
+ while ( !neg.getParent().equals( el ) ) {\r
+ neg = neg.getParent();\r
+ }\r
+ }\r
+\r
+ if ( pos ) {\r
+ this.traverseSearch( pos );\r
+\r
+ // Iterate towards DOM root until pos is a direct child of el.\r
+ while ( !pos.getParent().equals( el ) ) {\r
+ pos = pos.getParent();\r
+ }\r
+ }\r
+\r
+ // Iterate forwards starting from neg and backwards from\r
+ // pos to harvest all children of el between those elements.\r
+ // Stop when neg and pos meet each other or there's none of them.\r
+ // TODO (?) reduce number of hops forwards/backwards.\r
+ while ( neg || pos ) {\r
+ if ( neg ) {\r
+ neg = neg.getNext( isStatic );\r
+ }\r
+\r
+ if ( !neg || neg.equals( pos ) ) {\r
+ break;\r
+ }\r
+\r
+ this.traverseSearch( neg );\r
+\r
+ if ( pos ) {\r
+ pos = pos.getPrevious( isStatic );\r
+ }\r
+\r
+ if ( !pos || pos.equals( neg ) ) {\r
+ break;\r
+ }\r
+\r
+ this.traverseSearch( pos );\r
+ }\r
+ };\r
+ } )(),\r
+\r
+ /**\r
+ * Unlike {@link #traverseSearch}, it collects **all** elements from editable's DOM tree\r
+ * and runs lookups for every one of them, collecting relations.\r
+ *\r
+ * @returns {Object} {@link #relations}.\r
+ */\r
+ greedySearch: function() {\r
+ this.relations = {};\r
+\r
+ var all = this.editable.getElementsByTag( '*' ),\r
+ i = 0,\r
+ el, type, l;\r
+\r
+ while ( ( el = all.getItem( i++ ) ) ) {\r
+ // Don't consider editable, as it might be inline,\r
+ // and i.e. checking it's siblings is pointless.\r
+ if ( el.equals( this.editable ) ) {\r
+ continue;\r
+ }\r
+\r
+ // On IE8 element.getElementsByTagName returns comments... sic! (#13176)\r
+ if ( el.type != CKEDITOR.NODE_ELEMENT ) {\r
+ continue;\r
+ }\r
+\r
+ // Don't visit non-editable internals, for example widget's\r
+ // guts (above wrapper, below nested). Still check editable limits,\r
+ // as they are siblings with editable contents.\r
+ if ( !el.hasAttribute( 'contenteditable' ) && el.isReadOnly() ) {\r
+ continue;\r
+ }\r
+\r
+ if ( isStatic( el ) && el.isVisible() ) {\r
+ // Collect all addresses yielded by lookups for that element.\r
+ for ( l in this.lookups ) {\r
+ if ( ( type = this.lookups[ l ]( el ) ) ) {\r
+ this.store( el, type );\r
+ }\r
+ }\r
+ }\r
+ }\r
+\r
+ return this.relations;\r
+ }\r
+\r
+ /**\r
+ * Relations express elements in DOM that match user-defined {@link #lookups}.\r
+ * Every relation has its own `type` that determines whether\r
+ * it refers to the space before, after or inside the `element`.\r
+ * This object stores relations found by {@link #traverseSearch} or {@link #greedySearch}, structured\r
+ * in the following way:\r
+ *\r
+ * relations: {\r
+ * // Unique identifier of the element.\r
+ * Number: {\r
+ * // Element of this relation.\r
+ * element: {@link CKEDITOR.dom.element}\r
+ * // Conjunction of CKEDITOR.LINEUTILS_BEFORE, CKEDITOR.LINEUTILS_AFTER and CKEDITOR.LINEUTILS_INSIDE.\r
+ * type: Number\r
+ * },\r
+ * ...\r
+ * }\r
+ *\r
+ * @property {Object} relations\r
+ * @readonly\r
+ */\r
+\r
+ /**\r
+ * A set of user-defined functions used by Finder to check if an element\r
+ * is a valid relation, belonging to {@link #relations}.\r
+ * When the criterion is met, lookup returns a logical conjunction of `CKEDITOR.LINEUTILS_BEFORE`,\r
+ * `CKEDITOR.LINEUTILS_AFTER` or `CKEDITOR.LINEUTILS_INSIDE`.\r
+ *\r
+ * Lookups are passed along with Finder's definition.\r
+ *\r
+ * lookups: {\r
+ * 'some lookup': function( el ) {\r
+ * if ( someCondition )\r
+ * return CKEDITOR.LINEUTILS_BEFORE;\r
+ * },\r
+ * ...\r
+ * }\r
+ *\r
+ * @property {Object} lookups\r
+ */\r
+ };\r
+\r
+\r
+ /**\r
+ * A utility that analyses relations found by\r
+ * CKEDITOR.plugins.lineutils.finder and locates them\r
+ * in the viewport as horizontal lines of specific coordinates.\r
+ *\r
+ * @private\r
+ * @class CKEDITOR.plugins.lineutils.locator\r
+ * @constructor Creates a Locator class instance.\r
+ * @param {CKEDITOR.editor} editor Editor instance that Locator belongs to.\r
+ * @since 4.3\r
+ */\r
+ function Locator( editor, def ) {\r
+ CKEDITOR.tools.extend( this, def, {\r
+ editor: editor\r
+ }, true );\r
+ }\r
+\r
+ Locator.prototype = {\r
+ /**\r
+ * Locates the Y coordinate for all types of every single relation and stores\r
+ * them in an object.\r
+ *\r
+ * @param {Object} relations {@link CKEDITOR.plugins.lineutils.finder#relations}.\r
+ * @returns {Object} {@link #locations}.\r
+ */\r
+ locate: ( function() {\r
+ function locateSibling( rel, type ) {\r
+ var sib = rel.element[ type === CKEDITOR.LINEUTILS_BEFORE ? 'getPrevious' : 'getNext' ]();\r
+\r
+ // Return the middle point between siblings.\r
+ if ( sib && isStatic( sib ) ) {\r
+ rel.siblingRect = sib.getClientRect();\r
+\r
+ if ( type == CKEDITOR.LINEUTILS_BEFORE ) {\r
+ return ( rel.siblingRect.bottom + rel.elementRect.top ) / 2;\r
+ } else {\r
+ return ( rel.elementRect.bottom + rel.siblingRect.top ) / 2;\r
+ }\r
+ }\r
+\r
+ // If there's no sibling, use the edge of an element.\r
+ else {\r
+ if ( type == CKEDITOR.LINEUTILS_BEFORE ) {\r
+ return rel.elementRect.top;\r
+ } else {\r
+ return rel.elementRect.bottom;\r
+ }\r
+ }\r
+ }\r
+\r
+ return function( relations ) {\r
+ var rel;\r
+\r
+ this.locations = {};\r
+\r
+ for ( var uid in relations ) {\r
+ rel = relations[ uid ];\r
+ rel.elementRect = rel.element.getClientRect();\r
+\r
+ if ( is( rel.type, CKEDITOR.LINEUTILS_BEFORE ) ) {\r
+ this.store( uid, CKEDITOR.LINEUTILS_BEFORE, locateSibling( rel, CKEDITOR.LINEUTILS_BEFORE ) );\r
+ }\r
+\r
+ if ( is( rel.type, CKEDITOR.LINEUTILS_AFTER ) ) {\r
+ this.store( uid, CKEDITOR.LINEUTILS_AFTER, locateSibling( rel, CKEDITOR.LINEUTILS_AFTER ) );\r
+ }\r
+\r
+ // The middle point of the element.\r
+ if ( is( rel.type, CKEDITOR.LINEUTILS_INSIDE ) ) {\r
+ this.store( uid, CKEDITOR.LINEUTILS_INSIDE, ( rel.elementRect.top + rel.elementRect.bottom ) / 2 );\r
+ }\r
+ }\r
+\r
+ return this.locations;\r
+ };\r
+ } )(),\r
+\r
+ /**\r
+ * Calculates distances from every location to given vertical coordinate\r
+ * and sorts locations according to that distance.\r
+ *\r
+ * @param {Number} y The vertical coordinate used for sorting, used as a reference.\r
+ * @param {Number} [howMany] Determines the number of "closest locations" to be returned.\r
+ * @returns {Array} Sorted, array representation of {@link #locations}.\r
+ */\r
+ sort: ( function() {\r
+ var locations, sorted,\r
+ dist, i;\r
+\r
+ function distance( y, uid, type ) {\r
+ return Math.abs( y - locations[ uid ][ type ] );\r
+ }\r
+\r
+ return function( y, howMany ) {\r
+ locations = this.locations;\r
+ sorted = [];\r
+\r
+ for ( var uid in locations ) {\r
+ for ( var type in locations[ uid ] ) {\r
+ dist = distance( y, uid, type );\r
+\r
+ // An array is empty.\r
+ if ( !sorted.length ) {\r
+ sorted.push( { uid: +uid, type: type, dist: dist } );\r
+ } else {\r
+ // Sort the array on fly when it's populated.\r
+ for ( i = 0; i < sorted.length; i++ ) {\r
+ if ( dist < sorted[ i ].dist ) {\r
+ sorted.splice( i, 0, { uid: +uid, type: type, dist: dist } );\r
+ break;\r
+ }\r
+ }\r
+\r
+ // Nothing was inserted, so the distance is bigger than\r
+ // any of already calculated: push to the end.\r
+ if ( i == sorted.length ) {\r
+ sorted.push( { uid: +uid, type: type, dist: dist } );\r
+ }\r
+ }\r
+ }\r
+ }\r
+\r
+ if ( typeof howMany != 'undefined' ) {\r
+ return sorted.slice( 0, howMany );\r
+ } else {\r
+ return sorted;\r
+ }\r
+ };\r
+ } )(),\r
+\r
+ /**\r
+ * Stores the location in a collection.\r
+ *\r
+ * @param {Number} uid Unique identifier of the relation.\r
+ * @param {Number} type One of `CKEDITOR.LINEUTILS_BEFORE`, `CKEDITOR.LINEUTILS_AFTER` and `CKEDITOR.LINEUTILS_INSIDE`.\r
+ * @param {Number} y Vertical position of the relation.\r
+ */\r
+ store: function( uid, type, y ) {\r
+ if ( !this.locations[ uid ] ) {\r
+ this.locations[ uid ] = {};\r
+ }\r
+\r
+ this.locations[ uid ][ type ] = y;\r
+ }\r
+\r
+ /**\r
+ * @readonly\r
+ * @property {Object} locations\r
+ */\r
+ };\r
+\r
+ var tipCss = {\r
+ display: 'block',\r
+ width: '0px',\r
+ height: '0px',\r
+ 'border-color': 'transparent',\r
+ 'border-style': 'solid',\r
+ position: 'absolute',\r
+ top: '-6px'\r
+ },\r
+\r
+ lineStyle = {\r
+ height: '0px',\r
+ 'border-top': '1px dashed red',\r
+ position: 'absolute',\r
+ 'z-index': 9999\r
+ },\r
+\r
+ lineTpl =\r
+ '<div data-cke-lineutils-line="1" class="cke_reset_all" style="{lineStyle}">' +\r
+ '<span style="{tipLeftStyle}"> </span>' +\r
+ '<span style="{tipRightStyle}"> </span>' +\r
+ '</div>';\r
+\r
+ /**\r
+ * A utility that draws horizontal lines in DOM according to locations\r
+ * returned by CKEDITOR.plugins.lineutils.locator.\r
+ *\r
+ * @private\r
+ * @class CKEDITOR.plugins.lineutils.liner\r
+ * @constructor Creates a Liner class instance.\r
+ * @param {CKEDITOR.editor} editor Editor instance that Liner belongs to.\r
+ * @param {Object} def Liner's definition.\r
+ * @since 4.3\r
+ */\r
+ function Liner( editor, def ) {\r
+ var editable = editor.editable();\r
+\r
+ CKEDITOR.tools.extend( this, {\r
+ editor: editor,\r
+ editable: editable,\r
+ inline: editable.isInline(),\r
+ doc: editor.document,\r
+ win: editor.window,\r
+ container: CKEDITOR.document.getBody(),\r
+ winTop: CKEDITOR.document.getWindow()\r
+ }, def, true );\r
+\r
+ this.hidden = {};\r
+ this.visible = {};\r
+\r
+ if ( !this.inline ) {\r
+ this.frame = this.win.getFrame();\r
+ }\r
+\r
+ this.queryViewport();\r
+\r
+ // Callbacks must be wrapped. Otherwise they're not attached\r
+ // to global DOM objects (i.e. topmost window) for every editor\r
+ // because they're treated as duplicates. They belong to the\r
+ // same prototype shared among Liner instances.\r
+ var queryViewport = CKEDITOR.tools.bind( this.queryViewport, this ),\r
+ hideVisible = CKEDITOR.tools.bind( this.hideVisible, this ),\r
+ removeAll = CKEDITOR.tools.bind( this.removeAll, this );\r
+\r
+ editable.attachListener( this.winTop, 'resize', queryViewport );\r
+ editable.attachListener( this.winTop, 'scroll', queryViewport );\r
+\r
+ editable.attachListener( this.winTop, 'resize', hideVisible );\r
+ editable.attachListener( this.win, 'scroll', hideVisible );\r
+\r
+ editable.attachListener( this.inline ? editable : this.frame, 'mouseout', function( evt ) {\r
+ var x = evt.data.$.clientX,\r
+ y = evt.data.$.clientY;\r
+\r
+ this.queryViewport();\r
+\r
+ // Check if mouse is out of the element (iframe/editable).\r
+ if ( x <= this.rect.left || x >= this.rect.right || y <= this.rect.top || y >= this.rect.bottom ) {\r
+ this.hideVisible();\r
+ }\r
+\r
+ // Check if mouse is out of the top-window vieport.\r
+ if ( x <= 0 || x >= this.winTopPane.width || y <= 0 || y >= this.winTopPane.height ) {\r
+ this.hideVisible();\r
+ }\r
+ }, this );\r
+\r
+ editable.attachListener( editor, 'resize', queryViewport );\r
+ editable.attachListener( editor, 'mode', removeAll );\r
+ editor.on( 'destroy', removeAll );\r
+\r
+ this.lineTpl = new CKEDITOR.template( lineTpl ).output( {\r
+ lineStyle: CKEDITOR.tools.writeCssText(\r
+ CKEDITOR.tools.extend( {}, lineStyle, this.lineStyle, true )\r
+ ),\r
+ tipLeftStyle: CKEDITOR.tools.writeCssText(\r
+ CKEDITOR.tools.extend( {}, tipCss, {\r
+ left: '0px',\r
+ 'border-left-color': 'red',\r
+ 'border-width': '6px 0 6px 6px'\r
+ }, this.tipCss, this.tipLeftStyle, true )\r
+ ),\r
+ tipRightStyle: CKEDITOR.tools.writeCssText(\r
+ CKEDITOR.tools.extend( {}, tipCss, {\r
+ right: '0px',\r
+ 'border-right-color': 'red',\r
+ 'border-width': '6px 6px 6px 0'\r
+ }, this.tipCss, this.tipRightStyle, true )\r
+ )\r
+ } );\r
+ }\r
+\r
+ Liner.prototype = {\r
+ /**\r
+ * Permanently removes all lines (both hidden and visible) from DOM.\r
+ */\r
+ removeAll: function() {\r
+ var l;\r
+\r
+ for ( l in this.hidden ) {\r
+ this.hidden[ l ].remove();\r
+ delete this.hidden[ l ];\r
+ }\r
+\r
+ for ( l in this.visible ) {\r
+ this.visible[ l ].remove();\r
+ delete this.visible[ l ];\r
+ }\r
+ },\r
+\r
+ /**\r
+ * Hides a given line.\r
+ *\r
+ * @param {CKEDITOR.dom.element} line The line to be hidden.\r
+ */\r
+ hideLine: function( line ) {\r
+ var uid = line.getUniqueId();\r
+\r
+ line.hide();\r
+\r
+ this.hidden[ uid ] = line;\r
+ delete this.visible[ uid ];\r
+ },\r
+\r
+ /**\r
+ * Shows a given line.\r
+ *\r
+ * @param {CKEDITOR.dom.element} line The line to be shown.\r
+ */\r
+ showLine: function( line ) {\r
+ var uid = line.getUniqueId();\r
+\r
+ line.show();\r
+\r
+ this.visible[ uid ] = line;\r
+ delete this.hidden[ uid ];\r
+ },\r
+\r
+ /**\r
+ * Hides all visible lines.\r
+ */\r
+ hideVisible: function() {\r
+ for ( var l in this.visible ) {\r
+ this.hideLine( this.visible[ l ] );\r
+ }\r
+ },\r
+\r
+ /**\r
+ * Shows a line at given location.\r
+ *\r
+ * @param {Object} location Location object containing the unique identifier of the relation\r
+ * and its type. Usually returned by {@link CKEDITOR.plugins.lineutils.locator#sort}.\r
+ * @param {Function} [callback] A callback to be called once the line is shown.\r
+ */\r
+ placeLine: function( location, callback ) {\r
+ var styles, line, l;\r
+\r
+ // No style means that line would be out of viewport.\r
+ if ( !( styles = this.getStyle( location.uid, location.type ) ) ) {\r
+ return;\r
+ }\r
+\r
+ // Search for any visible line of a different hash first.\r
+ // It's faster to re-position visible line than to show it.\r
+ for ( l in this.visible ) {\r
+ if ( this.visible[ l ].getCustomData( 'hash' ) !== this.hash ) {\r
+ line = this.visible[ l ];\r
+ break;\r
+ }\r
+ }\r
+\r
+ // Search for any hidden line of a different hash.\r
+ if ( !line ) {\r
+ for ( l in this.hidden ) {\r
+ if ( this.hidden[ l ].getCustomData( 'hash' ) !== this.hash ) {\r
+ this.showLine( ( line = this.hidden[ l ] ) );\r
+ break;\r
+ }\r
+ }\r
+ }\r
+\r
+ // If no line available, add the new one.\r
+ if ( !line ) {\r
+ this.showLine( ( line = this.addLine() ) );\r
+ }\r
+\r
+ // Mark the line with current hash.\r
+ line.setCustomData( 'hash', this.hash );\r
+\r
+ // Mark the line as visible.\r
+ this.visible[ line.getUniqueId() ] = line;\r
+\r
+ line.setStyles( styles );\r
+\r
+ callback && callback( line );\r
+ },\r
+\r
+ /**\r
+ * Creates a style set to be used by the line, representing a particular\r
+ * relation (location).\r
+ *\r
+ * @param {Number} uid Unique identifier of the relation.\r
+ * @param {Number} type Type of the relation.\r
+ * @returns {Object} An object containing styles.\r
+ */\r
+ getStyle: function( uid, type ) {\r
+ var rel = this.relations[ uid ],\r
+ loc = this.locations[ uid ][ type ],\r
+ styles = {},\r
+ hdiff;\r
+\r
+ // Line should be between two elements.\r
+ if ( rel.siblingRect ) {\r
+ styles.width = Math.max( rel.siblingRect.width, rel.elementRect.width );\r
+ }\r
+ // Line is relative to a single element.\r
+ else {\r
+ styles.width = rel.elementRect.width;\r
+ }\r
+\r
+ // Let's calculate the vertical position of the line.\r
+ if ( this.inline ) {\r
+ // (#13155)\r
+ styles.top = loc + this.winTopScroll.y - this.rect.relativeY;\r
+ } else {\r
+ styles.top = this.rect.top + this.winTopScroll.y + loc;\r
+ }\r
+\r
+ // Check if line would be vertically out of the viewport.\r
+ if ( styles.top - this.winTopScroll.y < this.rect.top || styles.top - this.winTopScroll.y > this.rect.bottom ) {\r
+ return false;\r
+ }\r
+\r
+ // Now let's calculate the horizontal alignment (left and width).\r
+ if ( this.inline ) {\r
+ // (#13155)\r
+ styles.left = rel.elementRect.left - this.rect.relativeX;\r
+ } else {\r
+ if ( rel.elementRect.left > 0 )\r
+ styles.left = this.rect.left + rel.elementRect.left;\r
+\r
+ // H-scroll case. Left edge of element may be out of viewport.\r
+ else {\r
+ styles.width += rel.elementRect.left;\r
+ styles.left = this.rect.left;\r
+ }\r
+\r
+ // H-scroll case. Right edge of element may be out of viewport.\r
+ if ( ( hdiff = styles.left + styles.width - ( this.rect.left + this.winPane.width ) ) > 0 ) {\r
+ styles.width -= hdiff;\r
+ }\r
+ }\r
+\r
+ // Finally include horizontal scroll of the global window.\r
+ styles.left += this.winTopScroll.x;\r
+\r
+ // Append 'px' to style values.\r
+ for ( var style in styles ) {\r
+ styles[ style ] = CKEDITOR.tools.cssLength( styles[ style ] );\r
+ }\r
+\r
+ return styles;\r
+ },\r
+\r
+ /**\r
+ * Adds a new line to DOM.\r
+ *\r
+ * @returns {CKEDITOR.dom.element} A brand-new line.\r
+ */\r
+ addLine: function() {\r
+ var line = CKEDITOR.dom.element.createFromHtml( this.lineTpl );\r
+\r
+ line.appendTo( this.container );\r
+\r
+ return line;\r
+ },\r
+\r
+ /**\r
+ * Assigns a unique hash to the instance that is later used\r
+ * to tell unwanted lines from new ones. This method **must** be called\r
+ * before a new set of relations is to be visualized so {@link #cleanup}\r
+ * eventually hides obsolete lines. This is because lines\r
+ * are re-used between {@link #placeLine} calls and the number of\r
+ * necessary ones may vary depending on the number of relations.\r
+ *\r
+ * @param {Object} relations {@link CKEDITOR.plugins.lineutils.finder#relations}.\r
+ * @param {Object} locations {@link CKEDITOR.plugins.lineutils.locator#locations}.\r
+ */\r
+ prepare: function( relations, locations ) {\r
+ this.relations = relations;\r
+ this.locations = locations;\r
+ this.hash = Math.random();\r
+ },\r
+\r
+ /**\r
+ * Hides all visible lines that do not belong to current hash\r
+ * and no longer represent relations (locations).\r
+ *\r
+ * See also: {@link #prepare}.\r
+ */\r
+ cleanup: function() {\r
+ var line;\r
+\r
+ for ( var l in this.visible ) {\r
+ line = this.visible[ l ];\r
+\r
+ if ( line.getCustomData( 'hash' ) !== this.hash ) {\r
+ this.hideLine( line );\r
+ }\r
+ }\r
+ },\r
+\r
+ /**\r
+ * Queries dimensions of the viewport, editable, frame etc.\r
+ * that are used for correct positioning of the line.\r
+ */\r
+ queryViewport: function() {\r
+ this.winPane = this.win.getViewPaneSize();\r
+ this.winTopScroll = this.winTop.getScrollPosition();\r
+ this.winTopPane = this.winTop.getViewPaneSize();\r
+\r
+ // (#13155)\r
+ this.rect = this.getClientRect( this.inline ? this.editable : this.frame );\r
+ },\r
+\r
+ /**\r
+ * Returns `boundingClientRect` of an element, shifted by the position\r
+ * of `container` when the container is not `static` (#13155).\r
+ *\r
+ * See also: {@link CKEDITOR.dom.element#getClientRect}.\r
+ *\r
+ * @param {CKEDITOR.dom.element} el A DOM element.\r
+ * @returns {Object} A shifted rect, extended by `relativeY` and `relativeX` properties.\r
+ */\r
+ getClientRect: function( el ) {\r
+ var rect = el.getClientRect(),\r
+ relativeContainerDocPosition = this.container.getDocumentPosition(),\r
+ relativeContainerComputedPosition = this.container.getComputedStyle( 'position' );\r
+\r
+ // Static or not, those values are used to offset the position of the line so they cannot be undefined.\r
+ rect.relativeX = rect.relativeY = 0;\r
+\r
+ if ( relativeContainerComputedPosition != 'static' ) {\r
+ // Remember the offset used to shift the clientRect.\r
+ rect.relativeY = relativeContainerDocPosition.y;\r
+ rect.relativeX = relativeContainerDocPosition.x;\r
+\r
+ rect.top -= rect.relativeY;\r
+ rect.bottom -= rect.relativeY;\r
+ rect.left -= rect.relativeX;\r
+ rect.right -= rect.relativeX;\r
+ }\r
+\r
+ return rect;\r
+ }\r
+ };\r
+\r
+ function is( type, flag ) {\r
+ return type & flag;\r
+ }\r
+\r
+ var floats = { left: 1, right: 1, center: 1 },\r
+ positions = { absolute: 1, fixed: 1 };\r
+\r
+ function isElement( node ) {\r
+ return node && node.type == CKEDITOR.NODE_ELEMENT;\r
+ }\r
+\r
+ function isFloated( el ) {\r
+ return !!( floats[ el.getComputedStyle( 'float' ) ] || floats[ el.getAttribute( 'align' ) ] );\r
+ }\r
+\r
+ function isPositioned( el ) {\r
+ return !!positions[ el.getComputedStyle( 'position' ) ];\r
+ }\r
+\r
+ function isLimit( node ) {\r
+ return isElement( node ) && node.getAttribute( 'contenteditable' ) == 'true';\r
+ }\r
+\r
+ function isStatic( node ) {\r
+ return isElement( node ) && !isFloated( node ) && !isPositioned( node );\r
+ }\r
+\r
+ /**\r
+ * Global namespace storing definitions and global helpers for the Line Utilities plugin.\r
+ *\r
+ * @private\r
+ * @class\r
+ * @singleton\r
+ * @since 4.3\r
+ */\r
+ CKEDITOR.plugins.lineutils = {\r
+ finder: Finder,\r
+ locator: Locator,\r
+ liner: Liner\r
+ };\r
+} )();\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'link', 'de-ch', {\r
+ acccessKey: 'Zugriffstaste',\r
+ advanced: 'Erweitert',\r
+ advisoryContentType: 'Inhaltstyp',\r
+ advisoryTitle: 'Titel Beschreibung',\r
+ anchor: {\r
+ toolbar: 'Anker',\r
+ menu: 'Anker bearbeiten',\r
+ title: 'Ankereigenschaften',\r
+ name: 'Ankername',\r
+ errorName: 'Bitte geben Sie den Namen des Ankers ein',\r
+ remove: 'Anker entfernen'\r
+ },\r
+ anchorId: 'Nach Elementkennung',\r
+ anchorName: 'Nach Ankername',\r
+ charset: 'Verknüpfter Ressourcenzeichensatz',\r
+ cssClasses: 'Formatvorlagenklasse',\r
+ emailAddress: 'E-Mail-Adresse',\r
+ emailBody: 'Nachrichtentext',\r
+ emailSubject: 'Betreffzeile',\r
+ id: 'Kennung',\r
+ info: 'Linkinfo',\r
+ langCode: 'Sprachcode',\r
+ langDir: 'Schreibrichtung',\r
+ langDirLTR: 'Links nach Rechts (LTR)',\r
+ langDirRTL: 'Rechts nach Links (RTL)',\r
+ menu: 'Link bearbeiten',\r
+ name: 'Name',\r
+ noAnchors: '(Keine Anker im Dokument vorhanden)',\r
+ noEmail: 'Bitte geben Sie E-Mail-Adresse an',\r
+ noUrl: 'Bitte geben Sie die Link-URL an',\r
+ other: '<andere>',\r
+ popupDependent: 'Abhängig (Netscape)',\r
+ popupFeatures: 'Pop-up Fenstereigenschaften',\r
+ popupFullScreen: 'Vollbild (IE)',\r
+ popupLeft: 'Linke Position',\r
+ popupLocationBar: 'Adressleiste',\r
+ popupMenuBar: 'Menüleiste',\r
+ popupResizable: 'Grösse änderbar',\r
+ popupScrollBars: 'Rollbalken',\r
+ popupStatusBar: 'Statusleiste',\r
+ popupToolbar: 'Werkzeugleiste',\r
+ popupTop: 'Obere Position',\r
+ rel: 'Beziehung',\r
+ selectAnchor: 'Anker auswählen',\r
+ styles: 'Style',\r
+ tabIndex: 'Tab-Index',\r
+ target: 'Zielseite',\r
+ targetFrame: '<Frame>',\r
+ targetFrameName: 'Ziel-Fenster-Name',\r
+ targetPopup: '<Pop-up Fenster>',\r
+ targetPopupName: 'Pop-up Fenster-Name',\r
+ title: 'Link',\r
+ toAnchor: 'Anker in dieser Seite',\r
+ toEmail: 'E-Mail',\r
+ toUrl: 'URL',\r
+ toolbar: 'Link einfügen/editieren',\r
+ type: 'Link-Typ',\r
+ unlink: 'Link entfernen',\r
+ upload: 'Hochladen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'mk', {\r
emailAddress: 'E-Mail Address', // MISSING\r
emailBody: 'Message Body', // MISSING\r
emailSubject: 'Message Subject', // MISSING\r
- id: 'Id', // MISSING\r
+ id: 'Id',\r
info: 'Link Info', // MISSING\r
- langCode: 'Language Code', // MISSING\r
- langDir: 'Language Direction', // MISSING\r
- langDirLTR: 'Left to Right (LTR)', // MISSING\r
- langDirRTL: 'Right to Left (RTL)', // MISSING\r
+ langCode: 'Код на јазик',\r
+ langDir: 'Насока на јазик',\r
+ langDirLTR: 'Лево кон десно',\r
+ langDirRTL: 'Десно кон лево',\r
menu: 'Edit Link', // MISSING\r
name: 'Name',\r
noAnchors: '(No anchors available in the document)', // MISSING\r
popupTop: 'Top Position', // MISSING\r
rel: 'Relationship', // MISSING\r
selectAnchor: 'Select an Anchor', // MISSING\r
- styles: 'Style', // MISSING\r
+ styles: 'Стил',\r
tabIndex: 'Tab Index', // MISSING\r
target: 'Target', // MISSING\r
targetFrame: '<frame>', // MISSING\r
targetFrameName: 'Target Frame Name', // MISSING\r
targetPopup: '<popup window>', // MISSING\r
targetPopupName: 'Popup Window Name', // MISSING\r
- title: 'Link', // MISSING\r
+ title: 'Врска',\r
toAnchor: 'Link to anchor in the text', // MISSING\r
toEmail: 'E-mail', // MISSING\r
- toUrl: 'URL', // MISSING\r
- toolbar: 'Link', // MISSING\r
+ toUrl: 'URL',\r
+ toolbar: 'Врска',\r
type: 'Link Type', // MISSING\r
unlink: 'Unlink', // MISSING\r
- upload: 'Upload' // MISSING\r
+ upload: 'Прикачи'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'link', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'link', {\r
requires: 'dialog,fakeobjects',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'anchor,anchor-rtl,link,unlink', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'list', 'de-ch', {\r
+ bulletedlist: 'Liste',\r
+ numberedlist: 'Nummerierte Liste einfügen/entfernen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'sk', {\r
- bulletedlist: 'Vložiť/Odstrániť zoznam s odrážkami',\r
- numberedlist: 'Vložiť/Odstrániť číslovaný zoznam'\r
+ bulletedlist: 'Vložiť/odstrániť zoznam s odrážkami',\r
+ numberedlist: 'Vložiť/odstrániť číslovaný zoznam'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'list', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'list', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'bulletedlist,bulletedlist-rtl,numberedlist,numberedlist-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'liststyle', 'de-ch', {\r
+ armenian: 'Armenische Nummerierung',\r
+ bulletedTitle: 'Aufzählungslisteneigenschaften',\r
+ circle: 'Ring',\r
+ decimal: 'Dezimal (1, 2, 3, etc.)',\r
+ decimalLeadingZero: 'Dezimal mit führender Null (01, 02, 03, usw.)',\r
+ disc: 'Kreis',\r
+ georgian: 'Georgische Nummerierung (an, ban, gan, usw.)',\r
+ lowerAlpha: 'Klein Alpha (a, b, c, d, e, usw.)',\r
+ lowerGreek: 'Klein griechisch (alpha, beta, gamma, usw.)',\r
+ lowerRoman: 'Klein römisch (i, ii, iii, iv, v, usw.)',\r
+ none: 'Keine',\r
+ notset: '<nicht festgelegt>',\r
+ numberedTitle: 'Nummerierte Listeneigenschaften',\r
+ square: 'Quadrat',\r
+ start: 'Start',\r
+ type: 'Typ',\r
+ upperAlpha: 'Gross alpha (A, B, C, D, E, etc.)',\r
+ upperRoman: 'Gross römisch (I, II, III, IV, V, usw.)',\r
+ validateStartNumber: 'Listenstartnummer muss eine ganze Zahl sein.'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'sk', {\r
decimal: 'Číselné (1, 2, 3, atď.)',\r
decimalLeadingZero: 'Číselné s nulou (01, 02, 03, atď.)',\r
disc: 'Disk',\r
- georgian: 'Gregoriánske číslovanie (an, ban, gan, atď.)',\r
+ georgian: 'Gruzínske číslovanie (an, ban, gan, atď.)',\r
lowerAlpha: 'Malé latinské (a, b, c, d, e, atď.)',\r
lowerGreek: 'Malé grécke (alfa, beta, gama, atď.)',\r
lowerRoman: 'Malé rímske (i, ii, iii, iv, v, atď.)',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'liststyle', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.liststyle = {\r
requires: 'dialog,contextmenu',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
init: function( editor ) {\r
if ( editor.blockless )\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+CKEDITOR.plugins.setLang( 'magicline', 'de-ch', {\r
+ title: 'Absatz hier einfügen'\r
+} );\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.setLang( 'magicline', 'sk', {\r
- title: 'Sem vložte paragraf'\r
+ title: 'Odsek vložiť sem'\r
} );\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
( function() {\r
CKEDITOR.plugins.add( 'magicline', {\r
- lang: 'af,ar,bg,ca,cs,cy,da,de,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,nb,nl,no,pl,pt,pt-br,ru,si,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,nb,nl,no,pl,pt,pt-br,ru,si,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
init: initPlugin\r
} );\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'maximize', 'de-ch', {\r
+ maximize: 'Maximieren',\r
+ minimize: 'Minimieren'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'maximize', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'maximize', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'maximize', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'newpage', 'de-ch', {\r
+ toolbar: 'Neue Seite'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'newpage', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
// Register a plugin named "newpage".\r
CKEDITOR.plugins.add( 'newpage', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'newpage,newpage-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'pagebreak', 'de-ch', {\r
+ alt: 'Seitenumbruch',\r
+ toolbar: 'Seitenumbruch zum Drucken einfügen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pagebreak', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'pagebreak', {\r
requires: 'fakeobjects',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'pagebreak,pagebreak-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'pastefromword', 'de-ch', {\r
+ confirmCleanup: 'Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?',\r
+ error: 'Aufgrund eines internen Fehlers war es nicht möglich die eingefügten Daten zu bereinigen',\r
+ title: 'Aus Word einfügen',\r
+ toolbar: 'Aus Word einfügen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'sk', {\r
- confirmCleanup: 'Vkladaný text vyzerá byť skopírovaný z Wordu. Chcete ho automaticky vyčistiť pred vkladaním?',\r
- error: 'Nebolo možné vyčistiť vložené dáta kvôli internej chybe',\r
+ confirmCleanup: 'Zdá sa, že vkladaný text pochádza z programu MS Word. Chcete ho pred vkladaním automaticky vyčistiť?',\r
+ error: 'Kvôli internej chybe nebolo možné vložené dáta vyčistiť',\r
title: 'Vložiť z Wordu',\r
toolbar: 'Vložiť z Wordu'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastefromword', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'pastefromword', {\r
requires: 'clipboard',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'pastefromword,pastefromword-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'pastetext', 'de-ch', {\r
+ button: 'Als Klartext einfügen',\r
+ title: 'Als Klartext einfügen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'pastetext', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'pastetext', {\r
requires: 'clipboard',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'pastetext,pastetext-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'preview', 'de-ch', {\r
+ preview: 'Vorschau'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'preview', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
// Register a plugin named "preview".\r
CKEDITOR.plugins.add( pluginName, {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'preview,preview-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'print', 'de-ch', {\r
+ toolbar: 'Drucken'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'print', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'print', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'print,', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'removeformat', 'de-ch', {\r
+ toolbar: 'Formatierung entfernen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'removeformat', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'removeformat', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'removeformat', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'save', 'de-ch', {\r
+ toolbar: 'Speichern'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'save', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
// Register a plugin named "save".\r
CKEDITOR.plugins.add( pluginName, {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'save', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
### CKEditor 4.5.6\r
\r
New Features:\r
-* CKEditor [language adddon](http://ckeditor.com/addon/language) support\r
-* CKEditor [placeholder adddon](http://ckeditor.com/addon/placeholder) support\r
+* CKEditor [language addon](http://ckeditor.com/addon/language) support\r
+* CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support\r
* Drag and Drop support\r
* *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html#25\r
\r
* [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe\r
* SCAYT stops working when CKEditor Undo plug-in not enabled\r
* Issue with pasting SCAYT markup in CKEditor\r
-* SCAYT stops working after pressing Cancel button in WSC dialog\r
+* [#32](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog\r
plugin.destroy(editor);\r
};\r
\r
- /**\r
+ /*\r
* Dirty fix for placeholder drag&drop\r
* Should be fixed with next release\r
*/\r
if(inline_mode) {\r
\r
if (!editor.config.scayt_inlineModeImmediateMarkup) {\r
- /**\r
+ /*\r
* Give an opportunity to CKEditor to perform all needed updates\r
* and only after that call 'scaytDestroy' method (#72725)\r
*/\r
\r
addMarkupStateHandlers();\r
\r
- /**\r
+ /*\r
* 'mousedown' handler handle widget selection (click on widget). To\r
* fix the issue when widget#wrapper referenced to element which can\r
* be broken after markup.\r
var scaytInstance = editor.scayt,\r
scaytLangList = scaytInstance && scaytInstance.getScaytLangList();\r
\r
- /**\r
+ /*\r
* Checks SCAYT initialization of LangList. To prevent immediate\r
* markup which is triggered by 'startSpellCheck' event.\r
* E.g.: Drop into inline CKEDITOR with scayt_autoStartup = true;\r
}\r
}, this, null, 50);\r
\r
- /**\r
+ /*\r
* Main entry point to react on changes in document\r
*/\r
editor.on('reloadMarkupScayt', function(ev) {\r
var removeOptions = ev.data && ev.data.removeOptions,\r
timeout = ev.data && ev.data.timeout;\r
\r
- /**\r
+ /*\r
* Perform removeMarkupInSelectionNode and 'startSpellCheck' fire\r
* asynchroniosly and keep CKEDITOR flow as expected\r
*/\r
var scaytInstance = editor.scayt,\r
scaytLangList = scaytInstance && scaytInstance.getScaytLangList();\r
\r
- /**\r
+ /*\r
* Checks SCAYT initialization of LangList. To prevent immediate\r
* markup which is triggered by 'startSpellCheck' event.\r
* E.g.: Drop into inline CKEDITOR with scayt_autoStartup = true;\r
*/\r
if (!scaytLangList || !(scaytLangList.ltr && scaytLangList.rtl)) return;\r
\r
- /**\r
+ /*\r
* CKEditor can keep \u200B character in document (with selection#selectRanges)\r
* we need to take care about that. For this case we fire\r
* 'keydown' [left arrow], what will trigger 'removeFillingChar' on Webkit\r
});\r
\r
/**\r
- * The parameter turns on/off SCAYT on the autostartup. If 'true', turns on SCAYT automatically after loading the editor.\r
+ * Automatically enables SCAYT on editor startup. When set to `true`, this option turns on SCAYT automatically\r
+ * after loading the editor.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_autoStartup = true;\r
*\r
*/\r
\r
/**\r
- * The parameter turns on/off Grammar As You Type (GRAYT) on the SCAYT startup. If 'true', turns on GRAYT automatically after SCAYT started.\r
+ * Enables Grammar As You Type (GRAYT) on SCAYT startup. When set to `true`, this option turns on GRAYT automatically\r
+ * after SCAYT started.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.grayt_autoStartup = true;\r
*\r
+ * @since 4.5.6\r
* @cfg {Boolean} [grayt_autoStartup=false]\r
* @member CKEDITOR.config\r
*/\r
\r
/**\r
- * The parameter turns on/off SCAYT initiation when Inline CKEditor is not focused. SCAYT markup is taken place (SCAYT instance is not destroyed)\r
- * in both Inline CKEditor's states, focused and unfocused.\r
+ * Enables SCAYT initialization when inline CKEditor is not focused. When set to `true`, SCAYT markup is\r
+ * displayed in both inline editor states, focused and unfocused, so the SCAYT instance is not destroyed.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_inlineModeImmediateMarkup = true;\r
*\r
+ * @since 4.5.6\r
* @cfg {Boolean} [scayt_inlineModeImmediateMarkup=false]\r
* @member CKEDITOR.config\r
*/\r
\r
-\r
/**\r
- * The parameter defines the number of SCAYT suggestions to show in the main context menu.\r
+ * Defines the number of SCAYT suggestions to show in the main context menu.\r
* Possible values are:\r
*\r
* * `0` (zero) – No suggestions are shown in the main context menu. All\r
* entries will be listed in the "More Suggestions" sub-menu.\r
* * Positive number – The maximum number of suggestions to show in the context\r
* menu. Other entries will be shown in the "More Suggestions" sub-menu.\r
- * * Negative number – 5 suggestions are shown in the main context menu. All other\r
+ * * Negative number – Five suggestions are shown in the main context menu. All other\r
* entries will be listed in the "More Suggestions" sub-menu.\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* Examples:\r
*\r
* // Display only three suggestions in the main context menu.\r
*/\r
\r
/**\r
- * The parameter defines minimum length of the words that will be collected from editor's text for spell checking.\r
+ * Defines the minimum length of words that will be collected from the editor content for spell checking.\r
* Possible value is any positive number.\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* Examples:\r
*\r
- * // Set minimum length of the words that will be collected from text.\r
+ * // Set the minimum length of words that will be collected from editor text.\r
* config.scayt_minWordLength = 5;\r
*\r
* @cfg {Number} [scayt_minWordLength=4]\r
*/\r
\r
/**\r
- * The parameter sets the customer ID for SCAYT. Used for hosted users only. Required for migration from free\r
+ * Sets the customer ID for SCAYT. Used for hosted users only. Required for migration from free\r
* to trial or paid versions.\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* // Load SCAYT using my customer ID.\r
* config.scayt_customerId = 'your-encrypted-customer-id';\r
*\r
*/\r
\r
/**\r
- * The parameter enables/disables the "More Suggestions" sub-menu in the context menu.\r
+ * Enables and disables the "More Suggestions" sub-menu in the context menu.\r
* Possible values are `'on'` and `'off'`.\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* // Disables the "More Suggestions" sub-menu.\r
* config.scayt_moreSuggestions = 'off';\r
*\r
*/\r
\r
/**\r
- * The parameter customizes the display of SCAYT context menu commands ("Add Word", "Ignore",\r
+ * Customizes the display of SCAYT context menu commands ("Add Word", "Ignore",\r
* "Ignore All", "Options", "Languages", "Dictionaries" and "About").\r
* This must be a string with one or more of the following\r
* words separated by a pipe character (`'|'`):\r
*\r
- * * `off` – disables all options.\r
- * * `all` – enables all options.\r
- * * `ignore` – enables the "Ignore" option.\r
- * * `ignoreall` – enables the "Ignore All" option.\r
- * * `add` – enables the "Add Word" option.\r
- * * `option` – enables "Options" menu item.\r
- * * `language` – enables "Languages" menu item.\r
- * * `dictionary` – enables "Dictionaries" menu item.\r
- * * `about` – enables "About" menu item.\r
- *\r
- * Note, that availability of 'Options', 'Languages' and 'Dictionaries' items\r
- * depends on scayt_uiTabs option also.\r
+ * * `off` – Disables all options.\r
+ * * `all` – Enables all options.\r
+ * * `ignore` – Enables the "Ignore" option.\r
+ * * `ignoreall` – Enables the "Ignore All" option.\r
+ * * `add` – Enables the "Add Word" option.\r
+ * * `option` – Enables the "Options" menu item.\r
+ * * `language` – Enables the "Languages" menu item.\r
+ * * `dictionary` – Enables the "Dictionaries" menu item.\r
+ * * `about` – Enables the "About" menu item.\r
+ *\r
+ * Please note that availability of the "Options", "Languages" and "Dictionaries" items\r
+ * also depends on the {@link CKEDITOR.config#scayt_uiTabs} option.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* Example:\r
*\r
* // Show only "Add Word" and "Ignore All" in the context menu.\r
*/\r
\r
/**\r
- * The parameter sets the default spell checking language for SCAYT. Possible values are:\r
+ * Sets the default spell checking language for SCAYT. Possible values are:\r
* `'en_US'`, `'en_GB'`, `'pt_BR'`, `'da_DK'`,\r
* `'nl_NL'`, `'en_CA'`, `'fi_FI'`, `'fr_FR'`,\r
* `'fr_CA'`, `'de_DE'`, `'el_GR'`, `'it_IT'`,\r
* `'nb_NO'`, `'pt_PT'`, `'es_ES'`, `'sv_SE'`.\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* // Sets SCAYT to German.\r
* config.scayt_sLang = 'de_DE';\r
*\r
*/\r
\r
/**\r
- * The parameter customizes the SCAYT dialog and SCAYT toolbar menu to show particular tabs/items.\r
+ * Customizes the SCAYT dialog and SCAYT toolbar menu to show particular tabs and items.\r
* This setting must contain a `1` (enabled) or `0`\r
* (disabled) value for each of the following entries, in this precise order,\r
* separated by a comma (`','`): `'Options'`, `'Languages'`, and `'Dictionary'`.\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* // Hides the "Languages" tab.\r
* config.scayt_uiTabs = '1,0,1';\r
*\r
*/\r
\r
/**\r
- * The parameter allows to specify protocol for WSC service (ssrv.cgi) full path.\r
+ * Sets the protocol for the WebSpellChecker service (`ssrv.cgi`) full path.\r
*\r
- * // Defines protocol for WSC service (ssrv.cgi) full path.\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
+ * // Defines the protocol for the WebSpellChecker service (ssrv.cgi) path.\r
* config.scayt_serviceProtocol = 'https';\r
*\r
* @cfg {String} [scayt_serviceProtocol='http']\r
*/\r
\r
/**\r
- * The parameter allows to specify host for WSC service (ssrv.cgi) full path.\r
+ * Sets the host for the WebSpellChecker service (`ssrv.cgi`) full path.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
- * // Defines host for WSC service (ssrv.cgi) full path.\r
+ * // Defines the host for the WebSpellChecker service (ssrv.cgi) path.\r
* config.scayt_serviceHost = 'my-host';\r
*\r
* @cfg {String} [scayt_serviceHost='svc.webspellchecker.net']\r
*/\r
\r
/**\r
- * The parameter allows to specify port for WSC service (ssrv.cgi) full path.\r
+ * Sets the port for the WebSpellChecker service (`ssrv.cgi`) full path.\r
*\r
- * // Defines port for WSC service (ssrv.cgi) full path.\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
+ * // Defines the port for the WebSpellChecker service (ssrv.cgi) path.\r
* config.scayt_servicePort = '2330';\r
*\r
* @cfg {String} [scayt_servicePort='80']\r
*/\r
\r
/**\r
- * The parameter allows to specify path for WSC service (ssrv.cgi) full path.\r
+ * Sets the path to the WebSpellChecker service (`ssrv.cgi`).\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
- * // Defines host for WSC service (ssrv.cgi) full path.\r
+ * // Defines the path to the WebSpellChecker service (ssrv.cgi).\r
* config.scayt_servicePath = 'my-path/ssrv.cgi';\r
*\r
* @cfg {String} [scayt_servicePath='spellcheck31/script/ssrv.cgi']\r
*/\r
\r
/**\r
- * The parameter sets the URL to SCAYT core. Required to switch to the licensed version of SCAYT application.\r
+ * Sets the URL to SCAYT core. Required to switch to the licensed version of SCAYT.\r
*\r
- * Further details available at [http://wiki.webspellchecker.net/doku.php?id=migration:hosredfreetolicensedck](http://wiki.webspellchecker.net/doku.php?id=migration:hosredfreetolicensedck)\r
+ * Refer to [SCAYT documentation](http://wiki.webspellchecker.net/doku.php?id=migration:hosredfreetolicensedck)\r
+ * for more details.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_srcUrl = "http://my-host/spellcheck/lf/scayt/scayt.js";\r
*\r
*/\r
\r
/**\r
- * The parameter links SCAYT to custom dictionaries. This is a string containing dictionary IDs\r
+ * Links SCAYT to custom dictionaries. This is a string containing the dictionary IDs\r
* separated by commas (`','`). Available only for the licensed version.\r
*\r
- * Further details at [http://wiki.webspellchecker.net/doku.php?id=installationandconfiguration:customdictionaries:licensed](http://wiki.webspellchecker.net/doku.php?id=installationandconfiguration:customdictionaries:licensed)\r
+ * Refer to [SCAYT documentation](http://wiki.webspellchecker.net/doku.php?id=installationandconfiguration:customdictionaries:licensed)\r
+ * for more details.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_customDictionaryIds = '3021,3456,3478';\r
*\r
*/\r
\r
/**\r
- * The parameter activates a User Dictionary in SCAYT. The user\r
+ * Activates a User Dictionary in SCAYT. The user\r
* dictionary name must be used. Available only for the licensed version.\r
*\r
+ * Refer to [SCAYT documentation](http://wiki.webspellchecker.net/doku.php?id=installationandconfiguration:userdictionaries)\r
+ * for more details.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* config.scayt_userDictionaryName = 'MyDictionary';\r
*\r
* @cfg {String} [scayt_userDictionaryName='']\r
*/\r
\r
/**\r
- * The parameter defines the order SCAYT context menu items by groups.\r
+ * Defines the order of SCAYT context menu items by groups.\r
* This must be a string with one or more of the following\r
* words separated by a pipe character (`'|'`):\r
*\r
- * * `suggest` – main suggestion word list,\r
- * * `moresuggest` – more suggestions word list,\r
+ * * `suggest` – The main suggestion word list.\r
+ * * `moresuggest` – The "More suggestions" word list.\r
* * `control` – SCAYT commands, such as "Ignore" and "Add Word".\r
*\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
+ *\r
* Example:\r
*\r
* config.scayt_contextMenuItemsOrder = 'moresuggest|control|suggest';\r
*/\r
\r
/**\r
- * If set to `true` – overrides checkDirty functionality of CK\r
- * to fix SCAYT issues with incorrect checkDirty behavior. If set to `false`,\r
- * provides better performance on big preloaded text.\r
+ * If set to `true`, it overrides the {@link CKEDITOR.editor#checkDirty checkDirty} functionality of CKEditor\r
+ * to fix SCAYT issues with incorrect `checkDirty` behavior. If set to `false`,\r
+ * it provides better performance on big preloaded text.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_handleCheckDirty = 'false';\r
*\r
*/\r
\r
/**\r
- * If set to `true` – overrides undo\redo functionality of CK\r
- * to fix SCAYT issues with incorrect undo\redo behavior. If set to `false`,\r
- * provides better performance on undo\redo text.\r
+ * Configures undo/redo behavior of SCAYT in CKEditor.\r
+ * If set to `true`, it overrides the undo/redo functionality of CKEditor\r
+ * to fix SCAYT issues with incorrect undo/redo behavior. If set to `false`,\r
+ * it provides better performance on text undo/redo.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_handleUndoRedo = 'false';\r
*\r
*/\r
\r
/**\r
- * The parameter that turns off\on 'ignore-all-caps-words' option by default\r
- * It may be needed to disableOptionStorage for this parameter, because optionStorage has higher priority.\r
+ * Enables the "Ignore All-Caps Words" option by default.\r
+ * You may need to {@link CKEDITOR.config#scayt_disableOptionsStorage disable option storing} for this setting to be\r
+ * effective because option storage has a higher priority.\r
*\r
- * config.scayt_ignoreAllCapsWords = false;\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
+ * config.scayt_ignoreAllCapsWords = true;\r
+ *\r
+ * @since 4.5.6\r
* @cfg {Boolean} [scayt_ignoreAllCapsWords=false]\r
* @member CKEDITOR.config\r
*/\r
\r
/**\r
- * The parameter that turns off\on 'ignore-domain-names' option by default\r
- * It may be needed to disableOptionStorage for this parameter, because optionStorage has higher priority.\r
+ * Enables the "Ignore Domain Names" option by default.\r
+ * You may need to {@link CKEDITOR.config#scayt_disableOptionsStorage disable option storing} for this setting to be\r
+ * effective because option storage has a higher priority.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
- * config.scayt_ignoreDomainNames = false;\r
+ * config.scayt_ignoreDomainNames = true;\r
*\r
+ * @since 4.5.6\r
* @cfg {Boolean} [scayt_ignoreDomainNames=false]\r
* @member CKEDITOR.config\r
*/\r
\r
/**\r
- * The parameter that turns off\on 'ignore-words-with-mixed-cases' option by default\r
- * It may be needed to disableOptionStorage for this parameter, because optionStorage has higher priority.\r
+ * Enables the "Ignore Words with Mixed Case" option by default.\r
+ * You may need to {@link CKEDITOR.config#scayt_disableOptionsStorage disable option storing} for this setting to be\r
+ * effective because option storage has a higher priority.\r
*\r
- * config.scayt_ignoreWordsWithMixedCases = false;\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
+ * config.scayt_ignoreWordsWithMixedCases = true;\r
+ *\r
+ * @since 4.5.6\r
* @cfg {Boolean} [scayt_ignoreWordsWithMixedCases=false]\r
* @member CKEDITOR.config\r
*/\r
\r
/**\r
- * The parameter that turns off\on 'ignore-words-with-numbers' option by default\r
- * It may be needed to disableOptionStorage for this parameter, because optionStorage has higher priority.\r
+ * Enables the "Ignore Words with Numbers" option by default.\r
+ * You may need to {@link CKEDITOR.config#scayt_disableOptionsStorage disable option storing} for this setting to be\r
+ * effective because option storage has a higher priority.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
- * config.scayt_ignoreWordsWithNumbers = false;\r
+ * config.scayt_ignoreWordsWithNumbers = true;\r
*\r
+ * @since 4.5.6\r
* @cfg {Boolean} [scayt_ignoreWordsWithNumbers=false]\r
* @member CKEDITOR.config\r
*/\r
\r
/**\r
- * Disabling of SCAYT Options storing during several sessions. Options storing will be turned off after page refresh.\r
+ * Disables storing of SCAYT options between sessions. Option storing will be turned off after a page refresh.\r
+ * The following settings can be used:\r
+ *\r
+ * * `'options'` – Disables storing of all SCAYT Ignore options.\r
+ * * `'ignore-all-caps-words'` – Disables storing of the "Ignore All-Caps Words" option.\r
+ * * `'ignore-domain-names'` – Disables storing of the "Ignore Domain Names" option.\r
+ * * `'ignore-words-with-mixed-cases'` – Disables storing of the "Ignore Words with Mixed Case" option.\r
+ * * `'ignore-words-with-numbers'` – Disables storing of the "Ignore Words with Numbers" option.\r
+ * * `'lang'` – Disables storing of the SCAYT spell check language.\r
+ * * `'all'` – Disables storing of all SCAYT options.\r
*\r
- * * `'options'` - disables all SCAYT Ignore options\r
- * * `'ignore-all-caps-words'` - disables 'Ignore All-Caps Words' option\r
- * * `'ignore-domain-names'` - disables 'Ignore Domain Names' option\r
- * * `'ignore-words-with-mixed-cases'` - disables 'Ignore Words with Mixed Case' option\r
- * * `'ignore-words-with-numbers'` - disables 'Ignore Words with Numbers' option\r
- * * `'lang'` - disables SCAYT spell check language storing\r
- * * `'all'` - disables all SCAYT options storing\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* Example:\r
*\r
- * // One options disabling.\r
+ * // Disabling one option.\r
* config.scayt_disableOptionsStorage = 'all';\r
*\r
- * // Several options disabling.\r
+ * // Disabling several options.\r
* config.scayt_disableOptionsStorage = ['lang', 'ignore-domain-names', 'ignore-words-with-numbers'];\r
*\r
*\r
* @member CKEDITOR.config\r
*/\r
\r
- /**\r
+/**\r
* Specifies the names of tags that will be skipped while spell checking. This is a string containing tag names\r
- * separated by commas (`','`). Please note that `'style'` tag would be added to specified tags list.\r
+ * separated by commas (`','`). Please note that the `'style'` tag would be added to specified tags list.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_elementsToIgnore = 'del,pre';\r
*\r
* @member CKEDITOR.config\r
*/\r
\r
- /**\r
- * The parameter turns on/off multi language support in SCAYT. If 'true', turns on SCAYT multi language support after loading the editor.\r
+/**\r
+ * Enables multi-language support in SCAYT. If set to `true`, turns on SCAYT multi-language support after loading the editor.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* config.scayt_multiLanguageMode = true;\r
*\r
* @member CKEDITOR.config\r
*/\r
\r
- /**\r
- * Defines additional styles for misspellings for specified languages. Styles will be applied only if 'scayt_multiLanguageMode' parameter is set to 'true'\r
- * and 'language' plugin included and loaded into editor. All misspellings still will be underlined with red waveline by default.\r
+/**\r
+ * Defines additional styles for misspellings for specified languages. Styles will be applied only if\r
+ * the {@link CKEDITOR.config#scayt_multiLanguageMode} option is set to `true` and the [Language](http://ckeditor.com/addon/language)\r
+ * plugin is included and loaded in the editor. By default, all misspellings will still be underlined with the red waveline.\r
+ *\r
+ * Read more in the [documentation](#!/guide/dev_spellcheck) and see the [SDK sample](http://sdk.ckeditor.com/samples/spellchecker.html).\r
*\r
* Example:\r
*\r
- * // Display misspellings in French language with green color and underlined with red waveline\r
+ * // Display misspellings in French language with green color and underlined with red waveline.\r
* config.scayt_multiLanguageStyles = {\r
* 'fr': 'color: green'\r
* };\r
*\r
- * // Display misspellings in Italian language with green color and underlined with red waveline and German misspellings with red color only\r
+ * // Display misspellings in Italian language with green color and underlined with red waveline\r
+ * // and German misspellings with red color only.\r
* config.scayt_multiLanguageStyles = {\r
* 'it': 'color: green',\r
* 'de': 'background-image: none; color: red'\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'selectall', 'de-ch', {\r
+ toolbar: 'Alles auswählen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'selectall', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
( function() {\r
CKEDITOR.plugins.add( 'selectall', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'selectall', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'showblocks', 'de-ch', {\r
+ toolbar: 'Blöcke anzeigen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'showblocks', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'showblocks', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'showblocks,showblocks-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'smiley', 'de-ch', {\r
+ options: 'Smiley-Optionen',\r
+ title: 'Smiley auswählen',\r
+ toolbar: 'Smiley'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'eu', {\r
- options: 'Aurpegiera Aukerak',\r
- title: 'Aurpegiera Sartu',\r
+ options: 'Aurpegieren aukerak',\r
+ title: 'Txertatu aurpegiera',\r
toolbar: 'Aurpegierak'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'fr', {\r
options: 'Options des émoticones',\r
title: 'Insérer un émoticone',\r
- toolbar: 'Émoticones'\r
+ toolbar: 'Émoticone'\r
} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'smiley', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'smiley', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'smiley', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'sourcearea', 'de-ch', {\r
+ toolbar: 'Quellcode'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'sourcearea', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
( function() {\r
CKEDITOR.plugins.add( 'sourcearea', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'source,source-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
\r
cs.js Found: 118 Missing: 0\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+CKEDITOR.plugins.setLang( 'specialchar', 'de-ch', {\r
+ euro: 'Euro Zeichen',\r
+ lsquo: 'Hochkomma links',\r
+ rsquo: 'Hochkomma rechts',\r
+ ldquo: 'Anführungszeichen links',\r
+ rdquo: 'Anführungszeichen rechts',\r
+ ndash: 'Kleiner Strich',\r
+ mdash: 'Mittlerer Strich',\r
+ iexcl: 'Invertiertes Ausrufezeichen',\r
+ cent: 'Cent-Zeichen',\r
+ pound: 'Pfund-Zeichen',\r
+ curren: 'Währungszeichen',\r
+ yen: 'Yen',\r
+ brvbar: 'Gestrichelte Linie',\r
+ sect: 'Paragrafenzeichen',\r
+ uml: 'Diäresis',\r
+ copy: 'Copyright-Zeichen',\r
+ ordf: 'Feminine ordinal Anzeige',\r
+ laquo: 'Nach links zeigenden Doppel-Winkel Anführungszeichen',\r
+ not: 'Not-Zeichen',\r
+ reg: 'Registriert-Zeichen',\r
+ macr: 'Längezeichen',\r
+ deg: 'Grad-Zeichen',\r
+ sup2: 'Hoch 2',\r
+ sup3: 'Hoch 3',\r
+ acute: 'Akzentzeichen ',\r
+ micro: 'Mikro-Zeichen',\r
+ para: 'Pilcrow-Zeichen',\r
+ middot: 'Mittelpunkt',\r
+ cedil: 'Cedilla',\r
+ sup1: 'Hoch 1',\r
+ ordm: 'Männliche Ordnungszahl Anzeige',\r
+ raquo: 'Nach rechts zeigenden Doppel-Winkel Anführungszeichen',\r
+ frac14: 'ein Viertel',\r
+ frac12: 'Hälfte',\r
+ frac34: 'Dreiviertel',\r
+ iquest: 'Umgekehrtes Fragezeichen',\r
+ Agrave: 'Lateinischer Buchstabe A mit AkzentGrave',\r
+ Aacute: 'Lateinischer Buchstabe A mit Akutakzent',\r
+ Acirc: 'Lateinischer Buchstabe A mit Zirkumflex',\r
+ Atilde: 'Lateinischer Buchstabe A mit Tilde',\r
+ Auml: 'Lateinischer Buchstabe A mit Trema',\r
+ Aring: 'Lateinischer Buchstabe A mit Ring oben',\r
+ AElig: 'Lateinischer Buchstabe Æ',\r
+ Ccedil: 'Lateinischer Buchstabe C mit Cedille',\r
+ Egrave: 'Lateinischer Buchstabe E mit AkzentGrave',\r
+ Eacute: 'Lateinischer Buchstabe E mit Akutakzent',\r
+ Ecirc: 'Lateinischer Buchstabe E mit Zirkumflex',\r
+ Euml: 'Lateinischer Buchstabe E Trema',\r
+ Igrave: 'Lateinischer Buchstabe I mit AkzentGrave',\r
+ Iacute: 'Lateinischer Buchstabe I mit Akutakzent',\r
+ Icirc: 'Lateinischer Buchstabe I mit Zirkumflex',\r
+ Iuml: 'Lateinischer Buchstabe I mit Trema',\r
+ ETH: 'Lateinischer Buchstabe Eth',\r
+ Ntilde: 'Lateinischer Buchstabe N mit Tilde',\r
+ Ograve: 'Lateinischer Buchstabe O mit AkzentGrave',\r
+ Oacute: 'Lateinischer Buchstabe O mit Akutakzent',\r
+ Ocirc: 'Lateinischer Buchstabe O mit Zirkumflex',\r
+ Otilde: 'Lateinischer Buchstabe O mit Tilde',\r
+ Ouml: 'Lateinischer Buchstabe O mit Trema',\r
+ times: 'Multiplikation',\r
+ Oslash: 'Lateinischer Buchstabe O durchgestrichen',\r
+ Ugrave: 'Lateinischer Buchstabe U mit Akzentgrave',\r
+ Uacute: 'Lateinischer Buchstabe U mit Akutakzent',\r
+ Ucirc: 'Lateinischer Buchstabe U mit Zirkumflex',\r
+ Uuml: 'Lateinischer Buchstabe a mit Trema',\r
+ Yacute: 'Lateinischer Buchstabe a mit Akzent',\r
+ THORN: 'Lateinischer Buchstabe mit Dorn',\r
+ szlig: 'Kleiner lateinischer Buchstabe scharfe s',\r
+ agrave: 'Kleiner lateinischer Buchstabe a mit Accent grave',\r
+ aacute: 'Kleiner lateinischer Buchstabe a mit Akut',\r
+ acirc: 'Lateinischer Buchstabe a mit Zirkumflex',\r
+ atilde: 'Lateinischer Buchstabe a mit Tilde',\r
+ auml: 'Kleiner lateinischer Buchstabe a mit Trema',\r
+ aring: 'Kleiner lateinischer Buchstabe a mit Ring oben',\r
+ aelig: 'Lateinischer Buchstabe æ',\r
+ ccedil: 'Kleiner lateinischer Buchstabe c mit Cedille',\r
+ egrave: 'Kleiner lateinischer Buchstabe e mit Accent grave',\r
+ eacute: 'Kleiner lateinischer Buchstabe e mit Akut',\r
+ ecirc: 'Kleiner lateinischer Buchstabe e mit Zirkumflex',\r
+ euml: 'Kleiner lateinischer Buchstabe e mit Trema',\r
+ igrave: 'Kleiner lateinischer Buchstabe i mit AkzentGrave',\r
+ iacute: 'Kleiner lateinischer Buchstabe i mit Akzent',\r
+ icirc: 'Kleiner lateinischer Buchstabe i mit Zirkumflex',\r
+ iuml: 'Kleiner lateinischer Buchstabe i mit Trema',\r
+ eth: 'Kleiner lateinischer Buchstabe eth',\r
+ ntilde: 'Kleiner lateinischer Buchstabe n mit Tilde',\r
+ ograve: 'Kleiner lateinischer Buchstabe o mit Accent grave',\r
+ oacute: 'Kleiner lateinischer Buchstabe o mit Akzent',\r
+ ocirc: 'Kleiner lateinischer Buchstabe o mit Zirkumflex',\r
+ otilde: 'Lateinischer Buchstabe i mit Tilde',\r
+ ouml: 'Kleiner lateinischer Buchstabe o mit Trema',\r
+ divide: 'Divisionszeichen',\r
+ oslash: 'Kleiner lateinischer Buchstabe o durchgestrichen',\r
+ ugrave: 'Kleiner lateinischer Buchstabe u mit Accent grave',\r
+ uacute: 'Kleiner lateinischer Buchstabe u mit Akut',\r
+ ucirc: 'Kleiner lateinischer Buchstabe u mit Zirkumflex',\r
+ uuml: 'Kleiner lateinischer Buchstabe u mit Trema',\r
+ yacute: 'Kleiner lateinischer Buchstabe y mit Akut',\r
+ thorn: 'Kleiner lateinischer Buchstabe Dorn',\r
+ yuml: 'Kleiner lateinischer Buchstabe y mit Trema',\r
+ OElig: 'Lateinischer Buchstabe Ligatur OE',\r
+ oelig: 'Kleiner lateinischer Buchstabe Ligatur OE',\r
+ '372': 'Lateinischer Buchstabe W mit Zirkumflex',\r
+ '374': 'Lateinischer Buchstabe Y mit Zirkumflex',\r
+ '373': 'Kleiner lateinischer Buchstabe w mit Zirkumflex',\r
+ '375': 'Kleiner lateinischer Buchstabe y mit Zirkumflex',\r
+ sbquo: 'Tiefergestelltes Komma',\r
+ '8219': 'Rumgedrehtes Komma',\r
+ bdquo: 'Doppeltes Anführungszeichen unten',\r
+ hellip: 'horizontale Auslassungspunkte',\r
+ trade: 'Handelszeichen',\r
+ '9658': 'Dreickspfeil rechts',\r
+ bull: 'Bullet',\r
+ rarr: 'Pfeil rechts',\r
+ rArr: 'Doppelpfeil rechts',\r
+ hArr: 'Doppelpfeil links',\r
+ diams: 'Karo',\r
+ asymp: 'Ungefähr'\r
+} );\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
\r
af.js Found: 3 Missing: 118\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'specialchar', 'de-ch', {\r
+ options: 'Sonderzeichenoptionen',\r
+ title: 'Sonderzeichen auswählen',\r
+ toolbar: 'Sonderzeichen einfügen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'specialchar', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'specialchar', {\r
// List of available localizations.\r
// jscs:disable\r
- availableLangs: { af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,en:1,'en-gb':1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fr:1,'fr-ca':1,gl:1,he:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,pl:1,pt:1,'pt-br':1,ru:1,si:1,sk:1,sl:1,sq:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,'zh-cn':1 },\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ availableLangs: { af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,'de-ch':1,el:1,en:1,'en-gb':1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fr:1,'fr-ca':1,gl:1,he:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,pl:1,pt:1,'pt-br':1,ru:1,si:1,sk:1,sl:1,sq:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,'zh-cn':1 },\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable\r
requires: 'dialog',\r
icons: 'specialchar', // %REMOVE_LINE_CORE%\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'stylescombo', 'de-ch', {\r
+ label: 'Stil',\r
+ panelTitle: 'Formatierungsstile',\r
+ panelTitle1: 'Blockstile',\r
+ panelTitle2: 'Inline Stilart',\r
+ panelTitle3: 'Objektstile'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'stylescombo', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'stylescombo', {\r
requires: 'richcombo',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
\r
init: function( editor ) {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'table', 'de-ch', {\r
+ border: 'Rahmengrösse',\r
+ caption: 'Überschrift',\r
+ cell: {\r
+ menu: 'Zelle',\r
+ insertBefore: 'Zelle davor einfügen',\r
+ insertAfter: 'Zelle danach einfügen',\r
+ deleteCell: 'Zelle löschen',\r
+ merge: 'Zellen verbinden',\r
+ mergeRight: 'Nach rechts verbinden',\r
+ mergeDown: 'Nach unten verbinden',\r
+ splitHorizontal: 'Zelle horizontal teilen',\r
+ splitVertical: 'Zelle vertikal teilen',\r
+ title: 'Zelleneigenschaften',\r
+ cellType: 'Zellart',\r
+ rowSpan: 'Anzahl Zeilen verbinden',\r
+ colSpan: 'Anzahl Spalten verbinden',\r
+ wordWrap: 'Zeilenumbruch',\r
+ hAlign: 'Horizontale Ausrichtung',\r
+ vAlign: 'Vertikale Ausrichtung',\r
+ alignBaseline: 'Grundlinie',\r
+ bgColor: 'Hintergrundfarbe',\r
+ borderColor: 'Rahmenfarbe',\r
+ data: 'Daten',\r
+ header: 'Überschrift',\r
+ yes: 'Ja',\r
+ no: 'Nein',\r
+ invalidWidth: 'Zellenbreite muss eine Zahl sein.',\r
+ invalidHeight: 'Zellenhöhe muss eine Zahl sein.',\r
+ invalidRowSpan: '"Anzahl Zeilen verbinden" muss eine Ganzzahl sein.',\r
+ invalidColSpan: '"Anzahl Spalten verbinden" muss eine Ganzzahl sein.',\r
+ chooseColor: 'Wählen'\r
+ },\r
+ cellPad: 'Zellenabstand innen',\r
+ cellSpace: 'Zellenabstand aussen',\r
+ column: {\r
+ menu: 'Spalte',\r
+ insertBefore: 'Spalte links davor einfügen',\r
+ insertAfter: 'Spalte rechts danach einfügen',\r
+ deleteColumn: 'Spalte löschen'\r
+ },\r
+ columns: 'Spalte',\r
+ deleteTable: 'Tabelle löschen',\r
+ headers: 'Kopfzeile',\r
+ headersBoth: 'Beide',\r
+ headersColumn: 'Erste Spalte',\r
+ headersNone: 'Keine',\r
+ headersRow: 'Erste Zeile',\r
+ invalidBorder: 'Die Rahmenbreite muss eine Zahl sein.',\r
+ invalidCellPadding: 'Der Zellenabstand innen muss eine positive Zahl sein.',\r
+ invalidCellSpacing: 'Der Zellenabstand aussen muss eine positive Zahl sein.',\r
+ invalidCols: 'Die Anzahl der Spalten muß grösser als 0 sein..',\r
+ invalidHeight: 'Die Tabellenbreite muss eine Zahl sein.',\r
+ invalidRows: 'Die Anzahl der Zeilen muß grösser als 0 sein.',\r
+ invalidWidth: 'Die Tabellenbreite muss eine Zahl sein.',\r
+ menu: 'Tabellen-Eigenschaften',\r
+ row: {\r
+ menu: 'Zeile',\r
+ insertBefore: 'Zeile oberhalb einfügen',\r
+ insertAfter: 'Zeile unterhalb einfügen',\r
+ deleteRow: 'Zeile entfernen'\r
+ },\r
+ rows: 'Zeile',\r
+ summary: 'Inhaltsübersicht',\r
+ title: 'Tabellen-Eigenschaften',\r
+ toolbar: 'Tabelle',\r
+ widthPc: '%',\r
+ widthPx: 'Pixel',\r
+ widthUnit: 'Breite Einheit'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'sk', {\r
- border: 'Šírka rámu (border)',\r
+ border: 'Šírka orámovania',\r
caption: 'Popis',\r
cell: {\r
menu: 'Bunka',\r
cellType: 'Typ bunky',\r
rowSpan: 'Rozsah riadkov',\r
colSpan: 'Rozsah stĺpcov',\r
- wordWrap: 'Zalomovanie riadkov',\r
+ wordWrap: 'Zalamovanie riadkov',\r
hAlign: 'Horizontálne zarovnanie',\r
vAlign: 'Vertikálne zarovnanie',\r
alignBaseline: 'Základná čiara (baseline)',\r
bgColor: 'Farba pozadia',\r
- borderColor: 'Farba rámu',\r
+ borderColor: 'Farba orámovania',\r
data: 'Dáta',\r
header: 'Hlavička',\r
yes: 'Áno',\r
headersColumn: 'Prvý stĺpec',\r
headersNone: 'Žiadne',\r
headersRow: 'Prvý riadok',\r
- invalidBorder: 'Širka rámu musí byť číslo.',\r
+ invalidBorder: 'Šírka orámovania musí byť číslo.',\r
invalidCellPadding: 'Odsadenie v bunkách (cell padding) musí byť kladné číslo.',\r
invalidCellSpacing: 'Medzera mädzi bunkami (cell spacing) musí byť kladné číslo.',\r
invalidCols: 'Počet stĺpcov musí byť číslo väčšie ako 0.',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'table', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'table', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'table', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'templates', 'de-ch', {\r
+ button: 'Vorlagen',\r
+ emptyListMsg: '(Keine Vorlagen definiert)',\r
+ insertOption: 'Aktuelle Inhalte ersetzen',\r
+ options: 'Vorlagenoptionen',\r
+ selectPromptMsg: 'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen',\r
+ title: 'Inhaltsvorlagen'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'templates', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'templates', {\r
requires: 'dialog',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'templates,templates-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'toolbar', 'de-ch', {\r
+ toolbarCollapse: 'Werkzeugleiste einklappen',\r
+ toolbarExpand: 'Werkzeugleiste ausklappen',\r
+ toolbarGroups: {\r
+ document: 'Dokument',\r
+ clipboard: 'Zwischenablage/Rückgängig',\r
+ editing: 'Editieren',\r
+ forms: 'Formulare',\r
+ basicstyles: 'Grundstile',\r
+ paragraph: 'Absatz',\r
+ links: 'Links',\r
+ insert: 'Einfügen',\r
+ styles: 'Stile',\r
+ colors: 'Farben',\r
+ tools: 'Werkzeuge'\r
+ },\r
+ toolbars: 'Editor Werkzeugleisten'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'sk', {\r
editing: 'Upravovanie',\r
forms: 'Formuláre',\r
basicstyles: 'Základné štýly',\r
- paragraph: 'Odstavec',\r
+ paragraph: 'Odsek',\r
links: 'Odkazy',\r
insert: 'Vložiť',\r
styles: 'Štýly',\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'toolbar', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
CKEDITOR.plugins.add( 'toolbar', {\r
requires: 'button',\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
\r
init: function( editor ) {\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'af', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ar', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'bg', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'bn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'bs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'cs', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'cy', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'da', {\r
--- /dev/null
+/*\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'undo', 'de-ch', {\r
+ redo: 'Wiederherstellen',\r
+ undo: 'Rückgängig'\r
+} );\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'de', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'el', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'en-au', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'en-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'en-gb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'en', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'eo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'es', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'et', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'eu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'fa', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'fi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'fo', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'fr-ca', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'fr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'gl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'gu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'he', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'hi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'hr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'hu', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'id', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'is', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'it', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ja', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ka', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'km', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ko', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ku', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'lt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'lv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'mk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'mn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ms', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'nb', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'nl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'no', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'pl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'pt-br', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'pt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ro', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ru', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'si', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'sk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'sl', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'sq', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'sr-latn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'sr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'sv', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'th', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'tr', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'tt', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'ug', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'uk', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'vi', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'zh-cn', {\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
CKEDITOR.plugins.setLang( 'undo', 'zh', {\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
\r
CKEDITOR.plugins.add( 'undo', {\r
// jscs:disable maximumLineLength\r
- lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,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,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
// jscs:enable maximumLineLength\r
icons: 'redo,redo-rtl,undo,undo-rtl', // %REMOVE_LINE_CORE%\r
hidpi: true, // %REMOVE_LINE_CORE%\r
--- /dev/null
+.mediumBorder {\r
+ border-width: 2px;\r
+}\r
+.thickBorder {\r
+ border-width: 5px;\r
+}\r
+img.thickBorder, img.mediumBorder {\r
+ border-style: solid;\r
+ border-color: #CCC;\r
+}\r
+.important.soMuch {\r
+ margin: 25px;\r
+ padding: 25px;\r
+ background: red;\r
+ border: none;\r
+}\r
+\r
+span.redMarker {\r
+ background-color: red;\r
+}\r
+.invisible {\r
+ opacity: 0.1;\r
+}\r
--- /dev/null
+.simplebox {\r
+ padding: 8px;\r
+ margin: 10px;\r
+ background: #eee;\r
+ border-radius: 8px;\r
+ border: 1px solid #ddd;\r
+ box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;\r
+}\r
+.simplebox-title, .simplebox-content {\r
+ box-shadow: 0 1px 1px #ddd inset;\r
+ border: 1px solid #cccccc;\r
+ border-radius: 5px;\r
+ background: #fff;\r
+}\r
+.simplebox-title {\r
+ margin: 0 0 8px;\r
+ padding: 5px 8px;\r
+}\r
+.simplebox-content {\r
+ padding: 0 8px;\r
+}\r
+.simplebox-content::after {\r
+ content: '';\r
+ display: block;\r
+ clear: both;\r
+}\r
+.simplebox.align-right {\r
+ float: right;\r
+}\r
+.simplebox.align-left {\r
+ float: left;\r
+}\r
+.simplebox.align-center {\r
+ margin-left: auto;\r
+ margin-right: auto;\r
+}\r
--- /dev/null
+// Note: This automatic widget to dialog window binding (the fact that every field is set up from the widget\r
+// and is committed to the widget) is only possible when the dialog is opened by the Widgets System\r
+// (i.e. the widgetDef.dialog property is set).\r
+// When you are opening the dialog window by yourself, you need to take care of this by yourself too.\r
+\r
+CKEDITOR.dialog.add( 'simplebox', function( editor ) {\r
+ return {\r
+ title: 'Edit Simple Box',\r
+ minWidth: 200,\r
+ minHeight: 100,\r
+ contents: [\r
+ {\r
+ id: 'info',\r
+ elements: [\r
+ {\r
+ id: 'align',\r
+ type: 'select',\r
+ label: 'Align',\r
+ items: [\r
+ [ editor.lang.common.notSet, '' ],\r
+ [ editor.lang.common.alignLeft, 'left' ],\r
+ [ editor.lang.common.alignRight, 'right' ],\r
+ [ editor.lang.common.alignCenter, 'center' ]\r
+ ],\r
+ // When setting up this field, set its value to the "align" value from widget data.\r
+ // Note: Align values used in the widget need to be the same as those defined in the "items" array above.\r
+ setup: function( widget ) {\r
+ this.setValue( widget.data.align );\r
+ },\r
+ // When committing (saving) this field, set its value to the widget data.\r
+ commit: function( widget ) {\r
+ widget.setData( 'align', this.getValue() );\r
+ }\r
+ },\r
+ {\r
+ id: 'width',\r
+ type: 'text',\r
+ label: 'Width',\r
+ width: '50px',\r
+ setup: function( widget ) {\r
+ this.setValue( widget.data.width );\r
+ },\r
+ commit: function( widget ) {\r
+ widget.setData( 'width', this.getValue() );\r
+ }\r
+ }\r
+ ]\r
+ }\r
+ ]\r
+ };\r
+} );\r
--- /dev/null
+'use strict';\r
+\r
+// Register the plugin within the editor.\r
+CKEDITOR.plugins.add( 'simplebox', {\r
+ // This plugin requires the Widgets System defined in the 'widget' plugin.\r
+ requires: 'widget',\r
+\r
+ // Register the icon used for the toolbar button. It must be the same\r
+ // as the name of the widget.\r
+ icons: 'simplebox',\r
+\r
+ // The plugin initialization logic goes inside this method.\r
+ init: function( editor ) {\r
+ // Register the editing dialog.\r
+ CKEDITOR.dialog.add( 'simplebox', this.path + 'dialogs/simplebox.js' );\r
+\r
+ // Register the simplebox widget.\r
+ editor.widgets.add( 'simplebox', {\r
+ // Allow all HTML elements, classes, and styles that this widget requires.\r
+ // Read more about the Advanced Content Filter here:\r
+ // * http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter\r
+ // * http://docs.ckeditor.com/#!/guide/plugin_sdk_integration_with_acf\r
+ allowedContent:\r
+ 'div(!simplebox,align-left,align-right,align-center){width};' +\r
+ 'div(!simplebox-content); h2(!simplebox-title)',\r
+\r
+ // Minimum HTML which is required by this widget to work.\r
+ requiredContent: 'div(simplebox)',\r
+\r
+ // Define two nested editable areas.\r
+ editables: {\r
+ title: {\r
+ // Define CSS selector used for finding the element inside widget element.\r
+ selector: '.simplebox-title',\r
+ // Define content allowed in this nested editable. Its content will be\r
+ // filtered accordingly and the toolbar will be adjusted when this editable\r
+ // is focused.\r
+ allowedContent: 'br strong em'\r
+ },\r
+ content: {\r
+ selector: '.simplebox-content'\r
+ }\r
+ },\r
+\r
+ // Define the template of a new Simple Box widget.\r
+ // The template will be used when creating new instances of the Simple Box widget.\r
+ template:\r
+ '<div class="simplebox">' +\r
+ '<h2 class="simplebox-title">Title</h2>' +\r
+ '<div class="simplebox-content"><p>Content...</p></div>' +\r
+ '</div>',\r
+\r
+ // Define the label for a widget toolbar button which will be automatically\r
+ // created by the Widgets System. This button will insert a new widget instance\r
+ // created from the template defined above, or will edit selected widget\r
+ // (see second part of this tutorial to learn about editing widgets).\r
+ //\r
+ // Note: In order to be able to translate your widget you should use the\r
+ // editor.lang.simplebox.* property. A string was used directly here to simplify this tutorial.\r
+ button: 'Create a simple box',\r
+\r
+ // Set the widget dialog window name. This enables the automatic widget-dialog binding.\r
+ // This dialog window will be opened when creating a new widget or editing an existing one.\r
+ dialog: 'simplebox',\r
+\r
+ // Check the elements that need to be converted to widgets.\r
+ //\r
+ // Note: The "element" argument is an instance of http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element\r
+ // so it is not a real DOM element yet. This is caused by the fact that upcasting is performed\r
+ // during data processing which is done on DOM represented by JavaScript objects.\r
+ upcast: function( element ) {\r
+ // Return "true" (that element needs to converted to a Simple Box widget)\r
+ // for all <div> elements with a "simplebox" class.\r
+ return element.name == 'div' && element.hasClass( 'simplebox' );\r
+ },\r
+\r
+ // When a widget is being initialized, we need to read the data ("align" and "width")\r
+ // from DOM and set it by using the widget.setData() method.\r
+ // More code which needs to be executed when DOM is available may go here.\r
+ init: function() {\r
+ var width = this.element.getStyle( 'width' );\r
+ if ( width )\r
+ this.setData( 'width', width );\r
+\r
+ if ( this.element.hasClass( 'align-left' ) )\r
+ this.setData( 'align', 'left' );\r
+ if ( this.element.hasClass( 'align-right' ) )\r
+ this.setData( 'align', 'right' );\r
+ if ( this.element.hasClass( 'align-center' ) )\r
+ this.setData( 'align', 'center' );\r
+ },\r
+\r
+ // Listen on the widget#data event which is fired every time the widget data changes\r
+ // and updates the widget's view.\r
+ // Data may be changed by using the widget.setData() method, which we use in the\r
+ // Simple Box dialog window.\r
+ data: function() {\r
+ // Check whether "width" widget data is set and remove or set "width" CSS style.\r
+ // The style is set on widget main element (div.simplebox).\r
+ if ( !this.data.width )\r
+ this.element.removeStyle( 'width' );\r
+ else\r
+ this.element.setStyle( 'width', this.data.width );\r
+\r
+ // Brutally remove all align classes and set a new one if "align" widget data is set.\r
+ this.element.removeClass( 'align-left' );\r
+ this.element.removeClass( 'align-right' );\r
+ this.element.removeClass( 'align-center' );\r
+ if ( this.data.align )\r
+ this.element.addClass( 'align-' + this.data.align );\r
+ }\r
+ } );\r
+ }\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+/* global CKCONSOLE */\r
+\r
+'use strict';\r
+\r
+( function() {\r
+\r
+ CKCONSOLE.add( 'widget', {\r
+ panels: [\r
+ {\r
+ type: 'box',\r
+ content: '<ul class="ckconsole_list ckconsole_value" data-value="instances"></ul>',\r
+\r
+ refresh: function( editor ) {\r
+ var instances = obj2Array( editor.widgets.instances );\r
+\r
+ return {\r
+ header: 'Instances (' + instances.length + ')',\r
+ instances: generateInstancesList( instances )\r
+ };\r
+ },\r
+\r
+ refreshOn: function( editor, refresh ) {\r
+ editor.widgets.on( 'instanceCreated', function( evt ) {\r
+ refresh();\r
+\r
+ evt.data.on( 'data', refresh );\r
+ } );\r
+\r
+ editor.widgets.on( 'instanceDestroyed', refresh );\r
+ }\r
+ },\r
+\r
+ {\r
+ type: 'box',\r
+ content:\r
+ '<ul class="ckconsole_list">' +\r
+ '<li>focused: <span class="ckconsole_value" data-value="focused"></span></li>' +\r
+ '<li>selected: <span class="ckconsole_value" data-value="selected"></span></li>' +\r
+ '</ul>',\r
+\r
+ refresh: function( editor ) {\r
+ var focused = editor.widgets.focused,\r
+ selected = editor.widgets.selected,\r
+ selectedIds = [];\r
+\r
+ for ( var i = 0; i < selected.length; ++i )\r
+ selectedIds.push( selected[ i ].id );\r
+\r
+ return {\r
+ header: 'Focus & selection',\r
+ focused: focused ? 'id: ' + focused.id : '-',\r
+ selected: selectedIds.length ? 'id: ' + selectedIds.join( ', id: ' ) : '-'\r
+ };\r
+ },\r
+\r
+ refreshOn: function( editor, refresh ) {\r
+ editor.on( 'selectionCheck', refresh, null, null, 999 );\r
+ }\r
+ },\r
+\r
+ {\r
+ type: 'log',\r
+\r
+ on: function( editor, log, logFn ) {\r
+ // Add all listeners with high priorities to log\r
+ // messages in the correct order when one event depends on another.\r
+ // E.g. selectionChange triggers widget selection - if this listener\r
+ // for selectionChange will be executed later than that one, then order\r
+ // will be incorrect.\r
+\r
+ editor.on( 'selectionChange', function( evt ) {\r
+ var msg = 'selection change',\r
+ sel = evt.data.selection,\r
+ el = sel.getSelectedElement(),\r
+ widget;\r
+\r
+ if ( el && ( widget = editor.widgets.getByElement( el, true ) ) )\r
+ msg += ' (id: ' + widget.id + ')';\r
+\r
+ log( msg );\r
+ }, null, null, 1 );\r
+\r
+ editor.widgets.on( 'instanceDestroyed', function( evt ) {\r
+ log( 'instance destroyed (id: ' + evt.data.id + ')' );\r
+ }, null, null, 1 );\r
+\r
+ editor.widgets.on( 'instanceCreated', function( evt ) {\r
+ log( 'instance created (id: ' + evt.data.id + ')' );\r
+ }, null, null, 1 );\r
+\r
+ editor.widgets.on( 'widgetFocused', function( evt ) {\r
+ log( 'widget focused (id: ' + evt.data.widget.id + ')' );\r
+ }, null, null, 1 );\r
+\r
+ editor.widgets.on( 'widgetBlurred', function( evt ) {\r
+ log( 'widget blurred (id: ' + evt.data.widget.id + ')' );\r
+ }, null, null, 1 );\r
+\r
+ editor.widgets.on( 'checkWidgets', logFn( 'checking widgets' ), null, null, 1 );\r
+ editor.widgets.on( 'checkSelection', logFn( 'checking selection' ), null, null, 1 );\r
+ }\r
+ }\r
+ ]\r
+ } );\r
+\r
+ function generateInstancesList( instances ) {\r
+ var html = '',\r
+ instance;\r
+\r
+ for ( var i = 0; i < instances.length; ++i ) {\r
+ instance = instances[ i ];\r
+ html += itemTpl.output( { id: instance.id, name: instance.name, data: JSON.stringify( instance.data ) } );\r
+ }\r
+ return html;\r
+ }\r
+\r
+ function obj2Array( obj ) {\r
+ var arr = [];\r
+ for ( var id in obj )\r
+ arr.push( obj[ id ] );\r
+\r
+ return arr;\r
+ }\r
+\r
+ var itemTpl = new CKEDITOR.template( '<li>id: <code>{id}</code>, name: <code>{name}</code>, data: <code>{data}</code></li>' );\r
+} )();\r
--- /dev/null
+<!DOCTYPE html>\r
+<!--\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+-->\r
+<html>\r
+<head>\r
+ <meta charset="utf-8">\r
+ <title>Nested widgets — CKEditor Sample</title>\r
+ <script src="../../../ckeditor.js"></script>\r
+ <script src="../../../dev/console/console.js"></script>\r
+ <script src="../../../dev/console/focusconsole.js"></script>\r
+ <script src="console.js"></script>\r
+ <link rel="stylesheet" href="../../../samples/old/sample.css">\r
+ <link rel="stylesheet" href="../../../contents.css">\r
+ <link rel="stylesheet" href="assets/simplebox/contents.css">\r
+</head>\r
+<body>\r
+ <h1 class="samples">Nested widgets</h1>\r
+\r
+ <h2>Classic (iframe-based) Sample</h2>\r
+ <textarea cols="80" id="editor1" name="editor1" rows="10">\r
+ <h1>Simple Box Sample</h1>\r
+\r
+ <div class="simplebox align-right" style="width: 60%">\r
+ <h2 class="simplebox-title">Title</h2>\r
+ <div class="simplebox-content">\r
+ <p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on [[July 20, 1969, at 20:18 UTC]]. Armstrong became the first to step onto the lunar surface 6 hours later on [[July 21 at 02:56 UTC]].</p>\r
+\r
+ <figure class="image" style="float: right">\r
+ <img alt="The Eagle" src="assets/sample.jpg" width="150" />\r
+ <figcaption>The Eagle in lunar orbit</figcaption>\r
+ </figure>\r
+\r
+ <ul>\r
+ <li>Foo!</li>\r
+ <li>Bar!</li>\r
+ </ul>\r
+\r
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet orci ut nisi adipiscing ultrices. Sed pellentesque iaculis malesuada. Pellentesque scelerisque, purus non porta dictum, neque urna bibendum dolor, eget tristique ipsum metus fringilla dolor. Nullam sed accumsan sapien. Vestibulum in placerat magna. Sed justo lacus, volutpat rhoncus odio luctus, ornare adipiscing mauris. Vivamus erat sem, egestas et lectus eget, varius cursus odio. Duis posuere lacus sit amet urna bibendum, id iaculis eros ultrices. Vestibulum a ultrices ante.</p>\r
+ </div>\r
+ </div>\r
+\r
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet orci ut nisi adipiscing ultrices. Sed pellentesque iaculis malesuada. Pellentesque scelerisque, purus non porta dictum, neque urna bibendum dolor, eget tristique ipsum metus fringilla dolor. Nullam sed accumsan sapien. Vestibulum in placerat magna. Sed justo lacus, volutpat rhoncus odio luctus, ornare adipiscing mauris. Vivamus erat sem, egestas et lectus eget, varius cursus odio. Duis posuere lacus sit amet urna bibendum, id iaculis eros ultrices. Vestibulum a ultrices ante.</p>\r
+\r
+ <p>Pellentesque vitae eleifend nisl, non accumsan tellus. Maecenas nec libero non tellus tincidunt mollis porttitor sed arcu. Donec ultricies nulla vitae eros lacinia, vel congue sem auctor. Vivamus convallis, urna ac tincidunt malesuada, lectus erat convallis metus, a hendrerit massa augue accumsan magna. Nulla mattis tellus elit, nec congue magna scelerisque eget. Aliquam posuere nisi augue, posuere sodales nisi iaculis eu. Donec fermentum urna id nibh sagittis fermentum sit amet sed enim. Aliquam neque elit, pretium elementum nunc a, faucibus accumsan lorem. Etiam pulvinar odio et hendrerit tincidunt. Suspendisse tempus eros lacus, in convallis velit mollis ut. Aenean congue, justo eleifend ultricies malesuada, nunc nunc molestie mauris, eget placerat libero eros vel nisi. Quisque diam arcu, mollis ac laoreet vitae, varius et sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis in vehicula sapien. Nunc feugiat porta elit nec volutpat.</p>\r
+\r
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet orci ut nisi adipiscing ultrices. Sed pellentesque iaculis malesuada. Pellentesque scelerisque, purus non porta dictum, neque urna bibendum dolor, eget tristique ipsum metus fringilla dolor. Nullam sed accumsan sapien. Vestibulum in placerat magna. Sed justo lacus, volutpat rhoncus odio luctus, ornare adipiscing mauris. Vivamus erat sem, egestas et lectus eget, varius cursus odio. Duis posuere lacus sit amet urna bibendum, id iaculis eros ultrices. Vestibulum a ultrices ante.</p>\r
+\r
+ <div class="simplebox align-center" style="width: 750px">\r
+ <h2 class="simplebox-title">Title</h2>\r
+ <div class="simplebox-content">\r
+ <p><img alt="The Eagle" src="assets/sample.jpg" width="150" style="float: left" /><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on [[July 20, 1969, at 20:18 UTC]]. Armstrong became the first to step onto the lunar surface 6 hours later on [[July 21 at 02:56 UTC]].</p>\r
+\r
+ <ul>\r
+ <li>Foo!</li>\r
+ <li>Bar!</li>\r
+ </ul>\r
+ </div>\r
+ </div>\r
+\r
+ <p>Ut eget ipsum a sapien porta ultrices. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus mi lacus, pharetra eu bibendum blandit, tristique sit amet leo. Integer eu nulla nec magna vulputate blandit. Praesent mattis quis ante eget adipiscing. Nulla vel tempus risus, in placerat velit. Mauris sed nibh at elit posuere laoreet. Morbi non sapien sed nunc fringilla imperdiet.</p>\r
+ </textarea>\r
+\r
+ <h2>Inline Sample</h2>\r
+ <div id="editor2" contenteditable="true">\r
+ <h1>Simple Box Sample</h1>\r
+\r
+ <div class="simplebox align-right" style="width: 60%">\r
+ <h2 class="simplebox-title">Title</h2>\r
+ <div class="simplebox-content">\r
+ <p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on [[July 20, 1969, at 20:18 UTC]]. Armstrong became the first to step onto the lunar surface 6 hours later on [[July 21 at 02:56 UTC]].</p>\r
+\r
+ <figure class="image" style="float: right">\r
+ <img alt="The Eagle" src="assets/sample.jpg" width="150" />\r
+ <figcaption>The Eagle in lunar orbit</figcaption>\r
+ </figure>\r
+\r
+ <ul>\r
+ <li>Foo!</li>\r
+ <li>Bar!</li>\r
+ </ul>\r
+\r
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet orci ut nisi adipiscing ultrices. Sed pellentesque iaculis malesuada. Pellentesque scelerisque, purus non porta dictum, neque urna bibendum dolor, eget tristique ipsum metus fringilla dolor. Nullam sed accumsan sapien. Vestibulum in placerat magna. Sed justo lacus, volutpat rhoncus odio luctus, ornare adipiscing mauris. Vivamus erat sem, egestas et lectus eget, varius cursus odio. Duis posuere lacus sit amet urna bibendum, id iaculis eros ultrices. Vestibulum a ultrices ante.</p>\r
+ </div>\r
+ </div>\r
+\r
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet orci ut nisi adipiscing ultrices. Sed pellentesque iaculis malesuada. Pellentesque scelerisque, purus non porta dictum, neque urna bibendum dolor, eget tristique ipsum metus fringilla dolor. Nullam sed accumsan sapien. Vestibulum in placerat magna. Sed justo lacus, volutpat rhoncus odio luctus, ornare adipiscing mauris. Vivamus erat sem, egestas et lectus eget, varius cursus odio. Duis posuere lacus sit amet urna bibendum, id iaculis eros ultrices. Vestibulum a ultrices ante.</p>\r
+\r
+ <p>Pellentesque vitae eleifend nisl, non accumsan tellus. Maecenas nec libero non tellus tincidunt mollis porttitor sed arcu. Donec ultricies nulla vitae eros lacinia, vel congue sem auctor. Vivamus convallis, urna ac tincidunt malesuada, lectus erat convallis metus, a hendrerit massa augue accumsan magna. Nulla mattis tellus elit, nec congue magna scelerisque eget. Aliquam posuere nisi augue, posuere sodales nisi iaculis eu. Donec fermentum urna id nibh sagittis fermentum sit amet sed enim. Aliquam neque elit, pretium elementum nunc a, faucibus accumsan lorem. Etiam pulvinar odio et hendrerit tincidunt. Suspendisse tempus eros lacus, in convallis velit mollis ut. Aenean congue, justo eleifend ultricies malesuada, nunc nunc molestie mauris, eget placerat libero eros vel nisi. Quisque diam arcu, mollis ac laoreet vitae, varius et sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis in vehicula sapien. Nunc feugiat porta elit nec volutpat.</p>\r
+\r
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet orci ut nisi adipiscing ultrices. Sed pellentesque iaculis malesuada. Pellentesque scelerisque, purus non porta dictum, neque urna bibendum dolor, eget tristique ipsum metus fringilla dolor. Nullam sed accumsan sapien. Vestibulum in placerat magna. Sed justo lacus, volutpat rhoncus odio luctus, ornare adipiscing mauris. Vivamus erat sem, egestas et lectus eget, varius cursus odio. Duis posuere lacus sit amet urna bibendum, id iaculis eros ultrices. Vestibulum a ultrices ante.</p>\r
+\r
+ <div class="simplebox align-center" style="width: 750px">\r
+ <h2 class="simplebox-title">Title</h2>\r
+ <div class="simplebox-content">\r
+ <p><img alt="The Eagle" src="assets/sample.jpg" width="150" style="float: left" /><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on [[July 20, 1969, at 20:18 UTC]]. Armstrong became the first to step onto the lunar surface 6 hours later on [[July 21 at 02:56 UTC]].</p>\r
+\r
+ <ul>\r
+ <li>Foo!</li>\r
+ <li>Bar!</li>\r
+ </ul>\r
+ </div>\r
+ </div>\r
+\r
+ <p>Ut eget ipsum a sapien porta ultrices. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus mi lacus, pharetra eu bibendum blandit, tristique sit amet leo. Integer eu nulla nec magna vulputate blandit. Praesent mattis quis ante eget adipiscing. Nulla vel tempus risus, in placerat velit. Mauris sed nibh at elit posuere laoreet. Morbi non sapien sed nunc fringilla imperdiet.</p>\r
+ </div>\r
+\r
+ <script>\r
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )\r
+ CKEDITOR.tools.enableHtml5Elements( document );\r
+\r
+ CKEDITOR.plugins.addExternal( 'simplebox', 'plugins/widget/dev/assets/simplebox/' );\r
+\r
+ CKEDITOR.replace( 'editor1', {\r
+ extraPlugins: 'simplebox,placeholder,image2',\r
+ removePlugins: 'forms,bidi',\r
+ contentsCss: [ '../../../contents.css', 'assets/simplebox/contents.css' ],\r
+ height: 500\r
+ } );\r
+\r
+ CKEDITOR.inline( 'editor2', {\r
+ extraPlugins: 'simplebox,placeholder,image2',\r
+ removePlugins: 'forms,bidi'\r
+ } );\r
+\r
+ CKCONSOLE.create( 'widget', { editor: 'editor1' } );\r
+ CKCONSOLE.create( 'focus', { editor: 'editor1' } );\r
+ CKCONSOLE.create( 'widget', { editor: 'editor2', folded: true } );\r
+ CKCONSOLE.create( 'focus', { editor: 'editor2', folded: true } );\r
+\r
+ </script>\r
+</body>\r
+</html>\r
--- /dev/null
+<!DOCTYPE html>\r
+<!--\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+-->\r
+<html>\r
+<head>\r
+ <meta charset="utf-8">\r
+ <title>Applying styles to widgets — CKEditor Sample</title>\r
+ <script src="../../../ckeditor.js"></script>\r
+ <link rel="stylesheet" href="../../../samples/old/sample.css">\r
+ <link rel="stylesheet" href="../../../contents.css">\r
+ <link rel="stylesheet" href="assets/contents.css">\r
+</head>\r
+<body>\r
+ <h1 class="samples">Applying styles to widgets</h1>\r
+\r
+ <h2>Classic (iframe-based) Sample</h2>\r
+ <textarea cols="80" id="editor1" name="editor1" rows="10">\r
+ <h1>Apollo 11</h1>\r
+\r
+ <figure class="image" style="float: right">\r
+ <img alt="Saturn V" src="../../../samples/assets/sample.jpg" width="150" />\r
+ <figcaption>Roll out of Saturn V on launch pad</figcaption>\r
+ </figure>\r
+\r
+ <p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on [[July 20, 1969, at 20:18 UTC]]. Armstrong became the first to step onto the lunar surface 6 hours later on [[July 21 at 02:56 UTC]].</p>\r
+\r
+ <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>\r
+\r
+ <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>\r
+\r
+ <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>\r
+\r
+ <blockquote>\r
+ <p>One small step for [a] man, one giant leap for mankind.</p>\r
+ </blockquote>\r
+\r
+ <p><span class="math-tex">\( \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \)</span></p>\r
+\r
+ <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p>\r
+\r
+ <blockquote>\r
+ <p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p>\r
+ </blockquote>\r
+\r
+ <figure class="image" style="float: right">\r
+ <img alt="The Eagle" src="../../../samples/assets/sample.jpg" width="150" />\r
+ <figcaption>The Eagle in lunar orbit</figcaption>\r
+ </figure>\r
+\r
+ <h2>Technical details <a id="tech-details" name="tech-details"></a></h2>\r
+\r
+ <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p>\r
+\r
+ <ol>\r
+ <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>\r
+ <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>\r
+ <li><strong>Lunar Module</strong> for landing on the Moon.</li>\r
+ </ol>\r
+\r
+ <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>\r
+ </textarea>\r
+\r
+ <h2>Inline Sample</h2>\r
+ <div id="editor2" contenteditable="true">\r
+ <h1>Apollo 11</h1>\r
+\r
+ <figure class="image" style="float: right">\r
+ <img alt="Saturn V" src="../../../samples/assets/sample.jpg" width="150" />\r
+ <figcaption>Roll out of Saturn V on launch pad</figcaption>\r
+ </figure>\r
+\r
+ <p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on [[July 20, 1969, at 20:18 UTC]]. Armstrong became the first to step onto the lunar surface 6 hours later on [[July 21 at 02:56 UTC]].</p>\r
+\r
+ <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>\r
+\r
+ <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>\r
+\r
+ <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>\r
+\r
+ <blockquote>\r
+ <p>One small step for [a] man, one giant leap for mankind.</p>\r
+ </blockquote>\r
+\r
+ <p><span class="math-tex">\( \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \)</span></p>\r
+\r
+ <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p>\r
+\r
+ <blockquote>\r
+ <p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p>\r
+ </blockquote>\r
+\r
+ <figure class="image" style="float: right">\r
+ <img alt="The Eagle" src="../../../samples/assets/sample.jpg" width="150" />\r
+ <figcaption>The Eagle in lunar orbit</figcaption>\r
+ </figure>\r
+\r
+ <h2>Technical details <a id="tech-details" name="tech-details"></a></h2>\r
+\r
+ <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p>\r
+\r
+ <ol>\r
+ <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>\r
+ <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>\r
+ <li><strong>Lunar Module</strong> for landing on the Moon.</li>\r
+ </ol>\r
+\r
+ <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>\r
+ </div>\r
+\r
+ <script>\r
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )\r
+ CKEDITOR.tools.enableHtml5Elements( document );\r
+\r
+ CKEDITOR.disableAutoInline = true;\r
+\r
+ var stylesSet = [\r
+ { name: 'Medium border', type: 'widget', widget: 'image', attributes: { 'class': 'mediumBorder' } },\r
+ { name: 'Thick border', type: 'widget', widget: 'image', attributes: { 'class': 'thickBorder' } },\r
+ { name: 'So important', type: 'widget', widget: 'image', attributes: { 'class': 'important soMuch' } },\r
+\r
+ { name: 'Red marker', type: 'widget', widget: 'placeholder', attributes: { 'class': 'redMarker' } },\r
+ { name: 'Invisible Placeholder', type: 'widget', widget: 'placeholder', attributes: { 'class': 'invisible' } },\r
+\r
+ { name: 'Invisible Mathjax', type: 'widget', widget: 'mathjax', attributes: { 'class': 'invisible' } }\r
+ ];\r
+\r
+ CKEDITOR.replace( 'editor1', {\r
+ extraPlugins: 'placeholder,image2,mathjax',\r
+ contentsCss: [ '../../../contents.css', 'assets/contents.css' ],\r
+ stylesSet: stylesSet,\r
+ height: 300\r
+ } );\r
+\r
+ CKEDITOR.inline( 'editor2', {\r
+ extraPlugins: 'placeholder,image2,mathjax',\r
+ stylesSet: stylesSet,\r
+ height: 300\r
+ } );\r
+\r
+ </script>\r
+</body>\r
+</html>\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'af', {\r
+ 'move': 'Klik en trek on te beweeg'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ar', {\r
+ 'move': 'إضغط و إسحب للتحريك'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'bg', {\r
+ 'move': 'Кликни и влачи, за да преместиш'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ca', {\r
+ 'move': 'Clicar i arrossegar per moure'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'cs', {\r
+ 'move': 'Klepněte a táhněte pro přesunutí'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'cy', {\r
+ 'move': 'Clcio a llusgo i symud'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'da', {\r
+ 'move': 'Klik og træk for at flytte'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'de-ch', {\r
+ 'move': 'Zum Verschieben anwählen und ziehen'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'de', {\r
+ 'move': 'Zum Verschieben anwählen und ziehen'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'el', {\r
+ 'move': 'Κάνετε κλικ και σύρετε το ποντίκι για να μετακινήστε'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'en-gb', {\r
+ 'move': 'Click and drag to move'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'en', {\r
+ 'move': 'Click and drag to move'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'eo', {\r
+ 'move': 'klaki kaj treni por movi'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'es', {\r
+ 'move': 'Dar clic y arrastrar para mover'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'eu', {\r
+ 'move': 'Klikatu eta arrastatu lekuz aldatzeko'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'fa', {\r
+ 'move': 'کلیک و کشیدن برای جابجایی'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'fi', {\r
+ 'move': 'Siirrä klikkaamalla ja raahaamalla'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'fr', {\r
+ 'move': 'Cliquer et glisser pour déplacer'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'gl', {\r
+ 'move': 'Prema e arrastre para mover'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'he', {\r
+ 'move': 'לחץ וגרור להזזה'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'hr', {\r
+ 'move': 'Klikni i povuci da pomakneš'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'hu', {\r
+ 'move': 'Kattints és húzd a mozgatáshoz'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'id', {\r
+ 'move': 'Tekan dan geser untuk memindahkan'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'it', {\r
+ 'move': 'Fare clic e trascinare per spostare'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ja', {\r
+ 'move': 'ドラッグして移動'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'km', {\r
+ 'move': 'ចុចហើយទាញដើម្បីផ្លាស់ទី'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ko', {\r
+ 'move': '움직이려면 클릭 후 드래그 하세요'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ku', {\r
+ 'move': 'کرتەبکە و ڕایبکێشە بۆ جوڵاندن'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'lv', {\r
+ 'move': 'Klikšķina un velc, lai pārvietotu'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'nb', {\r
+ 'move': 'Klikk og dra for å flytte'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'nl', {\r
+ 'move': 'Klik en sleep om te verplaatsen'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'no', {\r
+ 'move': 'Klikk og dra for å flytte'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'pl', {\r
+ 'move': 'Kliknij i przeciągnij, by przenieść.'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'pt-br', {\r
+ 'move': 'Click e arraste para mover'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'pt', {\r
+ 'move': 'Clique e arraste para mover'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ru', {\r
+ 'move': 'Нажмите и перетащите'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'sk', {\r
+ 'move': 'Kliknite a potiahnite pre presunutie'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'sl', {\r
+ 'move': 'Kliknite in povlecite, da premaknete'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'sq', {\r
+ 'move': 'Kliko dhe tërhiqe për ta lëvizur'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'sv', {\r
+ 'move': 'Klicka och drag för att flytta'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'tr', {\r
+ 'move': 'Taşımak için, tıklayın ve sürükleyin'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'tt', {\r
+ 'move': 'Күчереп куер өчен басып шудырыгыз'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'ug', {\r
+ 'move': 'يۆتكەشتە چېكىپ سۆرەڭ'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'uk', {\r
+ 'move': 'Клікніть і потягніть для переміщення'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'vi', {\r
+ 'move': 'Nhấp chuột và kéo để di chuyển'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'zh-cn', {\r
+ 'move': '点击并拖拽以移动'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+CKEDITOR.plugins.setLang( 'widget', 'zh', {\r
+ 'move': '拖曳以移動'\r
+} );\r
--- /dev/null
+/**\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+/**\r
+ * @fileOverview [Widget](http://ckeditor.com/addon/widget) plugin.\r
+ */\r
+\r
+'use strict';\r
+\r
+( function() {\r
+ var DRAG_HANDLER_SIZE = 15;\r
+\r
+ CKEDITOR.plugins.add( 'widget', {\r
+ // jscs:disable maximumLineLength\r
+ lang: 'af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,eu,fa,fi,fr,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,nb,nl,no,pl,pt,pt-br,ru,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+ // jscs:enable maximumLineLength\r
+ requires: 'lineutils,clipboard',\r
+ onLoad: function() {\r
+ CKEDITOR.addCss(\r
+ '.cke_widget_wrapper{' +\r
+ 'position:relative;' +\r
+ 'outline:none' +\r
+ '}' +\r
+ '.cke_widget_inline{' +\r
+ 'display:inline-block' +\r
+ '}' +\r
+ '.cke_widget_wrapper:hover>.cke_widget_element{' +\r
+ 'outline:2px solid yellow;' +\r
+ 'cursor:default' +\r
+ '}' +\r
+ '.cke_widget_wrapper:hover .cke_widget_editable{' +\r
+ 'outline:2px solid yellow' +\r
+ '}' +\r
+ '.cke_widget_wrapper.cke_widget_focused>.cke_widget_element,' +\r
+ // We need higher specificity than hover style.\r
+ '.cke_widget_wrapper .cke_widget_editable.cke_widget_editable_focused{' +\r
+ 'outline:2px solid #ace' +\r
+ '}' +\r
+ '.cke_widget_editable{' +\r
+ 'cursor:text' +\r
+ '}' +\r
+ '.cke_widget_drag_handler_container{' +\r
+ 'position:absolute;' +\r
+ 'width:' + DRAG_HANDLER_SIZE + 'px;' +\r
+ 'height:0;' +\r
+ // Initially drag handler should not be visible, until its position will be\r
+ // calculated (#11177).\r
+ // We need to hide unpositined handlers, so they don't extend\r
+ // widget's outline far to the left (#12024).\r
+ 'display:none;' +\r
+ 'opacity:0.75;' +\r
+ 'transition:height 0s 0.2s;' + // Delay hiding drag handler.\r
+ // Prevent drag handler from being misplaced (#11198).\r
+ 'line-height:0' +\r
+ '}' +\r
+ '.cke_widget_wrapper:hover>.cke_widget_drag_handler_container{' +\r
+ 'height:' + DRAG_HANDLER_SIZE + 'px;' +\r
+ 'transition:none' +\r
+ '}' +\r
+ '.cke_widget_drag_handler_container:hover{' +\r
+ 'opacity:1' +\r
+ '}' +\r
+ 'img.cke_widget_drag_handler{' +\r
+ 'cursor:move;' +\r
+ 'width:' + DRAG_HANDLER_SIZE + 'px;' +\r
+ 'height:' + DRAG_HANDLER_SIZE + 'px;' +\r
+ 'display:inline-block' +\r
+ '}' +\r
+ '.cke_widget_mask{' +\r
+ 'position:absolute;' +\r
+ 'top:0;' +\r
+ 'left:0;' +\r
+ 'width:100%;' +\r
+ 'height:100%;' +\r
+ 'display:block' +\r
+ '}' +\r
+ '.cke_editable.cke_widget_dragging, .cke_editable.cke_widget_dragging *{' +\r
+ 'cursor:move !important' +\r
+ '}'\r
+ );\r
+ },\r
+\r
+ beforeInit: function( editor ) {\r
+ /**\r
+ * An instance of widget repository. It contains all\r
+ * {@link CKEDITOR.plugins.widget.repository#registered registered widget definitions} and\r
+ * {@link CKEDITOR.plugins.widget.repository#instances initialized instances}.\r
+ *\r
+ * editor.widgets.add( 'someName', {\r
+ * // Widget definition...\r
+ * } );\r
+ *\r
+ * editor.widgets.registered.someName; // -> Widget definition\r
+ *\r
+ * @since 4.3\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget.repository} widgets\r
+ * @member CKEDITOR.editor\r
+ */\r
+ editor.widgets = new Repository( editor );\r
+ },\r
+\r
+ afterInit: function( editor ) {\r
+ addWidgetButtons( editor );\r
+ setupContextMenu( editor );\r
+ }\r
+ } );\r
+\r
+ /**\r
+ * Widget repository. It keeps track of all {@link #registered registered widget definitions} and\r
+ * {@link #instances initialized instances}. An instance of the repository is available under\r
+ * the {@link CKEDITOR.editor#widgets} property.\r
+ *\r
+ * @class CKEDITOR.plugins.widget.repository\r
+ * @mixins CKEDITOR.event\r
+ * @constructor Creates a widget repository instance. Note that the widget plugin automatically\r
+ * creates a repository instance which is available under the {@link CKEDITOR.editor#widgets} property.\r
+ * @param {CKEDITOR.editor} editor The editor instance for which the repository will be created.\r
+ */\r
+ function Repository( editor ) {\r
+ /**\r
+ * The editor instance for which this repository was created.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.editor} editor\r
+ */\r
+ this.editor = editor;\r
+\r
+ /**\r
+ * A hash of registered widget definitions (definition name => {@link CKEDITOR.plugins.widget.definition}).\r
+ *\r
+ * To register a definition use the {@link #add} method.\r
+ *\r
+ * @readonly\r
+ */\r
+ this.registered = {};\r
+\r
+ /**\r
+ * An object containing initialized widget instances (widget id => {@link CKEDITOR.plugins.widget}).\r
+ *\r
+ * @readonly\r
+ */\r
+ this.instances = {};\r
+\r
+ /**\r
+ * An array of selected widget instances.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget[]} selected\r
+ */\r
+ this.selected = [];\r
+\r
+ /**\r
+ * The focused widget instance. See also {@link CKEDITOR.plugins.widget#event-focus}\r
+ * and {@link CKEDITOR.plugins.widget#event-blur} events.\r
+ *\r
+ * editor.on( 'selectionChange', function() {\r
+ * if ( editor.widgets.focused ) {\r
+ * // Do something when a widget is focused...\r
+ * }\r
+ * } );\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget} focused\r
+ */\r
+ this.focused = null;\r
+\r
+ /**\r
+ * The widget instance that contains the nested editable which is currently focused.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget} widgetHoldingFocusedEditable\r
+ */\r
+ this.widgetHoldingFocusedEditable = null;\r
+\r
+ this._ = {\r
+ nextId: 0,\r
+ upcasts: [],\r
+ upcastCallbacks: [],\r
+ filters: {}\r
+ };\r
+\r
+ setupWidgetsLifecycle( this );\r
+ setupSelectionObserver( this );\r
+ setupMouseObserver( this );\r
+ setupKeyboardObserver( this );\r
+ setupDragAndDrop( this );\r
+ setupNativeCutAndCopy( this );\r
+ }\r
+\r
+ Repository.prototype = {\r
+ /**\r
+ * Minimum interval between selection checks.\r
+ *\r
+ * @private\r
+ */\r
+ MIN_SELECTION_CHECK_INTERVAL: 500,\r
+\r
+ /**\r
+ * Adds a widget definition to the repository. Fires the {@link CKEDITOR.editor#widgetDefinition} event\r
+ * which allows to modify the widget definition which is going to be registered.\r
+ *\r
+ * @param {String} name The name of the widget definition.\r
+ * @param {CKEDITOR.plugins.widget.definition} widgetDef Widget definition.\r
+ * @returns {CKEDITOR.plugins.widget.definition}\r
+ */\r
+ add: function( name, widgetDef ) {\r
+ // Create prototyped copy of original widget definition, so we won't modify it.\r
+ widgetDef = CKEDITOR.tools.prototypedCopy( widgetDef );\r
+ widgetDef.name = name;\r
+\r
+ widgetDef._ = widgetDef._ || {};\r
+\r
+ this.editor.fire( 'widgetDefinition', widgetDef );\r
+\r
+ if ( widgetDef.template )\r
+ widgetDef.template = new CKEDITOR.template( widgetDef.template );\r
+\r
+ addWidgetCommand( this.editor, widgetDef );\r
+ addWidgetProcessors( this, widgetDef );\r
+\r
+ this.registered[ name ] = widgetDef;\r
+\r
+ return widgetDef;\r
+ },\r
+\r
+ /**\r
+ * Adds a callback for element upcasting. Each callback will be executed\r
+ * for every element which is later tested by upcast methods. If a callback\r
+ * returns `false`, the element will not be upcasted.\r
+ *\r
+ * // Images with the "banner" class will not be upcasted (e.g. to the image widget).\r
+ * editor.widgets.addUpcastCallback( function( element ) {\r
+ * if ( element.name == 'img' && element.hasClass( 'banner' ) )\r
+ * return false;\r
+ * } );\r
+ *\r
+ * @param {Function} callback\r
+ * @param {CKEDITOR.htmlParser.element} callback.element\r
+ */\r
+ addUpcastCallback: function( callback ) {\r
+ this._.upcastCallbacks.push( callback );\r
+ },\r
+\r
+ /**\r
+ * Checks the selection to update widget states (selection and focus).\r
+ *\r
+ * This method is triggered by the {@link #event-checkSelection} event.\r
+ */\r
+ checkSelection: function() {\r
+ var sel = this.editor.getSelection(),\r
+ selectedElement = sel.getSelectedElement(),\r
+ updater = stateUpdater( this ),\r
+ widget;\r
+\r
+ // Widget is focused so commit and finish checking.\r
+ if ( selectedElement && ( widget = this.getByElement( selectedElement, true ) ) )\r
+ return updater.focus( widget ).select( widget ).commit();\r
+\r
+ var range = sel.getRanges()[ 0 ];\r
+\r
+ // No ranges or collapsed range mean that nothing is selected, so commit and finish checking.\r
+ if ( !range || range.collapsed )\r
+ return updater.commit();\r
+\r
+ // Range is not empty, so create walker checking for wrappers.\r
+ var walker = new CKEDITOR.dom.walker( range ),\r
+ wrapper;\r
+\r
+ walker.evaluator = Widget.isDomWidgetWrapper;\r
+\r
+ while ( ( wrapper = walker.next() ) )\r
+ updater.select( this.getByElement( wrapper ) );\r
+\r
+ updater.commit();\r
+ },\r
+\r
+ /**\r
+ * Checks if all widget instances are still present in the DOM.\r
+ * Destroys those instances that are not present.\r
+ * Reinitializes widgets on widget wrappers for which widget instances\r
+ * cannot be found. Takes nested widgets into account, too.\r
+ *\r
+ * This method triggers the {@link #event-checkWidgets} event whose listeners\r
+ * can cancel the method's execution or modify its options.\r
+ *\r
+ * @param [options] The options object.\r
+ * @param {Boolean} [options.initOnlyNew] Initializes widgets only on newly wrapped\r
+ * widget elements (those which still have the `cke_widget_new` class). When this option is\r
+ * set to `true`, widgets which were invalidated (e.g. by replacing with a cloned DOM structure)\r
+ * will not be reinitialized. This makes the check faster.\r
+ * @param {Boolean} [options.focusInited] If only one widget is initialized by\r
+ * the method, it will be focused.\r
+ */\r
+ checkWidgets: function( options ) {\r
+ this.fire( 'checkWidgets', CKEDITOR.tools.copy( options || {} ) );\r
+ },\r
+\r
+ /**\r
+ * Removes the widget from the editor and moves the selection to the closest\r
+ * editable position if the widget was focused before.\r
+ *\r
+ * @param {CKEDITOR.plugins.widget} widget The widget instance to be deleted.\r
+ */\r
+ del: function( widget ) {\r
+ if ( this.focused === widget ) {\r
+ var editor = widget.editor,\r
+ range = editor.createRange(),\r
+ found;\r
+\r
+ // If haven't found place for caret on the default side,\r
+ // try to find it on the other side.\r
+ if ( !( found = range.moveToClosestEditablePosition( widget.wrapper, true ) ) )\r
+ found = range.moveToClosestEditablePosition( widget.wrapper, false );\r
+\r
+ if ( found )\r
+ editor.getSelection().selectRanges( [ range ] );\r
+ }\r
+\r
+ widget.wrapper.remove();\r
+ this.destroy( widget, true );\r
+ },\r
+\r
+ /**\r
+ * Destroys the widget instance and all its nested widgets (widgets inside its nested editables).\r
+ *\r
+ * @param {CKEDITOR.plugins.widget} widget The widget instance to be destroyed.\r
+ * @param {Boolean} [offline] Whether the widget is offline (detached from the DOM tree) —\r
+ * in this case the DOM (attributes, classes, etc.) will not be cleaned up.\r
+ */\r
+ destroy: function( widget, offline ) {\r
+ if ( this.widgetHoldingFocusedEditable === widget )\r
+ setFocusedEditable( this, widget, null, offline );\r
+\r
+ widget.destroy( offline );\r
+ delete this.instances[ widget.id ];\r
+ this.fire( 'instanceDestroyed', widget );\r
+ },\r
+\r
+ /**\r
+ * Destroys all widget instances.\r
+ *\r
+ * @param {Boolean} [offline] Whether the widgets are offline (detached from the DOM tree) —\r
+ * in this case the DOM (attributes, classes, etc.) will not be cleaned up.\r
+ * @param {CKEDITOR.dom.element} [container] The container within widgets will be destroyed.\r
+ * This option will be ignored if the `offline` flag was set to `true`, because in such case\r
+ * it is not possible to find widgets within the passed block.\r
+ */\r
+ destroyAll: function( offline, container ) {\r
+ var widget,\r
+ id,\r
+ instances = this.instances;\r
+\r
+ if ( container && !offline ) {\r
+ var wrappers = container.find( '.cke_widget_wrapper' ),\r
+ l = wrappers.count(),\r
+ i = 0;\r
+\r
+ // Length is constant, because this is not a live node list.\r
+ // Note: since querySelectorAll returns nodes in document order,\r
+ // outer widgets are always placed before their nested widgets and therefore\r
+ // are destroyed before them.\r
+ for ( ; i < l; ++i ) {\r
+ widget = this.getByElement( wrappers.getItem( i ), true );\r
+ // Widget might not be found, because it could be a nested widget,\r
+ // which would be destroyed when destroying its parent.\r
+ if ( widget )\r
+ this.destroy( widget );\r
+ }\r
+\r
+ return;\r
+ }\r
+\r
+ for ( id in instances ) {\r
+ widget = instances[ id ];\r
+ this.destroy( widget, offline );\r
+ }\r
+ },\r
+\r
+ /**\r
+ * Finalizes a process of widget creation. This includes:\r
+ *\r
+ * * inserting widget element into editor,\r
+ * * marking widget instance as ready (see {@link CKEDITOR.plugins.widget#event-ready}),\r
+ * * focusing widget instance.\r
+ *\r
+ * This method is used by the default widget's command and is called\r
+ * after widget's dialog (if set) is closed. It may also be used in a\r
+ * customized process of widget creation and insertion.\r
+ *\r
+ * widget.once( 'edit', function() {\r
+ * // Finalize creation only of not ready widgets.\r
+ * if ( widget.isReady() )\r
+ * return;\r
+ *\r
+ * // Cancel edit event to prevent automatic widget insertion.\r
+ * evt.cancel();\r
+ *\r
+ * CustomDialog.open( widget.data, function saveCallback( savedData ) {\r
+ * // Cache the container, because widget may be destroyed while saving data,\r
+ * // if this process will require some deep transformations.\r
+ * var container = widget.wrapper.getParent();\r
+ *\r
+ * widget.setData( savedData );\r
+ *\r
+ * // Widget will be retrieved from container and inserted into editor.\r
+ * editor.widgets.finalizeCreation( container );\r
+ * } );\r
+ * } );\r
+ *\r
+ * @param {CKEDITOR.dom.element/CKEDITOR.dom.documentFragment} container The element\r
+ * or document fragment which contains widget wrapper. The container is used, so before\r
+ * finalizing creation the widget can be freely transformed (even destroyed and reinitialized).\r
+ */\r
+ finalizeCreation: function( container ) {\r
+ var wrapper = container.getFirst();\r
+ if ( wrapper && Widget.isDomWidgetWrapper( wrapper ) ) {\r
+ this.editor.insertElement( wrapper );\r
+\r
+ var widget = this.getByElement( wrapper );\r
+ // Fire postponed #ready event.\r
+ widget.ready = true;\r
+ widget.fire( 'ready' );\r
+ widget.focus();\r
+ }\r
+ },\r
+\r
+ /**\r
+ * Finds a widget instance which contains a given element. The element will be the {@link CKEDITOR.plugins.widget#wrapper wrapper}\r
+ * of the returned widget or a descendant of this {@link CKEDITOR.plugins.widget#wrapper wrapper}.\r
+ *\r
+ * editor.widgets.getByElement( someWidget.wrapper ); // -> someWidget\r
+ * editor.widgets.getByElement( someWidget.parts.caption ); // -> someWidget\r
+ *\r
+ * // Check wrapper only:\r
+ * editor.widgets.getByElement( someWidget.wrapper, true ); // -> someWidget\r
+ * editor.widgets.getByElement( someWidget.parts.caption, true ); // -> null\r
+ *\r
+ * @param {CKEDITOR.dom.element} element The element to be checked.\r
+ * @param {Boolean} [checkWrapperOnly] If set to `true`, the method will not check wrappers' descendants.\r
+ * @returns {CKEDITOR.plugins.widget} The widget instance or `null`.\r
+ */\r
+ getByElement: ( function() {\r
+ var validWrapperElements = { div: 1, span: 1 };\r
+ function getWidgetId( element ) {\r
+ return element.is( validWrapperElements ) && element.data( 'cke-widget-id' );\r
+ }\r
+\r
+ return function( element, checkWrapperOnly ) {\r
+ if ( !element )\r
+ return null;\r
+\r
+ var id = getWidgetId( element );\r
+\r
+ // There's no need to check element parents if element is a wrapper.\r
+ if ( !checkWrapperOnly && !id ) {\r
+ var limit = this.editor.editable();\r
+\r
+ // Try to find a closest ascendant which is a widget wrapper.\r
+ do {\r
+ element = element.getParent();\r
+ } while ( element && !element.equals( limit ) && !( id = getWidgetId( element ) ) );\r
+ }\r
+\r
+ return this.instances[ id ] || null;\r
+ };\r
+ } )(),\r
+\r
+ /**\r
+ * Initializes a widget on a given element if the widget has not been initialized on it yet.\r
+ *\r
+ * @param {CKEDITOR.dom.element} element The future widget element.\r
+ * @param {String/CKEDITOR.plugins.widget.definition} [widgetDef] Name of a widget or a widget definition.\r
+ * The widget definition should be previously registered by using the\r
+ * {@link CKEDITOR.plugins.widget.repository#add} method.\r
+ * @param [startupData] Widget startup data (has precedence over default one).\r
+ * @returns {CKEDITOR.plugins.widget} The widget instance or `null` if a widget could not be initialized on\r
+ * a given element.\r
+ */\r
+ initOn: function( element, widgetDef, startupData ) {\r
+ if ( !widgetDef )\r
+ widgetDef = this.registered[ element.data( 'widget' ) ];\r
+ else if ( typeof widgetDef == 'string' )\r
+ widgetDef = this.registered[ widgetDef ];\r
+\r
+ if ( !widgetDef )\r
+ return null;\r
+\r
+ // Wrap element if still wasn't wrapped (was added during runtime by method that skips dataProcessor).\r
+ var wrapper = this.wrapElement( element, widgetDef.name );\r
+\r
+ if ( wrapper ) {\r
+ // Check if widget wrapper is new (widget hasn't been initialized on it yet).\r
+ // This class will be removed by widget constructor to avoid locking snapshot twice.\r
+ if ( wrapper.hasClass( 'cke_widget_new' ) ) {\r
+ var widget = new Widget( this, this._.nextId++, element, widgetDef, startupData );\r
+\r
+ // Widget could be destroyed when initializing it.\r
+ if ( widget.isInited() ) {\r
+ this.instances[ widget.id ] = widget;\r
+\r
+ return widget;\r
+ } else {\r
+ return null;\r
+ }\r
+ }\r
+\r
+ // Widget already has been initialized, so try to get widget by element.\r
+ // Note - it may happen that other instance will returned than the one created above,\r
+ // if for example widget was destroyed and reinitialized.\r
+ return this.getByElement( element );\r
+ }\r
+\r
+ // No wrapper means that there's no widget for this element.\r
+ return null;\r
+ },\r
+\r
+ /**\r
+ * Initializes widgets on all elements which were wrapped by {@link #wrapElement} and\r
+ * have not been initialized yet.\r
+ *\r
+ * @param {CKEDITOR.dom.element} [container=editor.editable()] The container which will be checked for not\r
+ * initialized widgets. Defaults to editor's {@link CKEDITOR.editor#editable editable} element.\r
+ * @returns {CKEDITOR.plugins.widget[]} Array of widget instances which have been initialized.\r
+ * Note: Only first-level widgets are returned — without nested widgets.\r
+ */\r
+ initOnAll: function( container ) {\r
+ var newWidgets = ( container || this.editor.editable() ).find( '.cke_widget_new' ),\r
+ newInstances = [],\r
+ instance;\r
+\r
+ for ( var i = newWidgets.count(); i--; ) {\r
+ instance = this.initOn( newWidgets.getItem( i ).getFirst( Widget.isDomWidgetElement ) );\r
+ if ( instance )\r
+ newInstances.push( instance );\r
+ }\r
+\r
+ return newInstances;\r
+ },\r
+\r
+ /**\r
+ * Allows to listen to events on specific types of widgets, even if they are not created yet.\r
+ *\r
+ * Please note that this method inherits parameters from the {@link CKEDITOR.event#method-on} method with one\r
+ * extra parameter at the beginning which is the widget name.\r
+ *\r
+ * editor.widgets.onWidget( 'image', 'action', function( evt ) {\r
+ * // Event `action` occurs on `image` widget.\r
+ * } );\r
+ *\r
+ * @since 4.5\r
+ * @param {String} widgetName\r
+ * @param {String} eventName\r
+ * @param {Function} listenerFunction\r
+ * @param {Object} [scopeObj]\r
+ * @param {Object} [listenerData]\r
+ * @param {Number} [priority=10]\r
+ */\r
+ onWidget: function( widgetName ) {\r
+ var args = Array.prototype.slice.call( arguments );\r
+\r
+ args.shift();\r
+\r
+ for ( var i in this.instances ) {\r
+ var instance = this.instances[ i ];\r
+\r
+ if ( instance.name == widgetName ) {\r
+ instance.on.apply( instance, args );\r
+ }\r
+ }\r
+\r
+ this.on( 'instanceCreated', function( evt ) {\r
+ var widget = evt.data;\r
+\r
+ if ( widget.name == widgetName ) {\r
+ widget.on.apply( widget, args );\r
+ }\r
+ } );\r
+ },\r
+\r
+ /**\r
+ * Parses element classes string and returns an object\r
+ * whose keys contain class names. Skips all `cke_*` classes.\r
+ *\r
+ * This method is used by the {@link CKEDITOR.plugins.widget#getClasses} method and\r
+ * may be used when overriding that method.\r
+ *\r
+ * @since 4.4\r
+ * @param {String} classes String (value of `class` attribute).\r
+ * @returns {Object} Object containing classes or `null` if no classes found.\r
+ */\r
+ parseElementClasses: function( classes ) {\r
+ if ( !classes )\r
+ return null;\r
+\r
+ classes = CKEDITOR.tools.trim( classes ).split( /\s+/ );\r
+\r
+ var cl,\r
+ obj = {},\r
+ hasClasses = 0;\r
+\r
+ while ( ( cl = classes.pop() ) ) {\r
+ if ( cl.indexOf( 'cke_' ) == -1 )\r
+ obj[ cl ] = hasClasses = 1;\r
+ }\r
+\r
+ return hasClasses ? obj : null;\r
+ },\r
+\r
+ /**\r
+ * Wraps an element with a widget's non-editable container.\r
+ *\r
+ * If this method is called on an {@link CKEDITOR.htmlParser.element}, then it will\r
+ * also take care of fixing the DOM after wrapping (the wrapper may not be allowed in element's parent).\r
+ *\r
+ * @param {CKEDITOR.dom.element/CKEDITOR.htmlParser.element} element The widget element to be wrapped.\r
+ * @param {String} [widgetName] The name of the widget definition. Defaults to element's `data-widget`\r
+ * attribute value.\r
+ * @returns {CKEDITOR.dom.element/CKEDITOR.htmlParser.element} The wrapper element or `null` if\r
+ * the widget definition of this name is not registered.\r
+ */\r
+ wrapElement: function( element, widgetName ) {\r
+ var wrapper = null,\r
+ widgetDef,\r
+ isInline;\r
+\r
+ if ( element instanceof CKEDITOR.dom.element ) {\r
+ widgetDef = this.registered[ widgetName || element.data( 'widget' ) ];\r
+ if ( !widgetDef )\r
+ return null;\r
+\r
+ // Do not wrap already wrapped element.\r
+ wrapper = element.getParent();\r
+ if ( wrapper && wrapper.type == CKEDITOR.NODE_ELEMENT && wrapper.data( 'cke-widget-wrapper' ) )\r
+ return wrapper;\r
+\r
+ // If attribute isn't already set (e.g. for pasted widget), set it.\r
+ if ( !element.hasAttribute( 'data-cke-widget-keep-attr' ) )\r
+ element.data( 'cke-widget-keep-attr', element.data( 'widget' ) ? 1 : 0 );\r
+ if ( widgetName )\r
+ element.data( 'widget', widgetName );\r
+\r
+ isInline = isWidgetInline( widgetDef, element.getName() );\r
+\r
+ wrapper = new CKEDITOR.dom.element( isInline ? 'span' : 'div' );\r
+ wrapper.setAttributes( getWrapperAttributes( isInline ) );\r
+\r
+ wrapper.data( 'cke-display-name', widgetDef.pathName ? widgetDef.pathName : element.getName() );\r
+\r
+ // Replace element unless it is a detached one.\r
+ if ( element.getParent( true ) )\r
+ wrapper.replace( element );\r
+ element.appendTo( wrapper );\r
+ }\r
+ else if ( element instanceof CKEDITOR.htmlParser.element ) {\r
+ widgetDef = this.registered[ widgetName || element.attributes[ 'data-widget' ] ];\r
+ if ( !widgetDef )\r
+ return null;\r
+\r
+ wrapper = element.parent;\r
+ if ( wrapper && wrapper.type == CKEDITOR.NODE_ELEMENT && wrapper.attributes[ 'data-cke-widget-wrapper' ] )\r
+ return wrapper;\r
+\r
+ // If attribute isn't already set (e.g. for pasted widget), set it.\r
+ if ( !( 'data-cke-widget-keep-attr' in element.attributes ) )\r
+ element.attributes[ 'data-cke-widget-keep-attr' ] = element.attributes[ 'data-widget' ] ? 1 : 0;\r
+ if ( widgetName )\r
+ element.attributes[ 'data-widget' ] = widgetName;\r
+\r
+ isInline = isWidgetInline( widgetDef, element.name );\r
+\r
+ wrapper = new CKEDITOR.htmlParser.element( isInline ? 'span' : 'div', getWrapperAttributes( isInline ) );\r
+\r
+ wrapper.attributes[ 'data-cke-display-name' ] = widgetDef.pathName ? widgetDef.pathName : element.name;\r
+\r
+ var parent = element.parent,\r
+ index;\r
+\r
+ // Don't detach already detached element.\r
+ if ( parent ) {\r
+ index = element.getIndex();\r
+ element.remove();\r
+ }\r
+\r
+ wrapper.add( element );\r
+\r
+ // Insert wrapper fixing DOM (splitting parents if wrapper is not allowed inside them).\r
+ parent && insertElement( parent, index, wrapper );\r
+ }\r
+\r
+ return wrapper;\r
+ },\r
+\r
+ // Expose for tests.\r
+ _tests_createEditableFilter: createEditableFilter\r
+ };\r
+\r
+ CKEDITOR.event.implementOn( Repository.prototype );\r
+\r
+ /**\r
+ * An event fired when a widget instance is created, but before it is fully initialized.\r
+ *\r
+ * @event instanceCreated\r
+ * @param {CKEDITOR.plugins.widget} data The widget instance.\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget instance was destroyed.\r
+ *\r
+ * See also {@link CKEDITOR.plugins.widget#event-destroy}.\r
+ *\r
+ * @event instanceDestroyed\r
+ * @param {CKEDITOR.plugins.widget} data The widget instance.\r
+ */\r
+\r
+ /**\r
+ * An event fired to trigger the selection check.\r
+ *\r
+ * See the {@link #method-checkSelection} method.\r
+ *\r
+ * @event checkSelection\r
+ */\r
+\r
+ /**\r
+ * An event fired by the the {@link #method-checkWidgets} method.\r
+ *\r
+ * It can be canceled in order to stop the {@link #method-checkWidgets}\r
+ * method execution or the event listener can modify the method's options.\r
+ *\r
+ * @event checkWidgets\r
+ * @param [data]\r
+ * @param {Boolean} [data.initOnlyNew] Initialize widgets only on newly wrapped\r
+ * widget elements (those which still have the `cke_widget_new` class). When this option is\r
+ * set to `true`, widgets which were invalidated (e.g. by replacing with a cloned DOM structure)\r
+ * will not be reinitialized. This makes the check faster.\r
+ * @param {Boolean} [data.focusInited] If only one widget is initialized by\r
+ * the method, it will be focused.\r
+ */\r
+\r
+\r
+ /**\r
+ * An instance of a widget. Together with {@link CKEDITOR.plugins.widget.repository} these\r
+ * two classes constitute the core of the Widget System.\r
+ *\r
+ * Note that neither the repository nor the widget instances can be created by using their constructors.\r
+ * A repository instance is automatically set up by the Widget plugin and is accessible under\r
+ * {@link CKEDITOR.editor#widgets}, while widget instances are created and destroyed by the repository.\r
+ *\r
+ * To create a widget, first you need to {@link CKEDITOR.plugins.widget.repository#add register} its\r
+ * {@link CKEDITOR.plugins.widget.definition definition}:\r
+ *\r
+ * editor.widgets.add( 'simplebox', {\r
+ * upcast: function( element ) {\r
+ * // Defines which elements will become widgets.\r
+ * if ( element.hasClass( 'simplebox' ) )\r
+ * return true;\r
+ * },\r
+ * init: function() {\r
+ * // ...\r
+ * }\r
+ * } );\r
+ *\r
+ * Once the widget definition is registered, widgets will be automatically\r
+ * created when loading data:\r
+ *\r
+ * editor.setData( '<div class="simplebox">foo</div>', function() {\r
+ * console.log( editor.widgets.instances ); // -> An object containing one instance.\r
+ * } );\r
+ *\r
+ * It is also possible to create instances during runtime by using a command\r
+ * (if a {@link CKEDITOR.plugins.widget.definition#template} property was defined):\r
+ *\r
+ * // You can execute an automatically defined command to\r
+ * // insert a new simplebox widget or edit the one currently focused.\r
+ * editor.execCommand( 'simplebox' );\r
+ *\r
+ * Note: Since CKEditor 4.5 widget's `startupData` can be passed as the command argument:\r
+ *\r
+ * editor.execCommand( 'simplebox', {\r
+ * startupData: {\r
+ * align: 'left'\r
+ * }\r
+ * } );\r
+ *\r
+ * A widget can also be created in a completely custom way:\r
+ *\r
+ * var element = editor.document.createElement( 'div' );\r
+ * editor.insertElement( element );\r
+ * var widget = editor.widgets.initOn( element, 'simplebox' );\r
+ *\r
+ * @since 4.3\r
+ * @class CKEDITOR.plugins.widget\r
+ * @mixins CKEDITOR.event\r
+ * @extends CKEDITOR.plugins.widget.definition\r
+ * @constructor Creates an instance of the widget class. Do not use it directly, but instead initialize widgets\r
+ * by using the {@link CKEDITOR.plugins.widget.repository#initOn} method or by the upcasting system.\r
+ * @param {CKEDITOR.plugins.widget.repository} widgetsRepo\r
+ * @param {Number} id Unique ID of this widget instance.\r
+ * @param {CKEDITOR.dom.element} element The widget element.\r
+ * @param {CKEDITOR.plugins.widget.definition} widgetDef Widget's registered definition.\r
+ * @param [startupData] Initial widget data. This data object will overwrite the default data and\r
+ * the data loaded from the DOM.\r
+ */\r
+ function Widget( widgetsRepo, id, element, widgetDef, startupData ) {\r
+ var editor = widgetsRepo.editor;\r
+\r
+ // Extend this widget with widgetDef-specific methods and properties.\r
+ CKEDITOR.tools.extend( this, widgetDef, {\r
+ /**\r
+ * The editor instance.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.editor}\r
+ */\r
+ editor: editor,\r
+\r
+ /**\r
+ * This widget's unique (per editor instance) ID.\r
+ *\r
+ * @readonly\r
+ * @property {Number}\r
+ */\r
+ id: id,\r
+\r
+ /**\r
+ * Whether this widget is an inline widget (based on an inline element unless\r
+ * forced otherwise by {@link CKEDITOR.plugins.widget.definition#inline}).\r
+ *\r
+ * **Note:** This option does not allow to turn a block element into an inline widget.\r
+ * However, it makes it possible to turn an inline element into a block widget or to\r
+ * force a correct type in case when automatic recognition fails.\r
+ *\r
+ * @readonly\r
+ * @property {Boolean}\r
+ */\r
+ inline: element.getParent().getName() == 'span',\r
+\r
+ /**\r
+ * The widget element — the element on which the widget was initialized.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.dom.element} element\r
+ */\r
+ element: element,\r
+\r
+ /**\r
+ * Widget's data object.\r
+ *\r
+ * The data can only be set by using the {@link #setData} method.\r
+ * Changes made to the data fire the {@link #event-data} event.\r
+ *\r
+ * @readonly\r
+ */\r
+ data: CKEDITOR.tools.extend( {}, typeof widgetDef.defaults == 'function' ? widgetDef.defaults() : widgetDef.defaults ),\r
+\r
+ /**\r
+ * Indicates if a widget is data-ready. Set to `true` when data from all sources\r
+ * ({@link CKEDITOR.plugins.widget.definition#defaults}, set in the\r
+ * {@link #init} method, loaded from the widget's element and startup data coming from the constructor)\r
+ * are finally loaded. This is immediately followed by the first {@link #event-data}.\r
+ *\r
+ * @readonly\r
+ */\r
+ dataReady: false,\r
+\r
+ /**\r
+ * Whether a widget instance was initialized. This means that:\r
+ *\r
+ * * An instance was created,\r
+ * * Its properties were set,\r
+ * * The `init` method was executed.\r
+ *\r
+ * **Note**: The first {@link #event-data} event could not be fired yet which\r
+ * means that the widget's DOM has not been set up yet. Wait for the {@link #event-ready}\r
+ * event to be notified when a widget is fully initialized and ready.\r
+ *\r
+ * **Note**: Use the {@link #isInited} method to check whether a widget is initialized and\r
+ * has not been destroyed.\r
+ *\r
+ * @readonly\r
+ */\r
+ inited: false,\r
+\r
+ /**\r
+ * Whether a widget instance is ready. This means that the widget is {@link #inited} and\r
+ * that its DOM was finally set up.\r
+ *\r
+ * **Note:** Use the {@link #isReady} method to check whether a widget is ready and\r
+ * has not been destroyed.\r
+ *\r
+ * @readonly\r
+ */\r
+ ready: false,\r
+\r
+ // Revert what widgetDef could override (automatic #edit listener).\r
+ edit: Widget.prototype.edit,\r
+\r
+ /**\r
+ * The nested editable element which is currently focused.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget.nestedEditable}\r
+ */\r
+ focusedEditable: null,\r
+\r
+ /**\r
+ * The widget definition from which this instance was created.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget.definition} definition\r
+ */\r
+ definition: widgetDef,\r
+\r
+ /**\r
+ * Link to the widget repository which created this instance.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.plugins.widget.repository} repository\r
+ */\r
+ repository: widgetsRepo,\r
+\r
+ draggable: widgetDef.draggable !== false,\r
+\r
+ // WAAARNING: Overwrite widgetDef's priv object, because otherwise violent unicorn's gonna visit you.\r
+ _: {\r
+ downcastFn: ( widgetDef.downcast && typeof widgetDef.downcast == 'string' ) ?\r
+ widgetDef.downcasts[ widgetDef.downcast ] : widgetDef.downcast\r
+ }\r
+ }, true );\r
+\r
+ /**\r
+ * An object of widget component elements.\r
+ *\r
+ * For every `partName => selector` pair in {@link CKEDITOR.plugins.widget.definition#parts},\r
+ * one `partName => element` pair is added to this object during the widget initialization.\r
+ *\r
+ * @readonly\r
+ * @property {Object} parts\r
+ */\r
+\r
+ /**\r
+ * The template which will be used to create a new widget element (when the widget's command is executed).\r
+ * It will be populated with {@link #defaults default values}.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.template} template\r
+ */\r
+\r
+ /**\r
+ * The widget wrapper — a non-editable `div` or `span` element (depending on {@link #inline})\r
+ * which is a parent of the {@link #element} and widget compontents like the drag handler and the {@link #mask}.\r
+ * It is the outermost widget element.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.dom.element} wrapper\r
+ */\r
+\r
+ widgetsRepo.fire( 'instanceCreated', this );\r
+\r
+ setupWidget( this, widgetDef );\r
+\r
+ this.init && this.init();\r
+\r
+ // Finally mark widget as inited.\r
+ this.inited = true;\r
+\r
+ setupWidgetData( this, startupData );\r
+\r
+ // If at some point (e.g. in #data listener) widget hasn't been destroyed\r
+ // and widget is already attached to document then fire #ready.\r
+ if ( this.isInited() && editor.editable().contains( this.wrapper ) ) {\r
+ this.ready = true;\r
+ this.fire( 'ready' );\r
+ }\r
+ }\r
+\r
+ Widget.prototype = {\r
+ /**\r
+ * Adds a class to the widget element. This method is used by\r
+ * the {@link #applyStyle} method and should be overriden by widgets\r
+ * which should handle classes differently (e.g. add them to other elements).\r
+ *\r
+ * **Note**: This method should not be used directly. Use the {@link #setData} method to\r
+ * set the `classes` property. Read more in the {@link #setData} documentation.\r
+ *\r
+ * See also: {@link #removeClass}, {@link #hasClass}, {@link #getClasses}.\r
+ *\r
+ * @since 4.4\r
+ * @param {String} className The class name to be added.\r
+ */\r
+ addClass: function( className ) {\r
+ this.element.addClass( className );\r
+ },\r
+\r
+ /**\r
+ * Applies the specified style to the widget. It is highly recommended to use the\r
+ * {@link CKEDITOR.editor#applyStyle} or {@link CKEDITOR.style#apply} methods instead of\r
+ * using this method directly, because unlike editor's and style's methods, this one\r
+ * does not perform any checks.\r
+ *\r
+ * By default this method handles only classes defined in the style. It clones existing\r
+ * classes which are stored in the {@link #property-data widget data}'s `classes` property,\r
+ * adds new classes, and calls the {@link #setData} method if at least one new class was added.\r
+ * Then, using the {@link #event-data} event listener widget applies modifications passing\r
+ * new classes to the {@link #addClass} method.\r
+ *\r
+ * If you need to handle classes differently than in the default way, you can override the\r
+ * {@link #addClass} and related methods. You can also handle other style properties than `classes`\r
+ * by overriding this method.\r
+ *\r
+ * See also: {@link #checkStyleActive}, {@link #removeStyle}.\r
+ *\r
+ * @since 4.4\r
+ * @param {CKEDITOR.style} style The custom widget style to be applied.\r
+ */\r
+ applyStyle: function( style ) {\r
+ applyRemoveStyle( this, style, 1 );\r
+ },\r
+\r
+ /**\r
+ * Checks if the specified style is applied to this widget. It is highly recommended to use the\r
+ * {@link CKEDITOR.style#checkActive} method instead of using this method directly,\r
+ * because unlike style's method, this one does not perform any checks.\r
+ *\r
+ * By default this method handles only classes defined in the style and passes\r
+ * them to the {@link #hasClass} method. You can override these methods to handle classes\r
+ * differently or to handle more of the style properties.\r
+ *\r
+ * See also: {@link #applyStyle}, {@link #removeStyle}.\r
+ *\r
+ * @since 4.4\r
+ * @param {CKEDITOR.style} style The custom widget style to be checked.\r
+ * @returns {Boolean} Whether the style is applied to this widget.\r
+ */\r
+ checkStyleActive: function( style ) {\r
+ var classes = getStyleClasses( style ),\r
+ cl;\r
+\r
+ if ( !classes )\r
+ return false;\r
+\r
+ while ( ( cl = classes.pop() ) ) {\r
+ if ( !this.hasClass( cl ) )\r
+ return false;\r
+ }\r
+ return true;\r
+ },\r
+\r
+ /**\r
+ * Destroys this widget instance.\r
+ *\r
+ * Use {@link CKEDITOR.plugins.widget.repository#destroy} when possible instead of this method.\r
+ *\r
+ * This method fires the {#event-destroy} event.\r
+ *\r
+ * @param {Boolean} [offline] Whether a widget is offline (detached from the DOM tree) —\r
+ * in this case the DOM (attributes, classes, etc.) will not be cleaned up.\r
+ */\r
+ destroy: function( offline ) {\r
+ this.fire( 'destroy' );\r
+\r
+ if ( this.editables ) {\r
+ for ( var name in this.editables )\r
+ this.destroyEditable( name, offline );\r
+ }\r
+\r
+ if ( !offline ) {\r
+ if ( this.element.data( 'cke-widget-keep-attr' ) == '0' )\r
+ this.element.removeAttribute( 'data-widget' );\r
+ this.element.removeAttributes( [ 'data-cke-widget-data', 'data-cke-widget-keep-attr' ] );\r
+ this.element.removeClass( 'cke_widget_element' );\r
+ this.element.replace( this.wrapper );\r
+ }\r
+\r
+ this.wrapper = null;\r
+ },\r
+\r
+ /**\r
+ * Destroys a nested editable and all nested widgets.\r
+ *\r
+ * @param {String} editableName Nested editable name.\r
+ * @param {Boolean} [offline] See {@link #method-destroy} method.\r
+ */\r
+ destroyEditable: function( editableName, offline ) {\r
+ var editable = this.editables[ editableName ];\r
+\r
+ editable.removeListener( 'focus', onEditableFocus );\r
+ editable.removeListener( 'blur', onEditableBlur );\r
+ this.editor.focusManager.remove( editable );\r
+\r
+ if ( !offline ) {\r
+ this.repository.destroyAll( false, editable );\r
+ editable.removeClass( 'cke_widget_editable' );\r
+ editable.removeClass( 'cke_widget_editable_focused' );\r
+ editable.removeAttributes( [ 'contenteditable', 'data-cke-widget-editable', 'data-cke-enter-mode' ] );\r
+ }\r
+\r
+ delete this.editables[ editableName ];\r
+ },\r
+\r
+ /**\r
+ * Starts widget editing.\r
+ *\r
+ * This method fires the {@link CKEDITOR.plugins.widget#event-edit} event\r
+ * which may be canceled in order to prevent it from opening a dialog window.\r
+ *\r
+ * The dialog window name is obtained from the event's data `dialog` property or\r
+ * from {@link CKEDITOR.plugins.widget.definition#dialog}.\r
+ *\r
+ * @returns {Boolean} Returns `true` if a dialog window was opened.\r
+ */\r
+ edit: function() {\r
+ var evtData = { dialog: this.dialog },\r
+ that = this;\r
+\r
+ // Edit event was blocked or there's no dialog to be automatically opened.\r
+ if ( this.fire( 'edit', evtData ) === false || !evtData.dialog )\r
+ return false;\r
+\r
+ this.editor.openDialog( evtData.dialog, function( dialog ) {\r
+ var showListener,\r
+ okListener;\r
+\r
+ // Allow to add a custom dialog handler.\r
+ if ( that.fire( 'dialog', dialog ) === false )\r
+ return;\r
+\r
+ showListener = dialog.on( 'show', function() {\r
+ dialog.setupContent( that );\r
+ } );\r
+\r
+ okListener = dialog.on( 'ok', function() {\r
+ // Commit dialog's fields, but prevent from\r
+ // firing data event for every field. Fire only one,\r
+ // bulk event at the end.\r
+ var dataChanged,\r
+ dataListener = that.on( 'data', function( evt ) {\r
+ dataChanged = 1;\r
+ evt.cancel();\r
+ }, null, null, 0 );\r
+\r
+ // Create snapshot preceeding snapshot with changed widget...\r
+ // TODO it should not be required, but it is and I found similar\r
+ // code in dialog#ok listener in dialog/plugin.js.\r
+ that.editor.fire( 'saveSnapshot' );\r
+ dialog.commitContent( that );\r
+\r
+ dataListener.removeListener();\r
+ if ( dataChanged ) {\r
+ that.fire( 'data', that.data );\r
+ that.editor.fire( 'saveSnapshot' );\r
+ }\r
+ } );\r
+\r
+ dialog.once( 'hide', function() {\r
+ showListener.removeListener();\r
+ okListener.removeListener();\r
+ } );\r
+ } );\r
+\r
+ return true;\r
+ },\r
+\r
+ /**\r
+ * Returns widget element classes parsed to an object. This method\r
+ * is used to populate the `classes` property of widget's {@link #property-data}.\r
+ *\r
+ * This method reuses {@link CKEDITOR.plugins.widget.repository#parseElementClasses}.\r
+ * It should be overriden if a widget should handle classes differently (e.g. on other elements).\r
+ *\r
+ * See also: {@link #removeClass}, {@link #addClass}, {@link #hasClass}.\r
+ *\r
+ * @since 4.4\r
+ * @returns {Object}\r
+ */\r
+ getClasses: function() {\r
+ return this.repository.parseElementClasses( this.element.getAttribute( 'class' ) );\r
+ },\r
+\r
+ /**\r
+ * Checks if the widget element has specified class. This method is used by\r
+ * the {@link #checkStyleActive} method and should be overriden by widgets\r
+ * which should handle classes differently (e.g. on other elements).\r
+ *\r
+ * See also: {@link #removeClass}, {@link #addClass}, {@link #getClasses}.\r
+ *\r
+ * @since 4.4\r
+ * @param {String} className The class to be checked.\r
+ * @param {Boolean} Whether a widget has specified class.\r
+ */\r
+ hasClass: function( className ) {\r
+ return this.element.hasClass( className );\r
+ },\r
+\r
+ /**\r
+ * Initializes a nested editable.\r
+ *\r
+ * **Note**: Only elements from {@link CKEDITOR.dtd#$editable} may become editables.\r
+ *\r
+ * @param {String} editableName The nested editable name.\r
+ * @param {CKEDITOR.plugins.widget.nestedEditable.definition} definition The definition of the nested editable.\r
+ * @returns {Boolean} Whether an editable was successfully initialized.\r
+ */\r
+ initEditable: function( editableName, definition ) {\r
+ // Don't fetch just first element which matched selector but look for a correct one. (#13334)\r
+ var editable = this._findOneNotNested( definition.selector );\r
+\r
+ if ( editable && editable.is( CKEDITOR.dtd.$editable ) ) {\r
+ editable = new NestedEditable( this.editor, editable, {\r
+ filter: createEditableFilter.call( this.repository, this.name, editableName, definition )\r
+ } );\r
+ this.editables[ editableName ] = editable;\r
+\r
+ editable.setAttributes( {\r
+ contenteditable: 'true',\r
+ 'data-cke-widget-editable': editableName,\r
+ 'data-cke-enter-mode': editable.enterMode\r
+ } );\r
+\r
+ if ( editable.filter )\r
+ editable.data( 'cke-filter', editable.filter.id );\r
+\r
+ editable.addClass( 'cke_widget_editable' );\r
+ // This class may be left when d&ding widget which\r
+ // had focused editable. Clean this class here, not in\r
+ // cleanUpWidgetElement for performance and code size reasons.\r
+ editable.removeClass( 'cke_widget_editable_focused' );\r
+\r
+ if ( definition.pathName )\r
+ editable.data( 'cke-display-name', definition.pathName );\r
+\r
+ this.editor.focusManager.add( editable );\r
+ editable.on( 'focus', onEditableFocus, this );\r
+ CKEDITOR.env.ie && editable.on( 'blur', onEditableBlur, this );\r
+\r
+ // Finally, process editable's data. This data wasn't processed when loading\r
+ // editor's data, becuase they need to be processed separately, with its own filters and settings.\r
+ editable._.initialSetData = true;\r
+ editable.setData( editable.getHtml() );\r
+\r
+ return true;\r
+ }\r
+\r
+ return false;\r
+ },\r
+\r
+ /**\r
+ * Looks inside wrapper element to find a node that\r
+ * matches given selector and is not nested in other widget. (#13334)\r
+ *\r
+ * @since 4.5\r
+ * @private\r
+ * @param {String} selector Selector to match.\r
+ * @returns {CKEDITOR.dom.element} Matched element or `null` if a node has not been found.\r
+ */\r
+ _findOneNotNested: function( selector ) {\r
+ var matchedElements = this.wrapper.find( selector ),\r
+ match,\r
+ closestWrapper;\r
+\r
+ for ( var i = 0; i < matchedElements.count(); i++ ) {\r
+ match = matchedElements.getItem( i );\r
+ closestWrapper = match.getAscendant( Widget.isDomWidgetWrapper );\r
+\r
+ // The closest ascendant-wrapper of this match defines to which widget\r
+ // this match belongs. If the ascendant is this widget's wrapper\r
+ // it means that the match is not nested in other widget.\r
+ if ( this.wrapper.equals( closestWrapper ) ) {\r
+ return match;\r
+ }\r
+ }\r
+\r
+ return null;\r
+ },\r
+\r
+ /**\r
+ * Checks if a widget has already been initialized and has not been destroyed yet.\r
+ *\r
+ * See {@link #inited} for more details.\r
+ *\r
+ * @returns {Boolean}\r
+ */\r
+ isInited: function() {\r
+ return !!( this.wrapper && this.inited );\r
+ },\r
+\r
+ /**\r
+ * Checks if a widget is ready and has not been destroyed yet.\r
+ *\r
+ * See {@link #property-ready} for more details.\r
+ *\r
+ * @returns {Boolean}\r
+ */\r
+ isReady: function() {\r
+ return this.isInited() && this.ready;\r
+ },\r
+\r
+ /**\r
+ * Focuses a widget by selecting it.\r
+ */\r
+ focus: function() {\r
+ var sel = this.editor.getSelection();\r
+\r
+ // Fake the selection before focusing editor, to avoid unpreventable viewports scrolling\r
+ // on Webkit/Blink/IE which is done because there's no selection or selection was somewhere else than widget.\r
+ if ( sel ) {\r
+ var isDirty = this.editor.checkDirty();\r
+\r
+ sel.fake( this.wrapper );\r
+\r
+ !isDirty && this.editor.resetDirty();\r
+ }\r
+\r
+ // Always focus editor (not only when focusManger.hasFocus is false) (because of #10483).\r
+ this.editor.focus();\r
+ },\r
+\r
+ /**\r
+ * Removes a class from the widget element. This method is used by\r
+ * the {@link #removeStyle} method and should be overriden by widgets\r
+ * which should handle classes differently (e.g. on other elements).\r
+ *\r
+ * **Note**: This method should not be used directly. Use the {@link #setData} method to\r
+ * set the `classes` property. Read more in the {@link #setData} documentation.\r
+ *\r
+ * See also: {@link #hasClass}, {@link #addClass}.\r
+ *\r
+ * @since 4.4\r
+ * @param {String} className The class to be removed.\r
+ */\r
+ removeClass: function( className ) {\r
+ this.element.removeClass( className );\r
+ },\r
+\r
+ /**\r
+ * Removes the specified style from the widget. It is highly recommended to use the\r
+ * {@link CKEDITOR.editor#removeStyle} or {@link CKEDITOR.style#remove} methods instead of\r
+ * using this method directly, because unlike editor's and style's methods, this one\r
+ * does not perform any checks.\r
+ *\r
+ * Read more about how applying/removing styles works in the {@link #applyStyle} method documentation.\r
+ *\r
+ * See also {@link #checkStyleActive}, {@link #applyStyle}, {@link #getClasses}.\r
+ *\r
+ * @since 4.4\r
+ * @param {CKEDITOR.style} style The custom widget style to be removed.\r
+ */\r
+ removeStyle: function( style ) {\r
+ applyRemoveStyle( this, style, 0 );\r
+ },\r
+\r
+ /**\r
+ * Sets widget value(s) in the {@link #property-data} object.\r
+ * If the given value(s) modifies current ones, the {@link #event-data} event is fired.\r
+ *\r
+ * this.setData( 'align', 'left' );\r
+ * this.data.align; // -> 'left'\r
+ *\r
+ * this.setData( { align: 'right', opened: false } );\r
+ * this.data.align; // -> 'right'\r
+ * this.data.opened; // -> false\r
+ *\r
+ * Set values are stored in {@link #element}'s attribute (`data-cke-widget-data`),\r
+ * in a JSON string, therefore {@link #property-data} should contain\r
+ * only serializable data.\r
+ *\r
+ * **Note:** A special data property, `classes`, exists. It contains an object with\r
+ * classes which were returned by the {@link #getClasses} method during the widget initialization.\r
+ * This property is then used by the {@link #applyStyle} and {@link #removeStyle} methods.\r
+ * When it is changed (the reference to object must be changed!), the widget updates its classes by\r
+ * using the {@link #addClass} and {@link #removeClass} methods.\r
+ *\r
+ * // Adding a new class.\r
+ * var classes = CKEDITOR.tools.clone( widget.data.classes );\r
+ * classes.newClass = 1;\r
+ * widget.setData( 'classes', classes );\r
+ *\r
+ * // Removing a class.\r
+ * var classes = CKEDITOR.tools.clone( widget.data.classes );\r
+ * delete classes.newClass;\r
+ * widget.setData( 'classes', classes );\r
+ *\r
+ * @param {String/Object} keyOrData\r
+ * @param {Object} value\r
+ * @chainable\r
+ */\r
+ setData: function( key, value ) {\r
+ var data = this.data,\r
+ modified = 0;\r
+\r
+ if ( typeof key == 'string' ) {\r
+ if ( data[ key ] !== value ) {\r
+ data[ key ] = value;\r
+ modified = 1;\r
+ }\r
+ }\r
+ else {\r
+ var newData = key;\r
+\r
+ for ( key in newData ) {\r
+ if ( data[ key ] !== newData[ key ] ) {\r
+ modified = 1;\r
+ data[ key ] = newData[ key ];\r
+ }\r
+ }\r
+ }\r
+\r
+ // Block firing data event and overwriting data element before setupWidgetData is executed.\r
+ if ( modified && this.dataReady ) {\r
+ writeDataToElement( this );\r
+ this.fire( 'data', data );\r
+ }\r
+\r
+ return this;\r
+ },\r
+\r
+ /**\r
+ * Changes the widget's focus state. This method is executed automatically after\r
+ * a widget was focused by the {@link #method-focus} method or the selection was moved\r
+ * out of the widget.\r
+ *\r
+ * This is a low-level method which is not integrated with e.g. the undo manager.\r
+ * Use the {@link #method-focus} method instead.\r
+ *\r
+ * @param {Boolean} selected Whether to select or deselect this widget.\r
+ * @chainable\r
+ */\r
+ setFocused: function( focused ) {\r
+ this.wrapper[ focused ? 'addClass' : 'removeClass' ]( 'cke_widget_focused' );\r
+ this.fire( focused ? 'focus' : 'blur' );\r
+ return this;\r
+ },\r
+\r
+ /**\r
+ * Changes the widget's select state. This method is executed automatically after\r
+ * a widget was selected by the {@link #method-focus} method or the selection\r
+ * was moved out of the widget.\r
+ *\r
+ * This is a low-level method which is not integrated with e.g. the undo manager.\r
+ * Use the {@link #method-focus} method instead or simply change the selection.\r
+ *\r
+ * @param {Boolean} selected Whether to select or deselect this widget.\r
+ * @chainable\r
+ */\r
+ setSelected: function( selected ) {\r
+ this.wrapper[ selected ? 'addClass' : 'removeClass' ]( 'cke_widget_selected' );\r
+ this.fire( selected ? 'select' : 'deselect' );\r
+ return this;\r
+ },\r
+\r
+ /**\r
+ * Repositions drag handler according to the widget's element position. Should be called from events, like mouseover.\r
+ */\r
+ updateDragHandlerPosition: function() {\r
+ var editor = this.editor,\r
+ domElement = this.element.$,\r
+ oldPos = this._.dragHandlerOffset,\r
+ newPos = {\r
+ x: domElement.offsetLeft,\r
+ y: domElement.offsetTop - DRAG_HANDLER_SIZE\r
+ };\r
+\r
+ if ( oldPos && newPos.x == oldPos.x && newPos.y == oldPos.y )\r
+ return;\r
+\r
+ // We need to make sure that dirty state is not changed (#11487).\r
+ var initialDirty = editor.checkDirty();\r
+\r
+ editor.fire( 'lockSnapshot' );\r
+ this.dragHandlerContainer.setStyles( {\r
+ top: newPos.y + 'px',\r
+ left: newPos.x + 'px',\r
+ display: 'block'\r
+ } );\r
+ editor.fire( 'unlockSnapshot' );\r
+ !initialDirty && editor.resetDirty();\r
+\r
+ this._.dragHandlerOffset = newPos;\r
+ }\r
+ };\r
+\r
+ CKEDITOR.event.implementOn( Widget.prototype );\r
+\r
+ /**\r
+ * Gets the {@link #isDomNestedEditable nested editable}\r
+ * (returned as a {@link CKEDITOR.dom.element}, not as a {@link CKEDITOR.plugins.widget.nestedEditable})\r
+ * closest to the `node` or the `node` if it is a nested editable itself.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.dom.element} guard Stop ancestor search on this node (usually editor's editable).\r
+ * @param {CKEDITOR.dom.node} node Start the search from this node.\r
+ * @returns {CKEDITOR.dom.element/null} Element or `null` if not found.\r
+ */\r
+ Widget.getNestedEditable = function( guard, node ) {\r
+ if ( !node || node.equals( guard ) )\r
+ return null;\r
+\r
+ if ( Widget.isDomNestedEditable( node ) )\r
+ return node;\r
+\r
+ return Widget.getNestedEditable( guard, node.getParent() );\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a widget's drag handle element.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.dom.node} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isDomDragHandler = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && node.hasAttribute( 'data-cke-widget-drag-handler' );\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a container of the widget's drag handle element.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.dom.node} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isDomDragHandlerContainer = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && node.hasClass( 'cke_widget_drag_handler_container' );\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a {@link CKEDITOR.plugins.widget#editables nested editable}.\r
+ * Note that this function only checks whether it is the right element, not whether\r
+ * the passed `node` is an instance of {@link CKEDITOR.plugins.widget.nestedEditable}.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.dom.node} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isDomNestedEditable = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && node.hasAttribute( 'data-cke-widget-editable' );\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a {@link CKEDITOR.plugins.widget#element widget element}.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.dom.node} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isDomWidgetElement = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && node.hasAttribute( 'data-widget' );\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a {@link CKEDITOR.plugins.widget#wrapper widget wrapper}.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.dom.element} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isDomWidgetWrapper = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && node.hasAttribute( 'data-cke-widget-wrapper' );\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a {@link CKEDITOR.plugins.widget#element widget element}.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.htmlParser.node} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isParserWidgetElement = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && !!node.attributes[ 'data-widget' ];\r
+ };\r
+\r
+ /**\r
+ * Checks whether the `node` is a {@link CKEDITOR.plugins.widget#wrapper widget wrapper}.\r
+ *\r
+ * @since 4.5\r
+ * @static\r
+ * @param {CKEDITOR.htmlParser.element} node\r
+ * @returns {Boolean}\r
+ */\r
+ Widget.isParserWidgetWrapper = function( node ) {\r
+ return node.type == CKEDITOR.NODE_ELEMENT && !!node.attributes[ 'data-cke-widget-wrapper' ];\r
+ };\r
+\r
+ /**\r
+ * An event fired when a widget is ready (fully initialized). This event is fired after:\r
+ *\r
+ * * {@link #init} is called,\r
+ * * The first {@link #event-data} event is fired,\r
+ * * A widget is attached to the document.\r
+ *\r
+ * Therefore, in case of widget creation with a command which opens a dialog window, this event\r
+ * will be delayed after the dialog window is closed and the widget is finally inserted into the document.\r
+ *\r
+ * **Note**: If your widget does not use automatic dialog window binding (i.e. you open the dialog window manually)\r
+ * or another situation in which the widget wrapper is not attached to document at the time when it is\r
+ * initialized occurs, you need to take care of firing {@link #event-ready} yourself.\r
+ *\r
+ * See also {@link #property-ready} and {@link #property-inited} properties, and\r
+ * {@link #isReady} and {@link #isInited} methods.\r
+ *\r
+ * @event ready\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget is about to be destroyed, but before it is\r
+ * fully torn down.\r
+ *\r
+ * @event destroy\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget is focused.\r
+ *\r
+ * Widget can be focused by executing {@link #method-focus}.\r
+ *\r
+ * @event focus\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget is blurred.\r
+ *\r
+ * @event blur\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget is selected.\r
+ *\r
+ * @event select\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget is deselected.\r
+ *\r
+ * @event deselect\r
+ */\r
+\r
+ /**\r
+ * An event fired by the {@link #method-edit} method. It can be canceled\r
+ * in order to stop the default action (opening a dialog window and/or\r
+ * {@link CKEDITOR.plugins.widget.repository#finalizeCreation finalizing widget creation}).\r
+ *\r
+ * @event edit\r
+ * @param data\r
+ * @param {String} data.dialog Defaults to {@link CKEDITOR.plugins.widget.definition#dialog}\r
+ * and can be changed or set by the listener.\r
+ */\r
+\r
+ /**\r
+ * An event fired when a dialog window for widget editing is opened.\r
+ * This event can be canceled in order to handle the editing dialog in a custom manner.\r
+ *\r
+ * @event dialog\r
+ * @param {CKEDITOR.dialog} data The opened dialog window instance.\r
+ */\r
+\r
+ /**\r
+ * An event fired when a key is pressed on a focused widget.\r
+ * This event is forwarded from the {@link CKEDITOR.editor#key} event and\r
+ * has the ability to block editor keystrokes if it is canceled.\r
+ *\r
+ * @event key\r
+ * @param data\r
+ * @param {Number} data.keyCode A number representing the key code (or combination).\r
+ */\r
+\r
+ /**\r
+ * An event fired when a widget is double clicked.\r
+ *\r
+ * **Note:** If a default editing action is executed on double click (i.e. a widget has a\r
+ * {@link CKEDITOR.plugins.widget.definition#dialog dialog} defined and the {@link #event-doubleclick} event was not\r
+ * canceled), this event will be automatically canceled, so a listener added with the default priority (10)\r
+ * will not be executed. Use a listener with low priority (e.g. 5) to be sure that it will be executed.\r
+ *\r
+ * widget.on( 'doubleclick', function( evt ) {\r
+ * console.log( 'widget#doubleclick' );\r
+ * }, null, null, 5 );\r
+ *\r
+ * If your widget handles double click in a special way (so the default editing action is not executed),\r
+ * make sure you cancel this event, because otherwise it will be propagated to {@link CKEDITOR.editor#doubleclick}\r
+ * and another feature may step in (e.g. a Link dialog window may be opened if your widget was inside a link).\r
+ *\r
+ * @event doubleclick\r
+ * @param data\r
+ * @param {CKEDITOR.dom.element} data.element The double-clicked element.\r
+ */\r
+\r
+ /**\r
+ * An event fired when the context menu is opened for a widget.\r
+ *\r
+ * @event contextMenu\r
+ * @param data The object containing context menu options to be added\r
+ * for this widget. See {@link CKEDITOR.plugins.contextMenu#addListener}.\r
+ */\r
+\r
+ /**\r
+ * An event fired when the widget data changed. See the {@link #setData} method and the {@link #property-data} property.\r
+ *\r
+ * @event data\r
+ */\r
+\r
+\r
+\r
+ /**\r
+ * The wrapper class for editable elements inside widgets.\r
+ *\r
+ * Do not use directly. Use {@link CKEDITOR.plugins.widget.definition#editables} or\r
+ * {@link CKEDITOR.plugins.widget#initEditable}.\r
+ *\r
+ * @class CKEDITOR.plugins.widget.nestedEditable\r
+ * @extends CKEDITOR.dom.element\r
+ * @constructor\r
+ * @param {CKEDITOR.editor} editor\r
+ * @param {CKEDITOR.dom.element} element\r
+ * @param config\r
+ * @param {CKEDITOR.filter} [config.filter]\r
+ */\r
+ function NestedEditable( editor, element, config ) {\r
+ // Call the base constructor.\r
+ CKEDITOR.dom.element.call( this, element.$ );\r
+ this.editor = editor;\r
+ this._ = {};\r
+ var filter = this.filter = config.filter;\r
+\r
+ // If blockless editable - always use BR mode.\r
+ if ( !CKEDITOR.dtd[ this.getName() ].p )\r
+ this.enterMode = this.shiftEnterMode = CKEDITOR.ENTER_BR;\r
+ else {\r
+ this.enterMode = filter ? filter.getAllowedEnterMode( editor.enterMode ) : editor.enterMode;\r
+ this.shiftEnterMode = filter ? filter.getAllowedEnterMode( editor.shiftEnterMode, true ) : editor.shiftEnterMode;\r
+ }\r
+ }\r
+\r
+ NestedEditable.prototype = CKEDITOR.tools.extend( CKEDITOR.tools.prototypedCopy( CKEDITOR.dom.element.prototype ), {\r
+ /**\r
+ * Sets the editable data. The data will be passed through the {@link CKEDITOR.editor#dataProcessor}\r
+ * and the {@link CKEDITOR.editor#filter}. This ensures that the data was filtered and prepared to be\r
+ * edited like the {@link CKEDITOR.editor#method-setData editor data}.\r
+ *\r
+ * Before content is changed, all nested widgets are destroyed. Afterwards, after new content is loaded,\r
+ * all nested widgets are initialized.\r
+ *\r
+ * @param {String} data\r
+ */\r
+ setData: function( data ) {\r
+ // For performance reasons don't call destroyAll when initializing a nested editable,\r
+ // because there are no widgets inside.\r
+ if ( !this._.initialSetData ) {\r
+ // Destroy all nested widgets before setting data.\r
+ this.editor.widgets.destroyAll( false, this );\r
+ }\r
+ this._.initialSetData = false;\r
+\r
+ data = this.editor.dataProcessor.toHtml( data, {\r
+ context: this.getName(),\r
+ filter: this.filter,\r
+ enterMode: this.enterMode\r
+ } );\r
+ this.setHtml( data );\r
+\r
+ this.editor.widgets.initOnAll( this );\r
+ },\r
+\r
+ /**\r
+ * Gets the editable data. Like {@link #setData}, this method will process and filter the data.\r
+ *\r
+ * @returns {String}\r
+ */\r
+ getData: function() {\r
+ return this.editor.dataProcessor.toDataFormat( this.getHtml(), {\r
+ context: this.getName(),\r
+ filter: this.filter,\r
+ enterMode: this.enterMode\r
+ } );\r
+ }\r
+ } );\r
+\r
+ /**\r
+ * The editor instance.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.editor} editor\r
+ */\r
+\r
+ /**\r
+ * The filter instance if allowed content rules were defined.\r
+ *\r
+ * @readonly\r
+ * @property {CKEDITOR.filter} filter\r
+ */\r
+\r
+ /**\r
+ * The enter mode active in this editable.\r
+ * It is determined from editable's name (whether it is a blockless editable),\r
+ * its allowed content rules (if defined) and the default editor's mode.\r
+ *\r
+ * @readonly\r
+ * @property {Number} enterMode\r
+ */\r
+\r
+ /**\r
+ * The shift enter move active in this editable.\r
+ *\r
+ * @readonly\r
+ * @property {Number} shiftEnterMode\r
+ */\r
+\r
+\r
+ //\r
+ // REPOSITORY helpers -----------------------------------------------------\r
+ //\r
+\r
+ function addWidgetButtons( editor ) {\r
+ var widgets = editor.widgets.registered,\r
+ widget,\r
+ widgetName,\r
+ widgetButton;\r
+\r
+ for ( widgetName in widgets ) {\r
+ widget = widgets[ widgetName ];\r
+\r
+ // Create button if defined.\r
+ widgetButton = widget.button;\r
+ if ( widgetButton && editor.ui.addButton ) {\r
+ editor.ui.addButton( CKEDITOR.tools.capitalize( widget.name, true ), {\r
+ label: widgetButton,\r
+ command: widget.name,\r
+ toolbar: 'insert,10'\r
+ } );\r
+ }\r
+ }\r
+ }\r
+\r
+ // Create a command creating and editing widget.\r
+ //\r
+ // @param editor\r
+ // @param {CKEDITOR.plugins.widget.definition} widgetDef\r
+ function addWidgetCommand( editor, widgetDef ) {\r
+ editor.addCommand( widgetDef.name, {\r
+ exec: function( editor, commandData ) {\r
+ var focused = editor.widgets.focused;\r
+ // If a widget of the same type is focused, start editing.\r
+ if ( focused && focused.name == widgetDef.name )\r
+ focused.edit();\r
+ // Otherwise...\r
+ // ... use insert method is was defined.\r
+ else if ( widgetDef.insert )\r
+ widgetDef.insert();\r
+ // ... or create a brand-new widget from template.\r
+ else if ( widgetDef.template ) {\r
+ var defaults = typeof widgetDef.defaults == 'function' ? widgetDef.defaults() : widgetDef.defaults,\r
+ element = CKEDITOR.dom.element.createFromHtml( widgetDef.template.output( defaults ) ),\r
+ instance,\r
+ wrapper = editor.widgets.wrapElement( element, widgetDef.name ),\r
+ temp = new CKEDITOR.dom.documentFragment( wrapper.getDocument() );\r
+\r
+ // Append wrapper to a temporary document. This will unify the environment\r
+ // in which #data listeners work when creating and editing widget.\r
+ temp.append( wrapper );\r
+ instance = editor.widgets.initOn( element, widgetDef, commandData && commandData.startupData );\r
+\r
+ // Instance could be destroyed during initialization.\r
+ // In this case finalize creation if some new widget\r
+ // was left in temporary document fragment.\r
+ if ( !instance ) {\r
+ finalizeCreation();\r
+ return;\r
+ }\r
+\r
+ // Listen on edit to finalize widget insertion.\r
+ //\r
+ // * If dialog was set, then insert widget after dialog was successfully saved or destroy this\r
+ // temporary instance.\r
+ // * If dialog wasn't set and edit wasn't canceled, insert widget.\r
+ var editListener = instance.once( 'edit', function( evt ) {\r
+ if ( evt.data.dialog ) {\r
+ instance.once( 'dialog', function( evt ) {\r
+ var dialog = evt.data,\r
+ okListener,\r
+ cancelListener;\r
+\r
+ // Finalize creation AFTER (20) new data was set.\r
+ okListener = dialog.once( 'ok', finalizeCreation, null, null, 20 );\r
+\r
+ cancelListener = dialog.once( 'cancel', function( evt ) {\r
+ if ( !( evt.data && evt.data.hide === false ) ) {\r
+ editor.widgets.destroy( instance, true );\r
+ }\r
+ } );\r
+\r
+ dialog.once( 'hide', function() {\r
+ okListener.removeListener();\r
+ cancelListener.removeListener();\r
+ } );\r
+ } );\r
+ } else {\r
+ // Dialog hasn't been set, so insert widget now.\r
+ finalizeCreation();\r
+ }\r
+ }, null, null, 999 );\r
+\r
+ instance.edit();\r
+\r
+ // Remove listener in case someone canceled it before this\r
+ // listener was executed.\r
+ editListener.removeListener();\r
+ }\r
+\r
+ function finalizeCreation() {\r
+ editor.widgets.finalizeCreation( temp );\r
+ }\r
+ },\r
+\r
+ allowedContent: widgetDef.allowedContent,\r
+ requiredContent: widgetDef.requiredContent,\r
+ contentForms: widgetDef.contentForms,\r
+ contentTransformations: widgetDef.contentTransformations\r
+ } );\r
+ }\r
+\r
+ function addWidgetProcessors( widgetsRepo, widgetDef ) {\r
+ var upcast = widgetDef.upcast,\r
+ upcasts,\r
+ priority = widgetDef.upcastPriority || 10;\r
+\r
+ if ( !upcast )\r
+ return;\r
+\r
+ // Multiple upcasts defined in string.\r
+ if ( typeof upcast == 'string' ) {\r
+ upcasts = upcast.split( ',' );\r
+ while ( upcasts.length ) {\r
+ addUpcast( widgetDef.upcasts[ upcasts.pop() ], widgetDef.name, priority );\r
+ }\r
+ }\r
+ // Single rule which is automatically activated.\r
+ else {\r
+ addUpcast( upcast, widgetDef.name, priority );\r
+ }\r
+\r
+ function addUpcast( upcast, name, priority ) {\r
+ // Find index of the first higher (in terms of value) priority upcast.\r
+ var index = CKEDITOR.tools.getIndex( widgetsRepo._.upcasts, function( element ) {\r
+ return element[ 2 ] > priority;\r
+ } );\r
+ // Add at the end if it is the highest priority so far.\r
+ if ( index < 0 ) {\r
+ index = widgetsRepo._.upcasts.length;\r
+ }\r
+\r
+ widgetsRepo._.upcasts.splice( index, 0, [ upcast, name, priority ] );\r
+ }\r
+ }\r
+\r
+ function blurWidget( widgetsRepo, widget ) {\r
+ widgetsRepo.focused = null;\r
+\r
+ if ( widget.isInited() ) {\r
+ var isDirty = widget.editor.checkDirty();\r
+\r
+ // Widget could be destroyed in the meantime - e.g. data could be set.\r
+ widgetsRepo.fire( 'widgetBlurred', { widget: widget } );\r
+ widget.setFocused( false );\r
+\r
+ !isDirty && widget.editor.resetDirty();\r
+ }\r
+ }\r
+\r
+ function checkWidgets( evt ) {\r
+ var options = evt.data;\r
+\r
+ if ( this.editor.mode != 'wysiwyg' )\r
+ return;\r
+\r
+ var editable = this.editor.editable(),\r
+ instances = this.instances,\r
+ newInstances, i, count, wrapper, notYetInitialized;\r
+\r
+ if ( !editable )\r
+ return;\r
+\r
+ // Remove widgets which have no corresponding elements in DOM.\r
+ for ( i in instances ) {\r
+ // #13410 Remove widgets that are ready. This prevents from destroying widgets that are during loading process.\r
+ if ( instances[ i ].isReady() && !editable.contains( instances[ i ].wrapper ) )\r
+ this.destroy( instances[ i ], true );\r
+ }\r
+\r
+ // Init on all (new) if initOnlyNew option was passed.\r
+ if ( options && options.initOnlyNew )\r
+ newInstances = this.initOnAll();\r
+ else {\r
+ var wrappers = editable.find( '.cke_widget_wrapper' );\r
+ newInstances = [];\r
+\r
+ // Create widgets on existing wrappers if they do not exists.\r
+ for ( i = 0, count = wrappers.count(); i < count; i++ ) {\r
+ wrapper = wrappers.getItem( i );\r
+ notYetInitialized = !this.getByElement( wrapper, true );\r
+\r
+ // Check if:\r
+ // * there's no instance for this widget\r
+ // * wrapper is not inside some temporary element like copybin (#11088)\r
+ // * it was a nested widget's wrapper which has been detached from DOM,\r
+ // when nested editable has been initialized (it overwrites its innerHTML\r
+ // and initializes nested widgets).\r
+ if ( notYetInitialized && !findParent( wrapper, isDomTemp ) && editable.contains( wrapper ) ) {\r
+ // Add cke_widget_new class because otherwise\r
+ // widget will not be created on such wrapper.\r
+ wrapper.addClass( 'cke_widget_new' );\r
+ newInstances.push( this.initOn( wrapper.getFirst( Widget.isDomWidgetElement ) ) );\r
+ }\r
+ }\r
+ }\r
+\r
+ // If only single widget was initialized and focusInited was passed, focus it.\r
+ if ( options && options.focusInited && newInstances.length == 1 )\r
+ newInstances[ 0 ].focus();\r
+ }\r
+\r
+ // Unwraps widget element and clean up element.\r
+ //\r
+ // This function is used to clean up pasted widgets.\r
+ // It should have similar result to widget#destroy plus\r
+ // some additional adjustments, specific for pasting.\r
+ //\r
+ // @param {CKEDITOR.htmlParser.element} el\r
+ function cleanUpWidgetElement( el ) {\r
+ var parent = el.parent;\r
+ if ( parent.type == CKEDITOR.NODE_ELEMENT && parent.attributes[ 'data-cke-widget-wrapper' ] )\r
+ parent.replaceWith( el );\r
+ }\r
+\r
+ // Similar to cleanUpWidgetElement, but works on DOM and finds\r
+ // widget elements by its own.\r
+ //\r
+ // Unlike cleanUpWidgetElement it will wrap element back.\r
+ //\r
+ // @param {CKEDITOR.dom.element} container\r
+ function cleanUpAllWidgetElements( widgetsRepo, container ) {\r
+ var wrappers = container.find( '.cke_widget_wrapper' ),\r
+ wrapper, element,\r
+ i = 0,\r
+ l = wrappers.count();\r
+\r
+ for ( ; i < l; ++i ) {\r
+ wrapper = wrappers.getItem( i );\r
+ element = wrapper.getFirst( Widget.isDomWidgetElement );\r
+ // If wrapper contains widget element - unwrap it and wrap again.\r
+ if ( element.type == CKEDITOR.NODE_ELEMENT && element.data( 'widget' ) ) {\r
+ element.replace( wrapper );\r
+ widgetsRepo.wrapElement( element );\r
+ } else {\r
+ // Otherwise - something is wrong... clean this up.\r
+ wrapper.remove();\r
+ }\r
+ }\r
+ }\r
+\r
+ // Creates {@link CKEDITOR.filter} instance for given widget, editable and rules.\r
+ //\r
+ // Once filter for widget-editable pair is created it is cached, so the same instance\r
+ // will be returned when method is executed again.\r
+ //\r
+ // @param {String} widgetName\r
+ // @param {String} editableName\r
+ // @param {CKEDITOR.plugins.widget.nestedEditableDefinition} editableDefinition The nested editable definition.\r
+ // @returns {CKEDITOR.filter} Filter instance or `null` if rules are not defined.\r
+ // @context CKEDITOR.plugins.widget.repository\r
+ function createEditableFilter( widgetName, editableName, editableDefinition ) {\r
+ if ( !editableDefinition.allowedContent )\r
+ return null;\r
+\r
+ var editables = this._.filters[ widgetName ];\r
+\r
+ if ( !editables )\r
+ this._.filters[ widgetName ] = editables = {};\r
+\r
+ var filter = editables[ editableName ];\r
+\r
+ if ( !filter )\r
+ editables[ editableName ] = filter = new CKEDITOR.filter( editableDefinition.allowedContent );\r
+\r
+ return filter;\r
+ }\r
+\r
+ // Creates an iterator function which when executed on all\r
+ // elements in DOM tree will gather elements that should be wrapped\r
+ // and initialized as widgets.\r
+ function createUpcastIterator( widgetsRepo ) {\r
+ var toBeWrapped = [],\r
+ upcasts = widgetsRepo._.upcasts,\r
+ upcastCallbacks = widgetsRepo._.upcastCallbacks;\r
+\r
+ return {\r
+ toBeWrapped: toBeWrapped,\r
+\r
+ iterator: function( element ) {\r
+ var upcast, upcasted,\r
+ data,\r
+ i,\r
+ upcastsLength,\r
+ upcastCallbacksLength;\r
+\r
+ // Wrapper found - find widget element, add it to be\r
+ // cleaned up (unwrapped) and wrapped and stop iterating in this branch.\r
+ if ( 'data-cke-widget-wrapper' in element.attributes ) {\r
+ element = element.getFirst( Widget.isParserWidgetElement );\r
+\r
+ if ( element )\r
+ toBeWrapped.push( [ element ] );\r
+\r
+ // Do not iterate over descendants.\r
+ return false;\r
+ }\r
+ // Widget element found - add it to be cleaned up (just in case)\r
+ // and wrapped and stop iterating in this branch.\r
+ else if ( 'data-widget' in element.attributes ) {\r
+ toBeWrapped.push( [ element ] );\r
+\r
+ // Do not iterate over descendants.\r
+ return false;\r
+ }\r
+ else if ( ( upcastsLength = upcasts.length ) ) {\r
+ // Ignore elements with data-cke-widget-upcasted to avoid multiple upcasts (#11533).\r
+ // Do not iterate over descendants.\r
+ if ( element.attributes[ 'data-cke-widget-upcasted' ] )\r
+ return false;\r
+\r
+ // Check element with upcast callbacks first.\r
+ // If any of them return false abort upcasting.\r
+ for ( i = 0, upcastCallbacksLength = upcastCallbacks.length; i < upcastCallbacksLength; ++i ) {\r
+ if ( upcastCallbacks[ i ]( element ) === false )\r
+ return;\r
+ // Return nothing in order to continue iterating over ascendants.\r
+ // See http://dev.ckeditor.com/ticket/11186#comment:6\r
+ }\r
+\r
+ for ( i = 0; i < upcastsLength; ++i ) {\r
+ upcast = upcasts[ i ];\r
+ data = {};\r
+\r
+ if ( ( upcasted = upcast[ 0 ]( element, data ) ) ) {\r
+ // If upcast function returned element, upcast this one.\r
+ // It can be e.g. a new element wrapping the original one.\r
+ if ( upcasted instanceof CKEDITOR.htmlParser.element )\r
+ element = upcasted;\r
+\r
+ // Set initial data attr with data from upcast method.\r
+ element.attributes[ 'data-cke-widget-data' ] = encodeURIComponent( JSON.stringify( data ) );\r
+ element.attributes[ 'data-cke-widget-upcasted' ] = 1;\r
+\r
+ toBeWrapped.push( [ element, upcast[ 1 ] ] );\r
+\r
+ // Do not iterate over descendants.\r
+ return false;\r
+ }\r
+ }\r
+ }\r
+ }\r
+ };\r
+ }\r
+\r
+ // Finds a first parent that matches query.\r
+ //\r
+ // @param {CKEDITOR.dom.element} element\r
+ // @param {Function} query\r
+ function findParent( element, query ) {\r
+ var parent = element;\r
+\r
+ while ( ( parent = parent.getParent() ) ) {\r
+ if ( query( parent ) )\r
+ return true;\r
+ }\r
+ return false;\r
+ }\r
+\r
+ function getWrapperAttributes( inlineWidget ) {\r
+ return {\r
+ // tabindex="-1" means that it can receive focus by code.\r
+ tabindex: -1,\r
+ contenteditable: 'false',\r
+ 'data-cke-widget-wrapper': 1,\r
+ 'data-cke-filter': 'off',\r
+ // Class cke_widget_new marks widgets which haven't been initialized yet.\r
+ 'class': 'cke_widget_wrapper cke_widget_new cke_widget_' +\r
+ ( inlineWidget ? 'inline' : 'block' )\r
+ };\r
+ }\r
+\r
+ // Inserts element at given index.\r
+ // It will check DTD and split ancestor elements up to the first\r
+ // that can contain this element.\r
+ //\r
+ // @param {CKEDITOR.htmlParser.element} parent\r
+ // @param {Number} index\r
+ // @param {CKEDITOR.htmlParser.element} element\r
+ function insertElement( parent, index, element ) {\r
+ // Do not split doc fragment...\r
+ if ( parent.type == CKEDITOR.NODE_ELEMENT ) {\r
+ var parentAllows = CKEDITOR.dtd[ parent.name ];\r
+ // Parent element is known (included in DTD) and cannot contain\r
+ // this element.\r
+ if ( parentAllows && !parentAllows[ element.name ] ) {\r
+ var parent2 = parent.split( index ),\r
+ parentParent = parent.parent;\r
+\r
+ // Element will now be inserted at right parent's index.\r
+ index = parent2.getIndex();\r
+\r
+ // If left part of split is empty - remove it.\r
+ if ( !parent.children.length ) {\r
+ index -= 1;\r
+ parent.remove();\r
+ }\r
+\r
+ // If right part of split is empty - remove it.\r
+ if ( !parent2.children.length )\r
+ parent2.remove();\r
+\r
+ // Try inserting as grandpas' children.\r
+ return insertElement( parentParent, index, element );\r
+ }\r
+ }\r
+\r
+ // Finally we can add this element.\r
+ parent.add( element, index );\r
+ }\r
+\r
+ // Checks whether for the given widget definition and element widget should be created in inline or block mode.\r
+ //\r
+ // See also: {@link CKEDITOR.plugins.widget.definition#inline} and {@link CKEDITOR.plugins.widget#element}.\r
+ //\r
+ // @param {CKEDITOR.plugins.widget.definition} widgetDef The widget definition.\r
+ // @param {String} elementName The name of the widget element.\r
+ // @returns {Boolean}\r
+ function isWidgetInline( widgetDef, elementName ) {\r
+ return typeof widgetDef.inline == 'boolean' ? widgetDef.inline : !!CKEDITOR.dtd.$inline[ elementName ];\r
+ }\r
+\r
+ // @param {CKEDITOR.dom.element}\r
+ // @returns {Boolean}\r
+ function isDomTemp( element ) {\r
+ return element.hasAttribute( 'data-cke-temp' );\r
+ }\r
+\r
+ function onEditableKey( widget, keyCode ) {\r
+ var focusedEditable = widget.focusedEditable,\r
+ range;\r
+\r
+ // CTRL+A.\r
+ if ( keyCode == CKEDITOR.CTRL + 65 ) {\r
+ var bogus = focusedEditable.getBogus();\r
+\r
+ range = widget.editor.createRange();\r
+ range.selectNodeContents( focusedEditable );\r
+ // Exclude bogus if exists.\r
+ if ( bogus )\r
+ range.setEndAt( bogus, CKEDITOR.POSITION_BEFORE_START );\r
+\r
+ range.select();\r
+ // Cancel event - block default.\r
+ return false;\r
+ }\r
+ // DEL or BACKSPACE.\r
+ else if ( keyCode == 8 || keyCode == 46 ) {\r
+ var ranges = widget.editor.getSelection().getRanges();\r
+\r
+ range = ranges[ 0 ];\r
+\r
+ // Block del or backspace if at editable's boundary.\r
+ return !( ranges.length == 1 && range.collapsed &&\r
+ range.checkBoundaryOfElement( focusedEditable, CKEDITOR[ keyCode == 8 ? 'START' : 'END' ] ) );\r
+ }\r
+ }\r
+\r
+ function setFocusedEditable( widgetsRepo, widget, editableElement, offline ) {\r
+ var editor = widgetsRepo.editor;\r
+\r
+ editor.fire( 'lockSnapshot' );\r
+\r
+ if ( editableElement ) {\r
+ var editableName = editableElement.data( 'cke-widget-editable' ),\r
+ editableInstance = widget.editables[ editableName ];\r
+\r
+ widgetsRepo.widgetHoldingFocusedEditable = widget;\r
+ widget.focusedEditable = editableInstance;\r
+ editableElement.addClass( 'cke_widget_editable_focused' );\r
+\r
+ if ( editableInstance.filter )\r
+ editor.setActiveFilter( editableInstance.filter );\r
+ editor.setActiveEnterMode( editableInstance.enterMode, editableInstance.shiftEnterMode );\r
+ } else {\r
+ if ( !offline )\r
+ widget.focusedEditable.removeClass( 'cke_widget_editable_focused' );\r
+\r
+ widget.focusedEditable = null;\r
+ widgetsRepo.widgetHoldingFocusedEditable = null;\r
+ editor.setActiveFilter( null );\r
+ editor.setActiveEnterMode( null, null );\r
+ }\r
+\r
+ editor.fire( 'unlockSnapshot' );\r
+ }\r
+\r
+ function setupContextMenu( editor ) {\r
+ if ( !editor.contextMenu )\r
+ return;\r
+\r
+ editor.contextMenu.addListener( function( element ) {\r
+ var widget = editor.widgets.getByElement( element, true );\r
+\r
+ if ( widget )\r
+ return widget.fire( 'contextMenu', {} );\r
+ } );\r
+ }\r
+\r
+ // And now we've got two problems - original problem and RegExp.\r
+ // Some softeners:\r
+ // * FF tends to copy all blocks up to the copybin container.\r
+ // * IE tends to copy only the copybin, without its container.\r
+ // * We use spans on IE and blockless editors, but divs in other cases.\r
+ var pasteReplaceRegex = new RegExp(\r
+ '^' +\r
+ '(?:<(?:div|span)(?: data-cke-temp="1")?(?: id="cke_copybin")?(?: data-cke-temp="1")?>)?' +\r
+ '(?:<(?:div|span)(?: style="[^"]+")?>)?' +\r
+ '<span [^>]*data-cke-copybin-start="1"[^>]*>.?</span>([\\s\\S]+)<span [^>]*data-cke-copybin-end="1"[^>]*>.?</span>' +\r
+ '(?:</(?:div|span)>)?' +\r
+ '(?:</(?:div|span)>)?' +\r
+ '$',\r
+ // IE8 prefers uppercase when browsers stick to lowercase HTML (#13460).\r
+ 'i'\r
+ );\r
+\r
+ function pasteReplaceFn( match, wrapperHtml ) {\r
+ // Avoid polluting pasted data with any whitspaces,\r
+ // what's going to break check whether only one widget was pasted.\r
+ return CKEDITOR.tools.trim( wrapperHtml );\r
+ }\r
+\r
+ function setupDragAndDrop( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor,\r
+ lineutils = CKEDITOR.plugins.lineutils;\r
+\r
+ // These listeners handle inline and block widgets drag and drop.\r
+ // The only thing we need to do to make block widgets custom drag and drop functionality\r
+ // is to fire those events with the right properties (like the target which must be the drag handle).\r
+ editor.on( 'dragstart', function( evt ) {\r
+ var target = evt.data.target;\r
+\r
+ if ( Widget.isDomDragHandler( target ) ) {\r
+ var widget = widgetsRepo.getByElement( target );\r
+\r
+ evt.data.dataTransfer.setData( 'cke/widget-id', widget.id );\r
+\r
+ // IE needs focus.\r
+ editor.focus();\r
+\r
+ // and widget need to be focused on drag start (#12172#comment:10).\r
+ widget.focus();\r
+ }\r
+ } );\r
+\r
+ editor.on( 'drop', function( evt ) {\r
+ var dataTransfer = evt.data.dataTransfer,\r
+ id = dataTransfer.getData( 'cke/widget-id' ),\r
+ transferType = dataTransfer.getTransferType( editor ),\r
+ dragRange = editor.createRange(),\r
+ sourceWidget;\r
+\r
+ // Disable cross-editor drag & drop for widgets - #13599.\r
+ if ( id !== '' && transferType === CKEDITOR.DATA_TRANSFER_CROSS_EDITORS ) {\r
+ evt.cancel();\r
+ return;\r
+ }\r
+\r
+ if ( id === '' || transferType != CKEDITOR.DATA_TRANSFER_INTERNAL ) {\r
+ return;\r
+ }\r
+\r
+ sourceWidget = widgetsRepo.instances[ id ];\r
+ if ( !sourceWidget ) {\r
+ return;\r
+ }\r
+\r
+ dragRange.setStartBefore( sourceWidget.wrapper );\r
+ dragRange.setEndAfter( sourceWidget.wrapper );\r
+ evt.data.dragRange = dragRange;\r
+\r
+ // [IE8-9] Reset state of the clipboard#fixSplitNodesAfterDrop fix because by setting evt.data.dragRange\r
+ // (see above) after drop happened we do not need it. That fix is needed only if dragRange was created\r
+ // before drop (before text node was split).\r
+ delete CKEDITOR.plugins.clipboard.dragStartContainerChildCount;\r
+ delete CKEDITOR.plugins.clipboard.dragEndContainerChildCount;\r
+\r
+ evt.data.dataTransfer.setData( 'text/html', editor.editable().getHtmlFromRange( dragRange ).getHtml() );\r
+ editor.widgets.destroy( sourceWidget, true );\r
+ } );\r
+\r
+ editor.on( 'contentDom', function() {\r
+ var editable = editor.editable();\r
+\r
+ // Register Lineutils's utilities as properties of repo.\r
+ CKEDITOR.tools.extend( widgetsRepo, {\r
+ finder: new lineutils.finder( editor, {\r
+ lookups: {\r
+ // Element is block but not list item and not in nested editable.\r
+ 'default': function( el ) {\r
+ if ( el.is( CKEDITOR.dtd.$listItem ) )\r
+ return;\r
+\r
+ if ( !el.is( CKEDITOR.dtd.$block ) )\r
+ return;\r
+\r
+ // Allow drop line inside, but never before or after nested editable (#12006).\r
+ if ( Widget.isDomNestedEditable( el ) )\r
+ return;\r
+\r
+ // Do not allow droping inside the widget being dragged (#13397).\r
+ if ( widgetsRepo._.draggedWidget.wrapper.contains( el ) ) {\r
+ return;\r
+ }\r
+\r
+ // If element is nested editable, make sure widget can be dropped there (#12006).\r
+ var nestedEditable = Widget.getNestedEditable( editable, el );\r
+ if ( nestedEditable ) {\r
+ var draggedWidget = widgetsRepo._.draggedWidget;\r
+\r
+ // Don't let the widget to be dropped into its own nested editable.\r
+ if ( widgetsRepo.getByElement( nestedEditable ) == draggedWidget )\r
+ return;\r
+\r
+ var filter = CKEDITOR.filter.instances[ nestedEditable.data( 'cke-filter' ) ],\r
+ draggedRequiredContent = draggedWidget.requiredContent;\r
+\r
+ // There will be no relation if the filter of nested editable does not allow\r
+ // requiredContent of dragged widget.\r
+ if ( filter && draggedRequiredContent && !filter.check( draggedRequiredContent ) )\r
+ return;\r
+ }\r
+\r
+ return CKEDITOR.LINEUTILS_BEFORE | CKEDITOR.LINEUTILS_AFTER;\r
+ }\r
+ }\r
+ } ),\r
+ locator: new lineutils.locator( editor ),\r
+ liner: new lineutils.liner( editor, {\r
+ lineStyle: {\r
+ cursor: 'move !important',\r
+ 'border-top-color': '#666'\r
+ },\r
+ tipLeftStyle: {\r
+ 'border-left-color': '#666'\r
+ },\r
+ tipRightStyle: {\r
+ 'border-right-color': '#666'\r
+ }\r
+ } )\r
+ }, true );\r
+ } );\r
+ }\r
+\r
+ // Setup mouse observer which will trigger:\r
+ // * widget focus on widget click,\r
+ // * widget#doubleclick forwarded from editor#doubleclick.\r
+ function setupMouseObserver( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor;\r
+\r
+ editor.on( 'contentDom', function() {\r
+ var editable = editor.editable(),\r
+ evtRoot = editable.isInline() ? editable : editor.document,\r
+ widget,\r
+ mouseDownOnDragHandler;\r
+\r
+ editable.attachListener( evtRoot, 'mousedown', function( evt ) {\r
+ var target = evt.data.getTarget();\r
+\r
+ // #10887 Clicking scrollbar in IE8 will invoke event with empty target object.\r
+ if ( !target.type )\r
+ return false;\r
+\r
+ widget = widgetsRepo.getByElement( target );\r
+ mouseDownOnDragHandler = 0; // Reset.\r
+\r
+ // Widget was clicked, but not editable nested in it.\r
+ if ( widget ) {\r
+ // Ignore mousedown on drag and drop handler if the widget is inline.\r
+ // Block widgets are handled by Lineutils.\r
+ if ( widget.inline && target.type == CKEDITOR.NODE_ELEMENT && target.hasAttribute( 'data-cke-widget-drag-handler' ) ) {\r
+ mouseDownOnDragHandler = 1;\r
+\r
+ // When drag handler is pressed we have to clear current selection if it wasn't already on this widget.\r
+ // Otherwise, the selection may be in a fillingChar, which prevents dragging a widget. (#13284, see comment 8 and 9.)\r
+ if ( widgetsRepo.focused != widget )\r
+ editor.getSelection().removeAllRanges();\r
+\r
+ return;\r
+ }\r
+\r
+ if ( !Widget.getNestedEditable( widget.wrapper, target ) ) {\r
+ evt.data.preventDefault();\r
+ if ( !CKEDITOR.env.ie )\r
+ widget.focus();\r
+ } else {\r
+ // Reset widget so mouseup listener is not confused.\r
+ widget = null;\r
+ }\r
+ }\r
+ } );\r
+\r
+ // Focus widget on mouseup if mousedown was fired on drag handler.\r
+ // Note: mouseup won't be fired at all if widget was dragged and dropped, so\r
+ // this code will be executed only when drag handler was clicked.\r
+ editable.attachListener( evtRoot, 'mouseup', function() {\r
+ // Check if widget is not destroyed (if widget is destroyed the wrapper will be null).\r
+ if ( mouseDownOnDragHandler && widget && widget.wrapper ) {\r
+ mouseDownOnDragHandler = 0;\r
+ widget.focus();\r
+ }\r
+ } );\r
+\r
+ // On IE it is not enough to block mousedown. If widget wrapper (element with\r
+ // contenteditable=false attribute) is clicked directly (it is a target),\r
+ // then after mouseup/click IE will select that element.\r
+ // It is not possible to prevent that default action,\r
+ // so we force fake selection after everything happened.\r
+ if ( CKEDITOR.env.ie ) {\r
+ editable.attachListener( evtRoot, 'mouseup', function() {\r
+ setTimeout( function() {\r
+ // Check if widget is not destroyed (if widget is destroyed the wrapper will be null) and\r
+ // in editable contains widget (it could be dragged and removed).\r
+ if ( widget && widget.wrapper && editable.contains( widget.wrapper ) ) {\r
+ widget.focus();\r
+ widget = null;\r
+ }\r
+ } );\r
+ } );\r
+ }\r
+ } );\r
+\r
+ editor.on( 'doubleclick', function( evt ) {\r
+ var widget = widgetsRepo.getByElement( evt.data.element );\r
+\r
+ // Not in widget or in nested editable.\r
+ if ( !widget || Widget.getNestedEditable( widget.wrapper, evt.data.element ) )\r
+ return;\r
+\r
+ return widget.fire( 'doubleclick', { element: evt.data.element } );\r
+ }, null, null, 1 );\r
+ }\r
+\r
+ // Setup editor#key observer which will forward it\r
+ // to focused widget.\r
+ function setupKeyboardObserver( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor;\r
+\r
+ editor.on( 'key', function( evt ) {\r
+ var focused = widgetsRepo.focused,\r
+ widgetHoldingFocusedEditable = widgetsRepo.widgetHoldingFocusedEditable,\r
+ ret;\r
+\r
+ if ( focused )\r
+ ret = focused.fire( 'key', { keyCode: evt.data.keyCode } );\r
+ else if ( widgetHoldingFocusedEditable )\r
+ ret = onEditableKey( widgetHoldingFocusedEditable, evt.data.keyCode );\r
+\r
+ return ret;\r
+ }, null, null, 1 );\r
+ }\r
+\r
+ // Setup copybin on native copy and cut events in order to handle copy and cut commands\r
+ // if user accepted security alert on IEs.\r
+ // Note: when copying or cutting using keystroke, copySingleWidget will be first executed\r
+ // by the keydown listener. Conflict between two calls will be resolved by copy_bin existence check.\r
+ function setupNativeCutAndCopy( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor;\r
+\r
+ editor.on( 'contentDom', function() {\r
+ var editable = editor.editable();\r
+\r
+ editable.attachListener( editable, 'copy', eventListener );\r
+ editable.attachListener( editable, 'cut', eventListener );\r
+ } );\r
+\r
+ function eventListener( evt ) {\r
+ if ( widgetsRepo.focused )\r
+ copySingleWidget( widgetsRepo.focused, evt.name == 'cut' );\r
+ }\r
+ }\r
+\r
+ // Setup selection observer which will trigger:\r
+ // * widget select & focus on selection change,\r
+ // * nested editable focus (related properites and classes) on selection change,\r
+ // * deselecting and blurring all widgets on data,\r
+ // * blurring widget on editor blur.\r
+ function setupSelectionObserver( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor;\r
+\r
+ editor.on( 'selectionCheck', function() {\r
+ widgetsRepo.fire( 'checkSelection' );\r
+ } );\r
+\r
+ widgetsRepo.on( 'checkSelection', widgetsRepo.checkSelection, widgetsRepo );\r
+\r
+ editor.on( 'selectionChange', function( evt ) {\r
+ var nestedEditable = Widget.getNestedEditable( editor.editable(), evt.data.selection.getStartElement() ),\r
+ newWidget = nestedEditable && widgetsRepo.getByElement( nestedEditable ),\r
+ oldWidget = widgetsRepo.widgetHoldingFocusedEditable;\r
+\r
+ if ( oldWidget ) {\r
+ if ( oldWidget !== newWidget || !oldWidget.focusedEditable.equals( nestedEditable ) ) {\r
+ setFocusedEditable( widgetsRepo, oldWidget, null );\r
+\r
+ if ( newWidget && nestedEditable )\r
+ setFocusedEditable( widgetsRepo, newWidget, nestedEditable );\r
+ }\r
+ }\r
+ // It may happen that there's no widget even if editable was found -\r
+ // e.g. if selection was automatically set in editable although widget wasn't initialized yet.\r
+ else if ( newWidget && nestedEditable ) {\r
+ setFocusedEditable( widgetsRepo, newWidget, nestedEditable );\r
+ }\r
+ } );\r
+\r
+ // Invalidate old widgets early - immediately on dataReady.\r
+ editor.on( 'dataReady', function() {\r
+ // Deselect and blur all widgets.\r
+ stateUpdater( widgetsRepo ).commit();\r
+ } );\r
+\r
+ editor.on( 'blur', function() {\r
+ var widget;\r
+\r
+ if ( ( widget = widgetsRepo.focused ) )\r
+ blurWidget( widgetsRepo, widget );\r
+\r
+ if ( ( widget = widgetsRepo.widgetHoldingFocusedEditable ) )\r
+ setFocusedEditable( widgetsRepo, widget, null );\r
+ } );\r
+ }\r
+\r
+ // Set up actions like:\r
+ // * processing in toHtml/toDataFormat,\r
+ // * pasting handling,\r
+ // * insertion handling,\r
+ // * editable reload handling (setData, mode switch, undo/redo),\r
+ // * DOM invalidation handling,\r
+ // * widgets checks.\r
+ function setupWidgetsLifecycle( widgetsRepo ) {\r
+ setupWidgetsLifecycleStart( widgetsRepo );\r
+ setupWidgetsLifecycleEnd( widgetsRepo );\r
+\r
+ widgetsRepo.on( 'checkWidgets', checkWidgets );\r
+ widgetsRepo.editor.on( 'contentDomInvalidated', widgetsRepo.checkWidgets, widgetsRepo );\r
+ }\r
+\r
+ function setupWidgetsLifecycleEnd( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor,\r
+ downcastingSessions = {};\r
+\r
+ // Listen before htmlDP#htmlFilter is applied to cache all widgets, because we'll\r
+ // loose data-cke-* attributes.\r
+ editor.on( 'toDataFormat', function( evt ) {\r
+ // To avoid conflicts between htmlDP#toDF calls done at the same time\r
+ // (e.g. nestedEditable#getData called during downcasting some widget)\r
+ // mark every toDataFormat event chain with the downcasting session id.\r
+ var id = CKEDITOR.tools.getNextNumber(),\r
+ toBeDowncasted = [];\r
+ evt.data.downcastingSessionId = id;\r
+ downcastingSessions[ id ] = toBeDowncasted;\r
+\r
+ evt.data.dataValue.forEach( function( element ) {\r
+ var attrs = element.attributes,\r
+ widget, widgetElement;\r
+\r
+ // Wrapper.\r
+ // Perform first part of downcasting (cleanup) and cache widgets,\r
+ // because after applying DP's filter all data-cke-* attributes will be gone.\r
+ if ( 'data-cke-widget-id' in attrs ) {\r
+ widget = widgetsRepo.instances[ attrs[ 'data-cke-widget-id' ] ];\r
+ if ( widget ) {\r
+ widgetElement = element.getFirst( Widget.isParserWidgetElement );\r
+ toBeDowncasted.push( {\r
+ wrapper: element,\r
+ element: widgetElement,\r
+ widget: widget,\r
+ editables: {}\r
+ } );\r
+\r
+ // If widget did not have data-cke-widget attribute before upcasting remove it.\r
+ if ( widgetElement.attributes[ 'data-cke-widget-keep-attr' ] != '1' )\r
+ delete widgetElement.attributes[ 'data-widget' ];\r
+ }\r
+ }\r
+ // Nested editable.\r
+ else if ( 'data-cke-widget-editable' in attrs ) {\r
+ // Save the reference to this nested editable in the closest widget to be downcasted.\r
+ // Nested editables are downcasted in the successive toDataFormat to create an opportunity\r
+ // for dataFilter's "excludeNestedEditable" option to do its job (that option relies on\r
+ // contenteditable="true" attribute) (#11372).\r
+ toBeDowncasted[ toBeDowncasted.length - 1 ].editables[ attrs[ 'data-cke-widget-editable' ] ] = element;\r
+\r
+ // Don't check children - there won't be next wrapper or nested editable which we\r
+ // should process in this session.\r
+ return false;\r
+ }\r
+ }, CKEDITOR.NODE_ELEMENT, true );\r
+ }, null, null, 8 );\r
+\r
+ // Listen after dataProcessor.htmlFilter and ACF were applied\r
+ // so wrappers securing widgets' contents are removed after all filtering was done.\r
+ editor.on( 'toDataFormat', function( evt ) {\r
+ // Ignore some unmarked sessions.\r
+ if ( !evt.data.downcastingSessionId )\r
+ return;\r
+\r
+ var toBeDowncasted = downcastingSessions[ evt.data.downcastingSessionId ],\r
+ toBe, widget, widgetElement, retElement, editableElement, e;\r
+\r
+ while ( ( toBe = toBeDowncasted.shift() ) ) {\r
+ widget = toBe.widget;\r
+ widgetElement = toBe.element;\r
+ retElement = widget._.downcastFn && widget._.downcastFn.call( widget, widgetElement );\r
+\r
+ // Replace nested editables' content with their output data.\r
+ for ( e in toBe.editables ) {\r
+ editableElement = toBe.editables[ e ];\r
+\r
+ delete editableElement.attributes.contenteditable;\r
+ editableElement.setHtml( widget.editables[ e ].getData() );\r
+ }\r
+\r
+ // Returned element always defaults to widgetElement.\r
+ if ( !retElement )\r
+ retElement = widgetElement;\r
+\r
+ toBe.wrapper.replaceWith( retElement );\r
+ }\r
+ }, null, null, 13 );\r
+\r
+\r
+ editor.on( 'contentDomUnload', function() {\r
+ widgetsRepo.destroyAll( true );\r
+ } );\r
+ }\r
+\r
+ function setupWidgetsLifecycleStart( widgetsRepo ) {\r
+ var editor = widgetsRepo.editor,\r
+ processedWidgetOnly,\r
+ snapshotLoaded;\r
+\r
+ // Listen after ACF (so data are filtered),\r
+ // but before dataProcessor.dataFilter was applied (so we can secure widgets' internals).\r
+ editor.on( 'toHtml', function( evt ) {\r
+ var upcastIterator = createUpcastIterator( widgetsRepo ),\r
+ toBeWrapped;\r
+\r
+ evt.data.dataValue.forEach( upcastIterator.iterator, CKEDITOR.NODE_ELEMENT, true );\r
+\r
+ // Clean up and wrap all queued elements.\r
+ while ( ( toBeWrapped = upcastIterator.toBeWrapped.pop() ) ) {\r
+ cleanUpWidgetElement( toBeWrapped[ 0 ] );\r
+ widgetsRepo.wrapElement( toBeWrapped[ 0 ], toBeWrapped[ 1 ] );\r
+ }\r
+\r
+ // Used to determine whether only widget was pasted.\r
+ if ( evt.data.protectedWhitespaces ) {\r
+ // Whitespaces are protected by wrapping content with spans. Take the middle node only.\r
+ processedWidgetOnly = evt.data.dataValue.children.length == 3 &&\r
+ Widget.isParserWidgetWrapper( evt.data.dataValue.children[ 1 ] );\r
+ } else {\r
+ processedWidgetOnly = evt.data.dataValue.children.length == 1 &&\r
+ Widget.isParserWidgetWrapper( evt.data.dataValue.children[ 0 ] );\r
+ }\r
+ }, null, null, 8 );\r
+\r
+ editor.on( 'dataReady', function() {\r
+ // Clean up all widgets loaded from snapshot.\r
+ if ( snapshotLoaded )\r
+ cleanUpAllWidgetElements( widgetsRepo, editor.editable() );\r
+ snapshotLoaded = 0;\r
+\r
+ // Some widgets were destroyed on contentDomUnload,\r
+ // some on loadSnapshot, but that does not include\r
+ // e.g. setHtml on inline editor or widgets removed just\r
+ // before setting data.\r
+ widgetsRepo.destroyAll( true );\r
+ widgetsRepo.initOnAll();\r
+ } );\r
+\r
+ // Set flag so dataReady will know that additional\r
+ // cleanup is needed, because snapshot containing widgets was loaded.\r
+ editor.on( 'loadSnapshot', function( evt ) {\r
+ // Primitive but sufficient check which will prevent from executing\r
+ // heavier cleanUpAllWidgetElements if not needed.\r
+ if ( ( /data-cke-widget/ ).test( evt.data ) )\r
+ snapshotLoaded = 1;\r
+\r
+ widgetsRepo.destroyAll( true );\r
+ }, null, null, 9 );\r
+\r
+ // Handle pasted single widget.\r
+ editor.on( 'paste', function( evt ) {\r
+ var data = evt.data;\r
+\r
+ data.dataValue = data.dataValue.replace( pasteReplaceRegex, pasteReplaceFn );\r
+\r
+ // If drag'n'drop kind of paste into nested editable (data.range), selection is set AFTER\r
+ // data is pasted, which means editor has no chance to change activeFilter's context.\r
+ // As a result, pasted data is filtered with default editor's filter instead of NE's and\r
+ // funny things get inserted. Changing the filter by analysis of the paste range below (#13186).\r
+ if ( data.range ) {\r
+ // Check if pasting into nested editable.\r
+ var nestedEditable = Widget.getNestedEditable( editor.editable(), data.range.startContainer );\r
+\r
+ if ( nestedEditable ) {\r
+ // Retrieve the filter from NE's data and set it active before editor.insertHtml is done\r
+ // in clipboard plugin.\r
+ var filter = CKEDITOR.filter.instances[ nestedEditable.data( 'cke-filter' ) ];\r
+\r
+ if ( filter ) {\r
+ editor.setActiveFilter( filter );\r
+ }\r
+ }\r
+ }\r
+ } );\r
+\r
+ // Listen with high priority to check widgets after data was inserted.\r
+ editor.on( 'afterInsertHtml', function( evt ) {\r
+ if ( evt.data.intoRange ) {\r
+ widgetsRepo.checkWidgets( { initOnlyNew: true } );\r
+ } else {\r
+ editor.fire( 'lockSnapshot' );\r
+ // Init only new for performance reason.\r
+ // Focus inited if only widget was processed.\r
+ widgetsRepo.checkWidgets( { initOnlyNew: true, focusInited: processedWidgetOnly } );\r
+\r
+ editor.fire( 'unlockSnapshot' );\r
+ }\r
+ } );\r
+ }\r
+\r
+ // Helper for coordinating which widgets should be\r
+ // selected/deselected and which one should be focused/blurred.\r
+ function stateUpdater( widgetsRepo ) {\r
+ var currentlySelected = widgetsRepo.selected,\r
+ toBeSelected = [],\r
+ toBeDeselected = currentlySelected.slice( 0 ),\r
+ focused = null;\r
+\r
+ return {\r
+ select: function( widget ) {\r
+ if ( CKEDITOR.tools.indexOf( currentlySelected, widget ) < 0 )\r
+ toBeSelected.push( widget );\r
+\r
+ var index = CKEDITOR.tools.indexOf( toBeDeselected, widget );\r
+ if ( index >= 0 )\r
+ toBeDeselected.splice( index, 1 );\r
+\r
+ return this;\r
+ },\r
+\r
+ focus: function( widget ) {\r
+ focused = widget;\r
+ return this;\r
+ },\r
+\r
+ commit: function() {\r
+ var focusedChanged = widgetsRepo.focused !== focused,\r
+ widget, isDirty;\r
+\r
+ widgetsRepo.editor.fire( 'lockSnapshot' );\r
+\r
+ if ( focusedChanged && ( widget = widgetsRepo.focused ) )\r
+ blurWidget( widgetsRepo, widget );\r
+\r
+ while ( ( widget = toBeDeselected.pop() ) ) {\r
+ currentlySelected.splice( CKEDITOR.tools.indexOf( currentlySelected, widget ), 1 );\r
+ // Widget could be destroyed in the meantime - e.g. data could be set.\r
+ if ( widget.isInited() ) {\r
+ isDirty = widget.editor.checkDirty();\r
+\r
+ widget.setSelected( false );\r
+\r
+ !isDirty && widget.editor.resetDirty();\r
+ }\r
+ }\r
+\r
+ if ( focusedChanged && focused ) {\r
+ isDirty = widgetsRepo.editor.checkDirty();\r
+\r
+ widgetsRepo.focused = focused;\r
+ widgetsRepo.fire( 'widgetFocused', { widget: focused } );\r
+ focused.setFocused( true );\r
+\r
+ !isDirty && widgetsRepo.editor.resetDirty();\r
+ }\r
+\r
+ while ( ( widget = toBeSelected.pop() ) ) {\r
+ currentlySelected.push( widget );\r
+ widget.setSelected( true );\r
+ }\r
+\r
+ widgetsRepo.editor.fire( 'unlockSnapshot' );\r
+ }\r
+ };\r
+ }\r
+\r
+\r
+ //\r
+ // WIDGET helpers ---------------------------------------------------------\r
+ //\r
+\r
+ // LEFT, RIGHT, UP, DOWN, DEL, BACKSPACE - unblock default fake sel handlers.\r
+ var keystrokesNotBlockedByWidget = { 37: 1, 38: 1, 39: 1, 40: 1, 8: 1, 46: 1 };\r
+\r
+ // Applies or removes style's classes from widget.\r
+ // @param {CKEDITOR.style} style Custom widget style.\r
+ // @param {Boolean} apply Whether to apply or remove style.\r
+ function applyRemoveStyle( widget, style, apply ) {\r
+ var changed = 0,\r
+ classes = getStyleClasses( style ),\r
+ updatedClasses = widget.data.classes || {},\r
+ cl;\r
+\r
+ // Ee... Something is wrong with this style.\r
+ if ( !classes )\r
+ return;\r
+\r
+ // Clone, because we need to break reference.\r
+ updatedClasses = CKEDITOR.tools.clone( updatedClasses );\r
+\r
+ while ( ( cl = classes.pop() ) ) {\r
+ if ( apply ) {\r
+ if ( !updatedClasses[ cl ] )\r
+ changed = updatedClasses[ cl ] = 1;\r
+ } else {\r
+ if ( updatedClasses[ cl ] ) {\r
+ delete updatedClasses[ cl ];\r
+ changed = 1;\r
+ }\r
+ }\r
+ }\r
+ if ( changed )\r
+ widget.setData( 'classes', updatedClasses );\r
+ }\r
+\r
+ function cancel( evt ) {\r
+ evt.cancel();\r
+ }\r
+\r
+ function copySingleWidget( widget, isCut ) {\r
+ var editor = widget.editor,\r
+ doc = editor.document;\r
+\r
+ // We're still handling previous copy/cut.\r
+ // When keystroke is used to copy/cut this will also prevent\r
+ // conflict with copySingleWidget called again for native copy/cut event.\r
+ if ( doc.getById( 'cke_copybin' ) )\r
+ return;\r
+\r
+ // [IE] Use span for copybin and its container to avoid bug with expanding editable height by\r
+ // absolutely positioned element.\r
+ var copybinName = ( editor.blockless || CKEDITOR.env.ie ) ? 'span' : 'div',\r
+ copybin = doc.createElement( copybinName ),\r
+ copybinContainer = doc.createElement( copybinName ),\r
+ // IE8 always jumps to the end of document.\r
+ needsScrollHack = CKEDITOR.env.ie && CKEDITOR.env.version < 9;\r
+\r
+ copybinContainer.setAttributes( {\r
+ id: 'cke_copybin',\r
+ 'data-cke-temp': '1'\r
+ } );\r
+\r
+ // Position copybin element outside current viewport.\r
+ copybin.setStyles( {\r
+ position: 'absolute',\r
+ width: '1px',\r
+ height: '1px',\r
+ overflow: 'hidden'\r
+ } );\r
+\r
+ copybin.setStyle( editor.config.contentsLangDirection == 'ltr' ? 'left' : 'right', '-5000px' );\r
+\r
+ var range = editor.createRange();\r
+ range.setStartBefore( widget.wrapper );\r
+ range.setEndAfter( widget.wrapper );\r
+\r
+ copybin.setHtml(\r
+ '<span data-cke-copybin-start="1">\u200b</span>' +\r
+ editor.editable().getHtmlFromRange( range ).getHtml() +\r
+ '<span data-cke-copybin-end="1">\u200b</span>' );\r
+\r
+ // Save snapshot with the current state.\r
+ editor.fire( 'saveSnapshot' );\r
+\r
+ // Ignore copybin.\r
+ editor.fire( 'lockSnapshot' );\r
+\r
+ copybinContainer.append( copybin );\r
+ editor.editable().append( copybinContainer );\r
+\r
+ var listener1 = editor.on( 'selectionChange', cancel, null, null, 0 ),\r
+ listener2 = widget.repository.on( 'checkSelection', cancel, null, null, 0 );\r
+\r
+ if ( needsScrollHack ) {\r
+ var docElement = doc.getDocumentElement().$,\r
+ scrollTop = docElement.scrollTop;\r
+ }\r
+\r
+ // Once the clone of the widget is inside of copybin, select\r
+ // the entire contents. This selection will be copied by the\r
+ // native browser's clipboard system.\r
+ range = editor.createRange();\r
+ range.selectNodeContents( copybin );\r
+ range.select();\r
+\r
+ if ( needsScrollHack )\r
+ docElement.scrollTop = scrollTop;\r
+\r
+ setTimeout( function() {\r
+ // [IE] Focus widget before removing copybin to avoid scroll jump.\r
+ if ( !isCut )\r
+ widget.focus();\r
+\r
+ copybinContainer.remove();\r
+\r
+ listener1.removeListener();\r
+ listener2.removeListener();\r
+\r
+ editor.fire( 'unlockSnapshot' );\r
+\r
+ if ( isCut ) {\r
+ widget.repository.del( widget );\r
+ editor.fire( 'saveSnapshot' );\r
+ }\r
+ }, 100 ); // Use 100ms, so Chrome (@Mac) will be able to grab the content.\r
+ }\r
+\r
+ // Extracts classes array from style instance.\r
+ function getStyleClasses( style ) {\r
+ var attrs = style.getDefinition().attributes,\r
+ classes = attrs && attrs[ 'class' ];\r
+\r
+ return classes ? classes.split( /\s+/ ) : null;\r
+ }\r
+\r
+ // [IE] Force keeping focus because IE sometimes forgets to fire focus on main editable\r
+ // when blurring nested editable.\r
+ // @context widget\r
+ function onEditableBlur() {\r
+ var active = CKEDITOR.document.getActive(),\r
+ editor = this.editor,\r
+ editable = editor.editable();\r
+\r
+ // If focus stays within editor override blur and set currentActive because it should be\r
+ // automatically changed to editable on editable#focus but it is not fired.\r
+ if ( ( editable.isInline() ? editable : editor.document.getWindow().getFrame() ).equals( active ) )\r
+ editor.focusManager.focus( editable );\r
+ }\r
+\r
+ // Force selectionChange when editable was focused.\r
+ // Similar to hack in selection.js#~620.\r
+ // @context widget\r
+ function onEditableFocus() {\r
+ // Gecko does not support 'DOMFocusIn' event on which we unlock selection\r
+ // in selection.js to prevent selection locking when entering nested editables.\r
+ if ( CKEDITOR.env.gecko )\r
+ this.editor.unlockSelection();\r
+\r
+ // We don't need to force selectionCheck on Webkit, because on Webkit\r
+ // we do that on DOMFocusIn in selection.js.\r
+ if ( !CKEDITOR.env.webkit ) {\r
+ this.editor.forceNextSelectionCheck();\r
+ this.editor.selectionChange( 1 );\r
+ }\r
+ }\r
+\r
+ // Setup listener on widget#data which will update (remove/add) classes\r
+ // by comparing newly set classes with the old ones.\r
+ function setupDataClassesListener( widget ) {\r
+ // Note: previousClasses and newClasses may be null!\r
+ // Tip: for ( cl in null ) is correct.\r
+ var previousClasses = null;\r
+\r
+ widget.on( 'data', function() {\r
+ var newClasses = this.data.classes,\r
+ cl;\r
+\r
+ // When setting new classes one need to remember\r
+ // that he must break reference.\r
+ if ( previousClasses == newClasses )\r
+ return;\r
+\r
+ for ( cl in previousClasses ) {\r
+ // Avoid removing and adding classes again.\r
+ if ( !( newClasses && newClasses[ cl ] ) )\r
+ this.removeClass( cl );\r
+ }\r
+ for ( cl in newClasses )\r
+ this.addClass( cl );\r
+\r
+ previousClasses = newClasses;\r
+ } );\r
+ }\r
+\r
+ function setupDragHandler( widget ) {\r
+ if ( !widget.draggable )\r
+ return;\r
+\r
+ var editor = widget.editor,\r
+ // Use getLast to find wrapper's direct descendant (#12022).\r
+ container = widget.wrapper.getLast( Widget.isDomDragHandlerContainer ),\r
+ img;\r
+\r
+ // Reuse drag handler if already exists (#11281).\r
+ if ( container )\r
+ img = container.findOne( 'img' );\r
+ else {\r
+ container = new CKEDITOR.dom.element( 'span', editor.document );\r
+ container.setAttributes( {\r
+ 'class': 'cke_reset cke_widget_drag_handler_container',\r
+ // Split background and background-image for IE8 which will break on rgba().\r
+ style: 'background:rgba(220,220,220,0.5);background-image:url(' + editor.plugins.widget.path + 'images/handle.png)'\r
+ } );\r
+\r
+ img = new CKEDITOR.dom.element( 'img', editor.document );\r
+ img.setAttributes( {\r
+ 'class': 'cke_reset cke_widget_drag_handler',\r
+ 'data-cke-widget-drag-handler': '1',\r
+ src: CKEDITOR.tools.transparentImageData,\r
+ width: DRAG_HANDLER_SIZE,\r
+ title: editor.lang.widget.move,\r
+ height: DRAG_HANDLER_SIZE\r
+ } );\r
+ widget.inline && img.setAttribute( 'draggable', 'true' );\r
+\r
+ container.append( img );\r
+ widget.wrapper.append( container );\r
+ }\r
+\r
+ // Preventing page reload when dropped content on widget wrapper (#13015).\r
+ // Widget is not editable so by default drop on it isn't allowed what means that\r
+ // browser handles it (there's no editable#drop event). If there's no drop event we cannot block\r
+ // the drop, so page is reloaded. This listener enables drop on widget wrappers.\r
+ widget.wrapper.on( 'dragover', function( evt ) {\r
+ evt.data.preventDefault();\r
+ } );\r
+\r
+ widget.wrapper.on( 'mouseenter', widget.updateDragHandlerPosition, widget );\r
+ setTimeout( function() {\r
+ widget.on( 'data', widget.updateDragHandlerPosition, widget );\r
+ }, 50 );\r
+\r
+ if ( !widget.inline ) {\r
+ img.on( 'mousedown', onBlockWidgetDrag, widget );\r
+\r
+ // On IE8 'dragstart' is propagated to editable, so editor#dragstart is fired twice on block widgets.\r
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) {\r
+ img.on( 'dragstart', function( evt ) {\r
+ evt.data.preventDefault( true );\r
+ } );\r
+ }\r
+ }\r
+\r
+ widget.dragHandlerContainer = container;\r
+ }\r
+\r
+ function onBlockWidgetDrag( evt ) {\r
+ var finder = this.repository.finder,\r
+ locator = this.repository.locator,\r
+ liner = this.repository.liner,\r
+ editor = this.editor,\r
+ editable = editor.editable(),\r
+ listeners = [],\r
+ sorted = [];\r
+\r
+ // Mark dragged widget for repository#finder.\r
+ this.repository._.draggedWidget = this;\r
+\r
+ // Harvest all possible relations and display some closest.\r
+ var relations = finder.greedySearch(),\r
+\r
+ buffer = CKEDITOR.tools.eventsBuffer( 50, function() {\r
+ locations = locator.locate( relations );\r
+\r
+ // There's only a single line displayed for D&D.\r
+ sorted = locator.sort( y, 1 );\r
+\r
+ if ( sorted.length ) {\r
+ liner.prepare( relations, locations );\r
+ liner.placeLine( sorted[ 0 ] );\r
+ liner.cleanup();\r
+ }\r
+ } ),\r
+\r
+ locations, y;\r
+\r
+ // Let's have the "dragging cursor" over entire editable.\r
+ editable.addClass( 'cke_widget_dragging' );\r
+\r
+ // Cache mouse position so it is re-used in events buffer.\r
+ listeners.push( editable.on( 'mousemove', function( evt ) {\r
+ y = evt.data.$.clientY;\r
+ buffer.input();\r
+ } ) );\r
+\r
+ // Fire drag start as it happens during the native D&D.\r
+ editor.fire( 'dragstart', { target: evt.sender } );\r
+\r
+ function onMouseUp() {\r
+ var l;\r
+\r
+ buffer.reset();\r
+\r
+ // Stop observing events.\r
+ while ( ( l = listeners.pop() ) )\r
+ l.removeListener();\r
+\r
+ onBlockWidgetDrop.call( this, sorted, evt.sender );\r
+ }\r
+\r
+ // Mouseup means "drop". This is when the widget is being detached\r
+ // from DOM and placed at range determined by the line (location).\r
+ listeners.push( editor.document.once( 'mouseup', onMouseUp, this ) );\r
+\r
+ // Prevent calling 'onBlockWidgetDrop' twice in the inline editor.\r
+ // `removeListener` does not work if it is called at the same time event is fired.\r
+ if ( !editable.isInline() ) {\r
+ // Mouseup may occur when user hovers the line, which belongs to\r
+ // the outer document. This is, of course, a valid listener too.\r
+ listeners.push( CKEDITOR.document.once( 'mouseup', onMouseUp, this ) );\r
+ }\r
+ }\r
+\r
+ function onBlockWidgetDrop( sorted, dragTarget ) {\r
+ var finder = this.repository.finder,\r
+ liner = this.repository.liner,\r
+ editor = this.editor,\r
+ editable = this.editor.editable();\r
+\r
+ if ( !CKEDITOR.tools.isEmpty( liner.visible ) ) {\r
+ // Retrieve range for the closest location.\r
+ var dropRange = finder.getRange( sorted[ 0 ] );\r
+\r
+ // Focus widget (it could lost focus after mousedown+mouseup)\r
+ // and save this state as the one where we want to be taken back when undoing.\r
+ this.focus();\r
+\r
+ // Drag range will be set in the drop listener.\r
+ editor.fire( 'drop', {\r
+ dropRange: dropRange,\r
+ target: dropRange.startContainer\r
+ } );\r
+ }\r
+\r
+ // Clean-up custom cursor for editable.\r
+ editable.removeClass( 'cke_widget_dragging' );\r
+\r
+ // Clean-up all remaining lines.\r
+ liner.hideVisible();\r
+\r
+ // Clean-up drag & drop.\r
+ editor.fire( 'dragend', { target: dragTarget } );\r
+ }\r
+\r
+ function setupEditables( widget ) {\r
+ var editableName,\r
+ editableDef,\r
+ definedEditables = widget.editables;\r
+\r
+ widget.editables = {};\r
+\r
+ if ( !widget.editables )\r
+ return;\r
+\r
+ for ( editableName in definedEditables ) {\r
+ editableDef = definedEditables[ editableName ];\r
+ widget.initEditable( editableName, typeof editableDef == 'string' ? { selector: editableDef } : editableDef );\r
+ }\r
+ }\r
+\r
+ function setupMask( widget ) {\r
+ if ( !widget.mask )\r
+ return;\r
+\r
+ // Reuse mask if already exists (#11281).\r
+ var img = widget.wrapper.findOne( '.cke_widget_mask' );\r
+\r
+ if ( !img ) {\r
+ img = new CKEDITOR.dom.element( 'img', widget.editor.document );\r
+ img.setAttributes( {\r
+ src: CKEDITOR.tools.transparentImageData,\r
+ 'class': 'cke_reset cke_widget_mask'\r
+ } );\r
+ widget.wrapper.append( img );\r
+ }\r
+\r
+ widget.mask = img;\r
+ }\r
+\r
+ // Replace parts object containing:\r
+ // partName => selector pairs\r
+ // with:\r
+ // partName => element pairs\r
+ function setupParts( widget ) {\r
+ if ( widget.parts ) {\r
+ var parts = {},\r
+ el, partName;\r
+\r
+ for ( partName in widget.parts ) {\r
+ el = widget.wrapper.findOne( widget.parts[ partName ] );\r
+ parts[ partName ] = el;\r
+ }\r
+ widget.parts = parts;\r
+ }\r
+ }\r
+\r
+ function setupWidget( widget, widgetDef ) {\r
+ setupWrapper( widget );\r
+ setupParts( widget );\r
+ setupEditables( widget );\r
+ setupMask( widget );\r
+ setupDragHandler( widget );\r
+ setupDataClassesListener( widget );\r
+\r
+ // #11145: [IE8] Non-editable content of widget is draggable.\r
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) {\r
+ widget.wrapper.on( 'dragstart', function( evt ) {\r
+ var target = evt.data.getTarget();\r
+\r
+ // Allow text dragging inside nested editables or dragging inline widget's drag handler.\r
+ if ( !Widget.getNestedEditable( widget, target ) && !( widget.inline && Widget.isDomDragHandler( target ) ) )\r
+ evt.data.preventDefault();\r
+ } );\r
+ }\r
+\r
+ widget.wrapper.removeClass( 'cke_widget_new' );\r
+ widget.element.addClass( 'cke_widget_element' );\r
+\r
+ widget.on( 'key', function( evt ) {\r
+ var keyCode = evt.data.keyCode;\r
+\r
+ // ENTER.\r
+ if ( keyCode == 13 ) {\r
+ widget.edit();\r
+ // CTRL+C or CTRL+X.\r
+ } else if ( keyCode == CKEDITOR.CTRL + 67 || keyCode == CKEDITOR.CTRL + 88 ) {\r
+ copySingleWidget( widget, keyCode == CKEDITOR.CTRL + 88 );\r
+ return; // Do not preventDefault.\r
+ } else if ( keyCode in keystrokesNotBlockedByWidget || ( CKEDITOR.CTRL & keyCode ) || ( CKEDITOR.ALT & keyCode ) ) {\r
+ // Pass chosen keystrokes to other plugins or default fake sel handlers.\r
+ // Pass all CTRL/ALT keystrokes.\r
+ return;\r
+ }\r
+\r
+ return false;\r
+ }, null, null, 999 );\r
+ // Listen with high priority so it's possible\r
+ // to overwrite this callback.\r
+\r
+ widget.on( 'doubleclick', function( evt ) {\r
+ if ( widget.edit() ) {\r
+ // We have to cancel event if edit method opens a dialog, otherwise\r
+ // link plugin may open extra dialog (#12140).\r
+ evt.cancel();\r
+ }\r
+ } );\r
+\r
+ if ( widgetDef.data )\r
+ widget.on( 'data', widgetDef.data );\r
+\r
+ if ( widgetDef.edit )\r
+ widget.on( 'edit', widgetDef.edit );\r
+ }\r
+\r
+ function setupWidgetData( widget, startupData ) {\r
+ var widgetDataAttr = widget.element.data( 'cke-widget-data' );\r
+\r
+ if ( widgetDataAttr )\r
+ widget.setData( JSON.parse( decodeURIComponent( widgetDataAttr ) ) );\r
+ if ( startupData )\r
+ widget.setData( startupData );\r
+\r
+ // Populate classes if they are not preset.\r
+ if ( !widget.data.classes )\r
+ widget.setData( 'classes', widget.getClasses() );\r
+\r
+ // Unblock data and...\r
+ widget.dataReady = true;\r
+\r
+ // Write data to element because this was blocked when data wasn't ready.\r
+ writeDataToElement( widget );\r
+\r
+ // Fire data event first time, because this was blocked when data wasn't ready.\r
+ widget.fire( 'data', widget.data );\r
+ }\r
+\r
+ function setupWrapper( widget ) {\r
+ // Retrieve widget wrapper. Assign an id to it.\r
+ var wrapper = widget.wrapper = widget.element.getParent();\r
+ wrapper.setAttribute( 'data-cke-widget-id', widget.id );\r
+ }\r
+\r
+ function writeDataToElement( widget ) {\r
+ widget.element.data( 'cke-widget-data', encodeURIComponent( JSON.stringify( widget.data ) ) );\r
+ }\r
+\r
+ //\r
+ // WIDGET STYLE HANDLER ---------------------------------------------------\r
+ //\r
+\r
+ ( function() {\r
+\r
+ /**\r
+ * The class representing a widget style. It is an {@link CKEDITOR#STYLE_OBJECT object} like\r
+ * the styles handler for widgets.\r
+ *\r
+ * **Note:** This custom style handler does not support all methods of the {@link CKEDITOR.style} class.\r
+ * Not supported methods: {@link #applyToRange}, {@link #removeFromRange}, {@link #applyToObject}.\r
+ *\r
+ * @since 4.4\r
+ * @class CKEDITOR.style.customHandlers.widget\r
+ * @extends CKEDITOR.style\r
+ */\r
+ CKEDITOR.style.addCustomHandler( {\r
+ type: 'widget',\r
+\r
+ setup: function( styleDefinition ) {\r
+ /**\r
+ * The name of widget to which this style can be applied.\r
+ * It is extracted from style definition's `widget` property.\r
+ *\r
+ * @property {String} widget\r
+ */\r
+ this.widget = styleDefinition.widget;\r
+ },\r
+\r
+ apply: function( editor ) {\r
+ // Before CKEditor 4.4 wasn't a required argument, so we need to\r
+ // handle a case when it wasn't provided.\r
+ if ( !( editor instanceof CKEDITOR.editor ) )\r
+ return;\r
+\r
+ // Theoretically we could bypass checkApplicable, get widget from\r
+ // widgets.focused and check its name, what would be faster, but then\r
+ // this custom style would work differently than the default style\r
+ // which checks if it's applicable before applying or removeing itself.\r
+ if ( this.checkApplicable( editor.elementPath(), editor ) )\r
+ editor.widgets.focused.applyStyle( this );\r
+ },\r
+\r
+ remove: function( editor ) {\r
+ // Before CKEditor 4.4 wasn't a required argument, so we need to\r
+ // handle a case when it wasn't provided.\r
+ if ( !( editor instanceof CKEDITOR.editor ) )\r
+ return;\r
+\r
+ if ( this.checkApplicable( editor.elementPath(), editor ) )\r
+ editor.widgets.focused.removeStyle( this );\r
+ },\r
+\r
+ checkActive: function( elementPath, editor ) {\r
+ return this.checkElementMatch( elementPath.lastElement, 0, editor );\r
+ },\r
+\r
+ checkApplicable: function( elementPath, editor ) {\r
+ // Before CKEditor 4.4 wasn't a required argument, so we need to\r
+ // handle a case when it wasn't provided.\r
+ if ( !( editor instanceof CKEDITOR.editor ) )\r
+ return false;\r
+\r
+ return this.checkElement( elementPath.lastElement );\r
+ },\r
+\r
+ checkElementMatch: checkElementMatch,\r
+\r
+ checkElementRemovable: checkElementMatch,\r
+\r
+ /**\r
+ * Checks if an element is a {@link CKEDITOR.plugins.widget#wrapper wrapper} of a\r
+ * widget whose name matches the {@link #widget widget name} specified in the style definition.\r
+ *\r
+ * @param {CKEDITOR.dom.element} element\r
+ * @returns {Boolean}\r
+ */\r
+ checkElement: function( element ) {\r
+ if ( !Widget.isDomWidgetWrapper( element ) )\r
+ return false;\r
+\r
+ var widgetElement = element.getFirst( Widget.isDomWidgetElement );\r
+ return widgetElement && widgetElement.data( 'widget' ) == this.widget;\r
+ },\r
+\r
+ buildPreview: function( label ) {\r
+ return label || this._.definition.name;\r
+ },\r
+\r
+ /**\r
+ * Returns allowed content rules which should be registered for this style.\r
+ * Uses widget's {@link CKEDITOR.plugins.widget.definition#styleableElements} to make a rule\r
+ * allowing classes on specified elements or use widget's\r
+ * {@link CKEDITOR.plugins.widget.definition#styleToAllowedContentRules} method to transform a style\r
+ * into allowed content rules.\r
+ *\r
+ * @param {CKEDITOR.editor} The editor instance.\r
+ * @returns {CKEDITOR.filter.allowedContentRules}\r
+ */\r
+ toAllowedContentRules: function( editor ) {\r
+ if ( !editor )\r
+ return null;\r
+\r
+ var widgetDef = editor.widgets.registered[ this.widget ],\r
+ classes,\r
+ rule = {};\r
+\r
+ if ( !widgetDef )\r
+ return null;\r
+\r
+ if ( widgetDef.styleableElements ) {\r
+ classes = this.getClassesArray();\r
+ if ( !classes )\r
+ return null;\r
+\r
+ rule[ widgetDef.styleableElements ] = {\r
+ classes: classes,\r
+ propertiesOnly: true\r
+ };\r
+ return rule;\r
+ }\r
+ if ( widgetDef.styleToAllowedContentRules )\r
+ return widgetDef.styleToAllowedContentRules( this );\r
+ return null;\r
+ },\r
+\r
+ /**\r
+ * Returns classes defined in the style in form of an array.\r
+ *\r
+ * @returns {String[]}\r
+ */\r
+ getClassesArray: function() {\r
+ var classes = this._.definition.attributes && this._.definition.attributes[ 'class' ];\r
+\r
+ return classes ? CKEDITOR.tools.trim( classes ).split( /\s+/ ) : null;\r
+ },\r
+\r
+ /**\r
+ * Not implemented.\r
+ *\r
+ * @method applyToRange\r
+ */\r
+ applyToRange: notImplemented,\r
+\r
+ /**\r
+ * Not implemented.\r
+ *\r
+ * @method removeFromRange\r
+ */\r
+ removeFromRange: notImplemented,\r
+\r
+ /**\r
+ * Not implemented.\r
+ *\r
+ * @method applyToObject\r
+ */\r
+ applyToObject: notImplemented\r
+ } );\r
+\r
+ function notImplemented() {}\r
+\r
+ // @context style\r
+ function checkElementMatch( element, fullMatch, editor ) {\r
+ // Before CKEditor 4.4 wasn't a required argument, so we need to\r
+ // handle a case when it wasn't provided.\r
+ if ( !editor )\r
+ return false;\r
+\r
+ if ( !this.checkElement( element ) )\r
+ return false;\r
+\r
+ var widget = editor.widgets.getByElement( element, true );\r
+ return widget && widget.checkStyleActive( this );\r
+ }\r
+\r
+ } )();\r
+\r
+ //\r
+ // EXPOSE PUBLIC API ------------------------------------------------------\r
+ //\r
+\r
+ CKEDITOR.plugins.widget = Widget;\r
+ Widget.repository = Repository;\r
+ Widget.nestedEditable = NestedEditable;\r
+} )();\r
+\r
+/**\r
+ * An event fired when a widget definition is registered by the {@link CKEDITOR.plugins.widget.repository#add} method.\r
+ * It is possible to modify the definition being registered.\r
+ *\r
+ * @event widgetDefinition\r
+ * @member CKEDITOR.editor\r
+ * @param {CKEDITOR.plugins.widget.definition} data Widget definition.\r
+ */\r
+\r
+/**\r
+ * This is an abstract class that describes the definition of a widget.\r
+ * It is a type of {@link CKEDITOR.plugins.widget.repository#add} method's second argument.\r
+ *\r
+ * Widget instances inherit from registered widget definitions, although not in a prototypal way.\r
+ * They are simply extended with corresponding widget definitions. Note that not all properties of\r
+ * the widget definition become properties of a widget. Some, like {@link #data} or {@link #edit}, become\r
+ * widget's events listeners.\r
+ *\r
+ * @class CKEDITOR.plugins.widget.definition\r
+ * @abstract\r
+ * @mixins CKEDITOR.feature\r
+ */\r
+\r
+/**\r
+ * Widget definition name. It is automatically set when the definition is\r
+ * {@link CKEDITOR.plugins.widget.repository#add registered}.\r
+ *\r
+ * @property {String} name\r
+ */\r
+\r
+/**\r
+ * The method executed while initializing a widget, after a widget instance\r
+ * is created, but before it is ready. It is executed before the first\r
+ * {@link CKEDITOR.plugins.widget#event-data} is fired so it is common to\r
+ * use the `init` method to populate widget data with information loaded from\r
+ * the DOM, like for exmaple:\r
+ *\r
+ * init: function() {\r
+ * this.setData( 'width', this.element.getStyle( 'width' ) );\r
+ *\r
+ * if ( this.parts.caption.getStyle( 'display' ) != 'none' )\r
+ * this.setData( 'showCaption', true );\r
+ * }\r
+ *\r
+ * @property {Function} init\r
+ */\r
+\r
+/**\r
+ * The function to be used to upcast an element to this widget or a\r
+ * comma-separated list of upcast methods from the {@link #upcasts} object.\r
+ *\r
+ * The upcast function **is not** executed in the widget context (because the widget\r
+ * does not exist yet) and two arguments are passed:\r
+ *\r
+ * * `element` ({@link CKEDITOR.htmlParser.element}) – The element to be checked.\r
+ * * `data` (`Object`) – The object which can be extended with data which will then be passed to the widget.\r
+ *\r
+ * An element will be upcasted if a function returned `true` or an instance of\r
+ * a {@link CKEDITOR.htmlParser.element} if upcasting meant DOM structure changes\r
+ * (in this case the widget will be initialized on the returned element).\r
+ *\r
+ * @property {String/Function} upcast\r
+ */\r
+\r
+/**\r
+ * The object containing functions which can be used to upcast this widget.\r
+ * Only those pointed by the {@link #upcast} property will be used.\r
+ *\r
+ * In most cases it is appropriate to use {@link #upcast} directly,\r
+ * because majority of widgets need just one method.\r
+ * However, in some cases the widget author may want to expose more than one variant\r
+ * and then this property may be used.\r
+ *\r
+ * upcasts: {\r
+ * // This function may upcast only figure elements.\r
+ * figure: function() {\r
+ * // ...\r
+ * },\r
+ * // This function may upcast only image elements.\r
+ * image: function() {\r
+ * // ...\r
+ * },\r
+ * // More variants...\r
+ * }\r
+ *\r
+ * // Then, widget user may choose which upcast methods will be enabled.\r
+ * editor.on( 'widgetDefinition', function( evt ) {\r
+ * if ( evt.data.name == 'image' )\r
+ * evt.data.upcast = 'figure,image'; // Use both methods.\r
+ * } );\r
+ *\r
+ * @property {Object} upcasts\r
+ */\r
+\r
+/**\r
+ * The {@link #upcast} method(s) priority. The upcast with a lower priority number will be called before\r
+ * the one with a higher number. The default priority is `10`.\r
+ *\r
+ * @since 4.5\r
+ * @property {Number} [upcastPriority=10]\r
+ */\r
+\r
+/**\r
+ * The function to be used to downcast this widget or\r
+ * a name of the downcast option from the {@link #downcasts} object.\r
+ *\r
+ * The downcast funciton will be executed in the {@link CKEDITOR.plugins.widget} context\r
+ * and with `widgetElement` ({@link CKEDITOR.htmlParser.element}) argument which is\r
+ * the widget's main element.\r
+ *\r
+ * The function may return an instance of the {@link CKEDITOR.htmlParser.node} class if the widget\r
+ * needs to be downcasted to a different node than the widget's main element.\r
+ *\r
+ * @property {String/Function} downcast\r
+ */\r
+\r
+/**\r
+ * The object containing functions which can be used to downcast this widget.\r
+ * Only the one pointed by the {@link #downcast} property will be used.\r
+ *\r
+ * In most cases it is appropriate to use {@link #downcast} directly,\r
+ * because majority of widgets have just one variant of downcasting (or none at all).\r
+ * However, in some cases the widget author may want to expose more than one variant\r
+ * and then this property may be used.\r
+ *\r
+ * downcasts: {\r
+ * // This downcast may transform the widget into the figure element.\r
+ * figure: function() {\r
+ * // ...\r
+ * },\r
+ * // This downcast may transform the widget into the image element with data-* attributes.\r
+ * image: function() {\r
+ * // ...\r
+ * }\r
+ * }\r
+ *\r
+ * // Then, the widget user may choose one of the downcast options when setting up his editor.\r
+ * editor.on( 'widgetDefinition', function( evt ) {\r
+ * if ( evt.data.name == 'image' )\r
+ * evt.data.downcast = 'figure';\r
+ * } );\r
+ *\r
+ * @property downcasts\r
+ */\r
+\r
+/**\r
+ * If set, it will be added as the {@link CKEDITOR.plugins.widget#event-edit} event listener.\r
+ * This means that it will be executed when a widget is being edited.\r
+ * See the {@link CKEDITOR.plugins.widget#method-edit} method.\r
+ *\r
+ * @property {Function} edit\r
+ */\r
+\r
+/**\r
+ * If set, it will be added as the {@link CKEDITOR.plugins.widget#event-data} event listener.\r
+ * This means that it will be executed every time the {@link CKEDITOR.plugins.widget#property-data widget data} changes.\r
+ *\r
+ * @property {Function} data\r
+ */\r
+\r
+/**\r
+ * The method to be executed when the widget's command is executed in order to insert a new widget\r
+ * (widget of this type is not focused). If not defined, then the default action will be\r
+ * performed which means that:\r
+ *\r
+ * * An instance of the widget will be created in a detached {@link CKEDITOR.dom.documentFragment document fragment},\r
+ * * The {@link CKEDITOR.plugins.widget#method-edit} method will be called to trigger widget editing,\r
+ * * The widget element will be inserted into DOM.\r
+ *\r
+ * @property {Function} insert\r
+ */\r
+\r
+/**\r
+ * The name of a dialog window which will be opened on {@link CKEDITOR.plugins.widget#method-edit}.\r
+ * If not defined, then the {@link CKEDITOR.plugins.widget#method-edit} method will not perform any action and\r
+ * widget's command will insert a new widget without opening a dialog window first.\r
+ *\r
+ * @property {String} dialog\r
+ */\r
+\r
+/**\r
+ * The template which will be used to create a new widget element (when the widget's command is executed).\r
+ * This string is populated with {@link #defaults default values} by using the {@link CKEDITOR.template} format.\r
+ * Therefore it has to be a valid {@link CKEDITOR.template} argument.\r
+ *\r
+ * @property {String} template\r
+ */\r
+\r
+/**\r
+ * The data object which will be used to populate the data of a newly created widget.\r
+ * See {@link CKEDITOR.plugins.widget#property-data}.\r
+ *\r
+ * defaults: {\r
+ * showCaption: true,\r
+ * align: 'none'\r
+ * }\r
+ *\r
+ * @property defaults\r
+ */\r
+\r
+/**\r
+ * An object containing definitions of widget components (part name => CSS selector).\r
+ *\r
+ * parts: {\r
+ * image: 'img',\r
+ * caption: 'div.caption'\r
+ * }\r
+ *\r
+ * @property parts\r
+ */\r
+\r
+/**\r
+ * An object containing definitions of nested editables (editable name => {@link CKEDITOR.plugins.widget.nestedEditable.definition}).\r
+ * Note that editables *have to* be defined in the same order as they are in DOM / {@link CKEDITOR.plugins.widget.definition#template template}.\r
+ * Otherwise errors will occur when nesting widgets inside each other.\r
+ *\r
+ * editables: {\r
+ * header: 'h1',\r
+ * content: {\r
+ * selector: 'div.content',\r
+ * allowedContent: 'p strong em; a[!href]'\r
+ * }\r
+ * }\r
+ *\r
+ * @property editables\r
+ */\r
+\r
+/**\r
+ * Widget name displayed in elements path.\r
+ *\r
+ * @property {String} pathName\r
+ */\r
+\r
+/**\r
+ * If set to `true`, the widget's element will be covered with a transparent mask.\r
+ * This will prevent its content from being clickable, which matters in case\r
+ * of special elements like embedded Flash or iframes that generate a separate "context".\r
+ *\r
+ * @property {Boolean} mask\r
+ */\r
+\r
+/**\r
+ * If set to `true/false`, it will force the widget to be either an inline or a block widget.\r
+ * If not set, the widget type will be determined from the widget element.\r
+ *\r
+ * Widget type influences whether a block (`div`) or an inline (`span`) element is used\r
+ * for the wrapper.\r
+ *\r
+ * @property {Boolean} inline\r
+ */\r
+\r
+/**\r
+ * The label for the widget toolbar button.\r
+ *\r
+ * editor.widgets.add( 'simplebox', {\r
+ * button: 'Create a simple box'\r
+ * } );\r
+ *\r
+ * editor.widgets.add( 'simplebox', {\r
+ * button: editor.lang.simplebox.title\r
+ * } );\r
+ *\r
+ * @property {String} button\r
+ */\r
+\r
+/**\r
+ * Whether widget should be draggable. Defaults to `true`.\r
+ * If set to `false` drag handler will not be displayed when hovering widget.\r
+ *\r
+ * @property {Boolean} draggable\r
+ */\r
+\r
+/**\r
+ * Names of element(s) (separated by spaces) for which the {@link CKEDITOR.filter} should allow classes\r
+ * defined in the widget styles. For example if your widget is upcasted from a simple `<div>`\r
+ * element, then in order to make it styleable you can set:\r
+ *\r
+ * editor.widgets.add( 'customWidget', {\r
+ * upcast: function( element ) {\r
+ * return element.name == 'div';\r
+ * },\r
+ *\r
+ * // ...\r
+ *\r
+ * styleableElements: 'div'\r
+ * } );\r
+ *\r
+ * Then, when the following style is defined:\r
+ *\r
+ * {\r
+ * name: 'Thick border', type: 'widget', widget: 'customWidget',\r
+ * attributes: { 'class': 'thickBorder' }\r
+ * }\r
+ *\r
+ * a rule allowing the `thickBorder` class for `div` elements will be registered in the {@link CKEDITOR.filter}.\r
+ *\r
+ * If you need to have more freedom when transforming widget style to allowed content rules,\r
+ * you can use the {@link #styleToAllowedContentRules} callback.\r
+ *\r
+ * @since 4.4\r
+ * @property {String} styleableElements\r
+ */\r
+\r
+/**\r
+ * Function transforming custom widget's {@link CKEDITOR.style} instance into\r
+ * {@link CKEDITOR.filter.allowedContentRules}. It may be used when a static\r
+ * {@link #styleableElements} property is not enough to inform the {@link CKEDITOR.filter}\r
+ * what HTML features should be enabled when allowing the given style.\r
+ *\r
+ * In most cases, when style's classes just have to be added to element name(s) used by\r
+ * the widget element, it is recommended to use simpler {@link #styleableElements} property.\r
+ *\r
+ * In order to get parsed classes from the style definition you can use\r
+ * {@link CKEDITOR.style.customHandlers.widget#getClassesArray}.\r
+ *\r
+ * For example, if you want to use the [object format of allowed content rules](#!/guide/dev_allowed_content_rules-section-object-format),\r
+ * to specify `match` validator, your implementation could look like this:\r
+ *\r
+ * editor.widgets.add( 'customWidget', {\r
+ * // ...\r
+ *\r
+ * styleToAllowedContentRules: funciton( style ) {\r
+ * // Retrieve classes defined in the style.\r
+ * var classes = style.getClassesArray();\r
+ *\r
+ * // Do something crazy - for example return allowed content rules in object format,\r
+ * // with custom match property and propertiesOnly flag.\r
+ * return {\r
+ * h1: {\r
+ * match: isWidgetElement,\r
+ * propertiesOnly: true,\r
+ * classes: classes\r
+ * }\r
+ * };\r
+ * }\r
+ * } );\r
+ *\r
+ * @since 4.4\r
+ * @property {Function} styleToAllowedContentRules\r
+ * @param {CKEDITOR.style.customHandlers.widget} style The style to be transformed.\r
+ * @returns {CKEDITOR.filter.allowedContentRules}\r
+ */\r
+\r
+/**\r
+ * This is an abstract class that describes the definition of a widget's nested editable.\r
+ * It is a type of values in the {@link CKEDITOR.plugins.widget.definition#editables} object.\r
+ *\r
+ * In the simplest case the definition is a string which is a CSS selector used to\r
+ * find an element that will become a nested editable inside the widget. Note that\r
+ * the widget element can be a nested editable, too.\r
+ *\r
+ * In the more advanced case a definition is an object with a required `selector` property.\r
+ *\r
+ * editables: {\r
+ * header: 'h1',\r
+ * content: {\r
+ * selector: 'div.content',\r
+ * allowedContent: 'p strong em; a[!href]'\r
+ * }\r
+ * }\r
+ *\r
+ * @class CKEDITOR.plugins.widget.nestedEditable.definition\r
+ * @abstract\r
+ */\r
+\r
+/**\r
+ * The CSS selector used to find an element which will become a nested editable.\r
+ *\r
+ * @property {String} selector\r
+ */\r
+\r
+/**\r
+ * The [Advanced Content Filter](#!/guide/dev_advanced_content_filter) rules\r
+ * which will be used to limit the content allowed in this nested editable.\r
+ * This option is similar to {@link CKEDITOR.config#allowedContent} and one can\r
+ * use it to limit the editor features available in the nested editable.\r
+ *\r
+ * @property {CKEDITOR.filter.allowedContentRules} allowedContent\r
+ */\r
+\r
+/**\r
+ * Nested editable name displayed in elements path.\r
+ *\r
+ * @property {String} pathName\r
+ */\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
<!DOCTYPE html>\r
<!--\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
-->\r
<html>\r
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
</p>\r
<p id="copy">\r
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
Knabben. All rights reserved.\r
</p>\r
</div>\r
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
@media (max-width: 900px) {
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p class="grid-width-100" id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.
</p>
</div>
</footer>
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/* exported SF */
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
/*
- * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*
* Styles used by the XHTML 1.1 sample page (xhtml.html).
<!DOCTYPE html>
<?php
/*
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
?>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
</p>
</div>
</body>
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
cy: 'Welsh',
da: 'Danish',
de: 'German',
+ 'de-ch': 'German (Switzerland)',
el: 'Greek',
en: 'English',
'en-au': 'English (Australia)',
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
</p>
</div>
</body>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a>
- Frederico Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a>
- Frederico Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a>
- Frederico Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
-<!DOCTYPE html>
+<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
/*
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
To save the content created with CKEditor you need to read the POST data on the server
side and write it to a file or the database.
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-------------------------------------------------------------------------------------------
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
<!DOCTYPE html>
<!--
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<!--[if IE 8]><html class="ie8"><![endif]-->
CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p class="grid-width-100" id="copy">
- Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.
+ Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.
</p>
</footer>
-// Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license
@base-font-size: 16px;
-// Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license
@import "base.less";
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
License\r
-------\r
\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
\r
For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license)\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/**\r
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
* For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
/*\r
-Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
For licensing, see LICENSE.md or http://ckeditor.com/license\r
*/\r
\r
-/**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/