http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/README.md ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/README.md b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/README.md new file mode 100644 index 0000000..378c267 --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/README.md @@ -0,0 +1,39 @@ +CKEditor 4 +========== + +Copyright (c) 2003-2013, 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 +for desktop text editors like Word or OpenOffice, but a component to be used as +part of web applications and websites. + +## Documentation + +The full editor documentation is available online at the following address: +http://docs.ckeditor.com + +## Installation + +Installing CKEditor is an easy task. Just follow these simple steps: + + 1. **Download** the latest version from the CKEditor website: + http://ckeditor.com. You should have already completed this step, but be + sure you have the very latest version. + 2. **Extract** (decompress) the downloaded file into the root of your website. + +**Note:** CKEditor is by default installed in the `ckeditor` folder. You can +place the files in whichever you want though. + +## Checking Your Installation + +The editor comes with a few sample pages that can be used to verify that +installation proceeded properly. Take a look at the `samples` directory. + +To test your installation, just call the following page at your website: + + http://<your site>/<CKEditor installation path>/samples/index.html + +For example: + + http://www.example.com/ckeditor/samples/index.html
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/adapters/jquery.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/adapters/jquery.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/adapters/jquery.js new file mode 100644 index 0000000..2851ea4 --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/adapters/jquery.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(a){CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;"undefined"!=typeof a&&(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},ckeditor:function(g,d){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g))var k=d,d=g,g=k;var i=[],d=d||{};this.each(function(){var b= +a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,j=new a.Deferred;i.push(j.promise());if(c&&!f)g&&g.apply(c,[this]),j.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),j.resolve()):setTimeout(arguments.callee,100)},0)},null,null,9999);else{if(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)d.autoUpdateElementJquery=!0;d.autoUpdateElement=!1;b.data("_ckeditorInstanceLock", +!0);c=a(this).is("textarea")?CKEDITOR.replace(h,d):CKEDITOR.inline(h,d);b.data("ckeditorInstance",c);c.on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener();e.on("dataReady",function(){b.trigger("dataReady.ckeditor",[e])});e.on("setData",function(a){b.trigger("setData.ckeditor",[e,a.data])});e.on("getData",function(a){b.trigger("getData.ckeditor",[e,a.data])},999);e.on("destroy",function(){b.trigger("destroy.ckeditor",[e])});e.on("save",function(){a(h.form).submit(); +return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){e.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize",c)})}e.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[e]);g&&g.apply(e,[h]);j.resolve()}else setTimeout(arguments.callee, +100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,i).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}}),CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(d){if(arguments.length){var k=this,i=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});i.push(f.promise()); +return!0}return g.call(b,d)});if(i.length){var b=new a.Deferred;a.when.apply(this,i).done(function(){b.resolveWith(k)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}})))})(window.jQuery); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/config.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/config.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/config.js new file mode 100644 index 0000000..66f6fbf --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/config.js @@ -0,0 +1,38 @@ +/** + * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. + // For the complete reference: + // http://docs.ckeditor.com/#!/api/CKEDITOR.config + + // The toolbar groups arrangement, optimized for two toolbar rows. + config.toolbarGroups = [ + { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, + { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, + { name: 'links' }, + { name: 'insert' }, + { name: 'forms' }, + { name: 'tools' }, + { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, + { name: 'others' }, + '/', + { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, + { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] }, + { name: 'styles' }, + { name: 'colors' }, + { name: 'about' } + ]; + + // Remove some buttons, provided by the standard plugins, which we don't + // need to have in the Standard(s) toolbar. + config.removeButtons = 'Underline,Subscript,Superscript'; + + // Se the most common block elements. + config.format_tags = 'p;h1;h2;h3;pre'; + + // Make dialogs simpler. + config.removeDialogTabs = 'image:advanced;link:advanced'; +}; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/ar.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/ar.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/ar.js new file mode 100644 index 0000000..2c57ade --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/ar.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['ar']={"editor":"Ù ØØ±Ø± اÙÙØµ Ø§ÙØºÙÙ","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"إضغط عÙÙ ALT + 0 ÙÙØØµÙ٠عÙ٠اÙ٠ساعدة.","browseServer":"ØªØµÙØ","url":"Ø§ÙØ±Ø§Ø¨Ø·","protocol":"Ø§ÙØ¨Ø±ÙتÙÙÙÙ","upload":"Ø±ÙØ¹","uploadSubmit":"أرسÙ","image":"ØµÙØ±Ø©","flash":"ÙÙØ§Ø´","form":"ÙÙ ÙØ°Ø¬","checkbox":"Ø®Ø§ÙØ© Ø¥Ø®ØªÙØ§Ø±","radio":"زر Ø§Ø®ØªÙØ§Ø±","textField":"٠ربع ÙØµ","textarea":"Ù Ø³Ø§ØØ© ÙØµÙØ©","hiddenField":"إدراج ØÙÙ Ø®ÙÙ","button":"زر ضغط","select":"اختار","imageButton":"زر ØµÙØ±Ø©","notSet":"<بدÙÙ ØªØØ¯Ùد>","id":"Ø§ÙØ±ÙÙ ","name":"إس٠","langDir":"إتجا٠اÙÙØµ","langDirLtr":"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)","langDirRtl":"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)","langCode":"ر٠ز اÙÙØºØ©","longDescr":"اÙÙØµÙ Ø§ÙØªÙصÙÙÙ","cssClass":"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ","advisoryTitle":"عÙÙØ§Ù Ø§ÙØªÙØ±ÙØ±","cssStyle":"ÙÙ Ø·","ok":"Ù ÙØ§ÙÙ","c ancel":"Ø¥ÙØºØ§Ø¡ Ø§ÙØ£Ù ر","close":"أغÙÙ","preview":"استعراض","resize":"تغÙÙØ± Ø§ÙØØ¬Ù ","generalTab":"عا٠","advancedTab":"Ù ØªÙØ¯Ù ","validateNumberFailed":"ÙØ§ÙÙØ¬Ø¯ ÙØªÙجة","confirmNewPage":"ستÙÙØ¯ أ٠٠تغÙÙØ±Ø§Øª اذا Ù٠تÙ٠بØÙØ¸ÙØ§ اÙÙØ§. ÙÙ Ø£ÙØª Ù ØªØ£ÙØ¯ Ø£ÙÙ ØªØ±ÙØ¯ ØµÙØØ© Ø¬Ø¯ÙØ¯Ø©Ø","confirmCancel":"بعض Ø§ÙØ®Ùارات ÙØ¯ ØªØºÙØ±Øª. ÙÙ Ø£ÙØª Ù ØªØ£ÙØ¯ Ù Ù Ø¥ØºÙØ§Ù ٠ربع اÙÙØµØ","options":"Ø®ÙØ§Ø±Ø§Øª","target":"ÙØ¯Ù Ø§ÙØ±Ø§Ø¨Ø·","targetNew":"ÙØ§Ùذة Ø¬Ø¯ÙØ¯Ø©","targetTop":"اÙÙØ§Ùذة Ø§ÙØ£Ø¹ÙÙ","targetSelf":"داخ٠اÙÙØ§Ùذة","targetParent":"اÙÙØ§Ùذة Ø§ÙØ£Ù ","langDirLTR":"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)","langDirRTL":"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)","styles":"ÙÙ Ø·","cssClasses":"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ","width":"Ø§ÙØ¹Ø±Ø¶","height":"Ø§ÙØ¥Ø±ØªÙاع","align":"Ù ØØ§Ø°Ø§Ø©","alignLeft":"ÙØ³Ø§Ø±","alignRight":"ÙÙ ÙÙ","alignCenter":"ÙØ³Ø·","alignTop ":"أعÙÙ","alignMiddle":"ÙØ³Ø·","alignBottom":"أسÙÙ","invalidValue":"ÙÙÙ Ø© ØºÙØ± Ù ÙØ¨ÙÙØ©.","invalidHeight":"Ø§ÙØ§Ø±ØªÙاع ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidWidth":"Ø§ÙØ¹Ø±Ø¶ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidCssLength":"ÙÙÙ Ø© Ø§ÙØ®Ø§ÙØ© اÙ٠خصصة ÙÙ \"%1\" ÙØ¬Ø¨ أ٠تÙÙ٠رÙ٠ا Ù ÙØ¬Ø¨Ø§Ø Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù Ø£Ù Ù Ù ØºÙØ± Ø§Ø³ØªØ®Ø¯Ø§Ù ÙØØ¯Ø© CSS ÙÙØ§Ø³ Ù ÙØ¨ÙÙØ© (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"ÙÙÙ Ø© Ø§ÙØ®Ø§ÙØ© اÙ٠خصصة ÙÙ \"%1\" ÙØ¬Ø¨ أ٠تÙÙ٠رÙ٠ا Ù ÙØ¬Ø¨Ø§Ø Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù Ø£Ù Ù Ù ØºÙØ± Ø§Ø³ØªØ®Ø¯Ø§Ù ÙØØ¯Ø© HTML ÙÙØ§Ø³ Ù ÙØ¨ÙÙØ© (px or %).","invalidInlineStyle":"ÙÙÙ Ø© Ø§ÙØ®Ø§ÙØ© اÙ٠خصصة ÙÙ Inline Style ÙØ¬Ø¨ أ٠تختÙ٠عÙÙ Ù Ø¬Ù ÙØ¹ ÙØ§ØØ¯ Ø£Ù Ø£ÙØ«Ø± Ø¨Ø§ÙØ´ÙÙ Ø§ÙØªØ§ÙÙ: \"name : value\", Ù ÙØµÙÙØ© Ø¨ÙØ§ØµÙØ© Ù ÙÙØ²Ø·Ø©.","cssLengthTooltip":"أدخ٠رÙ٠ا ÙÙÙÙÙ Ø© Ø¨Ø§ÙØ¨Ùس٠أ٠رÙ٠ا Ø¨ÙØ دة CSS Ù ÙØ¨ÙÙØ© (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, ØºÙØ± ٠تاØ</span>"},"about":{"copy":"ØÙÙ٠اÙÙØ´Ø± © $1. Ø¬Ù ÙØ¹ Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø©.","dlgTitle":"ع٠CKEditor","help":"راجع $1 ٠٠أج٠اÙ٠ساعدة","moreInfo":"ÙÙØØµÙ٠عÙ٠٠عÙÙ٠ات Ø§ÙØªØ±Ø®Ùص Ø ÙØ±Ø¬Ù Ø²ÙØ§Ø±Ø© Ù ÙÙØ¹Ùا:","title":"ع٠CKEditor","userGuide":"دÙÙ٠٠ستخد٠CKEditor."},"basicstyles":{"bold":"Ø¹Ø±ÙØ¶","italic":"٠ائÙ","strike":"ÙØªÙسط٠خط","subscript":"Ù ÙØ®Ùض","superscript":"Ù Ø±ØªÙØ¹","underline":"ØªØ³Ø·ÙØ±"},"blockquote":{"toolbar":"Ø§ÙØªØ¨Ø§Ø³"},"clipboard":{"copy":"ÙØ³Ø®","copyError":"Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ù ÙÙØ© ÙÙÙ ØªØµÙØ Ø§ÙØ°Ù ØªØ³ØªØ®Ø¯Ù Ù ØªÙ ÙØ¹ ع٠ÙÙØ§Øª اÙÙØ³Ø® Ø§ÙØªÙÙØ§Ø¦Ù. ÙØ¶Ùا٠إستخد٠ÙÙØØ© اÙÙ ÙØ§ØªÙØ ÙÙØ¹Ù ذÙÙ (Ctrl/Cmd+C).","cut":"ÙØµ","cutError":"Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ù ÙÙØ© ÙÙÙ ØªØµÙØ Ø §ÙØ°Ù ØªØ³ØªØ®Ø¯Ù Ù ØªÙ ÙØ¹ اÙÙØµ Ø§ÙØªÙÙØ§Ø¦Ù. ÙØ¶Ùا٠إستخد٠ÙÙØØ© اÙÙ ÙØ§ØªÙØ ÙÙØ¹Ù ذÙÙ (Ctrl/Cmd+X).","paste":"ÙØµÙ","pasteArea":"Ù ÙØ·ÙØ© اÙÙØµÙ","pasteMsg":"Ø§ÙØµÙ Ø¯Ø§Ø®Ù Ø§ÙØµÙدÙ٠بإستخدا٠زرائر (<STRONG>Ctrl/Cmd+V</STRONG>) ÙÙ ÙÙØØ© اÙÙ ÙØ§ØªÙØØ ث٠اضغط زر <STRONG>Ù ÙØ§ÙÙ</STRONG>.","securityMsg":"ÙØ¸Ø±Ø§Ù ÙØ¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ù Ø§Ù Ø§ÙØ®Ø§ØµØ© Ø¨Ù ØªØµÙØÙØ ÙÙ ÙØªÙ ÙÙ ÙØ°Ø§ اÙÙ ØØ±Ø± ٠٠اÙÙØµÙÙ ÙÙ ØØªÙÙ ØØ§ÙØ¸ØªÙØ ÙØ°ÙÙ ÙØ¬Ø¨ عÙÙÙ ÙØµÙ اÙÙ ØØªÙ٠٠رة أخر٠ÙÙ ÙØ°Ù اÙÙØ§Ùذة.","title":"ÙØµÙ"},"contextmenu":{"options":"خصائص ÙØ§Ø¦Ù Ø© Ø§ÙØ³ÙاÙ"},"toolbar":{"toolbarCollapse":"تÙÙÙØµ Ø´Ø±ÙØ· Ø§ÙØ£Ø¯Ùت","toolbarExpand":"ØªÙ Ø¯ÙØ¯ Ø´Ø±ÙØ· Ø§ÙØ£Ø¯Ùات","toolbarGroups":{"document":"Ù Ø³ØªÙØ¯","clipboard":"Ø§ÙØØ§ÙØ¸Ø©/Ø§ÙØ±Ø¬Ùع","editing":"ØªØØ±Ùر","forms":"Ù٠اذج","basicstyles":"ÙÙ Ø· Ø¨Ø³ÙØ·"," paragraph":"ÙÙØ±Ø©","links":"Ø±ÙØ§Ø¨Ø·","insert":"إدراج","styles":"Ø£Ù٠اط","colors":"Ø£ÙÙØ§Ù","tools":"Ø£Ø¯ÙØ§Øª"},"toolbars":"أشرطة Ø£Ø¯ÙØ§Øª اÙÙ ØØ±Ø±"},"elementspath":{"eleLabel":"٠سار Ø§ÙØ¹Ùصر","eleTitle":"Ø¹ÙØµØ± 1%"},"format":{"label":"ØªÙØ³ÙÙ","panelTitle":"ØªÙØ³Ù٠اÙÙÙØ±Ø©","tag_address":"عÙÙØ§Ù","tag_div":"عاد٠(DIV)","tag_h1":"Ø§ÙØ¹ÙÙØ§Ù 1","tag_h2":"Ø§ÙØ¹ÙÙØ§Ù 2","tag_h3":"Ø§ÙØ¹ÙÙØ§Ù 3","tag_h4":"Ø§ÙØ¹ÙÙØ§Ù 4","tag_h5":"Ø§ÙØ¹ÙÙØ§Ù 5","tag_h6":"Ø§ÙØ¹ÙÙØ§Ù 6","tag_p":"عادÙ","tag_pre":"Ù ÙØ³ÙÙ"},"horizontalrule":{"toolbar":"خط ÙØ§ØµÙ"},"image":{"alertUrl":"ÙØ¶ÙØ§Ù Ø£ÙØªØ¨ اÙÙ ÙÙØ¹ Ø§ÙØ°Ù ØªÙØ¬Ø¯ عÙÙÙ ÙØ°Ù Ø§ÙØµÙرة.","alt":"عÙÙØ§Ù Ø§ÙØµÙرة","border":"Ø³Ù Ù Ø§ÙØØ¯ÙØ¯","btnUpload":"أرسÙÙØ§ ÙÙØ®Ø§Ø¯Ù ","button2Img":"ÙÙ ØªØ±ÙØ¯ تØÙÙ٠زر Ø§ÙØµÙرة اÙ٠ختار Ø¥ÙÙ ØµÙØ±Ø© Ø¨Ø³ÙØ·Ø©Ø","hSpace":"تباعد Ø£ÙÙÙ","img2Button":"Ù Ù ØªØ±ÙØ¯ تØÙÙÙ Ø§ÙØµÙرة اÙ٠ختارة Ø¥Ù٠زر ØµÙØ±Ø©Ø","infoTab":"٠عÙÙ٠ات Ø§ÙØµÙرة","linkTab":"Ø§ÙØ±Ø§Ø¨Ø·","lockRatio":"ØªÙØ§Ø³Ù Ø§ÙØØ¬Ù ","menu":"خصائص Ø§ÙØµÙرة","resetSize":"إستعادة Ø§ÙØØ¬Ù Ø§ÙØ£ØµÙÙ","title":"خصائص Ø§ÙØµÙرة","titleButton":"خصائص زر Ø§ÙØµÙرة","upload":"Ø±ÙØ¹","urlMissing":"عÙÙØ§Ù ٠صدر Ø§ÙØµÙرة Ù ÙÙÙØ¯","vSpace":"تباعد Ø¹Ù ÙØ¯Ù","validateBorder":"Ø§ÙØ¥Ø·Ø§Ø± ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عددا","validateHSpace":"HSpace ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","validateVSpace":"VSpace ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ."},"indent":{"indent":"Ø²ÙØ§Ø¯Ø© اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø©","outdent":"Ø¥ÙÙØ§Øµ اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø©"},"fakeobjects":{"anchor":"إرساء","flash":"Ø±Ø³Ù Ù ØªØØ±Ù باÙÙÙØ§Ø´","hiddenfield":"إدراج ØÙÙ Ø®ÙÙ","iframe":"iframe","unknown":"Ø¹ÙØµØ± ØºÙØ± ٠عرÙÙ"},"link":{"acccessKey":"Ù ÙØ§ØªÙØ Ø§ÙØ¥Ø®ØªØµØ§Ø±","advanced":"Ù Ø ªÙد٠","advisoryContentType":"ÙÙØ¹ Ø§ÙØªÙØ±ÙØ±","advisoryTitle":"عÙÙØ§Ù Ø§ÙØªÙØ±ÙØ±","anchor":{"toolbar":"إشارة Ù Ø±Ø¬Ø¹ÙØ©","menu":"ØªØØ±Ùر Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","title":"خصائص Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","name":"Ø§Ø³Ù Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","errorName":"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØªØ§Ø¨Ø© Ø§Ø³Ù Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","remove":"Ø¥Ø²Ø§ÙØ© Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©"},"anchorId":"ØØ³Ø¨ رÙÙ Ø§ÙØ¹Ùصر","anchorName":"ØØ³Ø¨ Ø¥Ø³Ù Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","charset":"ØªØ±Ù ÙØ² اÙ٠ادة اÙÙ Ø·ÙÙØ¨Ø©","cssClasses":"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ","emailAddress":"Ø§ÙØ¨Ø±Ùد Ø§ÙØ¥ÙÙØªØ±ÙÙÙ","emailBody":"Ù ØØªÙÙ Ø§ÙØ±Ø³Ø§ÙØ©","emailSubject":"Ù ÙØ¶Ùع Ø§ÙØ±Ø³Ø§ÙØ©","id":"ÙÙÙØ©","info":"٠عÙÙ٠ات Ø§ÙØ±Ø§Ø¨Ø·","langCode":"ر٠ز اÙÙØºØ©","langDir":"Ø¥ØªØ¬Ø§Ù ÙØµ اÙÙØºØ©","langDirLTR":"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)","langDirRTL":"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)","menu":"ØªØØ±Ùر ا٠رابط","name":"إس٠","noAnchors":"(ÙØ§ ØªÙØ¬Ø¯ Ø¹ÙØ§Ù ات Ù Ø±Ø¬Ø¹ÙØ© ÙÙ ÙØ°Ø§ اÙÙ Ø³ØªÙØ¯)","noEmail":"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØªØ§Ø¨Ø© Ø§ÙØ±Ùد Ø§ÙØ¥ÙÙØªØ±ÙÙÙ","noUrl":"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØªØ§Ø¨Ø© رابط اÙÙ ÙÙØ¹","other":"<أخرÙ>","popupDependent":"تابع (Netscape)","popupFeatures":"خصائص اÙÙØ§Ùذة اÙÙ ÙØ¨Ø«ÙØ©","popupFullScreen":"Ù ÙØ¦ Ø§ÙØ´Ø§Ø´Ø© (IE)","popupLeft":"Ø§ÙØªÙ Ø±ÙØ² ÙÙÙØ³Ø§Ø±","popupLocationBar":"Ø´Ø±ÙØ· Ø§ÙØ¹ÙÙØ§Ù","popupMenuBar":"اÙÙÙØ§Ø¦Ù Ø§ÙØ±Ø¦ÙØ³ÙØ©","popupResizable":"ÙØ§Ø¨ÙØ© Ø§ÙØªØ´ÙÙÙ","popupScrollBars":"أشرطة Ø§ÙØªÙ Ø±ÙØ±","popupStatusBar":"Ø´Ø±ÙØ· Ø§ÙØØ§ÙØ©","popupToolbar":"Ø´Ø±ÙØ· Ø§ÙØ£Ø¯Ùات","popupTop":"Ø§ÙØªÙ Ø±ÙØ² ÙÙØ£Ø¹ÙÙ","rel":"Ø§ÙØ¹ÙØ§ÙØ©","selectAnchor":"اختر Ø¹ÙØ§Ù Ø© Ù Ø±Ø¬Ø¹ÙØ©","styles":"ÙÙ Ø·","tabIndex":"Ø§ÙØªØ±ØªÙب","target":"ÙØ¯Ù Ø§ÙØ±Ø§Ø¨Ø·","targetFrame":"<إطار>","targetFrameName":"Ø§Ø³Ù Ø§ÙØ¥Ø·Ø§Ø± اÙÙ Ø³ØªÙØ¯Ù","targetPopup": "<ÙØ§Ùذة Ù ÙØ¨Ø«ÙØ©>","targetPopupName":"اس٠اÙÙØ§Ùذة اÙÙ ÙØ¨Ø«ÙØ©","title":"رابط","toAnchor":"Ù ÙØ§Ù ÙÙ ÙØ°Ø§ اÙÙ Ø³ØªÙØ¯","toEmail":"Ø¨Ø±ÙØ¯ Ø¥ÙÙØªØ±ÙÙÙ","toUrl":"Ø§ÙØ±Ø§Ø¨Ø·","toolbar":"رابط","type":"ÙÙØ¹ Ø§ÙØ±Ø¨Ø·","unlink":"Ø¥Ø²Ø§ÙØ© رابط","upload":"Ø±ÙØ¹"},"list":{"bulletedlist":"ادخاÙ/ØØ°Ù تعداد ÙÙØ·Ù","numberedlist":"ادخاÙ/ØØ°Ù تعداد رÙÙ Ù"},"magicline":{"title":"إدراج ÙÙØ±Ø© ÙÙØ§"},"maximize":{"maximize":"ØªÙØ¨Ùر","minimize":"ØªØµØºÙØ±"},"pastetext":{"button":"ÙØµÙ ÙÙØµ Ø¨Ø³ÙØ·","title":"ÙØµÙ ÙÙØµ Ø¨Ø³ÙØ·"},"pastefromword":{"confirmCleanup":"ÙØ¨Ø¯Ù أ٠اÙÙØµ اÙ٠راد ÙØµÙÙ Ù ÙØ³ÙØ® Ù Ù Ø¨Ø±ÙØ§Ù ج ÙÙØ±Ø¯. ÙÙ ØªÙØ¯ ØªÙØ¸ÙÙÙ ÙØ¨Ù Ø§ÙØ´Ø±Ùع Ù٠ع٠ÙÙØ© اÙÙØµÙØ","error":"ÙÙ ÙØªÙ Ù Ø³Ø Ø§Ù٠عÙÙ٠ات اÙÙ ÙØµÙØ© ÙØ®Ù٠داخÙÙ","title":"ÙØµÙ Ù Ù ÙÙØ±Ø¯","toolbar":"ÙØµÙ Ù Ù ÙÙØ±Ø¯"},"removeformat":{"toolbar":"Ø¥ Ø²Ø§ÙØ© Ø§ÙØªÙسÙÙØ§Øª"},"sourcearea":{"toolbar":"اÙ٠صدر"},"specialchar":{"options":"Ø®ÙØ§Ø±Ø§Øª Ø§ÙØ£ØØ±Ù Ø§ÙØ®Ø§ØµØ©","title":"اختر ØØ±Ù خاص","toolbar":"إدراج ØØ±Ù خاص"},"scayt":{"about":"ع٠SCAYT","aboutTab":"عÙ","addWord":"Ø¥Ø¶Ø§ÙØ© ÙÙÙ Ø©","allCaps":"Ignore All-Caps Words","dic_create":"Create","dic_delete":"Delete","dic_field_name":"Dictionary name","dic_info":"Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.","dic_rename":"Rename","dic_restore":"Restore","dictionariesTab":"ÙÙØ§Ù ÙØ³","disable":"تعطÙÙ SCAYT","emptyDic":"اس٠اÙÙØ§Ù ÙØ³ ÙØ¬Ø¨ Ø£ÙØ§ ÙÙÙÙ ÙØ§Ø±ØºØ§ Ù.","enable":"ØªÙØ¹ÙÙ SCAYT","ignore":"تجاÙÙ","ignoreAll":"تجاÙ٠اÙÙÙ","ignoreDomainNames":"Ignore Domain Names","langs":"ÙØºØ§Øª","languagesTab":"ÙØºØ§Øª","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"اÙÙ Ø²ÙØ¯ ٠٠اÙÙ ÙØªØ±ØØ§Øª","opera_title":"Not supported by Opera","options":"Ø®ÙØ§Ø±Ø§Øª","optionsTab":"Ø®ÙØ§Ø±Ø§Øª","title":"تدÙÙÙ Ø¥Ù ÙØ§Ø¦Ù Ø£Ø«ÙØ§Ø¡ اÙÙØªØ§Ø¨Ø©","toggle":"ØªØ«Ø¨ÙØª SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Ø£Ù٠اط","panelTitle":"Ø£Ù٠اط Ø§ÙØªÙسÙÙ","panelTitle1":"Ø£Ù٠اط اÙÙÙØ±Ø©","panelTitle2":"Ø£Ù٠اط Ù Ø¶Ù ÙØ©","panelTitle3":"Ø£Ù٠اط اÙÙØ§Ø¦Ù"},"table":{"border":"Ø§ÙØØ¯ÙØ¯","caption":"اÙÙØµÙ","cell":{"menu":"Ø®ÙÙØ©","insertBefore":"إدراج Ø®ÙÙØ© ÙØ¨Ù","insertAfter":"إدراج Ø®ÙÙØ© بعد","deleteCell":"ØØ°Ù Ø®ÙÙØ©","merge":"د٠ج Ø®ÙØ§Ùا","mergeRight":"د٠ج ÙÙÙÙ ÙÙ","me rgeDown":"د٠ج ÙÙØ£Ø³ÙÙ","splitHorizontal":"ØªÙØ³ÙÙ Ø§ÙØ®ÙÙØ© Ø£ÙÙÙØ§Ù","splitVertical":"ØªÙØ³ÙÙ Ø§ÙØ®ÙÙØ© Ø¹Ù ÙØ¯ÙاÙ","title":"خصائص Ø§ÙØ®ÙÙØ©","cellType":"ÙÙØ¹ Ø§ÙØ®ÙÙØ©","rowSpan":"ا٠تداد Ø§ÙØµÙÙÙ","colSpan":"ا٠تداد Ø§ÙØ£Ø¹Ù دة","wordWrap":"Ø§ÙØªÙا٠اÙÙØµ","hAlign":"Ù ØØ§Ø°Ø§Ø© Ø£ÙÙÙØ©","vAlign":"Ù ØØ§Ø°Ø§Ø© Ø±Ø£Ø³ÙØ©","alignBaseline":"خط اÙÙØ§Ø¹Ø¯Ø©","bgColor":"ÙÙÙ Ø§ÙØ®ÙÙÙØ©","borderColor":"ÙÙÙ Ø§ÙØØ¯ÙØ¯","data":"Ø¨ÙØ§Ùات","header":"عÙÙØ§Ù","yes":"ÙØ¹Ù ","no":"ÙØ§","invalidWidth":"عرض Ø§ÙØ®ÙÙØ© ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidHeight":"Ø§Ø±ØªÙØ§Ø¹ Ø§ÙØ®ÙÙØ© ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidRowSpan":"ا٠تداد Ø§ÙØµÙÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عددا٠صØÙØØ§Ù.","invalidColSpan":"ا٠تداد Ø§ÙØ£Ø¹Ù دة ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عددا٠صØÙØØ§Ù.","chooseColor":"اختر"},"cellPad":"اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø©","cellSpace":"تباعد Ø§ÙØ®ÙØ§ÙØ§","column":{"menu":"Ø¹Ù ÙØ¯","insertBefore":"إدراج Ø¹Ù ÙØ¯ ÙØ¨Ù","insertAfter":"إدراج Ø¹Ù ÙØ¯ بعد","deleteColumn":"ØØ°Ù أع٠دة"},"columns":"أع٠دة","deleteTable":"ØØ°Ù Ø§ÙØ¬Ø¯ÙÙ","headers":"Ø§ÙØ¹ÙاÙÙÙ","headersBoth":"ÙÙØ§Ù٠ا","headersColumn":"Ø§ÙØ¹Ù ÙØ¯ Ø§ÙØ£ÙÙ","headersNone":"بدÙÙ","headersRow":"Ø§ÙØµÙ Ø§ÙØ£ÙÙ","invalidBorder":"ØØ¬Ù Ø§ÙØØ¯ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidCellPadding":"اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø© ÙØ¬Ø¨ أ٠تÙÙ٠عدداÙ","invalidCellSpacing":"اÙÙ Ø³Ø§ÙØ© بÙÙ Ø§ÙØ®ÙØ§ÙØ§ ÙØ¬Ø¨ أ٠تÙÙ٠عدداÙ.","invalidCols":"عدد Ø§ÙØ£Ø¹Ù دة ÙØ¬Ø¨ Ø£Ù ÙÙÙÙ Ø¹Ø¯Ø¯Ø§Ù Ø£ÙØ¨Ø± Ù Ù ØµÙØ±.","invalidHeight":"Ø§Ø±ØªÙØ§Ø¹ Ø§ÙØ¬Ø¯ÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidRows":"عدد Ø§ÙØµÙÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙÙ Ø¹Ø¯Ø¯Ø§Ù Ø£ÙØ¨Ø± Ù Ù ØµÙØ±.","invalidWidth":"عرض Ø§ÙØ¬Ø¯ÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","menu":"خصائص Ø§ÙØ¬Ø¯ÙÙ","row ":{"menu":"صÙ","insertBefore":"إدراج ØµÙ ÙØ¨Ù","insertAfter":"إدراج ص٠بعد","deleteRow":"ØØ°Ù صÙÙÙ"},"rows":"صÙÙÙ","summary":"Ø§ÙØ®Ùاصة","title":"خصائص Ø§ÙØ¬Ø¯ÙÙ","toolbar":"جدÙÙ","widthPc":"باÙ٠ئة","widthPx":"Ø¨ÙØ³Ù","widthUnit":"ÙØØ¯Ø© Ø§ÙØ¹Ø±Ø¶"},"undo":{"redo":"إعادة","undo":"تراجع"},"wsc":{"btnIgnore":"تجاÙÙ","btnIgnoreAll":"تجاÙ٠اÙÙÙ","btnReplace":"تغÙÙØ±","btnReplaceAll":"تغÙÙØ± اÙÙÙ","btnUndo":"تراجع","changeTo":"Ø§ÙØªØºÙÙØ± Ø¥ÙÙ","errorLoading":"خطأ Ù٠تØÙ Ù٠تطبÙ٠خد٠ة Ø§ÙØ§Ø³ØªØ¶Ø§ÙØ©: %s.","ieSpellDownload":"اÙ٠دÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù (Ø§ÙØ¥ÙجÙÙØ²Ù) ØºÙØ± Ù Ø«Ø¨ÙØª. ÙÙ ØªÙØ¯ تØÙ ÙÙÙ Ø§ÙØ¢ÙØ","manyChanges":"ت٠إÙÙ Ø§Ù Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ت٠تغÙÙØ± %1 Ù Ù ÙÙ٠ات","noChanges":"ØªÙ Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ÙÙ ÙØªÙ تغÙÙØ± Ø£Ù ÙÙÙ Ø©","noMispell":"ØªÙ Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ÙÙ ÙØªÙ Ø§ÙØ¹Ø«Ùر عÙ٠أ٠أخطاء Ø¥Ù ÙØ§Ø¦ÙØ©","noSuggestions":"- ÙØ§ ØªÙØ¬Ø¯ Ø¥ÙØªØ±Ø§ØØ§Øª -","notAvailable":"عÙÙØ§ÙØ ÙÙÙÙ ÙØ°Ù Ø§ÙØ®Ø¯Ù Ø© ØºÙØ± Ù ØªØ§ØØ© Ø§ÙØ§Ù","notInDic":"ÙÙØ³Øª Ù٠اÙÙØ§Ù ÙØ³","oneChange":"ØªÙ Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ت٠تغÙÙØ± ÙÙÙ Ø© ÙØ§ØØ¯Ø© ÙÙØ·","progress":"Ø¬Ø§Ø±Ù Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ§Ù ÙØ§Ø¦Ù","title":"Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù","toolbar":"تدÙÙÙ Ø¥Ù ÙØ§Ø¦Ù"}}; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/bs.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/bs.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/bs.js new file mode 100644 index 0000000..903340a --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/bs.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['bs']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protokol","upload":"Å alji","uploadSubmit":"Å alji na server","image":"Slika","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":"<nije podeÅ¡eno>","id":"Id","name":"Naziv","langDir":"Smjer pisanja","langDirLtr":"S lijeva na desno (LTR)","langDirRtl":"S desna na lijevo (RTL)","langCode":"Jezièni kôd","longDescr":"Dugaèki opis URL-a","cssClass":"Klase CSS stilova","advisoryTitle":"Advisory title","cssStyle":"Stil","ok":"OK","cancel":"Odustani","close":"Close","preview":"Prikaži","resize":"Resize","generalTab":"General","advancedTab":"Naprednije","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":"Prozor","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","styles":"Stil","cssClasses":"Klase CSS stilova","width":"Å irina","height":"Visina","align":"Poravnanje","alignLeft":"Lijevo","alignRight":"Desno","alignCenter":"Centar","alignTop":"Vrh","alignMiddle":"Sredina","alignBottom":"Dno","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":"Boldiraj","italic":"Ukosi","strike":"Precrtaj","subscript":"Subscript","superscript":"Superscript","underline":"Podvuci"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosne postavke VaÅ¡eg pretraživaèa ne do zvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).","cut":"Izreži","cutError":"Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).","paste":"Zalijepi","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":"Zalijepi"},"contextmenu":{"options":"Context Menu Options"},"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"},"toolbar s":"Editor toolbars"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"format":{"label":"Format","panelTitle":"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":"Ubaci horizontalnu liniju"},"image":{"alertUrl":"Molimo ukucajte URL od slike.","alt":"Tekst na slici","border":"Okvir","btnUpload":"Å alji na 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":"Info slike","linkTab":"Link","lockRatio":"Zakljuèaj odnos","menu":"Svojstva slike","resetSize":"Resetuj dimenzije","title":"Svojstva slike","titleButton":"Image Button Properties","upload":"Å alji","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateB order":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"indent":{"indent":"Poveæaj uvod","outdent":"Smanji uvod"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"link":{"acccessKey":"Pristupna tipka","advanced":"Naprednije","advisoryContentType":"Advisory vrsta sadržaja","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":"Po Id-u elementa","anchorName":"Po nazivu sidra","charset":"Linked Resource Charset","cssClasses":"Klase CSS stilova","emailAddress":"E-Mail Adresa","emailBody":"Poruka","emailSubject":"Subjekt poruke","id":"Id","info":"Link info","langCode":"Smjer pisanja","langDir":"Smjer pisanja","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","menu":"Izmjeni link","name":"Naziv","noAnchors":"(Nema dostupnih sidra na stranici)","noEmail":"Molimo ukucajte e-mail adresu","noUrl":"Molimo ukucajte URL link","other":"<other>","popupDependent":"Ovisno (Netscape)","popupFeatures":"Moguænosti popup prozora","popupFullScreen":"Cijeli ekran (IE)","popupLeft":"Lijeva pozicija","popupLocationBar":"Traka za lokaciju","popupMenuBar":"Izborna traka","popupResizable":"Resizable","popupScrollBars":"Scroll traka","popupStatusBar":"Statusna traka","popupToolbar":"Traka sa alatima","popupTop":"Gornja pozicija","rel":"Relationship","selectAnchor":"Izaberi sidro","styles":"Stil","tabIndex":"Tab indeks","target":"Prozor","targetFrame":"<frejm>","targetFrameName":"Target Frame Name","targetPopup":"<popup prozor>","targetPopupName":"Naziv popup prozora","title":"Link","toAnchor":"Sidro na ovoj stranici","toEmail":"E-Mail","toUrl":"URL","toolbar":"Ubaci/Izmjeni link","type":"Tip linka","unlink":"IzbriÅ¡i link","upload":"Å alji"},"list":{"bulletedlist":"Lista","numberedlist":"Numerisana lista"},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"pastetext":{"button":"Zalijepi kao obièan tekst","title":"Zalijepi kao obièan tekst"},"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":"Zalijepi iz Word-a","toolbar":"Zalijepi iz Word-a"},"removeformat":{"toolbar":"PoniÅ¡ti format"},"sourcearea":{"toolbar":"HTML kôd"},"specialchar":{"options":"Special Character Options","title":"Izaberi specijalni karakter","toolbar":"Ubaci specijalni karater"},"scayt":{"about":"About SCAYT","aboutTab":"About","addWord":"Add Word","allCaps":"Ignore All-Caps Words","dic_create":"Create","dic_delete":"Delete","dic_field_name":"Dictionary name","dic_info":"Initially the User Dictionary is stored in a Coo kie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.","dic_rename":"Rename","dic_restore":"Restore","dictionariesTab":"Dictionaries","disable":"Disable SCAYT","emptyDic":"Dictionary name should not be empty.","enable":"Enable SCAYT","ignore":"Ignore","ignoreAll":"Ignore All","ignoreDomainNames":"Ignore Domain Names","langs":"Languages","languagesTab":"Languages","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"More suggestions","opera_title":"Not supported by Opera","options":"Options","optionsTab":"Options","title":"Spell Check As You Type","toggle":"Toggle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"St il","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"table":{"border":"Okvir","caption":"Naslov","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"BriÅ¡i æelije","merge":"Spoji æelije","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":"Choos e"},"cellPad":"Uvod æelija","cellSpace":"Razmak æelija","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"BriÅ¡i kolone"},"columns":"Kolona","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":"Svojstva tabele","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"BriÅ¡i redove"},"rows":"Redova","summary":"Summary","title":"Svojstva tabele","toolbar":"Tabela","widthPc":"posto" ,"widthPx":"piksela","widthUnit":"width unit"},"undo":{"redo":"Ponovi","undo":"Vrati"},"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 Check","toolbar":"Check Spelling"}}; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/da.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/da.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/da.js new file mode 100644 index 0000000..6ea9f3a --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/da.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['da']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Tryk ALT 0 for hjælp","browseServer":"Gennemse...","url":"URL","protocol":"Protokol","upload":"Upload","uploadSubmit":"Upload","image":"Indsæt billede","flash":"Indsæt Flash","form":"Indsæt formular","checkbox":"Indsæt afkrydsningsfelt","radio":"Indsæt alternativknap","textField":"Indsæt tekstfelt","textarea":"Indsæt tekstboks","hiddenField":"Indsæt skjult felt","button":"Indsæt knap","select":"Indsæt liste","imageButton":"Indsæt billedknap","notSet":"<intet valgt>","id":"Id","name":"Navn","langDir":"Tekstretning","langDirLtr":"Fra venstre mod højre (LTR)","langDirRtl":"Fra højre mod venstre (RTL)","langCode":"Sprogkode","longDescr":"Udvidet beskrivelse","cssClass":"Typografiark (CSS)","advisoryTitle":"Titel","cssStyle":"Typografi (CSS)","ok":"OK","cancel":"Annullér","close":"Luk","preview":"ForhÃ¥ndsvisning","resize":"Træk for at skalere","generalTab":"Gen erelt","advancedTab":"Avanceret","validateNumberFailed":"Værdien er ikke et tal.","confirmNewPage":"Alt indhold, der ikke er blevet gemt, vil gÃ¥ tabt. Er du sikker pÃ¥, at du vil indlæse en ny side?","confirmCancel":"Nogle af indstillingerne er blevet ændret. Er du sikker pÃ¥, at du vil lukke vinduet?","options":"Vis muligheder","target":"MÃ¥l","targetNew":"Nyt vindue (_blank)","targetTop":"Ãverste vindue (_top)","targetSelf":"Samme vindue (_self)","targetParent":"Samme vindue (_parent)","langDirLTR":"Venstre til højre (LTR)","langDirRTL":"Højre til venstre (RTL)","styles":"Style","cssClasses":"Stylesheetklasser","width":"Bredde","height":"Højde","align":"Justering","alignLeft":"Venstre","alignRight":"Højre","alignCenter":"Centreret","alignTop":"Ãverst","alignMiddle":"Centreret","alignBottom":"Nederst","invalidValue":"Invalid value.","invalidHeight":"Højde skal være et tal.","invalidWidth":"Bredde skal være et tal.","invalidCssLength":"Værdien specificeret for \"%1\" f eltet skal være et positivt nummer med eller uden en CSS mÃ¥leenhed (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Værdien specificeret for \"%1\" feltet skal være et positivt nummer med eller uden en CSS mÃ¥leenhed (px eller %).","invalidInlineStyle":"Værdien specificeret for inline style skal indeholde en eller flere elementer med et format som \"name:value\", separeret af semikoloner","cssLengthTooltip":"Indsæt en numerisk værdi i pixel eller nummer med en gyldig CSS værdi (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, ikke tilgængelig</span>"},"about":{"copy":"Copyright © $1. Alle rettigheder forbeholdes.","dlgTitle":"Om CKEditor","help":"Se $1 for at fÃ¥ hjælp.","moreInfo":"For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):","title":"Om CKEditor","userGuide":"CKEditor-brugermanual"},"basicstyles":{"bold":"Fed","italic":"Kursiv","strike":"Gennemstreget","subscript":"Sæ nket skrift","superscript":"Hævet skrift","underline":"Understreget"},"blockquote":{"toolbar":"Blokcitat"},"clipboard":{"copy":"Kopiér","copyError":"Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at kopiere teksten (Ctrl/Cmd+C).","cut":"Klip","cutError":"Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).","paste":"Indsæt","pasteArea":"Indsæt omrÃ¥de","pasteMsg":"Indsæt i feltet herunder (<STRONG>Ctrl/Cmd+V</STRONG>) og klik pÃ¥ <STRONG>OK</STRONG>.","securityMsg":"Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.<br><br>Du skal indsætte udklipsholderens indhold i dette vindue igen.","title":"Indsæt"},"contextmenu":{"options":"Muligheder for hjælpemenu"},"toolbar":{"toolbarCollapse":"Sammenklap værktøjsli nje","toolbarExpand":"Udvid værktøjslinje","toolbarGroups":{"document":"Dokument","clipboard":"Udklipsholder/Fortryd","editing":"Redigering","forms":"Formularer","basicstyles":"Basis styles","paragraph":"Paragraf","links":"Links","insert":"Indsæt","styles":"Typografier","colors":"Farver","tools":"Værktøjer"},"toolbars":"Editors værktøjslinjer"},"elementspath":{"eleLabel":"Sti pÃ¥ element","eleTitle":"%1 element"},"format":{"label":"Formatering","panelTitle":"Formatering","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Overskrift 1","tag_h2":"Overskrift 2","tag_h3":"Overskrift 3","tag_h4":"Overskrift 4","tag_h5":"Overskrift 5","tag_h6":"Overskrift 6","tag_p":"Normal","tag_pre":"Formateret"},"horizontalrule":{"toolbar":"Indsæt vandret streg"},"image":{"alertUrl":"Indtast stien til billedet","alt":"Alternativ tekst","border":"Ramme","btnUpload":"Upload fil til serveren","button2Img":"Vil du lave billedknappen om til et almindeligt billede?","hSpace":"Vandret margen", "img2Button":"Vil du lave billedet om til en billedknap?","infoTab":"Generelt","linkTab":"Hyperlink","lockRatio":"LÃ¥s størrelsesforhold","menu":"Egenskaber for billede","resetSize":"Nulstil størrelse","title":"Egenskaber for billede","titleButton":"Egenskaber for billedknap","upload":"Upload","urlMissing":"Kilde pÃ¥ billed-URL mangler","vSpace":"Lodret margen","validateBorder":"Kant skal være et helt nummer.","validateHSpace":"HSpace skal være et helt nummer.","validateVSpace":"VSpace skal være et helt nummer."},"indent":{"indent":"Forøg indrykning","outdent":"Formindsk indrykning"},"fakeobjects":{"anchor":"Anker","flash":"Flashanimation","hiddenfield":"Skjult felt","iframe":"Iframe","unknown":"Ukendt objekt"},"link":{"acccessKey":"Genvejstast","advanced":"Avanceret","advisoryContentType":"Indholdstype","advisoryTitle":"Titel","anchor":{"toolbar":"Indsæt/redigér bogmærke","menu":"Egenskaber for bogmærke","title":"Egenskaber for bogmærke","name":"Bogmærkenavn","errorName ":"Indtast bogmærkenavn","remove":"Fjern bogmærke"},"anchorId":"Efter element-Id","anchorName":"Efter ankernavn","charset":"Tegnsæt","cssClasses":"Typografiark","emailAddress":"E-mailadresse","emailBody":"Besked","emailSubject":"Emne","id":"Id","info":"Generelt","langCode":"Tekstretning","langDir":"Tekstretning","langDirLTR":"Fra venstre mod højre (LTR)","langDirRTL":"Fra højre mod venstre (RTL)","menu":"Redigér hyperlink","name":"Navn","noAnchors":"(Ingen bogmærker i dokumentet)","noEmail":"Indtast e-mailadresse!","noUrl":"Indtast hyperlink-URL!","other":"<anden>","popupDependent":"Koblet/dependent (Netscape)","popupFeatures":"Egenskaber for popup","popupFullScreen":"Fuld skærm (IE)","popupLeft":"Position fra venstre","popupLocationBar":"Adresselinje","popupMenuBar":"Menulinje","popupResizable":"Justérbar","popupScrollBars":"Scrollbar","popupStatusBar":"Statuslinje","popupToolbar":"Værktøjslinje","popupTop":"Position fra toppen","rel":"Relation","selectAnchor":"Vælg et anker","styles":"Typografi","tabIndex":"Tabulatorindeks","target":"MÃ¥l","targetFrame":"<ramme>","targetFrameName":"Destinationsvinduets navn","targetPopup":"<popup vindue>","targetPopupName":"Popupvinduets navn","title":"Egenskaber for hyperlink","toAnchor":"Bogmærke pÃ¥ denne side","toEmail":"E-mail","toUrl":"URL","toolbar":"Indsæt/redigér hyperlink","type":"Type","unlink":"Fjern hyperlink","upload":"Upload"},"list":{"bulletedlist":"Punktopstilling","numberedlist":"Talopstilling"},"magicline":{"title":"Insert paragraph here"},"maximize":{"maximize":"Maksimér","minimize":"Minimér"},"pastetext":{"button":"Indsæt som ikke-formateret tekst","title":"Indsæt som ikke-formateret tekst"},"pastefromword":{"confirmCleanup":"Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes?","error":"Det var ikke muligt at fjerne formatteringen pÃ¥ den indsatte tekst grundet en intern fejl","title":"Indsæt fra Word","toolbar":"Indsæt fra Word "},"removeformat":{"toolbar":"Fjern formatering"},"sourcearea":{"toolbar":"Kilde"},"specialchar":{"options":"Muligheder for specialkarakterer","title":"Vælg symbol","toolbar":"Indsæt symbol"},"scayt":{"about":"Om SCAYT","aboutTab":"Om","addWord":"Tilføj ord","allCaps":"Ignorer alle store bogstaver","dic_create":"Opret","dic_delete":"Slet","dic_field_name":"Navn pÃ¥ ordbog","dic_info":"Til start er brugerordbogen gemt i en Cookie. Dog har Cookies en begrænsning pÃ¥ størrelse. NÃ¥r ordbogen nÃ¥r en bestemt størrelse kan den blive gemt pÃ¥ vores server. For at gemme din personlige ordbog pÃ¥ vores server skal du angive et navn for denne. SÃ¥fremt du allerede har gemt en ordbog, skriv navnet pÃ¥ denne og klik pÃ¥ Gendan knappen.","dic_rename":"Omdøb","dic_restore":"Gendan","dictionariesTab":"Ordbøger","disable":"Deaktivér SCAYT","emptyDic":"Ordbogsnavn mÃ¥ ikke være tom.","enable":"Aktivér SCAYT","ignore":"Ignorér","ignoreAll":"Ignorér alle","ignoreDomainNames":"Ignorér do mænenavne","langs":"Sprog","languagesTab":"Sprog","mixedCase":"Ignorer ord med store og smÃ¥ bogstaver","mixedWithDigits":"Ignorér ord med numre","moreSuggestions":"Flere forslag","opera_title":"Ikke supporteret af Opera","options":"Indstillinger","optionsTab":"Indstillinger","title":"Stavekontrol mens du skriver","toggle":"Skift/toggle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Typografi","panelTitle":"Formattering pÃ¥ stylesheet","panelTitle1":"Block typografi","panelTitle2":"Inline typografi","panelTitle3":"Object typografi"},"table":{"border":"Rammebredde","caption":"Titel","cell":{"menu":"Celle","insertBefore":"Indsæt celle før","insertAfter":"Indsæt celle efter","deleteCell":"Slet celle","merge":"Flet celler","mergeRight":"Flet til højre","mergeDown":"Flet nedad","splitHorizontal":"Del celle vandret","splitVertical":"Del celle lodret","title":"Celleegenskaber","cellType":"Celletype","rowSpan":"Række span (rows span)","colSpan":"Kolonne span (columns span)","wordWrap":"Tekstombrydning","hAlign":"Vandret justering","vAlign":"Lodret justering","alignBaseline":"Grundlinje","bgColor":"Baggrundsfarve","borderColor":"Rammefarve","data":"Data","header":"Hoved","yes":"Ja","no":"Nej","invalidWidth":"Cellebredde skal være et tal.","invalidHeight":"Cellehøjde skal være et tal.","invalidRowSpan":"Række span skal være et heltal.","invalidColSpan":"Kolonne span skal være et heltal.","chooseColor":"Vælg"},"cellPad":"Cellemargen","cellSpace":"Celleafstand","column":{"menu":"Kolonne","insertBefore":"Indsæt kolonne før","insertAfter":"Indsæt kolonne efter","deleteColumn":"Slet kolonne"},"columns":"Kolonner","deleteTable":"Slet tabel","headers":"Hoved","headersBoth":"Begge","headersColumn":"Første kolonne","headersNone":"Ingen","headersRow":"Første række","invalidBorder":"Rammetykkelse skal være et tal.","invalidCellPadding":"Cellemargen skal være et tal.","invalidCellSpacing":"Celleafstand skal være et tal.","invalidCols":"Antall et af kolonner skal være større end 0.","invalidHeight":"Tabelhøjde skal være et tal.","invalidRows":"Antallet af rækker skal være større end 0.","invalidWidth":"Tabelbredde skal være et tal.","menu":"Egenskaber for tabel","row":{"menu":"Række","insertBefore":"Indsæt række før","insertAfter":"Indsæt række efter","deleteRow":"Slet række"},"rows":"Rækker","summary":"Resumé","title":"Egenskaber for tabel","toolbar":"Tabel","widthPc":"procent","widthPx":"pixels","widthUnit":"Bredde pÃ¥ enhed"},"undo":{"redo":"Annullér fortryd","undo":"Fortryd"},"wsc":{"btnIgnore":"Ignorér","btnIgnoreAll":"Ignorér alle","btnReplace":"Erstat","btnReplaceAll":"Erstat alle","btnUndo":"Tilbage","changeTo":"Forslag","errorLoading":"Fejl ved indlæsning af host: %s.","ieSpellDownload":"Stavekontrol ikke installeret. Vil du installere den nu?","manyChanges":"Stavekontrol færdig: %1 ord ændret","noChanges":"Stavekontrol færdig: Ingen ord ændret","noMispell":"Stavekontrol færdig: Ingen fe jl fundet","noSuggestions":"(ingen forslag)","notAvailable":"Stavekontrol er desværre ikke tilgængelig.","notInDic":"Ikke i ordbogen","oneChange":"Stavekontrol færdig: Et ord ændret","progress":"Stavekontrollen arbejder...","title":"Stavekontrol","toolbar":"Stavekontrol"}}; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/el.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/el.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/el.js new file mode 100644 index 0000000..022b707 --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/el.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.lang['el']={"editor":"ÎÏεξεÏγαÏÏÎ®Ï Î Î»Î¿ÏÏÎ¹Î¿Ï ÎειμÎÎ½Î¿Ï ","editorPanel":"Î Î¯Î½Î±ÎºÎ±Ï ÎÏεξεÏγαÏÏή ΠλοÏÏÎ¹Î¿Ï ÎειμÎÎ½Î¿Ï ","common":{"editorHelp":"ΠαÏήÏÏε Ïο ALT 0 για βοήθεια","browseServer":"ÎξεÏεÏνηÏη ÎιακομιÏÏή","url":"URL","protocol":"Î ÏÏÏÏκολλο","upload":"ÎÏοÏÏολή","uploadSubmit":"ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή","image":"ÎικÏνα","flash":"Flash","form":"ΦÏÏμα","checkbox":"ÎÎ¿Ï Ïί ÎÏιλογήÏ","radio":"ÎÎ¿Ï Î¼Ïί ÎÏιλογήÏ","textField":"Πεδίο ÎειμÎÎ½Î¿Ï ","textarea":"ΠεÏιοÏή ÎειμÎÎ½Î¿Ï ","hiddenField":"ÎÏÏ ÏÏ Î ÎµÎ´Î¯Î¿","button":"ÎÎ¿Ï Î¼Ïί","select":"Πεδίο ÎÏιλογήÏ","imageButton":"ÎÎ¿Ï Î¼Ïί ÎικÏναÏ","notSet":"<δεν ÎÏει ÏÏ Î¸Î¼Î¹ÏÏεί>","id":"Id","name":"Îνομα","langDir":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDirLtr":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξι ά (LTR)","langDirRtl":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","langCode":"ÎÏδικÏÏ ÎλÏÏÏαÏ","longDescr":"ÎÎ½Î±Î»Ï Ïική ΠεÏιγÏαÏή URL","cssClass":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","advisoryTitle":"ÎνδεικÏικÏÏ Î¤Î¯ÏλοÏ","cssStyle":"ÎοÏÏή ÎειμÎÎ½Î¿Ï ","ok":"OK","cancel":"ÎκÏÏÏÏη","close":"ÎλείÏιμο","preview":"Î ÏοεÏιÏκÏÏηÏη","resize":"Îλλαγή ÎεγÎÎ¸Î¿Ï Ï","generalTab":"Îενικά","advancedTab":"Îια Î ÏοÏÏÏημÎÎ½Î¿Ï Ï","validateNumberFailed":"ÎÏ Ïή η Ïιμή δεν είναι αÏιθμÏÏ.","confirmNewPage":"Îι ÏÏÎ¿Î¹ÎµÏ Î±Î»Î»Î±Î³ÎÏ ÏÏο ÏεÏιεÏÏμενο θα ÏαθοÏν. ÎίÏαÏÏε ÏÎ¯Î³Î¿Ï Ïοι ÏÏι θÎλεÏε να ÏοÏÏÏÏεÏε μια νÎα Ïελίδα;","confirmCancel":"ÎεÏικÎÏ ÎµÏιλογÎÏ ÎÏÎ¿Ï Î½ αλλάξει. ÎίÏαÏÏε ÏÎ¯Î³Î¿Ï Ïοι ÏÏι θÎλεÏε να κλείÏεÏε Ïο ÏαÏÎ¬Î¸Ï Ïο διαΠ»ÏÎ³Î¿Ï ;","options":"ÎÏιλογÎÏ","target":"Î ÏοοÏιÏμÏÏ","targetNew":"ÎÎο ΠαÏÎ¬Î¸Ï Ïο (_blank)","targetTop":"ÎÏÏική ΠεÏιοÏή (_top)","targetSelf":"Îδιο ΠαÏÎ¬Î¸Ï Ïο (_self)","targetParent":"ÎονεÏÎºÏ Î Î±ÏÎ¬Î¸Ï Ïο (_parent)","langDirLTR":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)","langDirRTL":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","styles":"ÎοÏÏή","cssClasses":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","width":"ΠλάÏοÏ","height":"ÎÏοÏ","align":"ΣÏοίÏιÏη","alignLeft":"ÎÏιÏÏεÏά","alignRight":"Îεξιά","alignCenter":"ÎÎνÏÏο","alignTop":"ΠάνÏ","alignMiddle":"ÎÎÏη","alignBottom":"ÎάÏÏ","invalidValue":"Îη ÎÎ³ÎºÏ Ïη Ïιμή.","invalidHeight":"Το ÏÏÎ¿Ï ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","invalidWidth":"Το ÏλάÏÎ¿Ï ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","invalidCssLength":"Î Ïιμή ÏÎ¿Ï Î¿ÏίζεÏαι για Ïο Ïεδίο \"% 1\" ÏÏÎÏει να είναι ÎÎ½Î±Ï Î¸ÎµÏικÏÏ Î±ÏιθμÏÏ Î¼Îµ ή ÏÏÏÎ¯Ï Î¼Î¹Î± ÎÎ³ÎºÏ Ïη μονάδα μÎÏÏηÏÎ·Ï CSS (px, %, in, cm, mm, em, ex, pt, ή pc).","invalidHtmlLength":"Î Ïιμή ÏÎ¿Ï Î¿ÏίζεÏαι για Ïο Ïεδίο \"%1\" ÏÏÎÏει να είναι ÎÎ½Î±Ï Î¸ÎµÏικÏÏ Î±ÏιθμÏÏ Î¼Îµ ή ÏÏÏÎ¯Ï Î¼Î¹Î± ÎÎ³ÎºÏ Ïη μονάδα μÎÏÏηÏÎ·Ï HTML (px ή %).","invalidInlineStyle":"Î Ïιμή για Ïο εν ÏειÏά ÏÏÏ Î» ÏÏÎÏει να ÏεÏιÎÏει Îνα ή ÏεÏιÏÏÏÏεÏα ζεÏγη με Ïην μοÏÏή \"Ïνομα: Ïιμή\" διαÏÏÏιÏμÎνα με ÎÎ»Î»Î·Î½Î¹ÎºÏ ÎµÏÏÏημαÏικÏ.","cssLengthTooltip":"ÎιÏάγεÏαι μια Ïιμή Ïε pixel ή Îναν αÏÎ¹Î¸Î¼Ï Î¼Î±Î¶Î¯ με μια ÎÎ³ÎºÏ Ïη μονάδα μÎÏÏηÏÎ·Ï CSS (px, %, in, cm, mm, em, ex, pt, ή pc).","unavailable":"%1<span class=\"cke_accessibility\">, δεν είναι διαθÎÏιμο</span>"}," about":{"copy":"Î Î½ÎµÏ Î¼Î±Ïικά δικαιÏμαÏα © $1 Îε εÏιÏÏλαξη ÏανÏÏÏ Î´Î¹ÎºÎ±Î¹ÏμαÏοÏ.","dlgTitle":"ΠεÏί ÏÎ¿Ï CKEditor","help":"ÎλÎγξÏε Ïο $1 για βοήθεια.","moreInfo":"Îια ÏληÏοÏοÏÎ¯ÎµÏ Î±Î´ÎµÎ¹Ïν ÏαÏακαλοÏμε εÏιÏκεÏθείÏε Ïην ιÏÏοÏελίδα μαÏ:","title":"ΠεÏί ÏÎ¿Ï CKEditor","userGuide":"ÎÎ´Î·Î³Î¯ÎµÏ Î§ÏήÏÏη CKEditor"},"basicstyles":{"bold":"ÎνÏονη","italic":"Πλάγια","strike":"ÎιακÏιÏή ÎιαγÏαÏή","subscript":"ÎείκÏηÏ","superscript":"ÎκθÎÏηÏ","underline":"Î¥ÏογÏάμμιÏη"},"blockquote":{"toolbar":"ΠεÏιοÏή ΠαÏάθεÏηÏ"},"clipboard":{"copy":"ÎνÏιγÏαÏή","copyError":"Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία ανÏιγÏαÏήÏ. ΠαÏÎ±ÎºÎ±Î»Ï ÏÏηÏιμοÏοιείÏÏε Ïο Ïλη κÏÏολÏγιο (Ctrl/Cmd+C).","cut":"ÎÏοκοÏή","cutError":"Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία αÏοκοÏήÏ. ΠαÏÎ±ÎºÎ±Î»Ï ÏÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+X).","paste":"ÎÏικÏλληÏη","pasteArea":"ΠεÏιοÏή ÎÏικÏλληÏηÏ","pasteMsg":"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏικολλήÏÏε ÏÏο ακÏÎ»Î¿Ï Î¸Î¿ ÎºÎ¿Ï Ïί ÏÏηÏιμοÏοιÏνÏÎ±Ï Ïο ÏληκÏÏολÏγιο (<strong>Ctrl/Cmd+V</strong>) και ÏαÏήÏÏε OK.","securityMsg":"ÎÏγÏν ÏÏν ÏÏ Î¸Î¼Î¯ÏεÏν αÏÏÎ¬Î»ÎµÎ¹Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏαÏ, ο εÏεξεÏγαÏÏÎ®Ï Î´ÎµÎ½ μÏοÏεί να ÎÏει ÏÏÏÏβαÏη ÏÏην μνήμη εÏικÏλληÏηÏ. ΧÏειάζεÏαι να εÏικολλήÏεÏε ξανά Ïε Î±Ï ÏÏ Ïο ÏαÏÎ¬Î¸Ï Ïο.","title":"ÎÏικÏλληÏη"},"contextmenu":{"options" :"ÎÏιλογÎÏ ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï ÎενοÏ"},"toolbar":{"toolbarCollapse":"ΣÏμÏÏÏ Î¾Î· ÎÏγαλειοθήκηÏ","toolbarExpand":"ÎνάÏÏÏ Î¾Î· ÎÏγαλειοθήκηÏ","toolbarGroups":{"document":"ÎγγÏαÏο","clipboard":"Î ÏÏÏειÏο/ÎναίÏεÏη","editing":"ÎÏεξεÏγαÏία","forms":"ΦÏÏμεÏ","basicstyles":"ÎαÏικά ΣÏÏ Î»","paragraph":"ΠαÏάγÏαÏοÏ","links":"ΣÏνδεÏμοι","insert":"ÎιÏαγÏγή","styles":"ΣÏÏ Î»","colors":"ΧÏÏμαÏα","tools":"ÎÏγαλεία"},"toolbars":"ÎÏÎ³Î±Î»ÎµÎ¹Î¿Î¸Î®ÎºÎµÏ ÎµÏεξεÏγαÏÏή"},"elementspath":{"eleLabel":"ÎιαδÏομή ΣÏοιÏείÏν","eleTitle":"ΣÏοιÏείο %1"},"format":{"label":"ÎοÏÏοÏοίηÏη","panelTitle":"ÎοÏÏοÏοίηÏη ΠαÏαγÏάÏÎ¿Ï ","tag_address":"ÎιεÏÎ¸Ï Î½Ïη","tag_div":"Îανονική (DIV)","tag_h1":"ÎεÏαλίδα 1","tag_h2":"ÎεÏαλίδα 2","tag_h3":"ÎεÏαλίδα 3","tag_h4":"ÎεÏαλίδΠ± 4","tag_h5":"ÎεÏαλίδα 5","tag_h6":"ÎεÏαλίδα 6","tag_p":"Îανονική","tag_pre":"Î Ïο-μοÏÏοÏοιημÎνη"},"horizontalrule":{"toolbar":"ÎιÏαγÏγή ÎÏιζÏνÏÎ¹Î±Ï ÎÏαμμήÏ"},"image":{"alertUrl":"ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ·Ï ÎµÎ¹ÎºÏναÏ","alt":"ÎναλλακÏÎ¹ÎºÏ Îείμενο","border":"ΠεÏίγÏαμμα","btnUpload":"ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή","button2Img":"ÎÎλεÏε να μεÏαÏÏÎÏεÏε Ïο εÏιλεγμÎνο ÎºÎ¿Ï Î¼Ïί εικÏÎ½Î±Ï Ïε αÏλή εικÏνα;","hSpace":"HSpace","img2Button":"ÎÎλεÏε να μεÏαμοÏÏÏÏεÏε Ïην εÏιλεγμÎνη εικÏνα ÏÎ¿Ï ÎµÎ¯Î½Î±Î¹ ÏÎ¬Î½Ï Ïε Îνα ÎºÎ¿Ï Î¼Ïί;","infoTab":"ΠληÏοÏοÏÎ¯ÎµÏ ÎικÏναÏ","linkTab":"ΣÏνδεÏμοÏ","lockRatio":"ÎλείδÏμα ÎναλογίαÏ","menu":"ÎδιÏÏηÏÎµÏ ÎικÏναÏ","resetSize":"ÎÏαναÏοÏά ÎÏÏÎ¹ÎºÎ¿Ï ÎεγÎθΠ¿Ï Ï","title":"ÎδιÏÏηÏÎµÏ ÎικÏναÏ","titleButton":"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎικÏναÏ","upload":"ÎÏοÏÏολή","urlMissing":"Το URL ÏÎ·Î³Î®Ï Î³Î¹Î± Ïην εικÏνα λείÏει.","vSpace":"VSpace","validateBorder":"Το ÏεÏίγÏαμμα ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÎºÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","validateHSpace":"Το HSpace ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÎºÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","validateVSpace":"Το VSpace ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÎºÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ."},"indent":{"indent":"ÎÏξηÏη ÎÏοÏήÏ","outdent":"ÎείÏÏη ÎÏοÏήÏ"},"fakeobjects":{"anchor":"ÎÎ³ÎºÏ Ïα","flash":"Ταινία Flash","hiddenfield":"ÎÏÏ ÏÏ Î ÎµÎ´Î¯Î¿","iframe":"IFrame","unknown":"ÎγνÏÏÏο ÎνÏικείμενο"},"link":{"acccessKey":"Î£Ï Î½ÏÏÎ¼ÎµÏ Ïη","advanced":"Îια Î ÏοÏÏÏημÎÎ½Î¿Ï Ï","advisoryContentType":"ÎνδεικÏικÏÏ Î¤ÏÏÎ¿Ï Î ÎµÏιεÏομÎÎ½Î¿Ï "," advisoryTitle":"ÎνδεικÏικÏÏ Î¤Î¯ÏλοÏ","anchor":{"toolbar":"ÎιÏαγÏγή/εÏεξεÏγαÏία ÎÎ³ÎºÏ ÏαÏ","menu":"ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ","title":"ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ","name":"Îνομα Î¬Î³ÎºÏ ÏαÏ","errorName":"ΠαÏακαλοÏμε ειÏάγεÏε Ïνομα Î¬Î³ÎºÏ ÏαÏ","remove":"ÎÏαίÏεÏη ÎÎ³ÎºÏ ÏαÏ"},"anchorId":"ÎάÏει ÏÎ¿Ï Element Id","anchorName":"ÎάÏει ÏÎ¿Ï ÎνÏμαÏÎ¿Ï ÎÎ³ÎºÏ ÏαÏ","charset":"ÎÏδικοÏοίηÏη ΧαÏακÏήÏÏν Î ÏοÏαÏÏημÎÎ½Î·Ï Î Î·Î³Î®Ï","cssClasses":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","emailAddress":"ÎιεÏÎ¸Ï Î½Ïη E-mail","emailBody":"Îείμενο ÎηνÏμαÏοÏ","emailSubject":"ÎÎμα ÎηνÏμαÏοÏ","id":"Id","info":"ΠληÏοÏοÏÎ¯ÎµÏ Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","langCode":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDir":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDirLTR":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)","langDirRT L":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","menu":"ÎÏεξεÏγαÏία Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","name":"Îνομα","noAnchors":"(Îεν Ï ÏάÏÏÎ¿Ï Î½ Î¬Î³ÎºÏ ÏÎµÏ ÏÏο κείμενο)","noEmail":"ÎιÏάγεÏε Ïη διεÏÎ¸Ï Î½Ïη ηλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï ÏαÏÏ Î´ÏÎ¿Î¼ÎµÎ¯Î¿Ï ","noUrl":"ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï ÏÏ Î½Î´ÎÏÎ¼Î¿Ï ","other":"<άλλο>","popupDependent":"ÎξαÏÏημÎνο (Netscape)","popupFeatures":"ÎÏιλογÎÏ ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï Î Î±ÏαθÏÏÎ¿Ï ","popupFullScreen":"ΠλήÏÎ·Ï ÎθÏνη (IE)","popupLeft":"ÎÎÏη ÎÏιÏÏεÏά","popupLocationBar":"ÎÏαμμή ΤοÏοθεÏίαÏ","popupMenuBar":"ÎÏαμμή ÎÏιλογÏν","popupResizable":"Î ÏοÏαÏμοζÏμενο ÎÎγεθοÏ","popupScrollBars":"ÎÏάÏÎµÏ ÎÏλιÏηÏ","popupStatusBar":"ÎÏαμμή ÎαÏάÏÏαÏηÏ","popupToolbar":"ÎÏγαλειοθήκη","popupTop":"ÎÎÏη ΠάνÏ","rel":"ΣÏÎÏη","selectAnchor":"Î ÏιλÎξÏε μια ÎÎ³ÎºÏ Ïα","styles":"ÎοÏÏή","tabIndex":"ΣειÏά ÎεÏαÏήδηÏηÏ","target":"ΠαÏÎ¬Î¸Ï Ïο Î ÏοοÏιÏμοÏ","targetFrame":"<ÏλαίÏιο>","targetFrameName":"Îνομα ΠλαιÏÎ¯Î¿Ï Î ÏοοÏιÏμοÏ","targetPopup":"<Î±Î½Î±Î´Ï Ïμενο ÏαÏÎ¬Î¸Ï Ïο>","targetPopupName":"Îνομα ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï Î Î±ÏαθÏÏÎ¿Ï ","title":"ΣÏνδεÏμοÏ","toAnchor":"ÎÎ³ÎºÏ Ïα Ïε Î±Ï Ïήν Ïη Ïελίδα","toEmail":"E-Mail","toUrl":"URL","toolbar":"ΣÏνδεÏμοÏ","type":"ΤÏÏÎ¿Ï Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","unlink":"ÎÏαίÏεÏη Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","upload":"ÎÏοÏÏολή"},"list":{"bulletedlist":"ÎιÏαγÏγή/ÎÏομάκÏÏ Î½Ïη ÎίÏÏÎ±Ï ÎÎ¿Ï ÎºÎºÎ¯Î´Ïν","numberedlist":"ÎιÏαγÏγή/ÎÏομάκÏÏ Î½Ïη ÎÏιθμημÎÎ½Î·Ï ÎίÏÏαÏ"},"magicline":{"title":"ÎιÏάγεÏε ÏαÏάγÏαÏο εδÏ"},"maximize":{"maximize":"ÎεγιÏÏοÏοίηÏη","minimize":"ÎλαÏιÏÏοÏοΠ¯Î·Ïη"},"pastetext":{"button":"ÎÏικÏλληÏη ÏÏ Î±ÏÎ»Ï ÎºÎµÎ¯Î¼ÎµÎ½Î¿","title":"ÎÏικÏλληÏη ÏÏ Î±ÏÎ»Ï ÎºÎµÎ¯Î¼ÎµÎ½Î¿"},"pastefromword":{"confirmCleanup":"Το κείμενο ÏÎ¿Ï ÎµÏικολλάÏαι ÏαίνεÏαι να είναι ανÏιγÏαμμÎνο αÏÏ Ïο Word. ÎήÏÏÏ Î¸Î± θÎλαÏε να καθαÏιÏÏεί ÏÏοÏÎ¿Ï ÎµÏικολληθεί;","error":"Îεν ήÏαν Î´Ï Î½Î±ÏÏ Î½Î± καθαÏιÏÏοÏν Ïα δεδομÎνα λÏÎ³Ï ÎµÎ½ÏÏ ÎµÏÏÏεÏÎ¹ÎºÎ¿Ï ÏÏάλμαÏοÏ","title":"ÎÏικÏλληÏη αÏÏ Ïο Word","toolbar":"ÎÏικÏλληÏη αÏÏ Ïο Word"},"removeformat":{"toolbar":"ÎκκαθάÏιÏη ÎοÏÏοÏοίηÏηÏ"},"sourcearea":{"toolbar":"ÎÏδικαÏ"},"specialchar":{"options":"ÎÏιλογÎÏ ÎιδικÏν ΧαÏακÏήÏÏν","title":"ÎÏιλÎξÏε Îναν ÎÎ¹Î´Î¹ÎºÏ Î§Î±ÏακÏήÏα","toolbar":"ÎιÏαγÏγή ÎÎ¹Î´Î¹ÎºÎ¿Ï Î§Î±ÏακÏήÏα"},"scayt":{"about":"About SCAYT","aboutTab":"ΠεÏί","addWord":"Î ÏοÏθήκη ÏÏο λεξικÏ","allCaps":"Îα αγνοοÏνÏαι ÏÎ»ÎµÏ Î¿Î¹ λÎÎ¾ÎµÎ¹Ï Ïε κεÏαλαία","dic_create":"ÎÎ·Î¼Î¹Î¿Ï Ïγία","dic_delete":"ÎιαγÏαÏή","dic_field_name":"Îνομα λεξικοÏ","dic_info":"Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.","dic_rename":"ÎεÏονομαÏία","dic_restore":"ÎνάκÏηÏη","dictionariesTab":"Îεξικά","disable":"Disable SCAYT","emptyDic":"Το Ïνομα ÏÎ¿Ï Î»ÎµÎ¾Î¹ÎºÎ¿Ï Î´ÎµÎ½ ÏÏÎÏει να είναι κενÏ.","enable":"Enable SCAYT","ignore":"ÎγνÏηÏε Ïο","ignoreAll":"Πα αγνοηθοÏν Ïλα","ignoreDomainNames":"Ignore Domain Names","langs":"ÎλÏÏÏεÏ","languagesTab":"ÎλÏÏÏεÏ","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"ΠεÏιÏÏÏÏεÏÎµÏ ÏÏοÏάÏειÏ","opera_title":"Not supported by Opera","options":"ÎÏιλογÎÏ","optionsTab":"ÎÏιλογÎÏ","title":"Spell Check As You Type","toggle":"Toggle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"ÎοÏÏÎÏ","panelTitle":"ΣÏÏ Î» ÎοÏÏοÏοίηÏηÏ","panelTitle1":"ΣÏÏ Î» ΤμημάÏÏν","panelTitle2":"ΣÏÏ Î» Îν ΣειÏά","panelTitle3":"ΣÏÏ Î» ÎνÏικειμÎνÏν"},"table":{"border":"ΠάÏÎ¿Ï Î ÎµÏιγÏάμμαÏοÏ","caption":"ÎεζάνÏα","cell":{"menu":"Îελί","insertBefore":"ÎιÏαγÏγή ÎÎµÎ»Î¹Î¿Ï Î Ïιν","insertAfter":"ÎιÏαγÏγή ÎÎµÎ»Î¹Î¿Ï ÎεÏά","deleteCell":"ÎιαγÏαÏή ÎελιÏν","merge":"ÎνοÏοίηÏη Îελι Ïν","mergeRight":"Î£Ï Î³ÏÏÎ½ÎµÏ Ïη Îε Îεξιά","mergeDown":"Î£Ï Î³ÏÏÎ½ÎµÏ Ïη Îε ÎάÏÏ","splitHorizontal":"ÎÏιζÏνÏια ÎιαίÏεÏη ÎελιοÏ","splitVertical":"ÎαÏακÏÏÏ Ïη ÎιαίÏεÏη ÎελιοÏ","title":"ÎδιÏÏηÏÎµÏ ÎελιοÏ","cellType":"ΤÏÏÎ¿Ï ÎελιοÏ","rowSpan":"ÎÏÏÎ¿Ï ÎÏαμμÏν","colSpan":"ÎÏÏÎ¿Ï Î£ÏηλÏν","wordWrap":"ÎναδίÏλÏÏη ÎÎξεÏν","hAlign":"ÎÏιζÏνÏια ΣÏοίÏιÏη","vAlign":"ÎάθεÏη ΣÏοίÏιÏη","alignBaseline":"Baseline","bgColor":"ΧÏÏμα ΦÏνÏÎ¿Ï ","borderColor":"ΧÏÏμα ΠεÏιγÏάμμαÏοÏ","data":"ÎεδομÎνα","header":"ÎεÏαλίδα","yes":"Îαι","no":"ÎÏι","invalidWidth":"Το ÏλάÏÎ¿Ï ÏÎ¿Ï ÎºÎµÎ»Î¹Î¿Ï ÏÏÎÏει να είναι αÏιθμÏÏ.","invalidHeight":"Το ÏÏÎ¿Ï ÏÎ¿Ï ÎºÎµÎ»Î¹Î¿Ï ÏÏÎÏει να είναι αÏιθμÏÏ.","invalidRowSpan":"Το εÏÏÎ¿Ï ÏÏν γÏαμμÏν ÏÏÎÏεΠ¹ να είναι ακÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","invalidColSpan":"Το εÏÏÎ¿Ï ÏÏν ÏÏηλÏν ÏÏÎÏει να είναι ακÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","chooseColor":"ÎÏιλÎξÏε"},"cellPad":"ÎναÏλήÏÏÏη κελιÏν","cellSpace":"ÎÏÏÏÏαÏη κελιÏν","column":{"menu":"ΣÏήλη","insertBefore":"ÎιÏαγÏγή ΣÏÎ®Î»Î·Ï Î Ïιν","insertAfter":"ÎιÏαγÏγή ΣÏÎ®Î»Î·Ï ÎεÏά","deleteColumn":"ÎιαγÏαÏή ΣÏηλÏν"},"columns":"ΣÏήλεÏ","deleteTable":"ÎιαγÏαÏή Πίνακα","headers":"ÎεÏαλίδεÏ","headersBoth":"Îαι Ïα δÏο","headersColumn":"Î ÏÏÏη ÏÏήλη","headersNone":"ÎανÎνα","headersRow":"Î ÏÏÏη ÎÏαμμή","invalidBorder":"Το ÏάÏÎ¿Ï ÏÎ¿Ï ÏεÏιγÏάμμαÏÎ¿Ï ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","invalidCellPadding":"ΠαναÏλήÏÏÏη ÏÏν κελιÏν ÏÏÎÏει να είναι θεÏικÏÏ Î±ÏιθμÏÏ.","invalidCellSpacing": "ΠαÏÏÏÏαÏη μεÏÎ±Î¾Ï ÏÏν κελιÏν ÏÏÎÏει να είναι ÎÎ½Î±Ï Î¸ÎµÏικÏÏ Î±ÏιθμÏÏ.","invalidCols":"ΠαÏιθμÏÏ ÏÏν ÏÏηλÏν ÏÏÎÏει να είναι μεγαλÏÏεÏÎ¿Ï Î±ÏÏ 0.","invalidHeight":"Το ÏÏÎ¿Ï ÏÎ¿Ï Ïίνακα ÏÏÎÏει να είναι αÏιθμÏÏ.","invalidRows":"ΠαÏιθμÏÏ ÏÏν ÏειÏÏν ÏÏÎÏει να είναι μεγαλÏÏεÏÎ¿Ï Î±ÏÏ 0.","invalidWidth":"Το ÏλάÏÎ¿Ï ÏÎ¿Ï Ïίνακα ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","menu":"ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±","row":{"menu":"ÎÏαμμή","insertBefore":"ÎιÏαγÏγή ÎÏÎ±Î¼Î¼Î®Ï Î Ïιν","insertAfter":"ÎιÏαγÏγή ÎÏÎ±Î¼Î¼Î®Ï ÎεÏά","deleteRow":"ÎιαγÏαÏή ÎÏαμμÏν"},"rows":"ÎÏαμμÎÏ","summary":"ΠεÏίληÏη","title":"ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±","toolbar":"ΠίνακαÏ","widthPc":"ÏÎ¿Î¹Ï ÎµÎºÎ±ÏÏ","widthPx":"pixel","widthUnit":"μονάδα ÏλΠ¬ÏÎ¿Ï Ï"},"undo":{"redo":"ÎÏανάληÏη","undo":"ÎναίÏεÏη"},"wsc":{"btnIgnore":"ÎγνÏηÏη","btnIgnoreAll":"ÎγνÏηÏη ÏλÏν","btnReplace":"ÎνÏικαÏάÏÏαÏη","btnReplaceAll":"ÎνÏικαÏάÏÏαÏη ÏλÏν","btnUndo":"ÎναίÏεÏη","changeTo":"Îλλαγή Ïε","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Îεν Ï ÏάÏÏει εγκαÏεÏÏημÎÎ½Î¿Ï Î¿ÏθογÏάÏοÏ. ÎÎλεÏε να Ïον καÏεβάÏεÏε ÏÏÏα;","manyChanges":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îλλαξαν %1 λÎξειÏ","noChanges":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν άλλαξαν λÎξειÏ","noMispell":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν βÏÎθηκαν λάθη","noSuggestions":"- Îεν Ï ÏάÏÏÎ¿Ï Î½ ÏÏοÏάÏÎµÎ¹Ï -","notAvailable":"Î Ï ÏηÏεÏία δεν είναι διαθΠÏιμη Î±Ï Ïήν Ïην ÏÏιγμή.","notInDic":"Îεν Ï ÏάÏÏει ÏÏο λεξικÏ","oneChange":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îλλαξε μια λÎξη","progress":"ÎίνεÏαι οÏθογÏαÏικÏÏ ÎλεγÏοÏ...","title":"ÎÏθογÏαÏικÏÏ ÎλεγÏοÏ","toolbar":"ÎÏθογÏαÏικÏÏ ÎλεγÏοÏ"}}; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/32b52cb9/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/en.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/en.js b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/en.js new file mode 100644 index 0000000..cffe567 --- /dev/null +++ b/modules/webconfig/nodejs/node_modules/admin-lte/plugins/ckeditor/lang/en.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +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 uns aved 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","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","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":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"blockquote":{"toolbar":"Block Quote"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to auto matically 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"},"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 tool bars"},"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":{"alertUrl":"Please type the image URL","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":"Borde r 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 Lef t (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":{"about":"About SCAYT","aboutTab":"About","addWord":"Add Word","allCaps":"Ignore All-Caps Words","dic_create":"Create","dic_delete":"Delete","dic_field_name":"Dictionary name","dic_info":"Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.","dic_rename":"Rename","dic_restore":"Restore","dictionariesTab":"Dictionaries","disable":"Disable SCAYT","emptyDic":"Dictionary name should not be empty.","enable":"Enable SCAYT","ignore":"Ignore","ignoreAll":"Ignore All","ignoreDomainNames":"Ignore Domain Names","langs":"Languages","languagesTab":"Languages","mixedCase":"Ignore Words with Mixed Case","mixedWithDigits":"Ignore Words with Numbers","moreSuggestions":"More suggestions","opera_title":"Not supported by Opera","options":"Options","optionsTab":"Options","title":"Spell Check As You Type","toggle":"Toggle SCAYT","noSuggestions":"No suggestion"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Bl ock 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 spac ing","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 Check","toolbar":"Check Spelling"}}; \ No newline at end of file